<!--
// Quicklinks
function gotopage(page) 
{
	if (page != "") 
	{
		self.location=page
	}
}
// Pop-up windows
function newwindow(link)
{
	window.open(link.href);
	return false;
}

// provide the netid and an e-mail link will be written.
function casend(uu) {
   //alert(uu);
   document.write("<a href='mailto:");
   document.write(uu+'@');
   document.write("richmond.edu'>");
   document.write('E-mail</a>');
}

// -->