//左边 var left2_img=''; //右边 var right2_img="
在线客服
商务QQ

商务QQ
"; var delta2=0.15 var collection2; function floaters2() { this.items2 = []; this.addItem2 = function(id2,x,y,content) { document.write('
'+content+'
'); var newItem2 = {}; newItem2.object = function() {return document.getElementById(id2)}; newItem2.x = x; newItem2.y = y; this.items2[this.items2.length] = newItem2; } this.play2 = function() { collection2 = this.items2 setInterval('play2()',10); } } function play2() { for(var ii=0;ii0?1:-1)*Math.ceil(Math.abs(dx)); followObj2.style.left=followObj2.offsetLeft+dx; } if(followObj2.offsetTop!=(document.body.scrollTop+followObj2_y)) { var dy=(document.body.scrollTop+followObj2_y-followObj2.offsetTop)*delta2; dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy)); followObj2.style.top=followObj2.offsetTop+dy; } followObj2.style.display2 = ''; } } var thefloaters2 = new floaters2(); thefloaters2.addItem2('followDiv3','document.body.clientWidth-100',16,''+right2_img+''); //thefloaters2.addItem2('followDiv2',20,230,''+left2_img+''); thefloaters2.play2();/**/