document.write("<div id=\"piao\" style=\"background-color:#ffffff; margin-top: 180px;padding:0px;  position:absolute;filter: alpha(opacity=80); \">");
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='120' height='110'><param name='movie' value='/flash/call.swf'><param name='quality' value='high'><embed src='/flash/call.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='120' height='110'></embed></object>");
//document.write("<div style=\"background-color:#f6f6f6; width:120px;height:110px; line-height:22px; text-align:center;\"></div>");
document.write("</div>");
function closepiao(){
       document.getElementById("piao").style.display="none";
}
document.getElementById("piao").style.top=(document.documentElement.scrollTop)+"px";
document.getElementById("piao").style.right="0px";
document.documentElement.onscroll=function(){
   el=document.getElementById("piao");
   el.style.top=(document.documentElement.scrollTop)+"px";
   //el.style.left=((document.documentElement.clientWidth-100)-el.offsetWidth/2)+"px";
   el.style.right="0px";
}
