Players
var loggingOff = true,
noOmnitureCall = noOmnitureCall || false;
//applyFireBugX();
window.isPageTypeError && isPageTypeError();
//moved all the functions into s_code_common.js until we can overhaul this atrocity
/**
* s_analytics.trackLinkClick will send a request to omniture indicating a minor level page event occurred
* @param {String} _propNum is a number provided by Marketing. ex, prop1, prop14, prop35, etc.
* @param {String} _propValue is the value to place within the prop. ex, Avatar, Friends_alerts, Message_Alerts, Global_Alerts, etc.
* TO DO: update this function so it accepts multiple prop values.
*/
s_analytics.trackLinkClick = function(_propNum, _propValue) {
var s_analytics = s_gi(s_account),
propName = 'prop' + _propNum;
s_analytics.linkTrackEvents = "";
s_analytics.linkTrackVars = "prop" + _propNum;
s_analytics[propName] = _propValue;
s_analytics.events = '';
s_analytics.tl(true, 'o', _propValue);
// should empty out the track properties after the call is made. this is a directive from omniture.
s_analytics.linkTrackEvents = "";
s_analytics.linkTrackVars = "";
}
/* analytics_file: players.js */
function getDivisionById(id) {
if(id == '0013') return 'afc north';
if(id == '0019') return 'afc south';
if(id == '0012') return 'afc east';
if(id == '0014') return 'afc west';
if(id == '0017') return 'nfc north';
if(id == '0020') return 'nfc south';
if(id == '0016') return 'nfc east';
if(id == '0018') return 'nfc west';
return 'divisionNotAvailable';
}
function initAnalytics() {
setChannel('players');
var params = new Array(6);
if(document.getElementById('playerName')) {
params[0] = document.getElementById('playerName').content;
params[1] = document.getElementById('playerId').content;
params[2] = document.getElementById('playerConferenceId').content;
params[3] = document.getElementById('playerDivisionId').content;
params[4] = document.getElementById('playerTeam').content;
params[5] = document.getElementById('playerTab').content;
params = lowerCase(params);
setPageName('nfl:players:' + params[5] + ':' + params[0] + '-' + params[1]);
setContentSubSection('nfl:players:' + params[5]);
setHierarchy('nfl:players|' + getConferenceById(params[2]) + '|' + getDivisionById(params[3]) + '|' + params[4] + '|' + params[0] + '-' + params[1] + '|' + params[5]);
}else {
setPageName('nfl:players:landing');
setContentSubSection('');
setHierarchy('nfl:players|landing');
}
}
function applyFooter() {
if (noOmnitureCall == true) return;
/******* ****** DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
try {
var s_code = s_analytics.t();
if (s_code) document.write(s_code);
} catch(e) {
console.warn(e);
}
}
/* Fix for Omniture code which fails VML element check. */
(function(w) {
if(w.Y && w.Y.UA && w.Y.UA.ie && w.Y.UA.ie <= 8){
var fn = function(){
var orig = s_analytics.ot;
if(!orig){
setTimeout(fn, 1000);
}else{
s_analytics.ot = function(el) {
return el.tagUrn ? '' : ('shape,group,path,rect,roundrect,line,polyline,oval,image,curve,arc'.indexOf(el.tagName) != -1 ? '' : orig(el));
};
}
}
fn();
}
})(window);
a > span.facemask-hover, li > span.facemask-hover{border-top-color: inherit;
border-top-style: solid;
border-top-width: 2px;
bottom: 0;
height: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transition-property: opacity, -webkit-transform, transform;
transition-property: opacity, -ms-transform, -webkit-transform, transform;
-webkit-transition-duration: 150ms;
transition-duration: 150ms;
-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
-moz-transition-property: opacity, transform;}a:hover > span.facemask-hover, li:hover > span.facemask-hover{opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);}
:focus:not([data-focus-ring]){outline-width: 0;}
.application-shell{height: auto;
overflow: auto;}body{height: auto;
overflow: auto;}html{height: auto;
overflow: auto;}
@font-face{font-family: Endzone Sans Bold;
font-style: normal;
font-weight: normal;
src: url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/bold.woff2") format("woff2"),url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/bold.woff") format("woff");}
@font-face{font-family: Endzone Sans Medium;
font-style: normal;
font-weight: normal;
src: url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/medium.woff2") format("woff2"),url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/medium.woff") format("woff");}
@font-face{font-family: Endzone Sans Light;
font-style: normal;
font-weight: normal;
src: url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/light.woff2") format("woff2"),url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/endzone-sans/light.woff") format("woff");}
@font-face{font-family: Noto Serif;
font-style: normal;
font-weight: normal;
src: url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/noto-serif/serif.woff2") format("woff2"),url("https://static.nfl.com/static/content/public/static/wildcat/assets/fonts/noto-serif/serif.woff") format("woff");}
.global-navigation-more-links li a:hover{opacity: 1 !important;}.global-navigation-more-links:hover li a, .secondary-links-list:not(:hover) li a, .global-navigation-more-links .links:hover li a{-webkit-transition-delay: 0s !important;
transition-delay: 0s !important;}.links-container .mobile-hot-button .global-navigation-list li a{opacity: 1 !important;}.page-header-wildcat-nav .links{display: -webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}@media (min-width: 1200px){.links-container.hover .global-navigation-list li a:not(:hover){opacity: 0.72 !important;}.global-navigation-more-links .links:hover li a:not(:hover){opacity: 0.72 !important;}.links-container.hover .global-navigation-list li a:hover{opacity: 1 !important;}}
@media (max-width: 480px){ .rmq-7a177422{padding-top: 48px !important;}}
@media (min-width: 1200px){ .rmq-e850e4f9{padding-top: 152px !important;}}
@media (min-width: 768px){ .rmq-82bdf44d{padding-top: 0 !important;}}
@media (min-width: 1200px){ .rmq-f9386497{padding-top: 0 !important;}}
@media (min-width: 1200px){ .rmq-a71554d5{left: 32px !important;
top: 8px !important;}}
@media (max-width: 480px){ .rmq-5a4b0a67{top: 5px !important;}}
.rsv-1eb8ead7 {-webkit-transition-property: -webkit-transform,transform;
transition-property: -ms-transform,-webkit-transform,transform;
will-change: transform;
display: -webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
-moz-transition-property: transform;}
@media (max-width: 480px){ .rmq-6e08d6a4{height: 36px !important;
width: 36px !important;}}
.rsv-ae9db127 {display: -webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
@media (min-width: 1200px){ .rmq-ab006b80{display: none !important;}}
@media (min-width: 1200px){ .rmq-e1c532fd{display: flex !important;}}
@media (max-width: 480px){ .rmq-8a03cf6a{height: 48px !important;}}
@media (min-width: 1200px){ .rmq-b444ad05{padding-right: 32px !important;}}
.rsv-c34e7c2 {-webkit-transition-property: -webkit-transform,transform, opacity;
transition-property: -ms-transform,-webkit-transform,transform, opacity;
will-change: transform, opacity;
-moz-transition-property: transform, opacity;}
.rsv-5d9460db {display: -webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;}
.rsv-ef0b654e {transition: -ms-transform .25s ease-in-out,-webkit-transform .25s ease-in-out,transform .25s ease-in-out, opacity .25s ease-in-out;
-webkit-transition: -webkit-transform .25s ease-in-out,transform .25s ease-in-out, opacity .25s ease-in-out;
-moz-transition: transform .25s ease-in-out, opacity .25s ease-in-out;}
@media (max-width: 480px){ .rmq-4f545011{top: 12px !important;}}
@media (min-width: 1200px){ .rmq-73ea1a96{position: relative !important;
right: 0 !important;
top: 0 !important;}}
.rsv-3878c33e {-webkit-transition-property: -webkit-transform,transform;
transition-property: -ms-transform,-webkit-transform,transform;
will-change: transform;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-moz-transition-property: transform;
-webkit-box-pack: start;
-ms-flex-pack: start;}
@media (max-width: 480px){ .rmq-86b74097{top: 50px !important;}}
@media (max-width: 480px){ .rmq-750e3755{top: 34px !important;}}
@media (min-width: 992px){ .rmq-84bfc860{padding-left: 86px !important;}}
.rsv-b36844fb {display: -webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;}
__INITIAL_DATA_8248349e__ = {"uiState":{"hasFetchedScoreStripGames":true,"leagueInitiative":"default","mobileHotButton":{"metrics":null,"target":null,"text":"Scores","url":"/scores"},"mobileHotButton2":{"metrics":null,"target":null,"text":"SHOP","url":"https://www.nflshop.com?_s=bm-nflcom-nav-MobHead-Holiday-2018"},"pageFooterId":"26261d4e-27e1-461e-bf42-55a6b5a07254","pageFooterState":"visible","pageHeaderState":"visible","pageScoreStripState":"visible","pageNavigationData":{"globalNavigation":{"primaryLinks":[{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"News","linkType":"global nav","linkUrl":"https://www.nfl.com/news"},"target":null,"text":"News","url":"https://www.nfl.com/news"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Scores","linkType":"global nav","linkUrl":"https://www.nfl.com/scores"},"target":null,"text":"Scores","url":"/scores"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Schedule","linkType":"global nav","linkUrl":"https://www.nfl.com/schedules"},"target":null,"text":"Schedule","url":"https://www.nfl.com/schedules"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Standings","linkType":"global nav","linkUrl":"https://www.nfl.com/standings"},"target":null,"text":"Standings","url":"/standings"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Highlights","linkType":"global nav","linkUrl":"https://www.nfl.com/videos/highlights"},"target":null,"text":"Highlights","url":"/videos/highlights"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Playoff Picture","linkType":"global nav","linkUrl":"https://www.nfl.com/playoffs/playoff-picture"},"target":null,"text":"Playoff Picture","url":"/playoffs/playoff-picture"}],"secondaryLinks":[{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Game Pass","linkType":"global nav","linkUrl":"https://www.nfl.com/gamepass?icampaign=nfl-nav-gamepass"},"target":null,"text":"Game Pass","url":"https://www.nfl.com/gamepass?icampaign=nfl-nav-gamepass"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Stats","linkType":"global nav","linkUrl":"https://www.nfl.com/stats/player"},"target":null,"text":"Stats","url":"https://www.nfl.com/stats/player"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Next Gen Stats","linkType":"global nav","linkUrl":"https://www.nfl.com/stats/next-gen-stats"},"target":"_blank","text":"Next Gen Stats","url":"/stats/next-gen-stats"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Ways to Watch","linkType":"global nav","linkUrl":"https://www.nfl.com/ways-to-watch"},"target":null,"text":"Ways to Watch","url":"https://www.nfl.com/ways-to-watch"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"NFL Network","linkType":"global nav","linkUrl":"https://www.nfl.com/network?icampaign=network_nfl_nav"},"target":null,"text":"NFL Network","url":"https://www.nfl.com/network?icampaign=network_nfl_nav"},{"metrics":{"eventName":"clickAction","linkModule":"navigation","linkName":"Photos","linkType":"global nav","linkUrl":"https://www.nfl.com/photoessays"},"target":null,"text":"Photos","url":"https://www.nfl.com/photoessays"}],"globalNavigationStyle":{"headerBackgroundColor":"#013369","headerColor":"#ffffff","linkActiveColor":"#ffffff","linkColor":"#eeeeee","pageNavigationBackgroundColor":"#fcfcfc","searchBoxBackgroundColor":"#01468F","searchBoxTypeAheadTextColor":"#44C0FF"}},"secondaryNavigation":null,"leagueInitiative":{"value":"default"},"pageFooterState":{"value":"visible"},"pageHeaderState":{"value":"visible"},"pageScoreStripState":{"value":"visible"},"persistentVideoPlayerState":null,"rooftopAdBling":null,"rooftopAdBlingInternational":null,"footer":null,"mobileHotButton":{"metrics":null,"target":null,"text":"Scores","url":"/scores"},"mobileHotButton2":{"metrics":null,"target":null,"text":"SHOP","url":"https://www.nflshop.com?_s=bm-nflcom-nav-MobHead-Holiday-2018"},"scoreStripType":{"value":"score"}},"persistentVideoPlayerState":null,"rooftopAdBling":null,"rooftopAdBlingInternational":null,"scoreStripGames":[{"id":2018120208,"awayTeam":{"abbr":"LAC","hasPosession":false,"identifier":"Chargers","teamId":"4400","points":7,"scores":{"pointTotal":7,"pointQ1":7,"pointQ2":0,"pointQ3":0,"pointQ4":0,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"LAC","wins":8,"losses":3,"ties":0}},"homeTeam":{"abbr":"PIT","hasPosession":true,"identifier":"Steelers","teamId":"3900","points":13,"scores":{"pointTotal":13,"pointQ1":13,"pointQ2":0,"pointQ3":0,"pointQ4":0,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"PIT","wins":7,"losses":3,"ties":1}},"status":{"currentGameTime":"2nd ? 12:18","down":3,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120208/2018/REG13/Chargers@Steelers","gameTimeEastern":"20:20:00","isHalf":false,"isInProgress":true,"isInProgressOvertime":false,"isOver":false,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"2nd Quarter","time":"12:18","upcomingGameTimeEastern":"Sun, 8:20 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 8:20 pm ET","week":13,"gameType":"REG","yardsToGo":10}},{"id":2018120212,"awayTeam":{"abbr":"MIN","hasPosession":false,"identifier":"Vikings","teamId":"3000","points":10,"scores":{"pointTotal":10,"pointQ1":0,"pointQ2":7,"pointQ3":3,"pointQ4":0,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"MIN","wins":6,"losses":5,"ties":1}},"homeTeam":{"abbr":"NE","hasPosession":false,"identifier":"Patriots","teamId":"3200","points":24,"scores":{"pointTotal":24,"pointQ1":7,"pointQ2":3,"pointQ3":7,"pointQ4":7,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"NE","wins":9,"losses":3,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120212/2018/REG13/Vikings@Patriots","gameTimeEastern":"16:25:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:21","upcomingGameTimeEastern":"Sun, 4:25 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 4:25 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120213,"awayTeam":{"abbr":"SF","hasPosession":false,"identifier":"49ers","teamId":"4500","points":16,"scores":{"pointTotal":16,"pointQ1":0,"pointQ2":3,"pointQ3":7,"pointQ4":6,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"SF","wins":2,"losses":10,"ties":0}},"homeTeam":{"abbr":"SEA","hasPosession":false,"identifier":"Seahawks","teamId":"4600","points":43,"scores":{"pointTotal":43,"pointQ1":6,"pointQ2":14,"pointQ3":7,"pointQ4":16,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"SEA","wins":7,"losses":5,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120213/2018/REG13/49ers@Seahawks","gameTimeEastern":"16:25:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:17","upcomingGameTimeEastern":"Sun, 4:25 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 4:25 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120200,"awayTeam":{"abbr":"BAL","hasPosession":false,"identifier":"Ravens","teamId":"0325","points":26,"scores":{"pointTotal":26,"pointQ1":7,"pointQ2":3,"pointQ3":6,"pointQ4":10,"pointOT":0,"timeoutsRemaining":2},"record":{"abbr":"BAL","wins":7,"losses":5,"ties":0}},"homeTeam":{"abbr":"ATL","hasPosession":false,"identifier":"Falcons","teamId":"0200","points":16,"scores":{"pointTotal":16,"pointQ1":3,"pointQ2":7,"pointQ3":0,"pointQ4":6,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"ATL","wins":4,"losses":8,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120200/2018/REG13/Ravens@Falcons","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:32","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120201,"awayTeam":{"abbr":"DEN","hasPosession":false,"identifier":"Broncos","teamId":"1400","points":24,"scores":{"pointTotal":24,"pointQ1":0,"pointQ2":7,"pointQ3":14,"pointQ4":3,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"DEN","wins":6,"losses":6,"ties":0}},"homeTeam":{"abbr":"CIN","hasPosession":false,"identifier":"Bengals","teamId":"0920","points":10,"scores":{"pointTotal":10,"pointQ1":0,"pointQ2":3,"pointQ3":7,"pointQ4":0,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"CIN","wins":5,"losses":7,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120201/2018/REG13/Broncos@Bengals","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:15","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120202,"awayTeam":{"abbr":"LA","hasPosession":false,"identifier":"Rams","teamId":"2510","points":30,"scores":{"pointTotal":30,"pointQ1":3,"pointQ2":10,"pointQ3":3,"pointQ4":14,"pointOT":0,"timeoutsRemaining":2},"record":{"abbr":"LA","wins":11,"losses":1,"ties":0}},"homeTeam":{"abbr":"DET","hasPosession":false,"identifier":"Lions","teamId":"1540","points":16,"scores":{"pointTotal":16,"pointQ1":0,"pointQ2":3,"pointQ3":10,"pointQ4":3,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"DET","wins":4,"losses":8,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120202/2018/REG13/Rams@Lions","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:12","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120203,"awayTeam":{"abbr":"ARI","hasPosession":false,"identifier":"Cardinals","teamId":"3800","points":20,"scores":{"pointTotal":20,"pointQ1":0,"pointQ2":7,"pointQ3":10,"pointQ4":3,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"ARI","wins":3,"losses":9,"ties":0}},"homeTeam":{"abbr":"GB","hasPosession":false,"identifier":"Packers","teamId":"1800","points":17,"scores":{"pointTotal":17,"pointQ1":0,"pointQ2":10,"pointQ3":0,"pointQ4":7,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"GB","wins":4,"losses":7,"ties":1}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120203/2018/REG13/Cardinals@Packers","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:00","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120204,"awayTeam":{"abbr":"CLE","hasPosession":false,"identifier":"Browns","teamId":"1050","points":13,"scores":{"pointTotal":13,"pointQ1":0,"pointQ2":0,"pointQ3":7,"pointQ4":6,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"CLE","wins":4,"losses":7,"ties":1}},"homeTeam":{"abbr":"HOU","hasPosession":false,"identifier":"Texans","teamId":"2120","points":29,"scores":{"pointTotal":29,"pointQ1":10,"pointQ2":13,"pointQ3":3,"pointQ4":3,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"HOU","wins":9,"losses":3,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120204/2018/REG13/Browns@Texans","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:08","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120205,"awayTeam":{"abbr":"IND","hasPosession":false,"identifier":"Colts","teamId":"2200","points":0,"scores":{"pointTotal":0,"pointQ1":0,"pointQ2":0,"pointQ3":0,"pointQ4":0,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"IND","wins":6,"losses":6,"ties":0}},"homeTeam":{"abbr":"JAX","hasPosession":false,"identifier":"Jaguars","teamId":"2250","points":6,"scores":{"pointTotal":6,"pointQ1":0,"pointQ2":3,"pointQ3":0,"pointQ4":3,"pointOT":0,"timeoutsRemaining":2},"record":{"abbr":"JAX","wins":4,"losses":8,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120205/2018/REG13/Colts@Jaguars","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:09","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120206,"awayTeam":{"abbr":"BUF","hasPosession":false,"identifier":"Bills","teamId":"0610","points":17,"scores":{"pointTotal":17,"pointQ1":0,"pointQ2":6,"pointQ3":3,"pointQ4":8,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"BUF","wins":4,"losses":8,"ties":0}},"homeTeam":{"abbr":"MIA","hasPosession":false,"identifier":"Dolphins","teamId":"2700","points":21,"scores":{"pointTotal":21,"pointQ1":7,"pointQ2":7,"pointQ3":0,"pointQ4":7,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"MIA","wins":6,"losses":6,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120206/2018/REG13/Bills@Dolphins","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:53","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120207,"awayTeam":{"abbr":"CHI","hasPosession":false,"identifier":"Bears","teamId":"0810","points":27,"scores":{"pointTotal":27,"pointQ1":7,"pointQ2":7,"pointQ3":0,"pointQ4":13,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"CHI","wins":8,"losses":4,"ties":0}},"homeTeam":{"abbr":"NYG","hasPosession":false,"identifier":"Giants","teamId":"3410","points":30,"scores":{"pointTotal":30,"pointQ1":7,"pointQ2":3,"pointQ3":14,"pointQ4":3,"pointOT":3,"timeoutsRemaining":1},"record":{"abbr":"NYG","wins":4,"losses":8,"ties":0}},"status":{"currentGameTime":"FINAL_OVERTIME","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120207/2018/REG13/Bears@Giants","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":false,"isOverOvertime":true,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"02:49","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120209,"awayTeam":{"abbr":"CAR","hasPosession":false,"identifier":"Panthers","teamId":"0750","points":17,"scores":{"pointTotal":17,"pointQ1":7,"pointQ2":0,"pointQ3":10,"pointQ4":0,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"CAR","wins":6,"losses":6,"ties":0}},"homeTeam":{"abbr":"TB","hasPosession":false,"identifier":"Buccaneers","teamId":"4900","points":24,"scores":{"pointTotal":24,"pointQ1":10,"pointQ2":7,"pointQ3":7,"pointQ4":0,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"TB","wins":5,"losses":7,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120209/2018/REG13/Panthers@Buccaneers","gameTimeEastern":"13:00:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:00","upcomingGameTimeEastern":"Sun, 1:00 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 1:00 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120210,"awayTeam":{"abbr":"KC","hasPosession":false,"identifier":"Chiefs","teamId":"2310","points":40,"scores":{"pointTotal":40,"pointQ1":10,"pointQ2":9,"pointQ3":14,"pointQ4":7,"pointOT":0,"timeoutsRemaining":3},"record":{"abbr":"KC","wins":10,"losses":2,"ties":0}},"homeTeam":{"abbr":"OAK","hasPosession":false,"identifier":"Raiders","teamId":"2520","points":33,"scores":{"pointTotal":33,"pointQ1":0,"pointQ2":7,"pointQ3":9,"pointQ4":17,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"OAK","wins":2,"losses":10,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120210/2018/REG13/Chiefs@Raiders","gameTimeEastern":"16:05:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:24","upcomingGameTimeEastern":"Sun, 4:05 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 4:05 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120211,"awayTeam":{"abbr":"NYJ","hasPosession":false,"identifier":"Jets","teamId":"3430","points":22,"scores":{"pointTotal":22,"pointQ1":10,"pointQ2":6,"pointQ3":6,"pointQ4":0,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"NYJ","wins":3,"losses":9,"ties":0}},"homeTeam":{"abbr":"TEN","hasPosession":false,"identifier":"Titans","teamId":"2100","points":26,"scores":{"pointTotal":26,"pointQ1":0,"pointQ2":6,"pointQ3":7,"pointQ4":13,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"TEN","wins":6,"losses":6,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"12/02/2018","gameLink":"/gamecenter/2018120211/2018/REG13/Jets@Titans","gameTimeEastern":"16:05:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:20","upcomingGameTimeEastern":"Sun, 4:05 pm ET","upcomingGameFullTimeEastern":"Sun, 12/2, 4:05 pm ET","week":13,"gameType":"REG","yardsToGo":0}},{"id":2018120300,"awayTeam":{"abbr":"WAS","identifier":"Redskins","teamId":"5110","record":{"abbr":"WAS","wins":6,"losses":5,"ties":0}},"homeTeam":{"abbr":"PHI","identifier":"Eagles","teamId":"3700","record":{"abbr":"PHI","wins":5,"losses":6,"ties":0}},"status":{"gameDate":"12/03/2018","gameLink":"/gamecenter/2018120300/2018/REG13/Redskins@Eagles","upcomingGameTimeEastern":"Mon, 8:15 pm ET","upcomingGameFullTimeEastern":"Mon, 12/3, 8:15 pm ET","week":13,"gameType":"REG","gameTimeEastern":"20:15:00","isUpcoming":true}},{"id":2018112900,"awayTeam":{"abbr":"NO","hasPosession":false,"identifier":"Saints","teamId":"3300","points":10,"scores":{"pointTotal":10,"pointQ1":0,"pointQ2":0,"pointQ3":10,"pointQ4":0,"pointOT":0,"timeoutsRemaining":0},"record":{"abbr":"NO","wins":10,"losses":2,"ties":0}},"homeTeam":{"abbr":"DAL","hasPosession":false,"identifier":"Cowboys","teamId":"1200","points":13,"scores":{"pointTotal":13,"pointQ1":10,"pointQ2":3,"pointQ3":0,"pointQ4":0,"pointOT":0,"timeoutsRemaining":1},"record":{"abbr":"DAL","wins":7,"losses":5,"ties":0}},"status":{"currentGameTime":"FINAL","down":0,"gameDate":"11/29/2018","gameLink":"/gamecenter/2018112900/2018/REG13/Saints@Cowboys","gameTimeEastern":"20:20:00","isHalf":false,"isInProgress":false,"isInProgressOvertime":false,"isOver":true,"isOverOvertime":false,"isPregame":false,"isRedZone":false,"isSuspended":false,"isUpcoming":false,"phaseDescription":"FINAL","time":"00:42","upcomingGameTimeEastern":"Thu, 8:20 pm ET","upcomingGameFullTimeEastern":"Thu, 11/29, 8:20 pm ET","week":13,"gameType":"REG","yardsToGo":0}}],"scoreStripType":{"value":"score"},"schema":"b03b1c24-0e95-482b-a4d4-564b593ee1a4"}};
__REACT_ROOT_ID_8248349e__ = "content-8248349e";
(function() {
var wcBoot = window.wcBoot || {
bootCache: {},
bootCheckHook: function bootCheckHook(currentBootCache, callback) {
return function bootCheck() {
if (!currentBootCache.hasBooted) {
return false;
}
if (currentBootCache.bootCheck) {
clearInterval(currentBootCache.bootCheck);
currentBootCache.bootCheck = null;
}
return callback();
};
},
scriptLoadHook: function scriptLoadHook(
currentBootCache,
scripts,
callback
) {
return function onScriptLoaded() {
var readyState = this.readyState; // we test for "complete" or "loaded" if on IE
if (!readyState || /ded|te/.test(readyState)) {
scripts.pop();
if (!scripts.length && callback) {
callback();
}
currentBootCache.hasBooted = true;
}
};
},
isArray: function isArray(possibleArray) {
return (
Object.prototype.toString.call(possibleArray) ===
"[object Array]"
);
},
include: function include(scripts, callback) {
scripts = this.isArray(scripts) ? scripts : [scripts];
// save references to save a few bytes
var doc = document;
var toLoad = scripts.length; // load this many scripts
if (!toLoad && callback) {
callback();
}
var script;
for (var i = 0; i < toLoad; i++) {
var currentScript = scripts[i];
wcBoot.bootCache[currentScript] = wcBoot.bootCache[
currentScript
] || {
name: currentScript,
bootCheck: null,
hasBooted: false,
isBooting: false
};
var currentBootCache = wcBoot.bootCache[currentScript];
if (
!currentBootCache.isBooting &&
!currentBootCache.hasBooted
) {
script = doc.createElement("script");
script.crossorigin = true;
script.src = currentScript;
script.async = true;
script.onload = script.onerror = script.onreadystatechange = wcBoot.scriptLoadHook(
currentBootCache,
scripts,
callback
);
currentBootCache.isBooting = true;
doc.head.appendChild(script);
} else if (currentBootCache.hasBooted) {
wcBoot.bootCheckHook(currentBootCache, callback)();
} else {
currentBootCache.bootCheck = setInterval(
wcBoot.bootCheckHook(currentBootCache, callback),
0
);
}
}
},
createSequential: function createSequential(scripts, index, curSeq) {
var curScript = scripts[index];
if (curScript) {
var seq = function sequentialBoot() {
wcBoot.include(curScript, curSeq);
};
return this.createSequential(scripts, index - 1, seq);
}
return curSeq;
},
includeSeq: function includeSeq(scripts, callback) {
var runner = this.createSequential(
scripts,
scripts.length - 1,
callback
);
return runner();
}
};
if (!window.wcBoot) {
window.wcBoot = wcBoot;
}
})();
wcBoot.includeSeq([
"https://static-wildcat.nfl.com/bundles/manifest.a7a0aae0.bundle.js",
"https://static-wildcat.nfl.com/bundles/render.nfl.f62b7026.bundle.js"
], function() {
if (!wcBoot.render) {
return;
}
wcBoot.render({
id: "8248349e",
url: "/ndc/header?contextPath=%2fplayer%2fjoeygalloway%2f2500744%2fprofile&pageSchemaId=&wildcatnav="
});
});
nfl.Y.use("ads-v3", function (Y) {
var w = '728',
h = '90',
szs = '',
tmpH,
variableHeight = false;
if (szs) {
szs = szs.split(',');
for (var i = 0; i < szs.length; i++) {
szs[i] = szs[i].split('x');
for (var i2 in szs[i]) {
szs[i][i2] = parseInt(szs[i][i2]);
if (i2 === '0') {
if (!w || w < szs[i][i2]) {
w = szs[i][i2];
}
} else {
if (!h || h 0 && tmpH !== szs[i][i2]) {
variableHeight = true;
}
tmpH = szs[i][i2];
}
}
}
}
var type = '',
sizes = (szs) ? szs : [[w, h]],
responsive = '',
mapping = '',
Ads = Y.NFL.Ads,
Ad,
adConf = {
id: 'ad1543802831738top',
path: 'http://pubads.g.doubleclick.net/gampad/ads?sz=728x90&iu=/4595/nfl.players/player/joeygalloway/2500744/profile&t=slot%3Dtop%26url%3Dplayer_joeygalloway_2500744_profile%26plyr%3Djoseph_galloway%26pos%3Dwr%26team%3Dwas%26conf%3Dnfc%26dvsn%3Dnce%26s1%3Dplayer%26s2%3Djoeygalloway%26s3%3D2500744%26s4%3Dprofile&c={correlator}',
width: w,
height: variableHeight ? 'auto' : h, // limit to apply `height: auto` to the necessary scenario only since this can cause flicker.
sizes: sizes,
render: '#ad1543802831738top-container',
isSticky: 'false',
shouldRenderWhenViewable: '',
renderOnEvent: ''
};
var adContainer = Y.one(adConf.render);
if(type === 'interstitial'){
adConf.sizes.push([1, 1]);
adConf.interstitial = true;
}
if(responsive === 'true' && mapping){
adConf.responsive = true;
}
Ad = new Ads.Ad(adConf);
});
Players
nfl.Y.use("ads-v3", function (Y) {
var w = '985',
h = '50',
szs = '',
tmpH,
variableHeight = false;
if (szs) {
szs = szs.split(',');
for (var i = 0; i < szs.length; i++) {
szs[i] = szs[i].split('x');
for (var i2 in szs[i]) {
szs[i][i2] = parseInt(szs[i][i2]);
if (i2 === '0') {
if (!w || w < szs[i][i2]) {
w = szs[i][i2];
}
} else {
if (!h || h 0 && tmpH !== szs[i][i2]) {
variableHeight = true;
}
tmpH = szs[i][i2];
}
}
}
}
var type = '',
sizes = (szs) ? szs : [[w, h]],
responsive = '',
mapping = '',
Ads = Y.NFL.Ads,
Ad,
adConf = {
id: 'ad1543802831522spon',
path: 'http://pubads.g.doubleclick.net/gampad/ads?sz=985x50&iu=/4595/nfl.players/player/joeygalloway/2500744/profile&t=slot%3Dspon%26url%3Dplayer_joeygalloway_2500744_profile%26plyr%3Djoseph_galloway%26pos%3Dwr%26team%3Dwas%26conf%3Dnfc%26dvsn%3Dnce%26s1%3Dplayer%26s2%3Djoeygalloway%26s3%3D2500744%26s4%3Dprofile&c={correlator}',
width: w,
height: variableHeight ? 'auto' : h, // limit to apply `height: auto` to the necessary scenario only since this can cause flicker.
sizes: sizes,
render: '#ad1543802831522spon-container',
isSticky: '',
shouldRenderWhenViewable: '',
renderOnEvent: ''
};
var adContainer = Y.one(adConf.render);
if(type === 'interstitial'){
adConf.sizes.push([1, 1]);
adConf.interstitial = true;
}
if(responsive === 'true' && mapping){
adConf.responsive = true;
}
Ad = new Ads.Ad(adConf);
});
Joey Galloway
Height: 5-11
Weight: 197
Age: 47
Born: 11/20/1971 Bellaire , OH
College: Ohio State
Experience: 16 Seasons
<!--
-->
REC
701
YDS
10,950
AVG
15.6
TDS
77
Profile
Career Stats
Game Logs
Game Splits
Situational Stats
Career Stats more | |||||||||||||||
Season | Team | Receiving | Rushing | Fumbles | |||||||||||
G | GS | Rec | Yds | Avg | Lng | TD | Att | Yds | Avg | Lng | TD | FUM | Lost | ||
2010 | Washington Redskins | 10 | 4 | 12 | 173 | 14.4 | 62 | 0 | -- | -- | -- | -- | -- | -- | -- |
2009 | Pittsburgh Steelers | 0 | 0 | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- |
2009 | New England Patriots | 3 | 2 | 7 | 67 | 9.6 | 19 | 0 | -- | -- | -- | -- | -- | -- | -- |
2008 | Tampa Bay Buccaneers | 9 | 4 | 13 | 138 | 10.6 | 22 | 0 | -- | -- | -- | -- | -- | -- | -- |
2007 | Tampa Bay Buccaneers | 15 | 15 | 57 | 1,014 | 17.8 | 69T | 6 | 1 | 1 | 1.0 | 1 | 0 | -- | -- |
2006 | Tampa Bay Buccaneers | 16 | 14 | 62 | 1,057 | 17.0 | 64T | 7 | 2 | 9 | 4.5 | 7 | 0 | -- | -- |
2005 | Tampa Bay Buccaneers | 16 | 16 | 83 | 1,287 | 15.5 | 80T | 10 | 2 | 4 | 2.0 | 4 | 0 | -- | -- |
2004 | Tampa Bay Buccaneers | 10 | 7 | 33 | 416 | 12.6 | 36T | 5 | 2 | 19 | 9.5 | 14 | 0 | 3 | 0 |
2003 | Dallas Cowboys | 15 | 14 | 34 | 672 | 19.8 | 64 | 2 | 4 | 22 | 5.5 | 10 | 0 | 1 | 0 |
2002 | Dallas Cowboys | 16 | 16 | 61 | 908 | 14.9 | 80T | 6 | 4 | 31 | 7.8 | 21 | 0 | 2 | 1 |
2001 | Dallas Cowboys | 16 | 16 | 52 | 699 | 13.4 | 47T | 3 | 3 | 32 | 10.7 | 16 | 0 | 1 | 0 |
2000 | Dallas Cowboys | 1 | 1 | 4 | 62 | 15.5 | 22 | 1 | -- | -- | -- | -- | -- | -- | -- |
1999 | Seattle Seahawks | 8 | 4 | 22 | 335 | 15.2 | 48 | 1 | 1 | -1 | -1.0 | -1 | 0 | -- | -- |
1998 | Seattle Seahawks | 16 | 16 | 65 | 1,047 | 16.1 | 81T | 10 | 9 | 26 | 2.9 | 14 | 0 | 1 | 1 |
1997 | Seattle Seahawks | 15 | 15 | 72 | 1,049 | 14.6 | 53T | 12 | 9 | 72 | 8.0 | 44 | 0 | 1 | 0 |
1996 | Seattle Seahawks | 16 | 16 | 57 | 987 | 17.3 | 65T | 7 | 15 | 127 | 8.5 | 51 | 0 | 2 | 2 |
1995 | Seattle Seahawks | 16 | 16 | 67 | 1,039 | 15.5 | 59T | 7 | 11 | 154 | 14.0 | 86T | 1 | 1 | 1 |
TOTAL | 701 | 10,950 | 15.6 | 81 | 77 | 63 | 496 | 7.9 | 86 | 1 | 12 | 5 |
nfl.use('share-bar', function (Y) {
if(Y.PROTOTYPE_COMPAT && Y.UA.ie){// video page often throws an error with Element.identify
setTimeout(init, 1000);
}else{
init();
}
function init(){
var mediaItem = , actionLink = {}, qs, i;
new Y.NFL.ShareBar({
srcNode: '#sbc_n3177s2f',
barId: 'sbb_n3177s2f',
skinName: 'default',
register: true,
lazyLoad: true,
scope: 'both',
actionLink: actionLink,
mediaItem: mediaItem,
enableBuzz: false,
render: true
});
};
});
Watch more video >
nfl.use('node', 'modal-video', 'event-delegate', function (Y) {
var showSponsor = false,
clickThrough = '',
trackingPixel = 'https://ad.doubleclick.net/ddm/trackimp/N568001.3487NFLENTERPRISESLLC-NF/B20571230.211359520;dc_trk_aid=410846660;dc_trk_cid=96271780;ord=[timestamp];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?';
Y.one('div#videos-list').delegate('click', function (event) {
var ecmId = event.currentTarget.getData('ecmId');
if (!ecmId) {
return;
}
event.halt();
new Y.ModalVideo({
render: true,
video: {
contentId: ecmId,
dartURL: "http://pubads.g.doubleclick.net/gampad/ads?sz=640x360&iu=/4595/nfl.players/player/joeygalloway/2500744/profile&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=slot%3Dinpage%26url%3Dplayer_joeygalloway_2500744_profile%26plyr%3Djoseph_galloway%26pos%3Dwr%26team%3Dwas%26conf%3Dnfc%26dvsn%3Dnce%26s1%3Dplayer%26s2%3Djoeygalloway%26s3%3D2500744%26s4%3Dprofile&url=[referrer_url]&description_url=www.nfl.com&correlator=[timestamp]"
},
skinImage: showSponsor ? nfl.constants.IMAGE_PATH + '/img/scores/skins/mcdonalds-big-play-highlights-modal.png' : null,
sponsor: showSponsor ? {
pixel: trackingPixel,
clickUrl: clickThrough
} : null
});
}, 'a.nfl-video-link');
});
nfl.Y.use("ads-v3", function (Y) {
var w = '300',
h = '600',
szs = '',
tmpH,
variableHeight = false;
if (szs) {
szs = szs.split(',');
for (var i = 0; i < szs.length; i++) {
szs[i] = szs[i].split('x');
for (var i2 in szs[i]) {
szs[i][i2] = parseInt(szs[i][i2]);
if (i2 === '0') {
if (!w || w < szs[i][i2]) {
w = szs[i][i2];
}
} else {
if (!h || h 0 && tmpH !== szs[i][i2]) {
variableHeight = true;
}
tmpH = szs[i][i2];
}
}
}
}
var type = '',
sizes = (szs) ? szs : [[w, h]],
responsive = '',
mapping = '',
Ads = Y.NFL.Ads,
Ad,
adConf = {
id: 'ad1543802831576right',
path: 'http://pubads.g.doubleclick.net/gampad/ads?sz=300x600&iu=/4595/nfl.players/player/joeygalloway/2500744/profile&t=slot%3Dright%26url%3Dplayer_joeygalloway_2500744_profile%26plyr%3Djoseph_galloway%26pos%3Dwr%26team%3Dwas%26conf%3Dnfc%26dvsn%3Dnce%26s1%3Dplayer%26s2%3Djoeygalloway%26s3%3D2500744%26s4%3Dprofile&c={correlator}',
width: w,
height: variableHeight ? 'auto' : h, // limit to apply `height: auto` to the necessary scenario only since this can cause flicker.
sizes: sizes,
render: '#ad1543802831576right-container',
isSticky: '',
shouldRenderWhenViewable: '',
renderOnEvent: ''
};
var adContainer = Y.one(adConf.render);
if(type === 'interstitial'){
adConf.sizes.push([1, 1]);
adConf.interstitial = true;
}
if(responsive === 'true' && mapping){
adConf.responsive = true;
}
Ad = new Ads.Ad(adConf);
});
nfl.Y.use("ads-v3", function (Y) {
var w = '300',
h = '100',
szs = '',
tmpH,
variableHeight = false;
if (szs) {
szs = szs.split(',');
for (var i = 0; i < szs.length; i++) {
szs[i] = szs[i].split('x');
for (var i2 in szs[i]) {
szs[i][i2] = parseInt(szs[i][i2]);
if (i2 === '0') {
if (!w || w < szs[i][i2]) {
w = szs[i][i2];
}
} else {
if (!h || h 0 && tmpH !== szs[i][i2]) {
variableHeight = true;
}
tmpH = szs[i][i2];
}
}
}
}
var type = '',
sizes = (szs) ? szs : [[w, h]],
responsive = '',
mapping = '',
Ads = Y.NFL.Ads,
Ad,
adConf = {
id: 'ad1543802831576rightrailfirst',
path: 'http://pubads.g.doubleclick.net/gampad/ads?sz=300x100&iu=/4595/nfl.players/player/joeygalloway/2500744/profile&t=slot%3Drightrailfirst%26url%3Dplayer_joeygalloway_2500744_profile%26plyr%3Djoseph_galloway%26pos%3Dwr%26team%3Dwas%26conf%3Dnfc%26dvsn%3Dnce%26s1%3Dplayer%26s2%3Djoeygalloway%26s3%3D2500744%26s4%3Dprofile&c={correlator}',
width: w,
height: variableHeight ? 'auto' : h, // limit to apply `height: auto` to the necessary scenario only since this can cause flicker.
sizes: sizes,
render: '#ad1543802831576rightrailfirst-container',
isSticky: '',
shouldRenderWhenViewable: '',
renderOnEvent: ''
};
var adContainer = Y.one(adConf.render);
if(type === 'interstitial'){
adConf.sizes.push([1, 1]);
adConf.interstitial = true;
}
if(responsive === 'true' && mapping){
adConf.responsive = true;
}
Ad = new Ads.Ad(adConf);
});
nfl.use('shop-data', function (Y) {
var shopData, shopDataJson;
shopData = new Y.ShopData({'location': 'teampage', 'teamAbbr': "WAS"});
shopData.on('shop-data:response', function (event) {
if (event.details[0] === 'success') {
shopDataJson = shopData.getShopData();
createShopModule(shopDataJson);
}
}, this);
function createShopModule (shopDataJson) {
var adContents = '';
if(shopDataJson.length == 0){
adContents = "
Come back later to see new items from NFL SHOP.";
} else {
adContents = Y.Lang.sub(adContents, shopDataJson[0]);
}
Y.one('.team-nfl-shop-ad').append(adContents);
}
})
a > span.facemask-hover, li > span.facemask-hover{border-top-color: inherit;
border-top-style: solid;
border-top-width: 2px;
bottom: 0;
height: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transition-property: opacity, -webkit-transform, transform;
transition-property: opacity, -ms-transform, -webkit-transform, transform;
-webkit-transition-duration: 150ms;
transition-duration: 150ms;
-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
-moz-transition-property: opacity, transform;}a:hover > span.facemask-hover, li:hover > span.facemask-hover{opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);}
:focus:not([data-focus-ring]){outline-width: 0;}
__INITIAL_DATA_880b856__ = {};
__REACT_ROOT_ID_880b856__ = "content-880b856";
(function() {
var wcBoot = window.wcBoot || {
bootCache: {},
bootCheckHook: function bootCheckHook(currentBootCache, callback) {
return function bootCheck() {
if (!currentBootCache.hasBooted) {
return false;
}
if (currentBootCache.bootCheck) {
clearInterval(currentBootCache.bootCheck);
currentBootCache.bootCheck = null;
}
return callback();
};
},
scriptLoadHook: function scriptLoadHook(
currentBootCache,
scripts,
callback
) {
return function onScriptLoaded() {
var readyState = this.readyState; // we test for "complete" or "loaded" if on IE
if (!readyState || /ded|te/.test(readyState)) {
scripts.pop();
if (!scripts.length && callback) {
callback();
}
currentBootCache.hasBooted = true;
}
};
},
isArray: function isArray(possibleArray) {
return (
Object.prototype.toString.call(possibleArray) ===
"[object Array]"
);
},
include: function include(scripts, callback) {
scripts = this.isArray(scripts) ? scripts : [scripts];
// save references to save a few bytes
var doc = document;
var toLoad = scripts.length; // load this many scripts
if (!toLoad && callback) {
callback();
}
var script;
for (var i = 0; i < toLoad; i++) {
var currentScript = scripts[i];
wcBoot.bootCache[currentScript] = wcBoot.bootCache[
currentScript
] || {
name: currentScript,
bootCheck: null,
hasBooted: false,
isBooting: false
};
var currentBootCache = wcBoot.bootCache[currentScript];
if (
!currentBootCache.isBooting &&
!currentBootCache.hasBooted
) {
script = doc.createElement("script");
script.crossorigin = true;
script.src = currentScript;
script.async = true;
script.onload = script.onerror = script.onreadystatechange = wcBoot.scriptLoadHook(
currentBootCache,
scripts,
callback
);
currentBootCache.isBooting = true;
doc.head.appendChild(script);
} else if (currentBootCache.hasBooted) {
wcBoot.bootCheckHook(currentBootCache, callback)();
} else {
currentBootCache.bootCheck = setInterval(
wcBoot.bootCheckHook(currentBootCache, callback),
0
);
}
}
},
createSequential: function createSequential(scripts, index, curSeq) {
var curScript = scripts[index];
if (curScript) {
var seq = function sequentialBoot() {
wcBoot.include(curScript, curSeq);
};
return this.createSequential(scripts, index - 1, seq);
}
return curSeq;
},
includeSeq: function includeSeq(scripts, callback) {
var runner = this.createSequential(
scripts,
scripts.length - 1,
callback
);
return runner();
}
};
if (!window.wcBoot) {
window.wcBoot = wcBoot;
}
})();
wcBoot.includeSeq([
"https://static-wildcat.nfl.com/bundles/manifest.a7a0aae0.bundle.js",
"https://static-wildcat.nfl.com/bundles/render.nfl.f62b7026.bundle.js"
], function() {
if (!wcBoot.render) {
return;
}
wcBoot.render({
id: "880b856",
url: "/ndc/footer?contextPath=&wildcatnav="
});
});
/**/
if (!window.mboxCreate) {
document.write("");
}
(function(){
var categoryName = ('' != '') ? '' : (s_analytics && s_analytics.channel || ''),
pageName = ('' != '') ? '' : (s_analytics && s_analytics.pageName || ''),
mbox = 'NFL_' + categoryName + '_CSS',
param1 = 'pageName=' + pageName,
param2 = 'location=' + window.location.href;
console.log('CSS mbox:', mbox, param1, param2);
window.mboxCreate(mbox, param1, param2);
})();
(function(w){if(w._satellite){_satellite.pageBottom();}}(window))
(function(s, p, d) {
var h=d.location.protocol, i=p+"-"+s,
e=d.getElementById(i), r=d.getElementById(p+"-root"),
u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
:"static."+p+".com";
if (e) return;
e = d.createElement(s); e.id = i; e.async = true;
e.src = h+"//"+u+"/p.js"; r.appendChild(e);
})("script", "parsely", document);
nfl.use('cookie','event','node', function(Y){
function createCookieBannerFn() {
var item = Y.Node.create(
'