/************************************************* GLOBALS ***************************************************/

/****************************************** DOCUMENT READY FUNCTIONS *****************************************/
$(document).ready(function(){
	$("a.map").click(function(){
		window.open('http://kartor.eniro.se/query?what=map&mop=yp&hits_on_map=1&disable_ka=1&search_word=vattenreningsbyr%E5n&district_codes=41&stq=0');
		return false;
	});
});

/************************************************* FUNCTIONS *************************************************/

/*********************************************** DOCUMENT READY **********************************************/
$(document).ready(function(){
	
});