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