function email(ahost,auser) {
	window.document.location.href = "mailto:"+auser+"@"+ahost;
}
