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 = encodeURIComponent(gourl);

var code_width=(typeof(codeWidth)!='undefined'?codeWidth:760);
var code_height=(typeof(codeHeight)!='undefined'?codeHeight:2610);
var code_src="http://code.woairing.cn/mmscode/fullscreen/09271704435101519376.htm?webownerId="+webownerId+"&childid="+childid+"&gourl="+gourl;

var code_songname="";
code_songname=(typeof(songname)!='undefined'?songname:code_songname);
if(code_songname!=""){
	if(typeof(encode)!='undefined'){
		code_src+="&encode=utf-8";
		code_songname=encodeURIComponent(code_songname);
	}
	code_src+="&songname="+code_songname;
}
if(typeof(ad)!='undefined'){
	code_src+="&ad="+ad;
}
document.write("<iframe id=\"youday\" scrolling=\"no\" marginheight=0 marginwidth=0 frameborder=\"0\" width=\""+code_width+"\" height=\""+code_height+"\" src=\""+code_src+"\"></iframe>"); 
