<!--对联代码开始--> 
//<![CDATA[ 
var adLeftSrc = "images/big.gif" //图片地址 
var adLeftFlash = "" //flash的话直接填写flash 
var adLeftHref = "http://www.e-xl.cn/xy_exl" 
var adLeftWidth = 98 //图片宽 
var adLeftHeight = 203 //图片高 
var adRightSrc = "images/phoneckl.gif"//图片地址 
var adRightFlash = "" 
var adRightHref = "" 
var adRightWidth = 98 
var adRightHeight = 250 
var marginleftTop = 80 //在这里更改距离浏览器左端底端的高度 
var marginrightTop = 80 //在这里更改距离浏览器右端底端的高度 
var marginLeft = 3//在这里更改距离浏览器右端的高度 
var navUserAgent = navigator.userAgent 
function load(){ 
judge(); 
move(); 
} 
function move() { 
judge(); 
setTimeout("move();",80) 
} 
function judge(){ 
if (navUserAgent.indexOf("Firefox") >= 0 || navUserAgent.indexOf("Opera") >= 0) { 
if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adLeftHeight - marginleftTop + 'px';} 
if (adRightSrc != "") { 
document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adRightHeight - marginrightTop + 'px'; 
document.getElementById("adRightFloat").style.left = ((document.body.clientWidth > document.documentElement.clientWidth)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px'; 
} 
} 
else{ 
if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adLeftHeight - marginleftTop + 'px';} 
if (adRightSrc != "") { 
document.getElementById("adRightFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adRightHeight - marginrightTop + 'px'; 
document.getElementById("adRightFloat").style.left = ((document.documentElement.clientWidth == 0)?document.body.clientWidth:document.documentElement.clientWidth) - adRightWidth - marginLeft + 'px'; 
} 
} 
if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.left = marginLeft + 'px';} 
} 



if (adLeftSrc != "") { 
if (adLeftFlash == "flash") { 
// document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";height:100px; font-size:12px;\"><img src=\"images/close.gif\" width=\"12\" border=\"0\" height=\"12\" onMousedown=\"javascript:close_float_left();void(0);\";>"); 

document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";height:100px; font-size:12px;text-align:right;\">"); 

document.write("<div id=\"Float\" style=\"width:" + adLeftWidth + ";\"><embed src=\"" + adLeftSrc + "\" quality=\"high\" width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\" type=\"application/x-shockwave-flash\"></embed></div>"); 
document.write("<span OnClick=\"javascript:close_float_left();void(0);\"; style=\"cursor:hand;background-color:#A5E731;width:" + 40 + "; height:15\">[关闭]</span>"); 
document.write("</div>"); 
} 
else{ 
//document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";height:100px; font-size:12px;\"><img src=\"images/close.gif\" width=\"12\" border=\"0\" height=\"12\" onMousedown=\"javascript:close_float_left();void(0);\";>"); 
document.write("<div id=\"adLeftFloat\" style=\"position: absolute;width:" + adLeftWidth + ";height:100px; font-size:12px;text-align:right;\">"); 

document.write("<div id=\"Float\" style=\"width:" + adLeftWidth + ";\"><a href=\"" + adLeftHref +"\" target=_blank><img src=\"" + adLeftSrc + "\" width=\"" + adLeftWidth + "\" height=\"" + adLeftHeight + "\" border=\"0\" \></a></div>"); 
document.write("<span OnClick=\"javascript:close_float_left();void(0);\"; style=\"cursor:hand;background-color:#A5E731;width:" + 40 + "; height:15\">[关闭]</span>"); 
document.write("</div>"); 
} 
} 



if (adRightSrc != "") { 
if (adRightFlash == "flash") { 
document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";height:100px; font-size:12px;text-align:right;\">"); 
//document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";height:100px; font-size:12px;text-align:right;\"><img src=\"images/close.gif\" width=\"12\" border=\"0\" height=\"12\" onMousedown=\"javascript:close_float_right();void(0);\";>"); 

document.write("<div id=\"Float\" style=\"width:" + adRightWidth + ";\"><embed src=\"" + adRightSrc + "\" quality=\"high\" width=\"" + adLeftWidth + "\" height=\"" + adRightHeight + "\" type=\"application/x-shockwave-flash\"></embed></div>"); 
document.write("<span OnClick=\"javascript:close_float_right();void(0);\"; style=\"cursor:hand;background-color:#A5E731;width:" + 40 + "; height:15\">[关闭]</span>"); 
document.write("</div>"); 

} 
else{ 
//document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";height:100px; font-size:12px;text-align:right;\"><img src=\"images/close.gif\" width=\"12\" border=\"0\" height=\"12\" onMousedown=\"javascript:close_float_right();void(0);\";>"); 

document.write("<div id=\"adRightFloat\" style=\"position: absolute;width:" + adRightWidth + ";height:100px; font-size:12px;text-align:right;\">"); 

document.write("<div id=\"Float\" style=\"width:" + adRightWidth + ";\"><a href=\"" + adRightHref +"\" target=_blank><img src=\"" + adRightSrc + "\" width=\"" + adRightWidth + "\" height=\"" + adRightHeight + "\" border=\"0\" \></a></div>"); 
document.write("<span OnClick=\"javascript:close_float_right();void(0);\"; style=\"cursor:hand;background-color:#A5E731;width:" + 40 + "; height:15\">[关闭]</span>"); 
document.write("</div>"); 
} 
} 




load(); 

function close_float_right(){ 
document.getElementById("adRightFloat").style.display="none";} 
function close_float_left(){ 
document.getElementById("adLeftFloat").style.display="none";} //]]> 


<!--对联代码结束--> 

