document.writeln('');
document.writeln('
');
document.writeln('');
document.writeln('天空交换链');
document.writeln('');
document.writeln('');
document.writeln('');
//http://www.skycn.org.cn/codemsn.asp?id=8134&y1=336699&y2=FFFFFF&y3=0066cc&y4=009900&wei=yx
var eleStyle = document.getElementById("sky1").style;
window.onscroll = function(){
//固定右下角
if(document.body.scrollTop==0){
//XHTML标准
eleStyle.top = document.documentElement.scrollTop + document.documentElement.clientHeight - 222 + "px";
}
//HTML标准
eleStyle.top = document.body.scrollTop + document.body.clientHeight - 222 + "px";
}
function closed(){
eleStyle.display = "none";
}
document.writeln('');