 /* Initialise the calendar. */
$(document).ready(function() {
	 $('.date').datepicker({dateFormat: 'yy-mm-dd'}); 
	 
	 $('#nanny_jobs_list tr:even').addClass('even');
	 
	 $('.frontend #TownsuburbCityregionId').change(function() {
 //alert('Handler for .change() called.');
	$('#filters').submit();
});

});
