document.write("<div id=\"piao\" style=\" padding:0px; position:absolute;\">");
document.writeln("<table width=\"96\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><a onclick=\"javascript:return closepiao();\" style=\"CURSOR: hand\"><img src=\"\/images\/qqp1.gif\" width=\"96\" height=\"21\" border=\"0\" \/><\/a><\/td><\/tr><tr><td><img src=\"\/images\/qqp2.gif\" width=\"96\" height=\"36\" \/><\/td><\/tr><tr><td background=\"\/images\/qqp3.gif\" bgcolor=\"#FFFFFF\"><table width=\"85\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/qqp5.gif\" style=\"font-size:12px; color:#666; line-height:18px;\"><tr><td height=\"25\" align=\"center\"><table width=\"80\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border-bottom:1px solid #CCC\"><tr><td width=\"20\" align=\"right\"><img src=\"\/images\/qq.jpg\" width=\"19\" height=\"21\" \/><\/td><td align=\"left\"><a href=\"tencent:\/\/message\/?uin=952004078&Site=222&Menu=yes\">952004078<\/a><\/td><\/tr><\/table><\/td><\/tr><tr><td height=\"45\" align=\"center\">ΧΙΡ―΅η»°<br \/>952004078<\/td><\/tr><\/table><\/td><\/tr><tr><td><img src=\"\/images\/qqp4.gif\" width=\"96\" height=\"15\" \/><\/td><\/tr><\/table>")
document.write("</div>");
function closepiao(){
       document.getElementById("piao").style.display="none";
}

el2=document.getElementById("piao");
el2.style.top=(document.documentElement.scrollTop+230)+"px";
el2.style.left=((document.documentElement.clientWidth-52)-el2.offsetWidth/2)+"px";
	   
/*
document.getElementById("piao").style.left=((document.documentElement.clientWidth-55)-document.getElementById("piao").offsetWidth/2)+"px";
*/
document.documentElement.onscroll=function(){
       el=document.getElementById("piao");
       el.style.top=(document.documentElement.scrollTop+230)+"px";
       el.style.left=((document.documentElement.clientWidth-52)-el.offsetWidth/2)+"px";
}
