if (navigator.appName != "Netscape" && (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] != -1)) {
	Flashtype='true'
} else { 	
	if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] == -1) {
		Flashtype='false'
		window.alert("Error! You need to have Flash Player to view this site!")
		window.parent.location.replace = "http://www.berniceliu.net/error.php?type=flash"
	} else {
		var browserPlugin = navigator.plugins["Shockwave Flash"].description;
		if (navigator.appName == "Netscape" && (browserPlugin.indexOf('4.') != -1 || browserPlugin.indexOf('5.') != -1 || browserPlugin.indexOf('6.') != -1 || browserPlugin.indexOf('7.') != -1)) {
			Flashtype='true'
		} else {
			window.alert("Error! You need to have Flash Player 4.0 or higher to view this site!")
			window.parent.location.replace = "http://www.berniceliu.net/error.php?type=flash"
			Flashtype='false'
		}
	}
}