function winload()
{
huashuolayer4.style.top=10;
huashuolayer4.style.left=5;
huashuolayer5.style.top=270;
huashuolayer5.style.right=70;

setTimeout("mymove();",50)
}

if(document.body.offsetWidth>800){	
	{
	document.write("<div id=huashuolayer4 style='position: absolute;visibility:visible;z-index:1'></div>"
	+"<div id=huashuolayer5 style='position: absolute;visibility:visible;z-index:1'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='125' height='320'><param name='movie' value='flash/wuxian.swf' /><param name='quality' value='high' /><embed src='flash/wuxian.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='125' height='320'></embed></object></div>");
	}
  winload()
}

function mymove()
 {
 if(document.ns)
 {
 document.huashuolayer4.style.top=10;
  document.huashuolayer5.style.top=270;
 setTimeout("mymove();",50)
 }
 else
 {
 huashuolayer4.style.top=document.body.scrollTop+350;
 huashuolayer5.style.top=document.body.scrollTop+270;
  setTimeout("mymove();",50)
 }
 }

