var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 8 ) {
	
	// Check for Flash version 8 or greater in Netscape
	// Do nothing

} else {

	// Netscape 2 will display the IMG tag below so don't write an extra one
//	document.location = "index_noflash.php";
	
}