function checkPass() {
	var key="msg#1"
	var pass=document.gateKeeper.password.value
	if (pass==key) {
    	window.location="http://www.msgservice.net/giagni_frame.htm"
    	//alert("yes")
    }
	else {
    	window.location="http://www.msgservice.net/error.htm"
    	//alert("no")
    }
}
