/***FloatObject***/
    var predelta=0.15
    var precollection;
    function prefloaters() {
        this.items = [];
        this.addItem = function(id,x,y,content)
        {
          document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute;  width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');

          var newItem = {};
                                newItem.object = document.getElementById(id);
                                newItem.x = x;
                                newItem.y = y;

                this.items[this.items.length] = newItem;
        }
        this.play = function()
                  {
                    precollection = this.items
                    setInterval('play()',10);
                  }
        }
        function play()
        {
            if(screen.width<=800)
            {
                for(var i=0;i<precollection.length;i++)
                {
                    precollection[i].object.style.display    = 'none';
                }
                return;
            }
            for(var i=0;i<precollection.length;i++)
            {
                var followObj        = precollection[i].object;
                var followObj_x        = (typeof(precollection[i].x)=='string'?eval(precollection[i].x):precollection[i].x);
                var followObj_y        = (typeof(precollection[i].y)=='string'?eval(precollection[i].y):precollection[i].y);

                if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
                    var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*predelta;
                    dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
                    followObj.style.left=followObj.offsetLeft+dx;
                    }

                if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
                    var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*predelta;
                    dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
                    followObj.style.top=followObj.offsetTop+dy;
                    }
                followObj.style.display    = '';
            }
        }

    var theprefloaters = new prefloaters();
        //theprefloaters.addItem('prediv0','document.body.clientWidth-164',450,'<img src="51sip/bt2.gif" border=0 onclick="DoCall0()" style="cursor:hand;" />');//强力推荐
    //var display_info='<a href="business.php?field_name=《锤锤online》客户端下载&text=《锤锤online》客户端下载" target="_blank"><img src="images/ggmmin.jpg" width="110" height="200" alt="《锤锤online》客户端下载" border="0"></a>';
    //    theprefloaters.addItem('prediv1','document.body.clientWidth-110',385,display_info);//强力推荐
    /*var display_info1='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="110" height="350">'
+'                      <param name=movie value="zcb_images/zcb_left.swf">'
+'                      <param name=quality value=high>'
+'                      <embed src="zcb_images/zcb_left.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="110" height="350">'
+'                      </embed>'
+'                    </object>';*/
    var display_info1='<img src="images/right.jpg" width="100" height="350" border="0">';
        theprefloaters.addItem('prediv2','document.body.clientWidth-110',100,display_info1);//强力推荐
    /*var display_info2='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="110" height="350">'
+'                      <param name=movie value="zcb_images/zcb_right.swf">'
+'                      <param name=quality value=high>'
+'                      <embed src="zcb_images/zcb_right.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="110" height="350">'
+'                      </embed>'
+'                    </object>';*/
    var display_info2='<img src="images/left.jpg" width="100" height="350" border="0">';
        theprefloaters.addItem('prediv3',0,100,display_info2);//强力推荐
        //theprefloaters.addItem('followDiv4','document.body.clientWidth-164',5,'<img src="51sip/bt1.gif" border=0 onclick="DoCall0()" style="cursor:hand;" />');
        theprefloaters.play();


function DoCall0()
{
        //呼叫重庆在线
        //window.open('http://www.d3net.cn/callme.php?code=62300001&license=c3914e8&name=重庆在线市场部&callid=55181691','_blank','height=350, width=425, top=209, left=300, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no,status=yes');
        //呼叫第三网络
        //window.open('http://www.d3net.cn/callme.php?code=24803022&license=23ad1fe&name=第三网络&callid=55186003','newwindow','height=350, width=425, top=209, left=300, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no,status=yes');
}