function mailto(here)
{
	location.href = "mailto:" + here + "@phys.uconn.edu";
}

