// JavaScript Document for Huizenregister.nl

	var edress = 'info_at_huizenregister_dot_nl';
	function get_edress() {
	
		var re= /_at_/gi;
		edress = edress.replace(re,'@');
		var re= /_dot_/gi;
		edress = edress.replace(re,'.');
		var the_link="mai" + "lto" +":"+edress+"" ;
		window.location=the_link;
		
	}
