var Tabs = {
	init : function()
	{
		$('.Tabs > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 8000);
	}
}
Tabs.init();