function nospam(user,domain) {
	locationstring = "mailto:" + user + "@" + domain + '?subject=My name is ...';
	window.location = locationstring;
}