function writeObj(){
	document.write('<object ');
	document.write('	classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
	document.write('	id="obj2" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
	document.write('	border="0" ');
	document.write('	width="825" ');
	document.write('	height="300" ');
	document.write('	bgcolor="#243A79">');

	document.write('	<param name="movie" value="images/home.swf" />');
	document.write('	<param name="quality" value="High" />');
	document.write('	<param name="bgcolor" value="#243A79" />');

	document.write('	<embed ');
	document.write('		src="images/home.swf" ');
	document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('		type="application/x-shockwave-flash" ');
	document.write('		name="obj2" ');
	document.write('		width="825" ');
	document.write('		height="300" ');
	document.write('		quality="High" ');
	document.write('		bgcolor="#243A79" />');

	document.write('</object>');
}