/* funcion no spam para e-mail en html */
function nospam(name,domain){  
	window.location = 'mailto:' + name + '@' + domain; 
}
