document.writeln("<div id=\"online\">");
document.writeln("<img src=\"templates\/seo\/images\/online_bg.gif\" usemap=\"#Map\" \/>");
document.writeln("<map name=\"Map\" id=\"Map\">	");
document.writeln("<area shape=\"rect\" coords=\"10,52,110,74\" href=\"msnim:chat?contact=pageone.cc@hotmail.com\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<area shape=\"rect\" coords=\"10,82,110,104\" href=\"msnim:chat?contact=cubie98@livemail.tw\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<area shape=\"rect\" coords=\"10,112,110,134\" href=\"ymsgr:sendIM?pageone.cc\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<area shape=\"rect\" coords=\"10,142,110,164\" href=\"ymsgr:sendIM?sweetydevil97118\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<area shape=\"rect\" coords=\"10,172,110,194\" href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1217785738&Site=首頁科技網路行銷&Menu=yes\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<area shape=\"rect\" coords=\"10,202,110,224\" href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=994716787&Site=首頁科技網路行銷&Menu=yes\" target=\"_blank\" title=\"點擊這裏給我發消息\" \/>");
document.writeln("<\/map>");
document.writeln("<\/div>")
var tips; var theTop = 130/*这是默认高度,越大越往下*/; var old = theTop;
function initFloatTips() {
tips = document.getElementById('online');
moveTips();
};
function moveTips() {
var tt=50;
if (window.innerHeight) {
pos = window.pageYOffset
}
else if (document.documentElement && document.documentElement.scrollTop) {
pos = document.documentElement.scrollTop
}
else if (document.body) {
pos = document.body.scrollTop;
}
pos=pos-tips.offsetTop+theTop;
pos=tips.offsetTop+pos/10;
if (pos < theTop) pos = theTop;
if (pos != old) {
tips.style.top = pos+"px";
tt=10;
//alert(tips.style.top);
}
old = pos;
setTimeout(moveTips,tt);
}
initFloatTips();