function nospam(name, domain, toplevel) {
	mailadd = "mailto:" + name + "@" + domain + "." + toplevel;
	window.location = mailadd;
}
