\n'); //Netscape plugin detection //Determine if the MIME type application/x-shockwave-flash is present AND enabled if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) { if (navigator.plugins && navigator.plugins["Shockwave Flash"]) //Determine if plug in for the MIME type is present shockwavePresent = 1; //If present, set variable to 1 } if (shockwavePresent == 1) location.href='intro.html'; //Shockwave enabled page else location.href='/scripts/site/home.php'; //Static Page // -->