	function mailme (address) {
		var host = 'hortus';
		var domain = 'nl';

		location.href="mailto:" + address + "@" + host + "." + domain;
	}

