$(document).ready(function() {
if( window.location.href.indexOf("/football/") >= 0)
{
	if( window.location.href.indexOf("/football/shinnik/") >= 0)
	{
		$("#shina").css('text-decoration', 'underline'); 
		$("#shina").css('color', '#f8be81'); 
	}
if( window.location.href.indexOf("/football/yarchamp/") >= 0)
	{
		$("#yarchamp").css('text-decoration', 'underline'); 
		$("#yarchamp").css('color', '#f8be81'); 
	}
if( window.location.href.indexOf("/football/head2009/") >= 0)
	{
		$("#head2009").css('text-decoration', 'underline'); 
		$("#head2009").css('color', '#f8be81'); 
	}
}
//--------------------------------------------------

// --------------- TABS -------------------
$("#menu").tabs({
fxSlide: true
	}).tabs( 'rotate' , 9000);
// --------------- TABS -------------------
 });