client='ESPNPage2'
path=location.protocol=='http:'||location.protocol=='file:'?'http://spd.netconversions.com/':'https://ssl1.speedera.net/anon.netconversions.r3h.net/'
set_throttle=.33;
function NC_GetCookie(sName) {
  var aCookie=document.cookie.split("; ");
  for(var i=0;i<aCookie.length;i++) {
    var aCrumb=aCookie[i].split("=");
    if(sName==aCrumb[0])
      return unescape(aCrumb[1]);
  }
  return null;
}
if(document.cookie.indexOf('NC_throttle')==-1) {
  NC_throttleid=Math.random();
  var dom=location.hostname?location.hostname.match(/[^\.]*\.[^\.]*$/)[0]:''
  document.cookie="NC_throttle="+NC_throttleid+"; domain="+dom+"; path=/;"
} else {
  NC_throttleid=NC_GetCookie('NC_throttle')
}
navU=navigator.userAgent;
if((NC_throttleid<set_throttle)&&(navU.indexOf('MSIE 5')!=-1||navU.indexOf('MSIE 6')!=-1)&&navU.toLowerCase().indexOf('mac')==-1&&navU.indexOf('KTXN')==-1)
  document.write('<'+'script language="javascript" src="'+path+client+'/nc_tuhead.js"><'+'/script>')