	function aFlash(){
	var tmpflash = '';
	tmpflash += '<OBJECT  type="application/x-shockwave-flash" data="160x600.swf" style="display:block;width:160px;height:600px;margin:0;" id="160x600">';
	tmpflash += '<PARAM NAME="movie" VALUE="160x600.swf">';
	tmpflash += '<PARAM NAME="menu" VALUE="false"> ';
	tmpflash += '<PARAM NAME="quality" VALUE="high"> ';
	tmpflash += '<PARAM NAME="bgcolor" VALUE="#FFFFFF">';
	tmpflash += '</OBJECT>';	
	document.write(tmpflash);
	}