<!--
	function mail(user) {
	locationstring = "mailto:" + user + "@wizardforhire.org";
	window.location = locationstring;

	}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
-->
