	function nos(user,domain,extention) {
		locationstring = "mailto:" + user + "@" + domain + "." + extention;
		window.location = locationstring;
		}