function EmailNoSpam(strUser, strDomain){
	strMail = "mailto:" + strUser + "@" + strDomain;
	window.location = strMail;
    }
