$(document).ready(function(){
	$('.branched-link').hide();
	$('.branched-link.visible').show();
	
	$('#news-rotator').cycle({
		pager:  '#news-nav', 
	    pagerAnchorBuilder: function(idx, slide) { 
	        return '#news-nav li:eq(' + idx + ') a'; 
	    }
    });

    $('.accordion').accordion({autoHeight: false, collapsible: true});

});


