var a,b,c,d;
function NoSpamFormula(b,d){
	a ="mailto:"
	c = "@";
	location.href = a+b+c+d;
	
}

