if  (window.navigator.userAgent.indexOf("MSIE")>=1)  
{  
document.write('<DIV id=webtalk style="Z-INDEX:25; LEFT:0px; POSITION:absolute; TOP:80px">');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>');
document.write('<td style="cursor:pointer"><IMG src=http://0800.tw/a/icon/right-u-1.gif WIDTH=100 BORDER=0 HEIGHT=20 ');
document.write('onClick="webtalk.style.display=');
document.write("'none'");
document.write('" onfocus="this.blur()"></TD>');
document.write('<TR><TD background=http://0800.tw/a/icon/right-m-1.gif><table width=100% border=0  cellspacing=0 cellpadding=0>');
document.write('<td align=center><a href="http://www.0800.tw/cgi-bin/big5/webtalk/pu99?q1=gotalk&q2=200810031112353530&q3=92edead35d5773576429bc72cd42915c&q4=林玴緯&q5=&q6=0" target=_blank onMouseOver=document.a9006.src="http://0800.tw/a/icon/right-1b.gif"  onMouseOut=document.a9006.src="http://0800.tw/a/icon/right-1a.gif"><img name=a9006 src=http://0800.tw/a/icon/right-1a.gif border=0 width=94></a></td></table></td><tr>');
document.write('<TD background=http://0800.tw/a/icon/right-d-1.gif WIDTH=100 BORDER=0 HEIGHT=20 align=center><font size=2><a href=http://www.台灣分類廣告.tw target=_blank><font color=#ffffff>台灣分類廣告</a></TD>');
document.write('</TABLE>');
document.write('</DIV>');

var x,y,div_y,distance;
        a=0;
        y=200;
        div_y=0;
        distance=0;
        document.getElementById ("webtalk").style.left=window.screen.availWidth-120;

function stay(){
        var ny;
        ny=y+document.body.scrollTop;
        distance=ny-div_y;
        if(div_y!=ny){
                div_y+=(distance/30);
        }
        document.getElementById ("webtalk").style.top=div_y;
        document.getElementById ("webtalk").style.left=document.body.clientWidth-120;
        setInterval('stay()');
}
stay();
}