jQuery(document).ready(function($) {
	
	//$('#destination-filter a').click(function(e){
	//	var selectedDestination = $(this).attr('rel');
	//	$('#destination-filter a').removeClass('current');
	//	$(this).addClass('current');
	//	e.preventDefault();
	//	$('div.resort').not('.'+selectedDestination).slideUp();
	//	$('div.'+selectedDestination).slideDown();
	//});
	
});
