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.918kf.com/client.aspx?worker_id=860757' target='_blank'><img src=/cn/images/servic.gif border=0 width=84/></a>");
document.write("<div style=\"background-color:#f6f6f6; width:84px; height:20px; line-height:22px; text-align:center;\"><a onclick=\"javascript:return closepiao();\">Close</a></div>");
document.write("</div>");

function Pos(w, h) {
sil=document.getElementById("piao");
sil.style.top=(document.documentElement.scrollTop+70)+"px";
sil.style.left=((document.documentElement.clientWidth-55)-sil.offsetWidth/2)+"px";
sil.style.width = w+"px";
sil.style.height = h+"px";
sil.style.position = "absolute";
sil.style.zIndex = 100;
}

Pos(84, 144);
window.onscroll = function() {
Pos(84, 144);
}
function closepiao(){
       document.getElementById("piao").style.display="none";
}

