$(function(){
$('div.catchbox:gt(0),div.entry-asset:gt(0)').hide();var tabs=[];var tabContainers=[];$('div#catch-nav ul.tabnav a,div#entry-nav ul.tab a').each(function(){if(this.pathname==window.location.pathname){tabs.push(this);tabContainers.push($(this.hash).get(0))}});$(tabs).click(function(){$(tabContainers).fadeOut().filter(this.hash).fadeIn();$(tabs).removeClass('selected');$(this).addClass('selected');return false}).filter(':first').click()
});
