$(document).ready(function(){
	
	new toll.MapController($('div#map')[0]);
	//new toll.SortController();
//	new toll.SearchResultsController($('div#searchResults')[0]);
	
	//Display total results number
	//toll.Model.addSearchResultsListener(function(communities){
	//	$('span#total')[0].innerHTML='Results: '+communities.length;
	//});
	
	//initialize state
	//new toll.TestGetResultsController();
	new toll.URLQueryParamController();
});