function escribe(id, dom) {
	var m = id+'&#64;'+dom;
	var content = '<a hr' + 'ef="ma' + 'ilto:' + m + '">'+m+'</a>';
	document.write(content);
}

