	function mailme (address) {		var host = 'borgstijn';		var domain = 'nl';		location.href="mailto:" + address + "@" + host + "." + domain;	}