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