function sendEmail(link) {
	var areaCode = getObject('areaCode').value;
	link.href = "mailto:swp@swpind.com?subject=I%20am%20looking%20for%20a%20SWP%20dealer%20in%20the%20following%20Phone%20Area%20Code:%20" + areaCode;
	return true;
}
