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