function isIE() {
	
	if (navigator.appName == 'Microsoft Internet Explorer') {
		
		window.location = "http://www.amdic.com/ie_index.php";
	}
}