function makeMail(thisOne) {
	target = "mailto:"
	target += thisOne + "@"
	target += "gsmarts.com"
	location.href = target
}