
<!--右侧漂浮广告开始 -->
document.write("<div id=\"piao\" style=\"background-color:#ffffff; padding:2px; position:absolute;filter: alpha(opacity=80); \">");
<!--上行原始 document.write("<div id=\"piao\" style=\"background-color:#ffffff; padding:2px; border:#282D24 1px dotted; position:absolute;filter: alpha(opacity=80); \">"); -->
document.write("<a href=http://www.onexiao.com><img src=http://www.onexiao.com/images/search.gif border=0 /></a>");
document.write("<div style=\"width:180px; height:20px; line-height:22px; text-align:center;\"><br>让我们的校园生活更美好</div>");
<!--上行原始 document.write("<div style=\"background-color:#f6f6f6; width:180px; height:20px; line-height:22px; text-align:center;\"><a onclick=\"javascript:return closepiao();\">关闭</a></div>"); -->
document.write("</div>");
function closepiao(){
       document.getElementById("piao").style.display="none";
}
document.getElementById("piao").style.left=((document.documentElement.clientWidth-100)-document.getElementById("piao").offsetWidth/2)+"px";
document.documentElement.onscroll=function(){
       el=document.getElementById("piao");
       el.style.top=(document.documentElement.scrollTop+270)+"px";
       el.style.left=((document.documentElement.clientWidth-110)-el.offsetWidth/2)+"px";
}
<!--右侧漂浮广告结束 -->