// NOTE: This is a JavaScript 1.1 code block.
// Make note that JavaScript 1.1 must be supported.

// VBScript detection on Internet Explorer for Windows.
// IE on Windows does not support regular JavaScript plugins array detection.

if(navigator.appVersion.toLowerCase().indexOf("win")!=-1 && navigator.appVersion.toLowerCase().indexOf("msie")!=-1 && navigator.appVersion.toLowerCase().indexOf("opera")==-1){
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('flash2installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
	document.write('flash3installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
	document.write('flash4installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
	document.write('flash5installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');  
	document.write('flash6installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');  
	document.write('</SCR' + 'IPT\> \n'); //Break up end tag so it doesn't end the script
}