function jumpTo(selObj){
	thevalue = selObj.options[selObj.selectedIndex].value;
	if (thevalue != 0) window.open('http://maps.google.co.uk/?q=' + escape(thevalue), 'map');
	return false;
}

jQuery(document).ready(function() 
    { 
		if (document.getElementById("atm_table")){
        	jQuery("#atm_table").tablesorter();
		}
    } 
);
