function noSpam(a,b)
{
	adres="mailto:"+b+"@"+a;
	window.location=adres;
}
