﻿// JavaScript Document
lastScrollY=0;
function za_callme_online(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("za_callme").style.top=parseInt(document.getElementById
("za_callme").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
suspendcode12="<DIV id=\"za_callme\" style='left:10px;POSITION:absolute;TOP:120px;width:109px;height:230px;'><a href='http://tel.hoocoo.net:88/call.php?sid=279&did=334' target='_blank' title='单击开始免费拨打咨询电话'><img src='http://www.zawoman.com/OnlineCall/callme.gif' onmouseover=this.src='http://www.zawoman.com/OnlineCall/callme0.gif' onmouseout=this.src='http://www.zawoman.com/OnlineCall/callme.gif' border='0'></a><div style=\"padding:5px;cursor:pointer;font-size:14px;font-weight:bold;text-align:right;margin:3px 3px 0px 0px;padding:0px;line-height:100%;color:#000;\" onmouseover=\"this.style.color='red';\" onmouseout=\"this.style.color='#000';\" title=\"关闭\" onclick=\"ZawomanQuickIM.style.display='none';this.style.display='none';\">&times;</div><div Id=\"ZawomanQuickIM\" Name=\"ZawomanQuickIM\" style='border:2px solid #AD1878;background-color:white;margin-left:10px;padding:0px 0px 5px 3px;text-align:left;line-height:160%;'><B style='color:#AD1878;line-height:25px;'>妇科：<\/B><Br><a href=\"tencent:\/\/message\/?uin=972026850&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:972026850:45' style='margin:0px;padding:0px;' alt=\"妇科炎症专家\">妇科炎症专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=1018519906&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1018519906:45' style='margin:0px;padding:0px;' alt=\"私密整形专家\">私密整形专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=1045406275&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1045406275:45' style='margin:0px;padding:0px;' alt=\"乳腺疾病专家\">乳腺疾病专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=1264937840&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1264937840:45' style='margin:0px;padding:0px;' alt=\"肌瘤囊肿专家\">肌瘤囊肿专家<\/a><Br><B style='color:#AD1878;line-height:25px;'>整形美容：<\/B><Br><a href=\"tencent:\/\/message\/?uin=379687682&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:379687682:45' style='margin:0px;padding:0px;' alt=\"整形丰胸专家\">整形丰胸专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=97026029&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:97026029:45' style='margin:0px;padding:0px;' alt=\"激光美容专家\">激光美容专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=954017237&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:954017237:45' style='margin:0px;padding:0px;' alt=\"减肥美体专家\">减肥美体专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=785916241&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:785916241:45' style='margin:0px;padding:0px;' alt=\"吸脂瘦身专家\">吸脂瘦身专家<\/a><Br><a href=\"tencent:\/\/message\/?uin=1440195721&Site=真爱咨询&Menu=yes\" target=\"_blank\" style=\"color:#000;font-size:12px;\"><img border=\"0\"height=\"14\" width=\"14\" weiht=\"\" SRC='http:\/\/wpa.qq.com\/pa?p=1:1440195721:45' style='margin:0px;padding:0px;' alt=\"面部整形专家\">面部整形专家<\/a></div></div>"
document.write(suspendcode12); 
window.setInterval("za_callme_online()",1);