//------------------------------------
//	
//	HOME.JS
//	
//------------------------------------

////////////////////////////
// BEGIN JQUERY

$(function(){
	
	$('a#search').click(function() {
		
		// Clear the location cookie
		$.post('/restaurants/clear_location');
		
	});
	
});
