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)) >= 5 ) {
	// Check for Flash version 5 or greater in Netscape
	document.write('<embed src="http://rekigun.net/img/mascot.swf" quality=high bgcolor="#221E1F" ');
	document.write(' swLiveConnect=false width="167" height="180"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="middle"');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	// Netscape 2 will display the IMG tag below so don't write an extra one
	document.write('<img src="http://rekigun.net/img/home/mascot.jpg" width="167" height="180" align="middle" border="0" />');
} else {
	document.write('<img src="http://rekigun.net/img/home/mascot.jpg" width="167" height="180" align="middle" border="0" />');
}
