<!-- Hide script from old browsers
var LocationLookup = {"SC": "37", "GA": "37", "FL": "37", "AL": "37", "MS": "37", "LA": "37", "TX": "37", "NM": "37", "AZ": "37", "KS": "37", "NC": "37", "IL": "37", "CA": "37", "MI": "37"};

	
	var DefaultId = 37;

	function updateUser(){
//alert(" The Correct State is very important  ");
		var newId = LocationLookup[document.EZFormMailer.state.value];
		if (newId){
			document.EZFormMailer.userid.value = newId;
		} else {
			document.EZFormMailer.userid.value = DefaultId;
		}
	}
