function IEeLoad(){
if(document.body.offsetWidth>=1064){eL.style.left=document.body.offsetWidth/2-381-170;}
if(document.body.offsetWidth<1064 & document.body.offsetWidth>800){eL.style.left=document.body.offsetWidth/2-381-132;}
if(document.body.offsetWidth>=1064){eR.style.right=document.body.offsetWidth/2-381-170;}
if(document.body.offsetWidth<1064 & document.body.offsetWidth>800){eR.style.right=document.body.offsetWidth/2-381-132;}
//if(document.body.offsetWidth>=1064){eL_low.style.left=document.body.offsetWidth/2-381-170;}
//if(document.body.offsetWidth<1064 & document.body.offsetWidth>800){eL_low.style.left=document.body.offsetWidth/2-381-132;}
//if(document.body.offsetWidth>=1064){eR_low.style.right=document.body.offsetWidth/2-381-170;}
//if(document.body.offsetWidth<1064 & document.body.offsetWidth>800){eR_low.style.right=document.body.offsetWidth/2-381-132;}
}
// 左右广告的地址
imgLsrc = "image/e01_20100512_left.gif";
imgRsrc = "image/e01_20100512_right.gif";
//imgLsrc_low = "images/05_7_1.gif";
//imgRsrc_low = "images/zp-7-26.gif";
// 左右广告的尺寸
imgLW = 113;
imgLH = 300;
imgRW = 113;
imgRH = 300;
//imgLW_low = 105;
//imgLH_low = 105;
//imgRW_low = 100;
//imgRH_low = 133;
// 左右广告的链接地址；Flash广告不受该属性影响
imgLa = "http://www.ruidelun.com/piwen.asp";
imgRa = "http://www.ruidelun.com/piwen.asp";
//imgLa_low = "http://www.ruidelun.com/newpolicy_7_1.htm";
//imgRa_low = "http://www.ruidelun.com/zhaopin_7_26.htm";




//以下调用GIF,JPG广告
// 注销下段代码，只保留/*即可；启用下段代码，在前面加入//即可。
if(window.screen.width>770){
	{
	document.write("<div id=eL style='position: absolute;visibility:visible;z-index:1'><a href="+imgLa+" target=_blank><img  src="+imgLsrc+" width="+imgLW+" height="+imgLH+" border=0></a></div>"
	              +"<div id=eR style='position: absolute;visibility:visible;z-index:1'><a href="+imgRa+" target=_blank><img  src="+imgRsrc+" width="+imgRW+" height="+imgRH+" border=0></a></div>");
	             // +"<div id=eL_low style='position: absolute;visibility:visible;z-index:1'><a href="+imgLa_low+" target=_blank><img  src="+imgLsrc_low+" width="+imgLW_low+" height="+imgLH_low+" border=0></a></div>"
	             // +"<div id=eR_low style='position: absolute;visibility:visible;z-index:1'><a href="+imgRa_low+" target=_blank><img  src="+imgRsrc_low+" width="+imgRW_low+" height="+imgRH_low+" border=0></a></div>");
	}
	IEeLoad()
}
	// 注销上段代码，只保留*/即可；启用上段代码，在前面加入//即可。




// 以下调用Flash广告
///* 注销下段代码，只保留/*即可；启用下段代码，在前面加入//即可。
//if(document.body.offsetWidth>770){
//	{
//	document.write("<div id=eL style='position: absolute;visibility:visible;z-index:1'><embed   pluginspage=http://www.macromedia.com/shockwave/download/  src="+imgLsrc+" width="+imgLW+" height="+imgLH+" type=application/x-shockwave-flash wmode='transparent'></embed></div>"
//                  +"<div id=eR style='position: absolute;visibility:visible;z-index:1'><a href="+imgRa+" target=_blank><img  src="+imgRsrc+" width="+imgRW+" height="+imgRH+" border=0></a></div>"
	//              +"<div id=eL_low style='position: absolute;visibility:visible;z-index:1'><a href="+imgLa_low+" target=_blank><img  src="+imgLsrc_low+" width="+imgLW_low+" height="+imgLH_low+" border=0></a></div>"
	    //          +"<div id=eR_low style='position: absolute;visibility:visible;z-index:1'><a href="+imgRa_low+" target=_blank><img  src="+imgRsrc_low+" width="+imgRW_low+" height="+imgRH_low+" border=0></a></div>");
//	}
//	IEeLoad()
//}
//*/	// 注销上段代码，只保留*/即可；启用上段代码，在前面加入//即可。


///*


function resetTOPie(eADname,eADtop) {
realTop = parseInt(document.body.scrollTop)
trueTop = eADtop + realTop
document.all[eADname].style.top = trueTop
}

IE4 = (document.all)?1:0

if (IE4){
setInterval('resetTOPie("eL",4,IEeLoad())',500);
setInterval('resetTOPie("eR",4,IEeLoad())',500);
//setInterval('resetTOPie("eL_low",380,IEeLoad())',500);
//setInterval('resetTOPie("eR_low",380,IEeLoad())',500);
}
//*/