$(
	function()
	{      
		
		
// menus coda
$("#sponso_menu").click(
	function()
	{
			$("#sponso_menu").attr({ src: "wp-content/themes/twentyten/images/sponso_menu_on.png"}); 
			$("#sponso_sportandlive").attr({ src: "wp-content/themes/twentyten/images/sponso_sportandlive.png"});     
			$("#sponso_authentics").attr({ src: "wp-content/themes/twentyten/images/sponso_authentics.png"});
	}
   
);     


$("#sponso_sportandlive").click(
	function()
	{
			$("#sponso_menu").attr({ src: "wp-content/themes/twentyten/images/sponso_menu.png"}); 
			$("#sponso_sportandlive").attr({ src: "wp-content/themes/twentyten/images/sponso_sportandlive_on.png"});     
			$("#sponso_authentics").attr({ src: "wp-content/themes/twentyten/images/sponso_authentics.png"});
	}
   
);     



$("#sponso_authentics").click(
	function()
	{
			$("#sponso_menu").attr({ src: "wp-content/themes/twentyten/images/sponso_menu.png"}); 
			$("#sponso_sportandlive").attr({ src: "wp-content/themes/twentyten/images/sponso_sportandlive.png"});     
			$("#sponso_authentics").attr({ src: "wp-content/themes/twentyten/images/sponso_authentics_on.png"});
	}
   
);   


$("#collection_underground").click(
	function()
	{
			$("#collection_underground").attr({ src: "wp-content/themes/twentyten/images/collection_underground_on.png"}); 
			$("#collection_sport").attr({ src: "wp-content/themes/twentyten/images/collection_sport.png"});     
			$("#collection_urban").attr({ src: "wp-content/themes/twentyten/images/collection_urban.png"});
	}
   
);       

$("#collection_sport").click(
	function()
	{
			$("#collection_underground").attr({ src: "wp-content/themes/twentyten/images/collection_underground.png"}); 
			$("#collection_sport").attr({ src: "wp-content/themes/twentyten/images/collection_sport_on.png"});     
			$("#collection_urban").attr({ src: "wp-content/themes/twentyten/images/collection_urban.png"});
	}
   
); 

$("#collection_urban").click(
	function()
	{
			$("#collection_underground").attr({ src: "wp-content/themes/twentyten/images/collection_underground.png"}); 
			$("#collection_sport").attr({ src: "wp-content/themes/twentyten/images/collection_sport.png"});     
			$("#collection_urban").attr({ src: "wp-content/themes/twentyten/images/collection_urban_on.png"});
	}
   
);     


//hover transparence
$('.media').each(function() {
    $(this).hover(
        function() {
            $(this).stop().animate({ opacity: 1.0 }, 800);
        },
       function() {
           $(this).stop().animate({ opacity: 0.5 }, 800);
       })
    });  

 $('.news').each(function() {
     $(this).hover(
         function() {
             $(this).stop().animate({ opacity: 1.0 }, 800);
         },
        function() {
            $(this).stop().animate({ opacity: 0.5 }, 800);
        })
     }); 


$('.news_footer_entry').each(function() {
    $(this).hover(
        function() {
            $(this).stop().animate({ opacity: 1.0 }, 800);
        },
       function() {
           $(this).stop().animate({ opacity: 0.5 }, 800);
       })
    });
				
//scroll collection

$("#scroll_underground_01").click(
	function()
	{
		   $("body").animate({scrollTop:0}, 800);
	}
   
);

$("#scroll_underground_02").click(
	function()
	{
		   $("body").animate({scrollTop:750}, 800);
	}
   
);  

$("#scroll_underground_03").click(
	function()
	{
		   $(window).animate({scrollTop:1450}, 800);
	}
   
);  


$("#scroll_underground_03").click(
	function()
	{
		   $("body").animate({scrollTop:1850}, 800);
	}
   
);




	}
)


