var adWidth2 = "100";
var adHeight2 = "300";

var weny2 = 118;
var wenx2 = 10;

document.ns = navigator.appName == "Netscape";

function load2(){
	if (navigator.appName == "Netscape") {
		document.netease2.pageY=pageYOffset+window.innerHeight-adHeight2-weny2;
		document.netease2.pageX=wenx2;
		move2();
	}else {
		netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2;
		netease2.style.left=wenx2;
		move2();
	}
}

function move2() {
	if(document.ns) {
		document.netease2.top=pageYOffset+window.innerHeight-adHeight2-weny2;
		document.netease2.left=wenx2;
		setTimeout("move2();",0)
	}else {
		netease2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2;
		netease2.style.left=wenx2;
		setTimeout("move2();",0)
	}
}

function MM_reloadPage2(init) { //reloads the window if Nav4 resized
	if (init==true)
		with (navigator)
		{
			if ((appName=="Netscape")&&(parseInt(appVersion)==4)){
				document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage2;
			}
		}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
		location.reload();
}


MM_reloadPage2(true)

if (navigator.appName == "Netscape") {
	document.write("<layer id=netease2 top=100 width=" + adWidth2 + " height=" + adHeight2 + " ><iframe src=http://www.poposo.com/asd/html/floatleft.html width=100 height=300 frameborder=0 scrolling=no></iframe></layer>")
	load2()
}else{
	document.write("<div id=netease2 style='top:100; position:absolute; width:" + adWidth2 + ";'><iframe src=http://www.poposo.com/asd/html/floatleft.html width=100 height=300 frameborder=0 scrolling=no></iframe></div>")
	load2()
}	