function run_flash() 
	{ 
	document.write('<object classid="clsid:d27cdb6e-..." >'); 
	document.write('<param name="main" value="main">'); 
	document.write('<embed src="main.swf" width="778" height="530" type="application/x-shockwave-flash">'); 
	document.write('</embed>'); 
	document.write('</object>'); 
	}
