var haveFlash = 0;
if ((!(navigator.userAgent.indexOf("MSIE") >= 0 )) || (navigator.platform.indexOf("Mac") >= 0)) {
	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
		haveFlash = plugin && (parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5 ) ; 
	}
