<!-- // Hide from old browsers
function doWebMail() {
	var answer = confirm("Webmail is for authorized users only.  Please be prepared to enter your username and password.")
	if (answer){
		
		window.location = "http://webmail.raggiesoft.com/";
	
	}
}

// -->
