	function mailme (address) {
		var host = 'reemst';
		var domain = 'com';

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

