// float_r_flash.js
// change var

var adSrc3 = "http://www.wwquote.com/wwquote/movie/funkyad.swf"
var adWidth3 = "75"
var adHeight3 = "80"

// change var
var weny3 = 100
var wenx3 = 10

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=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=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") {
	document.write("<layer id=netease3 top=100 width=" + adWidth3 + " height=" + adHeight3 + " ><EMBED src=" + adSrc3 + " quality=high  WIDTH=" + adWidth3 + " HEIGHT=" + adHeight3 + " TYPE='application/x-shockwave-flash' id=acerout wmode='transparent'></EMBED></layer>");
	load3();
	}
else  {
	document.write("<div id=netease3 style='top:300; position: absolute; width:" + adWidth3 + ";'><EMBED src=" + adSrc3 + " quality=high  WIDTH=" + adWidth3 + " HEIGHT=" + adHeight3 + " TYPE='application/x-shockwave-flash'  wmode='transparent'></EMBED></div>");
	load3();
	}