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=5,0,0,0" ');
		document.write(' id="'+flashfilename+'" width="'+flashwidth+'" height="'+flashheight+'" align="top">');
		document.write(' <param name="movie" value="'+flashfilename+'.swf?uid=<cfoutput>#url.uid#</cfoutput>" /> <param name="loop" value="false" /> <param name="quality" value="high" /> <param name="salign" value="t" /> <param name="bgcolor" value="#'+flashbgcolor+'" /> '); 
		document.write(' <embed src="'+flashfilename+'.swf" loop="false" quality="high" bgcolor="#'+flashbgcolor+'" ');
		document.write(' swliveconnect="false" width="'+flashwidth+'" height="'+flashheight+'" name="'+flashfilename+'" align="top" salign="t"');
		document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
		document.write(' </embed>');
		document.write(' </object>');
		}
	else
        {
        document.write('<table width="440" border="0" align="center" cellpadding="0"><tr><td align="center">');
        document.write('<img src="images/pw_sniffer_title.gif" alt="The Flash plug-in is required to enjoy Picturing Women" width="374" height="198"></td>');
        document.write('</tr><tr><td><p>&nbsp;</p><p class="introtext"><span class="style6"><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">Click here</a> to get the Flash plug-in.</span> (this will take you to the Macromedia Web page, where you can download the Flash installer and install it on your computer)</p>');
        document.write('<p class="introtext"><span class="style6"><a href="intro.html">Click here</a> to continue to Picturing Women. </span>(if you have Flash and feel you have reached this page by mistake)</p>');
        document.write('<p class="style6"><a href="home.php">Click here</a> to skip intro and continue to Picturing Women.</p></td></tr></table>');
        }
	}

