function checkName(){
	if(navigator.appName == "Microsoft Internet Explorer"){
		for(var i=0; i < document.links.length; i++){
			if(document.links[i].href == "javascript:popUp_1('http://www.cm-d.com/hometreatment/bedwetting_purchase.html');"){
				document.links[i].href = "javascript:popUp_1('http://www.cm-d.com/hometreatment/rotate.html')";
			}
		}
	}
}
