//
//请不要整个注视掉，只把21-25行注释掉就行了，谢谢
//
///////////////////////////////////////
//									 //
//				左漂浮				 //
//									 //
///////////////////////////////////////

// float_r_img.js
// change var

var adSrc3 = "/images/left.swf"
var adUrl3 = "http://www.land99.com"
var adWidth3 = "120"
var adHeight3 = "250"
var adType3 = "swf"



// change var
var weny3 = 200
var wenx3 = 100

document.ns = navigator.appName == "Netscape"
function load3()
{
if (navigator.appName == "Netscape") {
	document.netease3.pageY=pageYOffset+window.innerHeight-adHeight3-weny3;
	document.netease3.pageX=+window.innerWidth-adWidth3-wenx3;
	move3();
	}
else {
	netease3.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight3-weny3-20;
	netease3.style.left=50//document.body.offsetWidth-adWidth3+wenx3+20;
	move3();
	}
}

function move3() {
	if(document.ns) {
		document.netease3.top=pageYOffset+window.innerHeight-adHeight3-weny3;
		document.netease3.left=+window.innerWidth-adWidth3-wenx3;
		setTimeout("move3();",80)
	}
	else {
		netease3.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight3-weny3-20;
		netease3.style.left=50//document.body.offsetWidth-adWidth3+wenx3+20;
		setTimeout("move3();",80)
	}
}

function MM_reloadPage3(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_reloadPage3;
			}
		}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
		location.reload();
}

MM_reloadPage3(true)

if (navigator.appName == "Netscape") {
	if(adType3=="swf"){
		document.write("<layer id=netease3 top=300 width=" + adWidth3 + " height=" + adHeight3 + " ><embed src=" + adSrc3 + " border=0 width=" + adWidth3 + " height=" + adHeight3 + "></embed></layer>");
	}else{
		document.write("<layer id=netease3 top=300 width=" + adWidth3 + " height=" + adHeight3 + " ><a href=" + adUrl3 + " target=_blank><img src=" + adSrc3 + " border=0 width=" + adWidth3 + " height=" + adHeight3 + "></a></layer>");
	}
	load3();
	}
else  {
	if(adType3=="swf"){
		document.write("<div id=netease3 style='top:300; position: absolute; width:" + adWidth3 + ";'><embed src=" + adSrc3 + " border=0 width=" + adWidth3 + " height=" + adHeight3 + "></embed></div>");
	}else{
		document.write("<div id=netease3 style='top:300; position: absolute; width:" + adWidth3 + ";'><a href=" + adUrl3 + " target=_blank><img src=" + adSrc3 + " border=0 width=" + adWidth3 + " height=" + adHeight3 + "></a></div>");
	}
	load3();
}

