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)) >= 6)
	document.write('<embed src="/Flash/Home.swf" width="519" height="385" type="application/x-shockwave-flash"></embed>');
else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0))
	document.write('<img src="/Images/Home/NonFlash.jpg" width="519" height="385" border="0" />');