
function winload()
{
//followDiv1.style.top=380;
//followDiv1.style.left=6;
//followDiv2.style.top=380;
//followDiv2.style.right=6;
}

if(document.body.offsetWidth>800){	
	{
	
	//document.write("<div id=huashuolayer4 style='position: absolute;visibility:visible;z-index:1'><EMBED src='piao/left.swf' quality=high WIDTH=92 HEIGHT=166 TYPE='application/x-shockwave-flash' id='ad' wmode=opaque></EMBED></div>"+"<div id=huashuolayer5 style='position: absolute;visibility:visible;z-index:1'><EMBED src='piao/right.swf' quality=high WIDTH=92 HEIGHT=166 TYPE='application/x-shockwave-flash' id='ad1' wmode=opaque></EMBED></div>");
	
	
	//document.write("<div id=duilianmove1 style='position: absolute;visibility:visible;z-index:1'><a href='http://www.interhb.cn' target='_blank'><img src='piao/left_move.gif'  id='duilianimg1' border='0'></a></EMBED></div>"+"<div id=duilianmove2 style='position: absolute;visibility:visible;z-index:1'><a href='http://www.whqhit.com' target='_blank'><img src='piao/right_move.gif'  id='duilianimg2' border='0'></a></EMBED></div>");
	
	}
  winload()
}



lastScrollY = 0;

function heartBeat(o) {
	diffY = document.body.scrollTop;
	percent =.2*(diffY-lastScrollY);
	if(percent>0){
		percent = Math.ceil(percent);
	}
	else{
		percent = Math.floor(percent);
	}
	o.style.pixelTop+= percent;
	lastScrollY = lastScrollY+percent;
}

//window.setInterval("heartBeat(document.all.duilianmove1)",50);
//window.setInterval("heartBeat(document.all.duilianmove2)",50);


//var delta=0.015
var delta=0.1
 var collection;

 function floaters() {
 this.items = [];
 this.addItem = function(id,x,y,content)
 {
 document.write('<DIV id='+id+' style="Z-INDEX: 0; POSITION: absolute; width:93px; height:93px;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()',1);
 }
 }
 function play()
 {
 if(screen.width<=800)
 {
 for(var i=0;i<collection.length;i++)
 {
 collection[i].object.style.display = 'none';
 }
 return;
 }
 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 left_x=6;
 var left_y=100;
 var right_x=100;
 var right_y=100;
 var theFloaters = new floaters();
 /*theFloaters.addItem('followDiv1','document.body.clientWidth-120-left_x',right_y,'<br><a href=http://www.whqhit.com target=_blank><img src=piao/right_move.gif border=0></a>');
 //theFloaters.addItem('followDiv2',right_x,left_y,'<br><a href=http://www.edcn.cn target=_blank><img src=piao/right_move.gif border=0></a>');
*/
 
// 右对联上
theFloaters.addItem('followDiv1','document.body.clientWidth-200-left_x',right_y,'<a href=\'http://denglish.e21.cn\' target=\'_blank\'><img src=\'duilian/images/xbyj2.gif\' border=\'0\'></a>'); 
theFloaters.addItem('followDiv2',right_x,left_y,'<a href=\'http://denglish.e21.cn\' target=\'_blank\'><img src=\'duilian/images/xbyj1.gif\' border=\'0\'></a>'); 

//右对联下 theFloaters.addItem('followDiv3','document.body.clientWidth-100-left_x',right_y+250,'<a href=\'http://www.syitedu.org/MINISITE/chafen/euso/?utm_source=E21&utm_medium=DL1&utm_campaign=MAIDIAN\' target=\'_blank\'><img src=\'piao/images/95110.gif\' border=\'0\'></a>');
//theFloaters.addItem('followDiv1','document.body.clientWidth-100-left_x',right_y,'<EMBED src=piao/right_move.swf quality=high WIDTH=100 HEIGHT=180 TYPE=application/x-shockwave-flash  wmode=opaque></EMBED>');
//theFloaters.addItem('followDiv2',right_x,left_y,'<EMBED src=piao/left_move.swf quality=high WIDTH=95 HEIGHT=70 TYPE=application/x-shockwave-flash  wmode=opaque></EMBED>');
 
theFloaters.play(); 

