var strLineDatastrLineData="Advertise/Main/dlbannerLeft.swf|*|Advertise/Main/dlbannerRight.swf|*|";aDoc = strLineData.split("|*|");
var delta=0.8;
	var collection;
	var closeB=false;
	function floaters() {
		this.items	= [];
		this.addItem	= function(id,x,y,content)
				  {
					document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute;  width:100px; height:480px;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()',30);
				  }
		}
		function play()
		{
			if(screen.width<=800 || closeB)
			{
				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	= '';
			}
		}	
		function closeBanner()
		{
			closeB=true;
			return;
		}

	var theFloaters		= new floaters();
	//
	
	theFloaters.addItem('huashuolayer3',20,100,'<img src=image/closeNew.gif onClick="closeBanner();">');
	theFloaters.addItem('huashuolayer2',10,110,'<EMBED src='+aDoc[0]+' quality=high  WIDTH=100 HEIGHT=480 swLiveConnect=true NAME=480-100x TYPE="application/x-shockwave-flash" id=sinadl scale="exactfit"></EMBED>');		theFloaters.addItem('huashuolayer4','document.body.clientWidth-110',100,'<img src=image/closeNew.gif onClick="closeBanner();">');	theFloaters.addItem('huashuolayer5','document.body.clientWidth-110',110,'<EMBED src='+aDoc[1]+' quality=high  WIDTH=100 HEIGHT=480 swLiveConnect=true NAME=480-100x TYPE="application/x-shockwave-flash" id=sinadl scale="exactfit"></EMBED>');
//	theFloaters.addItem('followDiv1','document.body.clientWidth-106',80,'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="97" height="233"><param name="movie" value="images/ad-02.swf"><param name="quality" value="high"><embed src="images/ad-02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="97" height="233"></embed></object><br><br><img src=img/closeNew.gif onClick="closeBanner();">');
//	theFloaters.addItem('followDiv2',6,80,'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="97" height="233"><param name="movie" value="images/ad-02.swf"><param name="quality" value="high"><embed src="images/ad-02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="97" height="233"></embed></object><br><br><img src=img/closeNew.gif onClick="closeBanner();">');
	theFloaters.play();

