/*
$(document).ready(function(){
	$('#tabbed-widget-archives > ul').tabs({ event: 'mouseover' });
	$('#tabbed-widget-updates > ul').tabs({ event: 'mouseover' });
	$('#comments-top-right > ul').tabs({ fx: { height: 'toggle' } });
	$('#comments-top-right-pings > ul').tabs({ fx: { height: 'toggle' } });
	$('#featured-videos > ul').tabs();
	$('#content-header > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 10000);
});*/
