jQuery(window).bind("load",function() {
  jQuery(".equalHeights").customEqualHeights();
});

$(document).ready(function(){
	$(".notice").click(function(){
		$(this).slideToggle("slow");
  });
  
})	




