<!-- // hide script from browser

//function to open email without having address in body of html
function emailThis(address)
{
	EAddress = "mailto:" + address + "\@wfu.edu";
	document.location.href=EAddress;
}

//-->
