function homePage()
{

	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
	document.write('WIDTH="950" HEIGHT="750" id="flash" ALIGN="middle">');
	document.write('<param name="movie" value="flash/index.swf"> <PARAM NAME=quality VALUE=high> <param name="wmode" value="transparent"> <EMBED src="flash/index.swf" quality=high wmode="transparent" width="950" height="750" name="homepage" align="middle"');
	document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');


}
