function getInfo()


	{


	if ( flashCanPlay )


		{


		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');


		document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+versionNum+',0,0,0" ');


		document.write(' id="'+flashid+'" width="'+flashwidth+'" height="'+flashheight+'" align="top">');


		document.write(' <param name="movie" value="'+flashfilename+'.swf" /> <param name="loop" value="false" /> <param name="quality" value="high" /> <param name="salign" value="t" /> '); 


		document.write(' <param name="bgcolor" value="#'+flashbgcolor+'" />');


		document.write(' <embed src="'+flashfilename+'.swf" loop="false" quality="high" bgcolor="#'+flashbgcolor+'" ');


		document.write(' width="'+flashwidth+'" height="'+flashheight+'" name="'+flashid+'" align="top" salign="t" ');


		document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swLiveConnect="false">');


		document.write('<noembed><p class="white">This page contains a Flash movie. It requires the Flash '+versionNum+'+ plug-in. <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" class="whitelink" target="_blank">Get Flash</a> (for free!)</p></noembed>');


		document.write(' </embed>');


		document.write(' </object>');


		}


	else


		{


		document.write('<p class="white">This page contains a Flash movie. It requires the Flash '+versionNum+'+ plug-in. <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" class="whitelink" target="_blank">Get Flash</a> (for free!)</p>');


		}


	}