function nospam(name,domain){ 
	window.location = 'mailto:' + name + '@' + domain; 
} 