			function noSpam(recip,domain){
				var mail = "mailto:" + recip + "@" + domain;
				window.location.href = mail;
			}