
//var right_img='<table width="88" border="0" cellspacing="0" cellpadding="0"><tr><td><script language=javascript src=/bbs/other/article/topic.asp?Number=10&BoardID=100&StrLen=10&NewWindow=yes&TORA=1&STime=0&Hits=0></script><img src="xing/images/index_fly7_104.gif" width="88" height="86"></td></tr><tr><td><table width="88" border="0" cellpadding="0" cellspacing="1" bgcolor="#D7D7D7"><tr><td align="center" bgcolor="#FFFFFF"><br><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=11250177&Site=飞兰广告&Menu=yes><img SRC="xing/images/qq_link.gif" alt="点击这里与我联系" border="0"></a><br><br><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=8342435&Site=飞兰广告&Menu=yes><img SRC="xing/images/qq_link.gif" alt="点击这里与我联系" border="0"></a><br><br><img src="/xing/images/jb.gif"><a href="/customercenter/price.asp" target="_blank">产品报价</a><br><br></td></tr></table></td></tr><tr><td><img src="xing/images/index_fly7_141.gif" width="88" height="5"></td></tr></table>';

//var right_img='<table width="120"><tr><td><iframe id=news_right frameborder=0 style=Z-INDEX: 3; VISIBILITY: inherit; WIDTH: 120 HEIGHT: 120 name=news_right src=news_right.asp scrolling=no></iframe></td></tr></table>';
var right_img='<TABLE WIDTH=140 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><img src=/images/gq2010.gif border=0></TD></TR></TABLE>';
var left_img='';
    var delta=0.00
    var collection;
    function floaters() {
        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()
                 {
                    collection                = this.items
                    setInterval('play()',10);
                 }
        }
        function play()
        {

            for(var i=0;i<collection.length;i++)
            {
                var followObj        = collection[i].object;
                var followObj_x        = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
                var followObj_y        = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

                if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
                    var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
                    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)*delta;
                    dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
                    followObj.style.top=followObj.offsetTop+dy;
                    }
                followObj.style.display    = '';
            }
        }    
        
    var theFloaters        = new floaters();
    theFloaters.addItem('followDiv1',816,124,''+right_img+'');

    theFloaters.play();

