$(document).ready(function() {
	$(".search-form li a").click(function(){
		var b = $(this).attr("hash");
		$(".popup").hide();
		$($(this).attr("hash")).fadeIn("slow");
	});
});