/*
var imgheight
var imgleft
var strLineDatastrLineData="Advertise/Main/dlbannerLeft.swf|*|Advertise/Main/dlbannerRight.swf|*|";aDoc = strLineData.split("|*|");
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=300:imgheight=300
window.screen.width>800 ? imgleft=5:imgleft=5
function myload()
{
	if (navigator.appName == "Netscape")
	{
		document.huashuolayer2.pageY=pageYOffset+window.innerHeight-imgheight;
		document.huashuolayer2.pageX=imgleft;
		leftmove();
	}
	else
	{
		huashuolayer2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		huashuolayer2.style.left=imgleft;
		leftmove();
	}
}
function leftmove()
{
	if(document.ns)
	{
		document.huashuolayer2.top=pageYOffset+window.innerHeight-imgheight;
		document.huashuolayer2.left=imgleft;
		document.huashuolayer3.top=pageYOffset+window.innerHeight-imgheight;
		document.huashuolayer3.right=imgleft;	
		document.huashuolayer4.top=pageYOffset+window.innerHeight-imgheight-150;
		document.huashuolayer4.left=imgleft;	
		setTimeout("leftmove();",120)
	}
	else
	{
		huashuolayer2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		huashuolayer2.style.left=imgleft;
		huashuolayer3.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		huashuolayer3.style.right=imgleft;	
		huashuolayer4.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-150;
		huashuolayer4.style.left=imgleft;	
		setTimeout("leftmove();",120)
	}
}

function MM_reloadPage(init) 
{  
	if (init==true) with (navigator) 
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
		{
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)


document.write("<div id=huashuolayer4 style='position: absolute;visibility:visible;z-index:1'><TABLE cellSpacing=0 cellPadding=0 width=110 border=0 ID=Table1><TBODY><TR><TD width=110><IMG src='img/QQ/kefu_up.gif' border=0></TD></TR><TR><TD Align=middle background='img/QQ/kefu_middle.gif'><a target=blank href=tencent://message/?uin=63340459&Site=www.wlmqfc.com.cn&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:63340459:4 alt=点击这里给我发消息>63340459</a></TD></TR><TR><TD Align=middle  width=110 height=30 background='img/QQ/kefu_down.gif'><font size=1>www.wlmqfc.com.cn</font></TD></TR></TBODY></TABLE></div>");
//document.write("<div id=huashuolayer4 style='position: absolute;visibility:visible;z-index:1'><TABLE cellSpacing=0 cellPadding=0 width=110 border=0 ID=Table1><TBODY><TR><TD width=110><IMG src='img/QQ/kefu_up.gif' border=0></TD></TR><TR><TD Align=middle background='img/QQ/kefu_middle.gif'><a target=blank href=tencent://message/?uin=228720056&Site=www.xjfc.com.cn&Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:228720056:4 alt=点击这里给我发消息>228720056</a></TD></TR><TR><TD Align=middle  width=110 height=30 background='img/QQ/kefu_down.gif'><font size=1>www.xjfc.com.cn</font></TD></TR></TBODY></TABLE></div>");
document.write("<div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><EMBED src='"+aDoc[0]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></EMBED></div>");document.write("<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><EMBED src='"+aDoc[1]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></EMBED></div>");myload()
/*var imgheight
var imgleft
var strLineDatastrLineData="img/indeximg/dlbanner1.swf|*|img/indeximg/dlbanner2.swf|*|";aDoc = strLineData.split("|*|");
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=300:imgheight=300
window.screen.width>800 ? imgleft=5:imgleft=5
function myload()
{
	if (navigator.appName == "Netscape")
	{
		document.myleft.pageY=pageYOffset+window.innerHeight-imgheight;
		document.myleft.pageX=imgleft;
		leftmove();
	}
	else
	{
		myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		myleft.style.left=imgleft;
		leftmove();
	}
}
function leftmove()
{
	if(document.ns)
	{
		document.myleft.top=pageYOffset+window.innerHeight-imgheight
		document.myleft.left=imgleft;
		setTimeout("leftmove();",120)
	}
	else
	{
		myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		myleft.style.left=imgleft;
		setTimeout("leftmove();",120)
	}
}

function MM_reloadPage(init) 
{  
	if (init==true) with (navigator) 
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
		{
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)

if (navigator.appName == "Netscape")
{
	document.write("<layer id=myleft left=5 top=20 width=100 height=300><IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=100 HEIGHT=300 SCROLLING=NO SRC=img/indeximg/dlbanner1.swf></iframe></layer>");
	myload()
}
else
{
	document.write("<div id=myleft style='position: absolute;width:100;top:20;left:5;visibility: visible;z-index: 1'><IFRAME MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=100 HEIGHT=300 SCROLLING=NO SRC=img/indeximg/dlbanner1.swf></iframe></div>");
	myload()
}

			var strLineData			strLineData="img/indeximg/dlbanner1.swf|*|img/indeximg/dlbanner2.swf|*|";			//strLineData="img/indeximg/dlbanner1.jpg|*|img/indeximg/dlbanner2.jpg|*|";			aDoc = strLineData.split("|*|");			function winload1()			{				huashuolayer2.style.top=20;				huashuolayer2.style.left=5;			}			function winload2()			{				huashuolayer3.style.top=20;				huashuolayer3.style.right=5;			}			if ((document.body.offsetWidth>=100)&&(window.screen.width>800))			{					if (aDoc[0]!="")				{						document.write("<CENTER><div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><EMBED src='"+aDoc[0]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></EMBED></div></CENTER>");					//document.write("<div id=huashuolayer2 style='position: absolute;visibility:visible;z-index:1'><img src='"+aDoc[0]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></img></div>");					winload1()				}				if (aDoc[1]!="")				{						document.write("<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><EMBED src='"+aDoc[1]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></EMBED></div>");					//document.write("<div id=huashuolayer3 style='position: absolute;visibility:visible;z-index:1'><img src='"+aDoc[1]+"' quality=high  WIDTH=100 HEIGHT=300 swLiveConnect=true NAME=300-100x TYPE='application/x-shockwave-flash' id=sinadl scale='exactfit'></img></div>");					winload2()				}			}*/

