<!--  Written by Myhyli, 2003/07/21. myhyli.blueidea.com  -->
<!--  Member Of Blueidea Web Team. -->
<!--  Welcome to www.blueidea.com. -->

	var delta_i=0;
	var collection_i;
	var closeB_i=false;
	function floaters_i() {
		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_i	= function()
				  {
					collection_i				= this.items
					setInterval('play_i()',30);
				  }
		}
		function play_i()
		{
			if(screen.width<=800 || closeB_i)
			{
				for(var i=0;i<collection_i.length;i++)
				{
					collection_i[i].object.style.display	= 'none';
				}
				return;
			}
			for(var i=0;i<collection_i.length;i++)
			{
				var followObj		= collection_i[i].object;
				var followObj_x		= (typeof(collection_i[i].x)=='string'?eval(collection_i[i].x):collection_i[i].x);
				var followObj_y		= (typeof(collection_i[i].y)=='string'?eval(collection_i[i].y):collection_i[i].y);

				if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
					var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta_i;
					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_i;
					dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=followObj.offsetTop+dy;
					}
				followObj.style.display	= '';
			}
		}	
		function closeB_wanner_i()
		{
			closeB_i=true;
			return;
		}

	var thefloaters_i		= new floaters_i();
	//
	thefloaters_i.addItem('AdDiv1','document.body.clientWidth-80',80,"<img src=/sytele/close.jpg onClick='closeB_wanner_i();'><a href=http://sy.jltele.com/yjjc.htm target=_blank><img src=/sytele/yjjc.jpg border=0 alt=189邮箱有奖竞猜活动></a>");
	thefloaters_i.addItem('AdDiv2',15,80,"<img src=/sytele/close.jpg onClick='closeB_wanner_i();'><a href=http://sy.jltele.com/yjjc.htm target=_blank><img src=/sytele/yjjc.jpg border=0 alt=189邮箱有奖竞猜活动></a>");

	//thefloaters_i.addItem('followDivw',90,225,"<table width='110' border='0' cellspacing='0' cellpadding='0'><tr><td height='21'><div align='center'><img src='images/w_01.gif' width='110' height='21' border='0' usemap='#MapW'></div></td></tr><tr><td height='100' background='images/w_03.gif'><div align='center'><iframe src='http://m.weather.com.cn/m/p9/weather1.htm' width='95' height='110' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='No'></iframe></div></td></tr><tr><td><img src='images/w_05.jpg' width='110' height='5' alt=''></td></tr></table><map name='MapW'><area shape='rect' coords='92,4,107,17' href='#' onClick='closeB_wanner_i();'></map>");
	//thefloaters_i.addItem('followDivwnl',90,365,"<a href='wnl.htm' target='_blank'><img src='images/wnl.gif' width='110' height='24' border='0'></a>");
	thefloaters_i.play_i();
	

//<a href=http://digi.blueidea.com/mms target=_blank><img src=/gg/blueidea/2004/digimms.gif width=100 height=100 border=0></a><a href=/news/game/2004/2363.asp><img src=/gg/computerarts/5000.gif width=100 height=150 border=0></a>