// Note, higher security available. ;o)

function giahverifypass(){

	if(document.giahrefillform.entercode.value == '2234'){
		location.href='http://www.goldenislesanimalhospital.com/refillform.html';
	}
	else{
		alert("The password you entered is not valid.  Please try again");
		return false;
	}

}

