//阿赛对联JS系统。
AsaiLSY = 0;
function AsaiADhead(){
var AsaiFY;
if (document.documentElement && document.documentElement.scrollTop)
AsaiFY = document.documentElement.scrollTop;
else if (document.body)
AsaiFY = document.body.scrollTop
else
{/*Netscape stuff*/}
//alert(AsaiFY);
percent=.1*(AsaiFY-AsaiLSY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("leftDiv").style.top = parseInt(document.getElementById("leftDiv").style.top)+percent+"px";
document.getElementById("rightDiv").style.top = parseInt(document.getElementById("rightDiv").style.top)+percent+"px";
AsaiLSY=AsaiLSY+percent;
//alert(AsaiLSY);
}
//下面这段删除后，对联将不跟随屏幕而移动。
window.setInterval("AsaiADhead()",1);
//-->
//关闭按钮
function Asclo_left1(){
    left1.style.visibility='hidden';
}
function Asclo_left2(){
    left2.style.visibility='hidden';
}
function Asclo_right1(){
    right1.style.visibility='hidden';
}
function Asclo_right2(){
    right2.style.visibility='hidden';
}
//显示样式
document.writeln("<style type=\"text\/css\">");
document.writeln("#leftDiv,#rightDiv{width:100px;height:100px;position:absolute;}");
document.writeln(".itemFloatl{width:100px;height:auto;text-align:left}");
document.writeln(".itemFloatr{width:100px;height:auto;text-align:right}");
document.writeln("a.asaicload{border:#000000 1px solid;font-size:12px;height:10px;line-height:10px;text-decoration:none;}");
document.writeln("<\/style>");
//以下为主要内容
document.writeln("<div id=\"leftDiv\" style=\"top:5px;left:5px\">");
//------左侧各块开始
//---L1
document.writeln("<div id=\"left1\" class=\"itemFloatl\"><a class=\"asaicload\" href=\"javascript:Asclo_left1();\" title=\"关闭下面的广告\">×<\/a><br>");
document.writeln("<a href=http://www.hansgs.cn/ target=_blank><img src=ad/7/whdzj.gif border=0 style=\"border: 1px solid #000000\"/></a>");
document.writeln("<br><\/div>");
//---L2
document.writeln("<div id=\"left2\" class=\"itemFloatl\"><a class=\"asaicload\" href=\"javascript:Asclo_left2();\" title=\"关闭下面的广告\"><\/a><br>");
document.writeln("");
document.writeln("<\/div>");
//------左侧各块结束
document.writeln("<\/div>");
//------右侧各块开始
document.writeln("<div id=\"rightDiv\" style=\"top:5px;right:5px\">");
//---R1
document.writeln("<div id=\"right1\" class=\"itemFloatr\"><a class=\"asaicload\" href=\"javascript:Asclo_right1();\" title=\"关闭下面的广告\">×<\/a><br>");
document.writeln("<a href=http://www.metallurgy-china.com target=_blank><img src=ad/EX/yjzh.gif border=0 style=\"border: 1px solid #000000\"/></a>");
document.writeln("<br><\/div>");
//---R2
document.writeln("<div id=\"right2\" class=\"itemFloatr\"><a class=\"asaicload\" href=\"javascript:Asclo_right2();\" title=\"关闭下面的广告\"><\/a><br>");
document.writeln("");
document.writeln("");
document.writeln("<\/div>");
document.writeln("<\/div>");
//------右侧各块结束

//------调用事例
//document.writeln("<div style='border-left:#000000 1px solid;border-right:#000000 1px solid;border-top:#000000 1px solid;border-bottom:#000000 1px solid;'><embed src=ad/8/sg.swf width=100 height=270></embed></div>");
//document.writeln("<a target=_blank href=http://www.jscode.cn><img border=0 src=http://www.0512edu.com.cn/ads/img/adimg/dlr01.gif></a>");