var adWidth4 = "80"
var adHeight4 = "170"

var weny4 = 10
var wenx4 = 7

document.ns = navigator.appName == "Netscape"
function load4()
{
if (navigator.appName == "Netscape") {
	document.netease4.pageY=pageYOffset+window.innerHeight-adHeight4-weny4;
	document.netease4.pageX=+window.innerWidth-adWidth4-wenx4;
	move4();
	}
else {
	netease4.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4-20;
	netease4.style.left=document.body.offsetWidth-adWidth4-wenx4-20;
	move4();
	}
}

function move4() {
	if(document.ns) {
		document.netease4.top=pageYOffset+window.innerHeight-adHeight4-weny4;
		document.netease4.left=+window.innerWidth-adWidth4-wenx4;
		setTimeout("move4();",80)
	}
	else {
		netease4.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4-20;
		netease4.style.left=document.body.offsetWidth-adWidth4-wenx4-20;
		setTimeout("move4();",80)
	}
}

function MM_reloadPage4(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_reloadPage4;
			}
		}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
		location.reload();
}

MM_reloadPage4(true)

if (navigator.appName == "Netscape") {
	document.write("<layer id=netease4 top=130 width=" + adWidth4 + " height=" + adHeight4 + " ><EMBED src=http://www.yuhuashi.net/adv/images/fs.swf quality=high width=80 height=80 id='bodaovisible' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED><BR><BR><EMBED src=http://www.yuhuashi.net/adv/images/fs.swf quality=high width=80 height=80 id='bodaovisible' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></layer>");
	load4();
	}
else  {
	document.write("<div id=netease4 style='top:200; position: absolute; width:" + adWidth4 + ";'><table><tr><td><EMBED src=http://www.yuhuashi.net/adv/images/hsl.swf quality=high width=80 height=80 id='bodaovisible' wmode='transparent' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></td></tr><tr><td><EMBED src=http://www.yuhuashi.net/adv/images/fs.swf quality=high width=80 height=80 id='bodaovisible' wmode='transparent' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></td></tr></table></div>");
	load4();
	}