(function(a){a.fn.extend({accordion:function(){return this.each(function(){var b=$(this);if(b.data("accordiated")){return false}$.each(b.find("ul, li>div"),function(){$(this).data("accordiated",true);$(this).hide()});$.each(b.find("a"),function(){$(this).click(function(f){c(this);return void (0)})});var d=(location.hash)?$(this).find("a[href="+location.hash+"]")[0]:"";if(d){c(d,"toggle");$(d).parents().show()}function c(f,e){$(f).parent("li").toggleClass("active").siblings().removeClass("active").children("ul, div").slideUp("fast");$(f).siblings("ul, div")[(e||"slideToggle")]((!e)?"fast":null)}})}})})(jQuery);