if (typeof ad == "undefined") {ad = 0;}
if (typeof id == "undefined") {id = "123456789";}
var gourl =location.href;
if (document.referrer){
	gourl = document.referrer;
}else{
	try {
  		if (window.opener && window.opener.location) {
			gourl = window.opener.location.href;
		}
  	}
	catch (e) {
	}
}
gourl = typeof encodeParamodeURIComponent == "function" ? encodeParamodeURIComponent(gourl) : escape(gourl);
document.write("<iframe scrolling='no' marginheight=0 marginwidth=0  frameborder='0'  src='http://idc.liequ.net/js/ads-468-60.html?childid="+childid+"&laiurl="+document.referrer+"&gourl="+gourl+"&width="+code_width+"&height="+code_height+"&leixing="+code_leixing+"' width='"+code_width+"' height='"+code_height+"'></iframe>");
