<!--  Written by Myhyli, 2003/07/21. myhyli.blueidea.com  -->
<!--  Member Of Blueidea Web Team. -->
<!--  Welcome to www.blueidea.com. -->

	//var delta=0.8;
	var delta_f=0;
	var collection_f;
	var closeB_f=false;
	function floaters_n() {
		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_f				= this.items
					setInterval('play()',30);
				  }
		}
		function play()
		{
			if(screen.width<=800 || closeB_f)
			{
				for(var i=0;i<collection_f.length;i++)
				{
					collection_f[i].object.style.display	= 'none';
				}
				return;
			}
			for(var i=0;i<collection_f.length;i++)
			{
				var followObj		= collection_f[i].object;
				var followObj_x		= (typeof(collection_f[i].x)=='string'?eval(collection_f[i].x):collection_f[i].x);
				var followObj_y		= (typeof(collection_f[i].y)=='string'?eval(collection_f[i].y):collection_f[i].y);

				if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
					var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta_f;
					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_f;
					dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=followObj.offsetTop+dy;
					}
				followObj.style.display	= '';
			}
		}	
		function closeB_f_wanner_f()
		{
			closeB_f=true;
			return;
		}

	var thefloaters_n		= new floaters_n();
	//
	//thefloaters_n.addItem('fldDiv1','document.body.clientWidth-80',80,'<img src=/sytele/close.jpg onClick="closeB_fanner();"><a href=http://sy.jltele.com/yjjc.htm target=_blank><img src=/sytele/yjjc.jpg border=0 alt=189邮箱有奖竞猜活动></a>');
	//thefloaters_n.addItem('fldDiv2',15,80,'<img src=/sytele/close.jpg onClick="closeB_fanner();"><a href=http://sy.jltele.com/yjjc.htm target=_blank><img src=/sytele/yjjc.jpg border=0 alt=189邮箱有奖竞猜活动></a>');
	thefloaters_n.addItem('fldDiv3',90,80,"<img src='/img/fld.jpg' width='110' height='142' border='0' usemap='#MapFld'><map name='MapFld'><area shape='rect' coords='82,2,105,26' href='#' alt='关闭' onClick='closeB_f_wanner_f();'><area shape='poly' coords='1,-2,75,-2,75,28,109,28,109,137,1,137' href='http://sy.jltele.com/lizhi' target='_blank'></map>");
	//thefloaters_w.addItem('follovw',90,25,"<table width='110' border='0' cellspacing='0' cellpadding='0'><tr><td height='21'><map name='MapW'><area shape='rect' coords='92,4,107,17' href='#' onClick='closeB_wanner_w();'></map>");

thefloaters_n.play();
	

//<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>
