﻿//浮动对联广告
//document.write("<iframe width=\"35\" height=\"89\" src=\"../Html/Scrollflashad.html\" id=\"indexflashad\" frameborder=\"no\" style=\"left:3px;position:absolute;bottom:0px;background-color=transparent;\"></iframe>");
document.write("<iframe width=\"35\" height=\"89\" src=\"../Html/Scrollflashad.html\" id=\"indexflashad\" frameborder=\"no\" style=\"left:3px;position:absolute;top:0px;background-color=transparent;\"></iframe>");
moveL();
function moveL() {
    var msn = document.getElementById("indexflashad");
    if ((screen.width > 1024) && (screen.height > 768)) {
        if (document.documentElement.clientHeight > 458) {
            msn.style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - 370 +"px";
        }
        else {
            msn.style.top = "5px"; 
        }
    }
    else 
    {
        msn.style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - 119 +"px";
    }
    msn.style.left = document.documentElement.scrollLeft + 3+"px";
}
window.setInterval("moveL()", 80);