function sendEmail(person){
	linkType = "mailto:";
	dName = "hnbmortgage";
	window.location = linkType + person + "@" + dName + ".com";
}