var _sf_startpt=(new Date()).getTime(); espn.core.navVersion = 'a'; var ad_site = 'espn.us.com.video'; var ad_zone = 'videoPage'; var ad_kvps = 'pgtyp=videoPage;sp=espn;objid=7566759;'; var ad_swid = ''; var ad_counter = 1; var ad_ord = Math.floor(Math.random()*9999999999); var ad_seg = ''; var ad_ref = 'other'; var ref = document.referrer; if (ref.match('facebook.com')) { ad_ref = 'facebook'; } else if (ref.match('twitter.com|t.co')) { ad_ref = 'twitter'; } else if (ref.match('plus.url.google.com|plus.google.com')) { ad_ref = 'googleplus'; } else if (ref.match('google.com')) { ad_ref = 'google'; } else if (ref.match('bing.com')) { ad_ref = 'bing'; } else if (ref.match('yahoo.com')) { ad_ref = 'yahoo'; } else if (ref.match('espn.go.com')) { ad_ref = 'espn'; } ad_kvps = ad_kvps + 'ref=' + ad_ref + ';'; ad_swid = jQuery.cookie('SWID'); if(typeof espn.core.ad_segments == 'function') { ad_seg = espn.core.ad_segments(); if (ad_seg != null && ad_seg != '') { ad_kvps = ad_kvps + ad_seg } } // the u var ad_u = 'u=pgtyp=videoPage|sp=espn|objid=7566759|ref=' + ad_ref + '|'; var ad_seg_u = ad_seg; if (ad_swid != null && ad_swid != '') { if (ad_swid.length > 54) { ad_swid = ad_swid.substring(0,54); } ad_newu = 'u=swid='+ad_swid+'|'; ad_u = ad_u.replace('u=',ad_newu); } if (ad_seg_u != null && ad_seg_u != '') { while(ad_seg_u.indexOf(';')!=-1) { ad_seg_u = ad_seg_u.replace(';','|'); } ad_u = ad_u + '|' + ad_seg_u; } ad_u = ad_u + ';'; if (ad_u.length > 255) { ad_u = ad_u.substring(0,254); }
mboxCreate('ESPN_global');
if (typeof ad_kvps != 'undefined' && typeof ad_u != 'undefined' && typeof ad_counter != 'undefined' && typeof ad_ord != 'undefined') { if (typeof ad_site == 'undefined' || typeof ad_zone == 'undefined') { var ad_site = 'espn.us.com.video'; var ad_zone = 'videoPage'; } var pipe = ''; if (ad_u[ad_u.length - 2] != '|') { pipe = '|'; } var this_ad_u = ad_u.replace(';', pipe + 'sz=1280x946,200x800,1x1|;'); var ad_finalString = 'http://ad.Doubleclick.net/adj/'+ad_site+'/'+ad_zone+';' +ad_kvps+ 'pos=Background_Skin;' +this_ad_u+ 'sz=1280x946,200x800,1x1;tile=' +ad_counter+ ';ord=' +ad_ord; document.write(''); ad_counter++; }
(function($){ $('#expand-collapse').live('click', function(e){ $(this).toggleClass('expanded collapsed'); e.preventDefault(); if($('#videoPlayer').css('width')=='886px'){ $('.mod-inline.video-player.full-box').css({'margin':'0px 59px'}); $('#videoPlayer').css({'width':'768px', 'height':'432px'}); $('#player').css({'width':'768px', 'height':'432px'}); } else{ $('.mod-inline.video-player.full-box').css({'margin':'0px'}); $('#videoPlayer').css({'width':'886px', 'height':'499px'}); $('#player').css({'width':'886px', 'height':'499px'}); } }); })(jQuery) function trackAndLoad(videoUrl, module, pagename) { if(typeof(anTrackModule)=="function"){ anTrackModule("espn",module, pagename,"click"); } window.open(videoUrl,'_self'); return false; } function tagSetup(playerId, eventName, eventParams) { var tags = new Array(); tags[0] = getGMTTimeOfDayTag(); if(eventName=="playerEmbedded") { document.getElementById(playerId).setModuleParams({ "analytics":{ "tags": tags } }); } }

