$(function(){var $p1=$("div#brand-left");if($p1.hasClass("p1-inline-video")){$.ajax({dataType:"xml",url:"/usnikefootball/us/en_US/content/vapor_talon_elite_winner_url.xml",success:function(data){var ytUrl=$(data).find("winner youtube_url").text();$p1.html('<iframe width="530" height="330" src="'+ytUrl+'" frameborder="0" allowfullscreen></iframe>')}})}if($("div#home_redesign_container").hasClass("takeover")){$("div#footer-container").css("margin-top","-53px")}if($("#social_links").hasClass("no-gear-up")){$("#editorial_section").css("bottom","55px")}carousel_setup();month_date();var vid=new youtubeFeed();vid.setUpYoutubeFeed("editorial_youtube","325A48C5DE63802E");window.setTimeout(function(){setupVideos()},2000);setUpFBFeed("editorial_facebook_posts","usnikefootball",15);var blog=new blogFeed();blog.setUpblogFeed("editorial_blog","featured");$("a.inlineVideo").click(function(e){$("#vid_player").show();e.preventDefault()});$("#vid_player").click(function(e){if($(e.target).attr("id")!="#vid_container"){$("#vid_player").css({display:"none"})}return false})});function setupVideos(){$("ul.playlist").ytplaylist({addThumbs:true,autoPlay:true,holderId:"video_player",showRelated:false,playerWidth:300,playerHeight:170});$("#video_player").children("object").children("embed").attr("height","205");$("#video_player").children("object").children("embed").click(function(){$(this).attr("height","180")});$("ul.playlist").children("li").each(function(index,value){var img_src=$(this).children("a").children("img").attr("src");$(this).children("a").prepend('<div class="vid_thumb" style="background-image:url(\''+img_src+"');\"></div>");var img_src=$(this).children("a").children("img").remove()});if($("ul.playlist").children("li").length>3){$("ul.playlist").children("li").each(function(index,value){if(index>2){$(this).hide()}else{$(this).fadeTo(300,1)}});$("#editorial_youtube #mini_arrow_right").show()}else{$("ul.playlist").children("li").each(function(index,value){$(this).fadeTo(300,1)})}var begin=0;var amount=3;var end=begin+2;var num=Math.ceil(($("ul.playlist").children("li").length)/3);var counter=0;$("#editorial_youtube #mini_arrow_left, #editorial_youtube #mini_arrow_right").click(function(e){switch($(this).attr("id")){case"mini_arrow_right":counter++;begin=begin+amount;end=end+amount;$("ul.playlist").children("li").each(function(index,value){$(this).fadeTo(300,0.1);$(this).hide();if(index>=begin&&index<=end){$(this).show();$(this).fadeTo(300,1)}});break;case"mini_arrow_left":counter--;begin=begin-amount;end=end-amount;$("ul.playlist").children("li").each(function(index,value){$(this).fadeTo(300,0.1);$(this).hide();if(index>=begin&&index<=end){$(this).show();$(this).fadeTo(300,1)}});break}$("#editorial_youtube #mini_arrow_left, #editorial_youtube #mini_arrow_right").show();if(counter==num-1){$(this).hide()}if(counter==0){$(this).hide()}});$("ul.playlist").css("visibility","visible")}function carousel_setup(){$("#carousel").cycle({fx:"fade",timeout:7000,speed:1000,pager:"#nav-items"});$("#carousel-container").mouseover(function(){$("#carousel").cycle("pause")});$("#carousel-container").mouseout(function(){$("#carousel").cycle("resume")});var num=(($("#carousel-container").width())*0.5)-(($("#carousel-nav").width())*0.5);$("#carousel-nav").css("right",(num-25))}function month_date(){var d=new Date();var date_image=$("img.date");var month=new Array();month[0]="jan";month[1]="feb";month[2]="mar";month[3]="apr";month[4]="may";month[5]="jun";month[6]="jul";month[7]="aug";month[8]="sep";month[9]="oct";month[10]="nov";month[11]="dec";var this_month=month[d.getMonth()];$("#date_area").append('<img class="month" src="/usnikefootball/us/en_US/image/homepage_redesign/months/'+this_month+'.gif" alt="month" width="80" height="35"/>');$("#date_area").append('<img class="date" src="/usnikefootball/us/en_US/image/homepage_redesign/dates/'+d.getDate()+'.gif" alt="date" width="80" height="80"/>')}function setup_arrows(maindiv,postdiv){var counter=0;$("#"+maindiv+" .left_arrow, .#"+maindiv+" .right_arrow").click(function(e){switch($(this).attr("class")){case"right_arrow":counter++;if(counter==$("#"+maindiv).children("."+postdiv).length){counter=0}$("#"+maindiv).children("."+postdiv).each(function(){$(this).hide()});var next_post=$("#"+maindiv).children("."+postdiv)[counter];$(next_post).show();break;case"left_arrow":counter--;if(counter<0){counter=($("#"+maindiv).children("."+postdiv).length)-1}$("#"+maindiv).children("."+postdiv).each(function(){$(this).hide()});var prev_post=$("#"+maindiv).children("."+postdiv)[counter];$(prev_post).show();break}})};
