<!--
function getMail(host, name) 
{
	window.open('mailto:'+name+'@'+host);
	return false;
}
//-->
