var adWidth0 = "100";
var adHeight0 = "300";

// change var
var weny0 = 108;
var wenx0 = 28;

document.ns = navigator.appName == "Netscape";

function load0(){
	if (navigator.appName == "Netscape") {
		document.netease0.pageY=pageYOffset+window.innerHeight-adHeight0-weny0;
		document.netease0.pageX=+window.innerWidth-adWidth0-wenx0;
		move0();
	}else {
		netease0.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight0-weny0;
		netease0.style.left=document.body.offsetWidth-adWidth0-wenx0;
		move0();
	}
}

function move0() {
	if(document.ns) {
		document.netease0.top=pageYOffset+window.innerHeight-adHeight0-weny0;
		document.netease0.left=pageXOffset+window.innerWidth-adWidth0-wenx0;
		setTimeout("move0();",0)
	}else {
		netease0.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight0-weny0;
		netease0.style.left=document.body.scrollLeft+document.body.offsetWidth-adWidth0-wenx0;
		setTimeout("move0();",0)
	}
}

function MM_reloadPage0(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_reloadPage0;
			}
		}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
		location.reload();
}


MM_reloadPage0(true)

if (navigator.appName == "Netscape") {
	document.write("<layer id=netease0 align=right top=100 width=" + adWidth0 + " height=" + adHeight0 + " ><iframe src=http://www.poposo.com/asd/html/floatright.html width=100 height=300 frameborder=0 scrolling=no></iframe></layer>");     
	load0();
}else{
	document.write("<div id=netease0 align=right style='top:100; position:absolute; width:" + adWidth0 + ";'><iframe src=http://www.poposo.com/asd/html/floatright.html width=100 height=300 frameborder=0 scrolling=no></iframe></div>")
	load0();
}
	