function nospam(user) {
	locationstring = "mailto:" + user + "@marathonbrake.com";
	window.location = locationstring;
}