var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 9")>=0 || navigator.userAgent.indexOf("Windows NT")>=0))
document.write('\n on error resume next\n ShockMode=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n\n');
if (ShockMode) {
var flashcode = '';
} else
var flashcode = '
';
document.write(flashcode);