




var rightSource = "<a href='http://www.jsfxzx.com/xibao.htm' target='_blank'><img  src='http://www.jsfxzx.com/xibao.files/xibao.jpg' style='filter:Alpha(opacity=40)' width='210' height='150' border='0'/></a>";
var adWidth4 = "80"
var adHeight4 = "108"
var weny4 = 70;
var wenx4 = 30;
var wenx5 = 283;
document.ns = navigator.appName == "Netscape";
function load4() {
    if (navigator.appName == "Netscape") {
        document.xzjscn.pageY=pageYOffset+window.innerHeight-adHeight4-weny4;
        document.xzjscn.pageX=+window.innerWidth/2+wenx5;
        move4();
	} else {
        xzjscn.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4;
        xzjscn.style.left=document.body.offsetWidth/2+wenx5;
        move4();
	}
}

function move4() {
	if(document.ns) {
		document.xzjscn.top=pageYOffset+window.innerHeight-adHeight4-weny4;
		document.xzjscn.left=+window.innerWidth/2+wenx5;
		setTimeout("move4();",80)
	}
	else {
		xzjscn.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4;
		xzjscn.style.left=document.body.offsetWidth/2+wenx5;
		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=xzjscn top=200 width=" + adWidth4 + " height=" + adHeight4 + " >" + rightSource + "</layer>");
	load4();
}
else {
	document.write("<div id=xzjscn style='top:200; position: absolute; width:" + adWidth4 + ";'>" + rightSource + "</div>");
	load4();
}

