$(function() {
	
	// activate mainnav tabs
	//$("#wrapper_topnav").tabs("div.description", {event:'mouseover'});

	// activate accordion tabs
	$("#accordion").tabs("#accordion div.pane", {tabs: 'h2', effect: 'slide', initialIndex: 0});

	// initialize scrollable together with the circular plugin
	$("#infinite").scrollable();
	
});
