document.writeln('<div id="livechat">');
document.writeln('  <div class="lctop"></div>');
document.writeln('  <div class="lcmain">');
document.writeln('    <dl>');
document.writeln('      <dt>在线QQ：</dt>');
document.writeln('      <dd><img src="templets/livechat/images/qq.jpg" width="16" height="16"> <a href="tencent://message/?uin=1620508860&Menu=yes">1620508860</a></dd>');
document.writeln('      <dd><img src="templets/livechat/images/qq.jpg" width="16" height="16"> <a href="tencent://message/?uin=2414317179&Menu=yes">2414317179</a></dd>');
document.writeln('      <dd><img src="templets/livechat/images/qq.jpg" width="16" height="16"> <a href="tencent://message/?uin=1814715681&Menu=yes">1814715681</a></dd>');
document.writeln('      <dt>在线MSN：</dt>');
document.writeln('      <dd><a href="msnim:add?contact=hangtung@msn.cn">hangtung@msn.cn</a></dd>');
document.writeln('    </dl>');
document.writeln('  </div>');
document.writeln('  <div class="lcbot"></div>');
document.writeln('</div>');

document.writeln('<style type="text/css">');
document.writeln('#livechat{top:150px;right:6px;position:absolute;z-index:100;width:120px;font-size:12px;line-height:1.6em;text-align:left;}');
document.writeln('#livechat a{color:#0066cc;}');
document.writeln('#livechat img{border:0;margin:0;padding:0;vertical-align:bottom;}');
document.writeln('#livechat .lctop{font-size:1px;height:36px;background:url("templets/livechat/images/topbg3.gif") bottom left no-repeat;}');
document.writeln('#livechat .lcmain{background:#FBF9F5 url("templets/livechat/images/mainbg.gif") left repeat-y;}');
document.writeln('#livechat .lcbot{font-size:1px;height:7px;background:url("templets/livechat/images/botbg.gif") top left no-repeat;}');
document.writeln('#livechat .lcmain dl{margin:0;padding:3px 3px;}');
document.writeln('#livechat .lcmain dt{margin:5px 0 0 0;padding:0 4px;}');
document.writeln('#livechat .lcmain dd{margin:5px 0 0 0;padding:0 6px;}');
document.writeln('</style>');

<!--
var tips;
var theTop = 100;
var old = theTop;
function initFloatTips() {
    tips = document.getElementById('livechat');
    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();
-->
