// This needs to be in an external file to work with new MSIE security standards
// Reference: http://www.adobe.com/devnet/activecontent/articles/devletter.html

function ShowFlashMovie()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="animation" WIDTH="310" HEIGHT="334" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="index/images/marquee/home.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#a4905f> <param name="loop" value="false" />  '); 
	document.write(' <EMBED src="index/images/marquee/home.swf" quality=high bgcolor=#a4905f loop="false" ');
	document.write(' swLiveConnect=FALSE WIDTH="310" HEIGHT="334" NAME="animation" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}