function zlog(output) {
	
	output = jQuery('#iDebug').html() + output + "<br />";
	jQuery('#iDebug').html(output);

}
