(function(a){a.fn.tabs=function(){this.each(function(){var b;b=this.pathname;if(b.charAt(0)!="/")b="/"+b;if(b==window.location.pathname){tabs.push(this);tabContainers.push(a(this.hash).get(0))}});a(tabs).click(function(){a(tabContainers).hide();a(tabContainers).filter(this.hash).show();a(tabs).parent().removeClass("active");a(this).parent().addClass("active");return false});if(window.location.hash){var b=window.location.hash.substr(1);a(tabs).filter('[href$="'+b+'"]').click()}else a(tabs).parent().parent().find("li:first a").click();return a(tabs)}})(jQuery);