if (document.getElementById('app_gsales')) {
	var app_link = document.getElementById('app_gsales');
	var thnt_link = document.getElementById('thnt_gsales');
	app_link.onclick = function(){
		return garageSaleMapCheck(app_link, today);
		
	};
	thnt_link.onclick = function(){
		return garageSaleMapCheck(thnt_link, today);
	};
	
}