<!--
if ( navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin && navigator.plugins && navigator.plugins["Shockwave Flash"] ) { 
    document.write( '<embed src="images/anim3.swf" width="600" height="450" autostart="false" quality="high" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>' );
}
else if ( !( navigator.appName && navigator.appName.indexOf("Netscape") >= 0 && navigator.appVersion.indexOf("2.") >= 0 ) ) {
    document.write( '<a href="home.html"><img src="images/noflash.jpg" width="600" height="450" border="0" alt="BLUEGIRL &gt; DIMENSION 16"></a>' );
}
//-->
