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