function insertBanner(){	
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="800" HEIGHT="220" BORDER="0">');
	document.write('	<PARAM NAME="movie" 	VALUE="/common/flash/10banner_ani.swf">');
	document.write('	<PARAM NAME="quality" 	VALUE="high">');
	document.write('	<PARAM NAME="bgcolor" 	VALUE="#F6F3E2">');
	document.write('	<PARAM NAME="wmode" 	VALUE="opaque">');
	document.write('<EMBED SRC="/common/flash/10banner_ani.swf" WMODE="opaque" QUALITY="high" TYPE="application/x-shockwave-flash" WIDTH="800" HEIGHT="220" BGCOLOR="#F6F3E2"></EMBED>');
	document.write('</OBJECT>');	
}

