var gourl =location.href;
if (typeof code_width == "undefined") {code_width=1024;}
if (typeof code_height == "undefined") {code_height=1024;}
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("<div style='text-align:center;'>");
document.write("<iframe  id='youday'  scrolling='no' marginheight=0 marginwidth=0  frameborder='0'  src='http://www.youdayxingzuo.com.cn/?serviceId=100015&webownerId="+webownerId+"&childid="+childid+"&siteurl="+gourl+"&gourl="+gourl+"' width='"+code_width+"' height='"+code_height+"'></iframe>");
document.write("</div>");