Harvard Not Perfect Anymore if (typeof ad_kvps != 'undefined' && typeof ad_u != 'undefined' && typeof ad_counter != 'undefined' && typeof ad_ord != 'undefined') { if (typeof ad_site == 'undefined' || typeof ad_zone == 'undefined') { var ad_site = 'espn.us.com.video'; var ad_zone = 'videoPage'; } var pipe = ''; if (ad_u[ad_u.length - 2] != '|') { pipe = '|'; } var this_ad_u = ad_u.replace(';', pipe + 'sz=200x45,1x1|;'); var ad_finalString = 'http://ad.Doubleclick.net/adj/'+ad_site+'/'+ad_zone+';' +ad_kvps+ 'pos=PresentedByLogo;' +this_ad_u+ 'sz=200x45,1x1;tile=' +ad_counter+ ';ord=' +ad_ord; document.write(''); ad_counter++; }

Publish Date: Feb 11, 2012, 09:35 PM ETDuration: 01:10
espn.video.embed({ 'id': "7566759", 'width': "768", 'height': "432", 'playerType':"videoHub09", 'autoplay':"true" });
Rating:
(13 Votes)
(function($){ var voted = false; var oldHTML = $('#stars-7566759').html(); $('#stars-7566759 a').live('click mouseover mouseout', function(e){ if(!voted && e.type=="mouseout"){ $('#stars-7566759').html(oldHTML); } else if(!voted && e.type=="mouseover"){ showStars($(this)); } else if(e.type=="click"){ e.preventDefault(); voted = true; var star = $(this); var rating = parseInt(star.attr('data-star'), 10); showStars(star); $.ajax({ type: "GET", url: "http://espn.go.com/videohub/video/format/vote?id=7566759&rating="+rating, dataType: "jsonp", cache: false, contentType: 'text/javaspan style=visibility:hidden', span style=visibility:hiddenCharset: 'iso-8859-1', success: function (data) { $('#voteComment-7566759').html('Thanks for rating.'); } }); } }); var starFull = "http://a.espncdn.com/broadband/video/images/starFull.jpg"; var starNone = "http://a.espncdn.com/broadband/video/images/starNone.jpg"; function showStars(star){ var count = parseInt(star.attr('data-star'), 10); var stars = $('#stars-7566759 a img'); for(var i=0, n=stars.length; i

Harvard lost its first conference game, falling to Princeton 70-62.

(function($) { var $node = $('#autoAdvance'); if ($node.length > 0) { var c_name = "ESPNVideoAdvance"; $node.click(function() { try { if ($node.attr("checked")) { document.cookie = c_name + "=true"; } else { document.cookie = c_name + "=false"; } } catch (err) { } }); function getAdvance(){ if (document.cookie.length>0){ var c_start = document.cookie.indexOf(c_name + "="); if (c_start != -1) { c_start = c_start + c_name.length+1 ; var c_end = document.cookie.indexOf(";",c_start); if (c_end == -1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return "true"; } // check the box if cookie is true if ($.cookie(c_name) == "true") { $node.attr("checked", "true"); } //control to desabilitate continuous playback when typing in comment and sendToFriend var isTyping = false; function startType(){ isTyping = true; } function endType(){ isTyping = false; } $.subscribe('espn.video.complete', function() { if($node.attr("checked") && !isTyping) { window.open("/videohub/video/clip?id=7566759&categoryid=null","_self"); } }); } }(jQuery));
adsonar_placementId=1508002;adsonar_pid=2187780;adsonar_ps=-1;adsonar_zw=614;adsonar_zh=200;adsonar_jv='ads.espn.adsonar.com';

ESPN Conversations


if (typeof ad_kvps != 'undefined' && typeof ad_u != 'undefined' && typeof ad_counter != 'undefined' && typeof ad_ord != 'undefined') { if (typeof ad_site == 'undefined' || typeof ad_zone == 'undefined') { var ad_site = 'espn.us.com.espn'; var ad_zone = 'espn'; } var pipe = ''; if (ad_u[ad_u.length - 2] != '|') { pipe = '|'; } var this_ad_u = ad_u.replace(';', pipe + 'sz=576x50,1x1|;'); var ad_finalString = 'http://ad.Doubleclick.net/adj/'+ad_site+'/'+ad_zone+';' +ad_kvps+ 'pos=ConversationBanner;' +this_ad_u+ 'sz=576x50,1x1;tile=' +ad_counter+ ';ord=' +ad_ord; document.write(''); ad_counter++; }

You must be signed in to post a comment

Already have an account?

jQuery(document).ready(function(){ if (!espn.core.loggedIn) { jQuery("#conversation_reg").show(); } });
var user_echo = null; var user_echo_tokens = espn.storage.getItem("tokens"); var echo_allow_access = false; var loadEchoScripts = function(span style=visibility:hiddens, callback) { window.EchoLoader = window.EchoLoader || { "span style=visibility:hiddens": {}, "inProgress": false, "queue": [] }; var load = function(args) { var span style=visibility:hiddens2load = []; jQuery.map(args.span style=visibility:hiddens, function(span style=visibility:hidden) { if (!EchoLoader.span style=visibility:hiddens[span style=visibility:hidden]) { span style=visibility:hiddens2load.push(span style=visibility:hidden); EchoLoader.span style=visibility:hiddens[span style=visibility:hidden] = true; } }); if (!span style=visibility:hiddens2load.length) { args.callback(); EchoLoader.inProgress = false; if (EchoLoader.queue.length) { load(EchoLoader.queue.shift()); } return; } jQuery.getScript("http://a.espncdn.com/combiner/c?v=20121129&js=" + span style=visibility:hiddens2load.join(","), function() { args.callback(); EchoLoader.inProgress = false; if (EchoLoader.queue.length) { load(EchoLoader.queue.shift()); } }); }; EchoLoader.queue.push({ "span style=visibility:hiddens": span style=visibility:hiddens, "callback": callback }); if (!EchoLoader.inProgress) { EchoLoader.inProgress = true; load(EchoLoader.queue.shift()); } }; var echo_session; function loginActions () { if (espn.core.loggedIn) { var echo_swid = espn.core.SWID.replace(/({|-|})/g,''); var echo_grif = espn.cookie.get('grif'); if (echo_grif == null) { echo_allow_access = true; } Backplane.resetCookieChannel(); Backplane.init({ "serverBaseURL" : "https://api.echoenabled.com/v1", "busName": "espn.go.com", "channelName": echo_swid }); var backplane_confirmation = false; var backplane_subspan style=visibility:hiddenion = Backplane.subscribe(function(message) { if (message.type == "identity/ack") { backplane_confirmation = true; Backplane.unsubscribe(backplane_subspan style=visibility:hiddenion); } }); user_echo = new Echo.User({"appkey": "dev.espn.go.com"}); user_echo.init(function() { if (!user_echo.logged()) { if (backplane_confirmation) { user_echo._global("set", "state", "init"); user_echo.init(); } else { Backplane.expectMessages(["identity/ack"]); if (!user_echo.logged()) { Backplane.config.customChannelName = echo_swid; Backplane.resetCookieChannel(); jQuery.cookie('backplane-id',echo_swid,{'expires':90,'domain':'.go.com'}); jQuery.cookie('backplane-id',echo_swid,{'expires':90,'domain':'.espn.go.com'}); jQuery.cookie('bp_channel_id',Backplane.getChannelID(),{'expires':90,'domain':'.go.com'}); jQuery.get('https://r.espn.go.com/members/util/echoAuthenticate', null, null, 'jsonp'); } } } if (user_echo_tokens != null && user_echo && user_echo.account && user_echo.account.markers) { var user_echo_markers = user_echo.account.markers; var user_echo_insider = false; var user_espn_insider = false; if (user_echo_markers['espn.insider']!=null) user_echo_insider = true; if (user_echo_tokens != null && (jQuery.inArray(27, user_echo_tokens)>-1 || jQuery.inArray(749, user_echo_tokens)>-1)) user_espn_insider = true; if ( (user_echo_insider != user_espn_insider)) { jQuery.get('http://espn.go.com/community/api/echo/insider', null, null, 'jsonp'); } } }); var echo_sCookie = jQuery.cookie("s_espn"); var echo_dpcCookie = jQuery.cookie("espn_dpc"); if (echo_sCookie == null && echo_dpcCookie == null) { echo_session = Math.floor((Math.random()*100000000000)+1); if(echo_swid != null){ echo_session = echo_session + echo_swid; } jQuery.cookie('s_espn', echo_session , {domain:document.domain.match(/[-\w]+\.(?:[-\w]+\.xn--[-\w]+|[-\w]{3,}|[-\w]+\.[-\w]{2})$/)[0]}); var head = document.getElementsByTagName('head').item(0); var span style=visibility:hidden = document.createElement('span style=visibility:hidden'); span style=visibility:hidden.setAttribute('type', 'text/javaspan style=visibility:hidden'); span style=visibility:hidden.setAttribute('src', 'http://a.espncdn.com/prod/span style=visibility:hiddens/community/espn-dpc.0.0.4.js'); head.appendChild(span style=visibility:hidden); } } else { jQuery.subscribe('espn.core.logged', function () { loginActions(); jQuery.publish('espn.core.echologged'); }); user_echo = new Echo.User({"appkey": "dev.espn.go.com"}); user_echo.init(function() { if (user_echo.logged()) { user_echo.logout(); } }); } } loginActions(); Echo.Broadcast.subscribe("Submit.onPostComplete", function(topic, data) { if (typeof window.anTrackEvent == 'function') anTrackEvent('', 'new_comment', ''); }); var echoform1_span style=visibility:hiddens = [ "community/echo/submit.0.2.1.js","community/echo/auth.0.1.6.js","community/echo/plugins/form-auth.0.0.1.js","community/echo/plugins/metadata.0.0.0.js","community/echo/plugins/user-gag.0.1.5.js","community/echo/plugins/submit-dpc.0.1.0.js","community/echo/plugins/default-avatar.0.0.4.js","community/echo/plugins/share-self.0.2.2.js" ]; submitInit = function() { if (echo_allow_access == true) { (function() { var echoform1 = new Echo.Submit({ "target": document.getElementById("echoform1"), "appkey": "dev.espn.go.com", "targetURL": "http://espn.go.com/video/clip?id=7566759", "actionString": "Type your comment here...", "plugins": [ { "name": "UserGag" }, { "name": "FormAuth", "submitPermissions": "forceLogin", "nestedPlugins": [{"name": "EspnProfile"}] }, { "name": "SubmitDPC" }, { "name":"SelfShare", "appid":"116656161708917", "twitter":"ESPN", "locale":"en" }, { "name": "SubmitDisclaimer" }, { "name":"DefaultAvatar", "avatar":"http://avatars.espn.go.com/assets/espn_images/33/90/b6692ea5df920cad691c20319a6fffd7a4a766b8/silo_dude.jpg" } ] }); })(); } } loadEchoScripts(echoform1_span style=visibility:hiddens, submitInit); jQuery.subscribe('espn.core.echologged', function () { loadEchoScripts(echoform1_span style=visibility:hiddens, submitInit); }); (function($) { var plugin = Echo.createPlugin({ "name": "SubmitDisclaimer", "applications": ["Submit"], "init": function(plugin, application) { plugin.extendTemplate("Submit", plugin.counterTemplate, "insertBefore", "echo-submit-post-container"); } }); plugin.renderers = {"Submit": {}}; plugin.counterTemplate = '
Member comments together with Member Names may be used on TV and other ESPN media platforms.
'; })(jQuery);
var echostream1_query = "childrenof:http://espn.go.com/video/clip?id=7566759 sortOrder:reverseChronological source:espn.go.com,ESPN type:comment itemsPerPage:25 state:Untouched,ModeratorApproved -user.state:ModeratorBanned,ModeratorDeleted childrenSortOrder:chronological childrenItemsPerPage:5 children source:espn.go.com,ESPN state:Untouched,ModeratorApproved -user.state:ModeratorBanned,ModeratorDeleted"; var echostream1_span style=visibility:hiddens = [ "community/echo/stream.0.2.8.js","community/echo/submit.0.2.1.js","community/echo/user-list.0.1.6.js","community/echo/plugins/item-normalization.0.0.6.js","community/echo/plugins/form-auth.0.0.1.js","community/echo/plugins/reply.0.0.5.js","community/echo/plugins/submit-dpc.0.1.0.js","community/echo/plugins/like-simple.0.0.0.js","community/echo/plugins/community-flag.0.0.3.js","community/echo/plugins/user-gag.0.1.5.js","community/echo/plugins/stream-header-controls.0.0.3.js","community/echo/plugins/item-timestamp.0.0.3.js","community/echo/plugins/item-conditional-css.0.0.0.js","community/echo/plugins/emptystream.0.0.0.js","community/echo/plugins/default-avatar.0.0.4.js","community/echo/plugins/edit.0.0.4.js","community/echo/plugins/stream-continuous-scroll.0.0.0.js","community/echo/plugins/profile.0.0.5.js","community/echo/plugins/item-hover-card.0.0.5.js","community/echo/plugins/permalink.0.0.7.js","community/echo/plugins/reply-quote.0.0.9.js","community/echo/plugins/share-self.0.2.2.js" ]; var echostream1_span style=visibility:hiddens_moderation = [ "community/echo/plugins/metadata-manager.0.0.1.js", "community/echo/curation.0.1.6.js", "community/echo/plugins/curation.0.0.1.js", "community/echo/plugins/user-ban.0.0.1.js", "community/echo/plugins/reset.0.0.0.js" ]; var modAccess = false; if (user_echo_tokens != null) { if (jQuery.inArray(2159, user_echo_tokens) > -1) { echostream1_span style=visibility:hiddens = jQuery.merge(echostream1_span style=visibility:hiddens, echostream1_span style=visibility:hiddens_moderation); modAccess = true; } } loadEchoScripts(echostream1_span style=visibility:hiddens, function() { (function() { var echostream1 = new Echo.Stream({ "target":document.getElementById('echostream1'), "appkey":"dev.espn.go.com", "query":echostream1_query, "liveUpdates": true, "liveUpdatesTimeout": 12, "openLinksInNewWindow":true, "maxBodyCharacters":500, "maxBodyLines":10, "streamStateLabel":{ "icon":true, "text":true }, "viaLabel":{ "icon":false, "text":false }, "reTag":false, "contentTransformations": {"text":["smileys", "urls", "newlines"], "html":["smileys", "urls", "newlines"], "xhtml":["smileys", "urls", "newlines"]}, "aggressiveSanitization":false, "itemControlsOrder": ["SimpleLikeUI", "Reply", "ReplyQuote", "CommunityFlag", "Edit", "SelfShare", "MetadataManager", "ResetItemControl", "Curation", "UserBan", "UserGag"], "children": { "additionalItemsPerPage": 5, "moreButtonSlideTimeout": 700, "itemsSlideTimeout": 700 }, "plugins":[ { "name":"Reply", "actionString":"Write reply here...", "source":{ "name":"espn.go.com", "uri": "http://espn.go.com", "icon": "http://a.espncdn.com/prod/assets/community/favicon.png" }, "nestedPlugins":[ { "name": "UserGag", "enableGagControl":modAccess }, { "name":"FormAuth", "submitPermissions":"forceLogin", "nestedPlugins":[{"name":"EspnProfile"}] }, { "name": "SubmitDPC" }, { "name": "ReplyQuote" }, { "name":"SelfShare", "appid":"116656161708917", "twitter":"ESPN", "locale":"en" } ], "enabled":echo_allow_access }, { "name": "ReplyQuote" }, { "name":"SimpleLikeUI" }, { "name":"SelfShare", "appid":"116656161708917", "twitter":"ESPN", "locale":"en" }, { "name":"ItemContentNormalizer" }, { "name":"CommunityFlag" }, { "name":"ResetItemControl" }, { "name":"Curation" }, { "name":"UserBan" }, { "name":"MetadataManager", "controls":[{"marker":"featured", "labelMark":"Feature", "labelUnmark":"Unfeature"}] }, { "name":"FlagsUserList" }, { "name":"UserGag", "enableGagControl":modAccess }, { "name":"Edit", "layout":"inline" }, { "name":"HeaderControls" }, { "name":"EspnProfile" }, { "name": "ItemHoverCard", "content": { "type": "iframe", "url": "http://espn.go.com/community/profile/mini?id={actor.id}", "width": 320, "height": 220 }, "qtip": { "source": { "js": "http://a.espncdn.com/prod/span style=visibility:hiddens/community/jquery.qtip.0.0.0.js", "css": "http://a.espncdn.com/prod/styles/community/jquery.qtip.0.0.5.css" }, "config": { "show": {"delay": 500}, "position": { "my": "bottom left", "at": "top left" }, "events": { "hide": function(event, api) { if(event.originalEvent.button !== 0) { event.preventDefault(); } } } } } }, { "name":"Permalink" }, { "name":"ItemTimestamp", "locale":"en" }, { "name": "ItemConditionalCSSClasses", "conditions": [ { "field":"actor.markers", "value":"espn.whitelist", "className":"echo-item-whitelist" }, { "field":"actor.markers", "value":"espn.insider", "className":"echo-item-insider" }, { "field":"object.markers", "value":"featured", "className":"echo-item-featured" }, { "field":"object.markers", "value":"mobile", "className":"echo-item-mobile" } ] }, { "name":"DefaultAvatar", "avatar":"http://avatars.espn.go.com/assets/espn_images/33/90/b6692ea5df920cad691c20319a6fffd7a4a766b8/silo_dude.jpg" } ] }); })(); }); loadEchoScripts(["community/echo/counter.0.1.7.js"], function() { new Echo.Counter({ "target":document.getElementById("echocounter1"), "appkey":"dev.espn.go.com", "query":"childrenof:http://espn.go.com/video/clip?id=7566759 source:espn.go.com,ESPN type:comment state:Untouched,ModeratorApproved -user.state:ModeratorBanned,ModeratorDeleted children source:espn.go.com,ESPN state:Untouched,ModeratorApproved -user.state:ModeratorBanned,ModeratorDeleted", "liveUpdates": true }); });
if (typeof ad_kvps != 'undefined' && typeof ad_u != 'undefined' && typeof ad_counter != 'undefined' && typeof ad_ord != 'undefined') { if (typeof ad_site == 'undefined' || typeof ad_zone == 'undefined') { var ad_site = 'espn.us.com.video'; var ad_zone = 'videoPage'; } var pipe = ''; if (ad_u[ad_u.length - 2] != '|') { pipe = '|'; } var this_ad_u = ad_u.replace(';', pipe + 'sz=300x600,300x250,1x1|;'); var ad_finalString = 'http://ad.Doubleclick.net/adj/'+ad_site+'/'+ad_zone+';' +ad_kvps+ 'pos=InContent;' +this_ad_u+ 'dcopt=ist;sz=300x600,300x250,1x1;tile=' +ad_counter+ ';ord=' +ad_ord; document.write(''); ad_counter++; }
var randomNumber = Math.ceil(Math.random() * 0), adPlacement = 'ad-PromoBox_Integrator', ad = null, adArray = {}; if (adArray !== null/* && Object.keys(adArray).length > 0*/) { var percentCounter = 0, placement = null, href = null, url = null, percent = null, values = null, maxPercent = null, body = '', adElement = document.getElementById('ad'); for (ad in adArray) { if (adArray.hasOwnProperty(ad)) { values = adArray[ad]; percent = values.percent; url = values.url; href = values.href; placement = values.placement; percent = parseInt(percent, 10); maxPercent = percentCounter + percent; if (randomNumber > percentCounter && randomNumber <= maxPercent) { /* check if a placement was passed into template. if that id already exists, use it. else update the id of the default div. */ if (typeof adPlacement !== 'undefined' && adPlacement !== null) { if (document.getElementById(adPlacement) !== null) { adElement = document.getElementById(adPlacement); } else { adElement.id = adPlacement; } } else if (typeof placement !== 'undefined') { /* check CE placement field for placement if div exists use that, else rename the div. */ if (document.getElementById('ad-' + placement) !== null) { adElement = document.getElementById('ad-' + placement); } else { adElement.id = 'ad-' + placement; } } if (url.indexOf(".swf") == -1) { if (typeof href !== 'undefined') { body += ''; } if (typeof url !== 'undefined') { body += ''; } if (typeof href !== 'undefined') { body += '<\/a>'; } } else { var flashvars = {}; var params = {}; var attributes = {}; if (typeof href !== 'undefined') { flashvars.clicktag = encodeURIComponent(href); flashvars.clickTag = encodeURIComponent(href); } swfobject.embedSWF(url, adElement.id, "300", "100", "9.0.0", false, flashvars, params, attributes); } adElement.innerHTML = body; break; } percentCounter += percent; } } }
(function($){ $('#videoSearchString').keypress(function(event) { if (event.which == '13') { event.preventDefault(); searchVideo($(this).val()); } }); $('#submit-search').click(function(e){ e.preventDefault(); searchVideo($('#videoSearchString').val()); }) $('#featured-video-tabs').tabs(); $('#searchVideoList .jcarousel-next, #searchVideoList .jcarousel-prev').live('click', function(){ var pageNum = $(this).attr('data-page'); if(pageNum!==undefined){ searchVideo(null, pageNum); } }); var previousSearch = ''; function searchVideo(searchKey, pageNum){ if(searchKey==null){ searchKey = previousSearch; } else{ previousSearch = searchKey; } $('#search-tab-link').trigger('click'); var $searchResults = $('#searchVideoList'); $searchResults.html(''); $('#featured_videos').html("RESULTS FOR: "+searchKey.toUpperCase()); var searchURL = "/videohub/video/format/search?searchString=" + searchKey; if(pageNum!==undefined){ searchURL+='&page='+pageNum; } $.ajax({ "type":"GET", "url": searchURL, "success": function(data){ $searchResults.html(data); } }); $('#search-tab').show(); } })(jQuery);
(function(){var g=function(e,h,f,g){ this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0}; this.go=function(){if(this.check()){var a=document.createElement("span style=visibility:hidden");a.type="text/javaspan style=visibility:hidden";a.src=g+"&Q_LOC="+encodeURIComponent(window.location.href);document.body&&document.body.appendChild(a)}}; this.start=function(){var a=this;window.addEventListener?window.addEventListener("load",function(){a.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){a.go()})}}; try{(new g(100,"r","QSI_S_SI_5nWu2lnxsp4kOy1","http://siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_SIID=SI_5nWu2lnxsp4kOy1&Q_LOC="+encodeURIComponent(window.location.href))).start()}catch(i){}})();
CRM Integration
Enterprise Feedback Management
espn.core.init.nav(); espn.insider.checkUserForPromo(); espn.insider.insiderRedirect();
var undef = 'undefined' ,s_account="wdgespvideo" ,omniPageName = "espn:video:clip:no_channel:7566759" ,insiderStatus = "" ,anGen = "" ,anYear = "" ,anDateString = "" ,anLoginStatus = "" ,callOmniture = function(){ /*-- core story s_omni properties --*/ if (typeof anCV != "undefined"){anParseLoginBarInfo(anCV);} s_omni.pageName="video:clip:no_channel:7566759"; s_omni.server = window.location.host; // Server from the Host s_omni.channel = "video"; s_omni.prop1 = "espn"; s_omni.prop4 = "video"; s_omni.prop5 = "video:clip"; s_omni.prop11 = (insiderStatus !== null) ? insiderStatus + ":premium-no" : "premium-no"; s_omni.prop17 = "en"; s_omni.prop21 = anDateString; s_omni.prop22 = anGen; s_omni.prop29 = anLoginStatus; s_omni.prop30 = "false"; s_omni.hier1 = "video:clip:no_channel:7566759"; s_omni.eVar7 = anYear + ":" + anGen + ":" + anLoginStatus + ":" + s_omni.prop11 + ":"; s_omni.eVar9 = "en"; s_omni.eVar13 = "video:clip:no_channel:7566759"; if (s_omni.prop11=="anonymous:premium-yes" || s_omni.prop11=="insider-no:premium-yes" && typeof s_omni.prop4!="undefined" && (s_omni.prop4=="story" || s_omni.prop4=="blog")) { if (typeof s_omni.events != "undefined" && s_omni.events!="") { s_omni.events = s_omni.events+",event8" } else { s_omni.events="event8" } } anDebugCase = "ver_15Feb11_0_"; /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s_omni.t(); if(s_code) { jQuery('body').append(s_code); } }; jQuery(function($) { // we want to load the analytics files from the cache if possible - so, let's use full $.ajax() calls $.ajax({ type:'GET', url: 'http://a.espncdn.com/combiner/c?js=analytics/sOmni.js,analytics/analytics.js,analytics/externalnielsen.js', dataType: 'span style=visibility:hidden', cache: true, success: function() { var lgSrc; if(typeof anCV !== undef && anCV === '' && document.getElementById('form-memberarea') != null) { lgSrc = 'https://r.espn.go.com/members/util/getUserInfo?cb=runOmnitureIndependently'; $.getScript(lgSrc); // we don't want this to be cached - so we'll use the $.getScript() method } else { callOmniture(); } } }); }); var _sf_async_config={ "uid":22222, "domain":"espn.go.com", "pingServer":"pespn.chartbeat.net", "useCanonical":true, "sections":"video", "authors":"video" }; (function(){function a(){window._sf_endpt=(new Date()).getTime();var c=document.createElement("span style=visibility:hidden");c.setAttribute("language","javaspan style=visibility:hidden");c.setAttribute("type","text/javaspan style=visibility:hidden");c.setAttribute("src",(("https:"==document.location.protocol)?"https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/":"http://static.chartbeat.com/")+"js/chartbeat.js");document.body.appendChild(c)}var b=window.onload;window.onload=(typeof window.onload!="function")?a:function(){b();a()}})(); jQuery.getScriptCache('http://assets.espn.go.com/prod/span style=visibility:hiddens/foresee/v7/foresee-trigger.js'); (function(){function c(n){var k=document.cookie,s,e,l="length";if(k[l]>0){s=k.indexOf(n+"=");if(s!=-1){ s=s+n[l]+1;e=k.indexOf(";",s);if(e==-1)e=k[l];return unescape(k.substring(s,e));}}return"";}var a=c("releaseCandidate")=="true";this.ESPN_GLOBALS={pageType:"videoPage",videoPlayers:{videoHub09:{height:324,width:576,autostart:"true",playerType:!!a?"newskin_index09_dev":"videoHub09"}}}})(); buildOutHeadlinesForPinnedSite(); var isInIFrame = (window.location != window.parent.location) ? true : false; if(isInIFrame){ if(document.referrer){ if(document.referrer.indexOf(".go.com")==-1){ top.location.href=self.location.href; } } }