<!--  Written by Myhyli, 2003/07/21. myhyli.blueidea.com  -->
<!--  Member Of Blueidea Web Team. -->
<!--  Welcome to www.blueidea.com. -->

	var delta_w=0;
	var collection_w;
	var closeB_w=false;
	function floaters_w() {
		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_w	= function()
				  {
					collection_w				= this.items
					setInterval('play_w()',30);
				  }
		}
		function play_w()
		{
			if(screen.width<=800 || closeB_w)
			{
				for(var i=0;i<collection_w.length;i++)
				{
					collection_w[i].object.style.display	= 'none';
				}
				return;
			}
			for(var i=0;i<collection_w.length;i++)
			{
				var followObj		= collection_w[i].object;
				var followObj_x		= (typeof(collection_w[i].x)=='string'?eval(collection_w[i].x):collection_w[i].x);
				var followObj_y		= (typeof(collection_w[i].y)=='string'?eval(collection_w[i].y):collection_w[i].y);

				if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
					var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta_w;
					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_w;
					dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
					followObj.style.top=followObj.offsetTop+dy;
					}
				followObj.style.display	= '';
			}
		}	
		function closeB_wanner_w()
		{
			closeB_w=true;
			return;
		}

	var thefloaters_w		= new floaters_w();
	//
	thefloaters_w.addItem('followDivw',90,80,"<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_w();'></map>");
	thefloaters_w.addItem('followDivwnl',90,220,"<a href='wnl.htm' target='_blank'><img src='images/wnl.gif' width='110' height='24' border='0'></a>");
	thefloaters_w.play_w();
	

//<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>
