function email(u,d) {
	document.write("<a href=mailto:"+u+"@"+d+">"+u+"@"+d+"</a>");
}
