// JavaScript Document

function noSpam(vName,vDomain){
	location.href = ("mailto:" + vName + "@" + vDomain);
};

