<!--
	var delta1=0.15
	var collection1;
	function floaters1() {
		this.items1	= [];
		this.addItem1	= 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 newItem1				= {};
					newItem1.object			= document.getElementById(id);
					newItem1.x				= x;
					newItem1.y				= y;

					this.items1[this.items1.length]		= newItem1;
				  }
		this.play1	= function()
				  {
					collection1				= this.items1
					setInterval('play1()',10);
				  }
		}
		function play1()
		{
			if(screen.width<=800)
			{
				for(var i=0;i<collection1.length;i++)
				{
					collection1[i].object.style.display1	= 'none';
				}
				return;
			}
			for(var i=0;i<collection1.length;i++)
			{
				var followObj		= collection1[i].object;
				var followObj_x		= (typeof(collection1[i].x)=='string'?eval(collection1[i].x):collection1[i].x);
				var followObj_y		= (typeof(collection1[i].y)=='string'?eval(collection1[i].y):collection1[i].y);

				

				if(followObj.offsetTop!=(document.documentElement.scrollTop+followObj_y)) {
					var dy=(document.documentElement.scrollTop+followObj_y-followObj.offsetTop)*delta1;
					dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=followObj.offsetTop+dy;
					}
				collection1[0].object.style.left=5;
	
			}
		}	
	function start(){
	var thefloaters1		= new floaters1();
	reval  = "";
reval += "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\"><link rel=\"stylesheet\" href=\"/css/onlineqq.css\" type=\"text/css\"></head><table border=\"0\" width=\"150\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><EMBED height=480 pluginspage= http://www.macromedia.com/go/getflashplay1er  src=\"../Flash/left.swf\" type=application/x-shockwave-flash width=150 wmode=\"transparent\"  quality=\"high\"></EMBED></p></div></td></td></tr></table></html>";
	thefloaters1.addItem1('followDiv2',eval(document.body.clientWidth -112),116,reval);
		thefloaters1.play1();
	}
	
	start();
	
//-->
