
function onLoad(a4_zcode,a4_html){
	document.getElementById("dv_"+ a4_zcode ).innerHTML = a4_html; 
}
//document.write("<div id='dv_"+ a4_zcode +"'></div>");

if(typeof(a4_color)=="undefined")
	document.write('<script type="text/javascript" src="http://a4.yeshj.com/ajax_data.aspx?zcode=' + a4_zcode +'&charset='+ a4_charset +'"></sc'+'ript>');
else
	document.write('<script type="text/javascript" src="http://a4.yeshj.com/ajax_data.aspx?zcode=' + a4_zcode +'&charset='+ a4_charset +'&color='+ a4_color +'"></sc'+'ript>');
