ion getFlash(){var plugin=(navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;if(plugin){return parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 3;}else if(navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0){ielike=true;return getActiveX("ShockwaveFlash.ShockwaveFlash.1");}else{return false;}}function getActiveX(module){var x = new Function("module",'try{var x = new ActiveXObject(module);return true;}catch(e){}return false;');return x(module);} //-->