$(document).ready(function(){

	$("#amberley_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#amberley_results").fadeIn("slow");
	});
	
	$("#ashfield_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#ashfield_results").fadeIn("slow");
	});
	
	$("#bayfield_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#bayfield_results").fadeIn("slow");
	});
	
	$("#blackspoint_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#blackspoint_results").fadeIn("slow");
	});
	
	$("#goderich_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#goderich_results").fadeIn("slow");
	});
	
	$("#hay_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#hay_results").fadeIn("slow");
	});
	
	$("#houston_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#houstonheights_results").fadeIn("slow");
	});
	
	$("#portalbert_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#portalbert_results").fadeIn("slow");
	});
	
	$("#portblake_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#portblake_results").fadeIn("slow");
	});
	
	$("#stjosephs_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#stjosephs_results").fadeIn("slow");
	});
	
	$("#sunset_toggle").click(function() {
		$(".results").hide();
		$("#beach_menu").find("a").each(function() {
			$(this).removeClass("active");
		});
		$(this).addClass("active");
		$("#sunset_results").fadeIn("slow");
	});
	
});
