if(navigator.appName.indexOf("Microsoft") != -1 && 
navigator.userAgent.indexOf("Windows") != -1){
	try {
		var flashObj = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
		
		if(flashObj){
			var flashObj2,flashObj3,flashObj4,flashObj5,flashObj6;
			var isflashObj2,isflashObj3,isflashObj4,isflashObj5,isflashObj6;
			
			try {
				flashObj6 = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
				//window.location = "detect.aspx?version=6"
			}
			catch(e) {
				try {
					flashObj5 = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.5");
					//window.location = "detect.aspx?version=5";
				}
				catch(e) {
					try {
						flashObj4 = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.4");
						window.location = "detect.aspx?version=4";
					}
					catch(e) {
						try {
							flashObj3 = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
							window.location = "detect.aspx?version=3";
						}
						catch(e) {
							try {
								flashObj2 = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.2");
								window.location = "detect.aspx?version=2";
							}
							catch(e) {
							}
						}
					}
				}
			}
		}
	}
	catch(e) {
		window.location = "detect.aspx?version=no";
	}
}
