function mailto(user, domain) {
	document.write('<a href="mailto:'+user+'@'+domain+'">'+user+'@'+domain+'</a>');
}
