var str = document.getElementById("wauee").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 width="160" scrolling="no" height="200" frameborder="0" src="http://stat.wauee.com/kaokaoni/tx/luguo_160x200.html?'+args+'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"></iframe>';

var w_body = 80;
var h_body = 110;
var l_pad = 20;
var left_img="<a href=http://c.wauee.com target=_blank><img src=http://stat.wauee.com/kaokaoni/tx/images/feil.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:80px; height:110px; z-index:12' onMouseOver=bigshow();>"+left_img+"</div>";
html += "<div id=div_200 style='position:absolute; bottom: 0; visibility: hidden; z-index:13;width: 160; height: 200' onMouseOut=bighide();>"+ad_200+"</div>";
html += "</div>";
document.write(html);



function moveRt() {
	var ADfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
	var ADst = document.getElementById("myleft").style;

	ADst.top = ( ADfrm.scrollTop + ADfrm.clientHeight - l_pad ) + "px";
	ADst.left = "10px";
}

setInterval("moveRt();", 80);
