var str = document.getElementById("youday").src;
var args = (str.indexOf("?") > 0)?str.split("?")[1]:"";

function bigshow(){
document.getElementById("div_200").style.visibility = 'visible';	
document.getElementById("div_80").style.visibility = 'hidden';
}
function bighide(){
document.getElementById("div_80").style.visibility = 'visible'; 	
document.getElementById("div_200").style.visibility = 'hidden';
}
var ad_200="<iframe marginheight=0 marginwidth=0 frameborder=0 width=250 height=125 scrolling=no src='http://www.woainame.cn/code/qmjs.htm?"+args+"'></iframe>";


var w_body = 120;
var h_body = 120;
var l_pad = 20;
var left_img="<a href=http://www.woainame.cn target=_blank><img src=http://www.woainame.cn/images/code_image/120_120_1/gxqm120-120.gif border=0 width='" + w_body + "' height='" + h_body + "'></a>";

var html = "<div id='myleft' style='position: absolute; z-index: 100;'>";
html += "<div id=div_80 style='position:absolute; bottom: 0; width:120px; height:120px; z-index:12' onMouseOver=bigshow();>"+left_img+"</div>";
html += "<div id=div_200 style='position:absolute; bottom: 0; visibility: hidden; z-index:13;width: 250; height: 125' onMouseOut=bighide();>"+ad_200+"</div>";
html += "</div>";
document.write(html);

var ADfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var ADst = document.getElementById("myleft").style;

ADst.top = ADfrm.clientHeight  - l_pad + "px";
ADst.left = "10px";

function moveRt() {
	ADst.top = ( ADfrm.scrollTop + ADfrm.clientHeight - l_pad ) + "px";
	ADst.left = "10px";
}

setInterval("moveRt();", 80);