$(function(){

	

				// Tabs
				
				
				$('.tabs').tabs({ fx: { opacity: 'toggle' } });
				$('.tabs-tournaments').tabs({ fx: { opacity: 'toggle' } });

				$('.featured-article-wrap .tabs').tabs({ fx: { opacity: 'toggle' } }) .tabs('rotate', 3200);

				$( ".inner-tab-wrap .tabs" ).tabs({ selected: 1 });				

				//hover states on the static widgets

				$().hover(

					function() { $(this).addClass('ui-state-hover'); }, 

					function() { $(this).removeClass('ui-state-hover'); }

				);

				

			});














