function zozoka_display_apps(rows)
{
	jQuery.each(rows, function(index, item){
		$('#zozoka-pd').append(item);
	});
}
