San Antonio at Oklahoma City





body {
margin-top:0 !important;
padding-top:0 !important;
/*min-width:800px !important;*/
}
.wb-autocomplete-suggestions {
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
position: absolute; display: none; z-index: 2147483647; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.wb-autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.wb-autocomplete-suggestion b { font-weight: bold; }
.wb-autocomplete-suggestion.selected { background: #f0f0f0; }








success

fail














































Jun JUL Oct
Previous capture 14 Next capture
2013 2014 2015



18 captures
01 Jun 2014 - 28 Aug 2018










About this capture



COLLECTED BY




Organization: Internet Archive


These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.



Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.



The goal is to fix all broken links on the web.

Crawls of supported "No More 404" sites.




Collection: Wikipedia Near Real Time (from IRC)



This is a collection of web page captures from links added to, or changed on, Wikipedia pages. The idea is to bring a reliability to Wikipedia outlinks so that if the pages referenced by Wikipedia articles are changed, or go away, a reader can permanently find what was originally referred to.



This is part of the Internet Archive's attempt to rid the web of broken links.



TIMESTAMPS



loading







__wm.bt(600,27,25,2,"web","http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat","2014-07-14",1996);


if(top.location != self.location && (document.referrer.indexOf("cbssports.com") == -1)) {window.open(location.href, '_top');}
var surround=new Object();
surround.cat = ['a','b','c','d','e','f'];
surround.cookie = readCookie('surround');

if (surround.cookie == false || surround.cookie == undefined) {
surround.pick = Math.floor(Math.random() * surround.cat.length);
surround.subsession = Math.floor(Math.random() * 4) + 1; /*subsessions 1-4*/
document.cookie=("surround="+surround.cat[surround.pick]+"|"+surround.subsession+";domain=.cbssports.com;path=/" );
surround.cookie = readCookie('surround');
}
if (surround.cookie) {surround.sessions=surround.cookie.split("|");}
surround.vguid = v1();

var cbsiadGlobal = { };
var dwTag = "&PGUID="+surround.vguid +"&cookiesOn=" +cbsiadGlobal.cookiesOn;

if (!random) {var abc=Math.random() + ""; var random=abc.substring(2,abc.length);}
var switchDl="";
var switchXFP="on";
var adLookup="media/spln/nba/reg/free/gamecenter_recaps";
var xfpObj='vguid='+surround.vguid+'~cid=24578239~exclude=nba~user=anon~team=NBA_OKC,NBA_SA~env=prod~arena=nba';

xfpDomain='.cbssports.com';
xfpSlot='/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps';
// tracks if this is the first page the user has visited in this session
function xfpFirstPageCookie() {
if (xfpFirstPage) {return xfpFirstPage;} // only run once per page, if already set, just return value
var xfpFirstPage = readCookie('XFP_FIRSTPAGE'); // get firstPage cookie
if (!xfpFirstPage) { // if cookie doesn't exist, this is the first page, so firstPage = 1
xfpFirstPage = 1;
} else if (xfpFirstPage == 1) { // else, this is the second page, set firstPage = 0
xfpFirstPage = 0;
}
var exp = new Date();
exp.setTime(exp.getTime() + xfpGetTimeToExpiration(.75)); // get number of milliseconds until 12:45am ET
document.cookie=('XFP_FIRSTPAGE ='+xfpFirstPage+";expires="+exp.toUTCString()+";domain="+xfpDomain+";path=/;");
return xfpFirstPage; // set and return the parameter DVAR_FIRSTPAGE = firstPage
}
// given the expiration hour in ET, return the number of milliseconds to
// expiration from the given Date Object (defaults to current date)
function xfpGetTimeToExpiration(etExpireHour,dt) {
dt = dt || new Date();
var etUtcOffset = 5; // hours
if (isEDT(dt)) etUtcOffset = 4; // if in daylight savings time
var utcExpire = (etExpireHour+etUtcOffset)%24; // UTC expire time in hours
var utcTime = 60*dt.getUTCHours() + dt.getUTCMinutes(); // UTC time in mins
var minsToExpiration = 60*utcExpire - utcTime; // time to expiration
if (minsToExpiration 2 && month < 10) return true; // in EDT if Apr to Oct
if (month 10) return false; // not in EDT if Jan,Feb,Dec
var date = dt.getUTCDate(); // get day of month in UTC
var day = dt.getUTCDay(); // get day of week in UTC
if (month == 10) { // November
if (date > 7) return false; // after first week, not in EDT
if (day == 0) { // Sunday of first week, check time
if (dt.getUTCHours() day) return false; // Sunday has passed, not in EDT
return true; // Sunday has not passed, in EDT
}
// March
if (date 14) return true; // after second week, in EDT
if (day == 0) { // Sunday of second week, check time
if (dt.getUTCHours() > 6) return true; // 7am UTC or later, in EDT
return false; // before 7am UTC, not in EDT
}
if (date - day > 7) return true; // Sunday has passed, in EDT
return false; // Sunday has not passed, not in EDT
}

var xfpFirstPage = xfpFirstPageCookie();
var xfpSession = (surround.cookie) ? surround.sessions[0] : 'off';
var xfpSubsession = (surround.cookie) ? surround.sessions[1] : 'off';

function xfpGetArgs(){
var args = new Object();
var query = location.search.substring(1); // get query string
var pairs = query.split("&");
for (var i=0; i < pairs.length; i++) {
var pos = pairs[i].indexOf('='); // Look for name "name=value"
if (pos == -1) continue; // If not found, skip
var argname = pairs[i].substring(0,pos); // Extract the name
var value = pairs[i].substring(pos+1); // Extract the value
value = decodeURIComponent(value); // Decode it, if needed
var adTarg = argname.match(/adTargeting_/); // Do we have a match on adTargeting_

// Set Targeting for spec'd out query parms
if (argname == 'env' || argname == 'session' || argname == 'subses' || argname == 'adRegion' || argname == 'ftag' || argname == 'ttag' || (adTarg)) {
// args[argname] = value;
if (adTarg) {argname = argname.substring(12);} // strip off adTargeting_ from the name if present
googletag.pubads().setTargeting(argname, value); // Set Targeting
if (argname == 'ftag' || argname == 'ttag') {
document.cookie=("xfpFtag="+value+";domain="+xfpDomain+";path=/" );
newFtag = 1;
}
xfpObj += '~' +argname +'=' +value;
}
}

var xfpFtagVal = readCookie("xfpFtag"); // check if we have an ftag cookie
var newFtag = 0;
if ((newFtag==0) && xfpFtagVal) { // If no new setting for ftag but we had an old one then
googletag.pubads().setTargeting('ftag', xfpFtagVal); // Set Targeting
xfpObj += '~ftag=' +xfpFtagVal;
}
}


var googletag = googletag || {};
googletag.cmd = googletag.cmd || ;
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +'//web.archive.org/web/20140714202700/http://www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();

googletag.cmd.push(function() {

XFP_leader_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [[728,90],[970,66],[970,90]], "leader_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_skin_ad_call = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [1600,1000], "skin_ad_call").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_marketing_over_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [791,30], "marketing_over_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_mpu_top = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [300,250], "mpu_top").addService(googletag.pubads()).setTargeting("pos", "top");
XFP_leader_plus2_bottom = googletag.defineSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps", [[728,90],[970,66]], "leader_plus2_bottom").addService(googletag.pubads()).setTargeting("pos", "bottom");
googletag.defineOutOfPageSlot("/8264/aw-cbssports/nba/media/gametracker/gamecenter_recaps","interstitial").addService(googletag.pubads());
googletag.pubads().setTargeting("ptype", "stories");
googletag.pubads().setTargeting("firstpg", ""+xfpFirstPage);
googletag.pubads().setTargeting("session", xfpSession);
googletag.pubads().setTargeting("subses", ""+xfpSubsession);
googletag.pubads().setTargeting("vguid", surround.vguid);
googletag.pubads().setTargeting("cid", "24578239");
googletag.pubads().setTargeting("exclude", "nba");
googletag.pubads().setTargeting("user", "anon");
googletag.pubads().setTargeting("team", "NBA_OKC,NBA_SA");
googletag.pubads().setTargeting("env", "prod");

xfpGetArgs(); // to set/override targeting for env, session, subses, adRegion, ftag, ttag, and adTargeting_ if set by query string
googletag.pubads().enableAsyncRendering();
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
var PR_UACT=0;
xfpObj += '~ptype=stories~firstpg=' +xfpFirstPage +'~session='+xfpSession +'~subses='+xfpSubsession+'';
function getVideoAdSessionValues(videoId){return "session="+xfpSession+";subses="+xfpSubsession+"";}
googletag.cmd.push(function() {googletag.display("interstitial");});














  • Sign In
    |

    Register
Help Shop TV Radio Mobile Search CBSSports.com











#menu_soccer {
left:457px;
}






























$(".userMenu.loggedIn").click(function () {
$(this).parent().toggleClass("active");
$("#userInfo").toggleClass("active");
$(".userName").toggleClass("active");
});

  • NBA Home

  • Free Agents

  • Scores

  • Standings

  • Schedules

  • Stats

  • Teams

  • Players

  • Transactions

  • Odds

  • LeBron James

  • Draft




.leagueSelector .leagueSelectorArrow {top: 21px; right:0px;}
#saagBoxScores.soccerSaag td.score {padding-left:8px;}
#saagBoxScores.soccerSaag td.status {padding-left:2px;}
#saagBoxScores.soccerSaag .liveEvent td.status {text-align:center;}
#saagBoxScores.soccerSaag .status span.group {text-align: center; display: block;}
#saagBoxScores.soccerSaag td.status span.period,
#saagBoxScores.soccerSaag td.status span.clock {display:inline-block;}
#saagBoxScores.soccerSaag td.score {text-align:center;}
#saagBoxScores.soccerSaag span.clock {margin-left: 10px;}
#saagBoxScores.soccerSaag li.postEvent td.status a {margin-left: 2px;}





googletag.cmd.push(function() {googletag.display("skin_ad_call");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#skin_ad_call');






googletag.cmd.push(function() {googletag.display("leader_top");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#leader_top');








San Antonio at Oklahoma City


<!--
-->

  • GameTracker



  • Box Score



  • Full Play-by-Play



  • Recap







googletag.cmd.push(function() {googletag.display("marketing_over_top");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#marketing_over_top');





Spurs beat Thunder in OT, advance to NBA Finals vs. Heat




CBSSports.com wire reports

May 31, 2014















  •  



OKLAHOMA CITY -- San Antonio fought off Father Time, the league MVP and an injury to its best player to return to the NBA Finals.

The Spurs beat the Oklahoma City Thunder 112-107 in overtime Saturday night in Game 6 of the Western Conference Finals to set up a rematch with the Miami Heat.

San Antonio will host Game 1 on Thursday night and will try to avenge last year's heartbreaking loss. San Antonio led Miami 3-2 before losing Game 6 in overtime, then dropping Game 7.

"People keep talking like we weren't close to winning, but we were ready to win last year," Spurs center Tim Duncan said. "We're happy it's the Heat again. We've got that bad taste in our mouths still."

A trio of 30-somethings led the way for the Spurs. Duncan had 19 points and 15 rebounds, Boris Diaw scored 26 points and Manu Ginobili chipped in 15 points and six rebounds for the Spurs.

San Antonio pulled this one out despite All-Star point guard Tony Parker missing the entire second half and overtime with left ankle soreness. Popovich said Parker had been struggling with the ankle since Game 4 of the series. The Spurs overcame it the way they have for more than a decade -- with teamwork, passing and great performances by role players.

"We didn't know how much Tony was hurt in his ankle," Diaw said. "But we didn't want to go to Game 7, and we didn't know if he would be ready to play if we did or if he would be 100 percent, so we tried to get it over with tonight."

It was the third-best playoff scoring effort of Diaw's 11-year career and his best since 2006.

"Boris was amazing," Duncan said. "He had an unbelievable game. He's had a great series."

Russell Westbrook had 34 points, eight assists, seven rebounds and six steals, and MVP Kevin Durant added 31 points and 14 rebounds for the Thunder. But Oklahoma City committed 20 turnovers that led to 33 points for the Spurs. Westbrook and Durant each had seven turnovers.

"We started settling for too many jump shots," Thunder coach Scott Brooks said. "It just seemed like we couldn't get enough good looks at the basket. Defensively, they just had us scrambling around."

San Antonio also handled Serge Ibaka's return from injury. Oklahoma City's defensive star missed the first two games with a strained left calf, but he returned to help the Thunder win the next two games and tie the series.

The series featured five blowouts wins by the home teams, but the closeout game was a gem. Oklahoma City overcame a 12-point deficit in the fourth quarter to force overtime.

"I have to be honest, this victory is really sweet because we know we played one hell of a team, and we take great satisfaction in that since they're so special," San Antonio coach Gregg Popovich said.

In overtime, Duncan's shot from the baseline rattled in to give the Spurs a 110-107 lead with 19 seconds to go.

Durant missed a good look at a 3-pointer, and the Spurs rebounded and went to the line. Diaw missed the first and made the second free throw to make it a four-point lead for the Spurs. Westbrook missed a wild 3-pointer, and Spurs wrapped it up.

San Antonio led by 12 early in the fourth quarter, but the Thunder chipped away at the free throw line after getting the Spurs into foul trouble. Back-to-back baskets by Westbrook and Durant cut San Antonio's lead to 93-91 with 4:01 to play, leading to the frantic final minutes.

Westbrook was fouled on a drive with 9.3 seconds to play. He made both free throws to tie the score at 101. Ginobili's fadeaway at the free-throw line against Westbrook missed, and the game went to overtime.

Ginobili said the Thunder were a significant hurdle, and he expects them to be a roadblock in the future.

"They are a pretty good team," he said. "They have so much talent, so much athleticism, so much future. They are a tough team."

Notes

The Spurs had just two assists and missed all five of their 3-point attempts in the first quarter. ... Spurs C Matt Bonner started for the second straight game. He made just 1 of 5 3-pointers in the first half as the Thunder backed off of him. ... Westbrook had four steals in the first half. ... Thunder coach Scott Brooks was issued a technical foul in the third quarter. ... Westbrook made his first 10 free throws and 17 of 18 overall. ... Thunder G Derek Fisher, 39, played every minute of the fourth quarter and overtime.



Copyright 2014 by STATS LLC. Any commercial use or
distribution without the express written consent of STATS LLC
is strictly prohibited.


 


 


 



if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#obspacer');
.fyre {top: -30px;font-family: "proxima-nova",verdana,sans-serif;}
.fyre {max-width: 535px;}
.fyre-help {display: none;}
.fyre-live-container {top: -35px; right: -47px;}
.fyre-auth {top: -30px;}
.fyre-editor-toolbar .goog-toolbar-horizontal:4 {background-color: #000000;}
.fyre .fyre-box-wrapper span.fyre-user-drop {font-family: "proxima-nova",verdana,sans-serif;}
.fyre-editor-editable {background-color: #FFFFFF;}
.fyre-editor-small .fyre-editor-editable iframe {position: relative; top: 0px;}
.fyre-editor-editable iframe {position: relative; top:-23px;}
.fyre .fyre-livecount {top: -12px;}
.fyre .fyre-login-bar a:link {color:#212121}
.fyre .fyre-login-bar a:visited {color:#212121}
.fyre .fyre-login-bar a:hover {color:#212121}
.fyre .fyre-stream-livecount {font-family: "proxima-nova",verdana,sans-serif; font-size: 15px;}
.fyre .fyre-comment-stream {overflow: hidden; width: 100%; height: 100%;}
.fyre .fyre-comment-head {font-family: "proxima-nova",verdana,sans-serif;font-size:14px;}
.fyre .fyre-comment p {font-family: "proxima-nova",verdana,sans-serif;font-size:14px;}
.fyre .fyre-user-avatar-25 {display: none;}
.fyre .fyre-listener-avatars {display: none !important;}
.fyre .fyre-comment-user {display: none !important;}
.fyre .fyre-comment-body {margin-left: 0px;}
.fyre .fyre-box-wrapper {left: 0px;}
.fyre .fyre-comment-like-count {display: none;}
.fyre .fyre-comment-like-imgs {display: none;}
.fyre .fyre-box-wrapper a.fyre-user-profile-link {padding: 8px 10px !important;}
.fyre .fyre-comment-divider > div.fyre-comment-divider {margin: 0px;}
.fyre .fyre-comment-article .fyre-comment-wrapper time.fyre-comment-date {position: relative; top: -16px;}
.fyre .fyre-comment-replies-indent {margin-left: 0px; padding-left: 62px;}
.fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider, .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider, .fyre .fyre-comment-divider.fyre-divider-active > div.fyre-comment-divider, .fyre .fyre-comment-divider.fyre-comment-collapse > div.fyre-comment-divider {margin: 0 0 0 62px;}

/*
.fyre .fyre-notifier-container {left: 0px !important;}
*/
.fyre .fyre-stream-stats:before {
border-color: #0B0B3B transparent transparent #0B0B3B;
border-image: none;
border-style: solid;
border-width: 5px;
content: " ";
height: 0px;
left: 10px;
position: absolute;
top: 26px;
width: 0px;
}
.fyre .fyre-stream-stats {
border: 1px solid #000000;
width: 45px;
top: -37px;
/*left: 593px;*/
position: relative;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
background-color: #0B0B3B;
float: right;
}
.fyre .fyre-comment-like-btn {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-like-btn:hover {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-reply {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}
.fyre .fyre-comment-reply:hover {
background-image: -moz-linear-gradient(100% 100% 90deg, rgba(181, 190, 196, 0.4), rgba(245, 247, 247, 0.4) 54%);
border: 1px solid #B5BEC4;
border-radius: 3px 3px 3px 3px;
color: #939393;
font-family: 'Droid Sans',arial,serif;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
padding: 3px 6px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
text-transform: none;
}

.fyre-stream-stats .fyre-comment-count span {text-align: center; width: 45px; color: #FFFFFF;}
.fyre .fyre-login-bar {top: -35px; font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button {filter: none; background: #0B0B3B !important; background-color: #0B0B3B !important; background-image: none !important;}
.fyre .fyre-editor-toolbar .goog-toolbar > div.fyre-post-button .fyre-button-right-inner-box {color: #FFFFFF; text-shadow: 0px 0px; #FFFFFF}
#lf_login_buttons {position: relative; top: 5px; left: -6px; z-index: 4999;}
#lf_comments_label {display: none; float: right; right: 55px; position: relative; top: 48px; font-size: 18px; font-family: "proxima-nova",verdana,sans-serif;}
#customButtonCtr {height: 50px;}
.fyre .fyre-comment-actions a.fyre-delete-link {display: none;}


/* durations */
.fyre time.fyre-comment-date {margin-right: 5px; color: #888888;}
.fyre .fyre-comment-head, .fyre .fyre-comment-body {margin-left: 0px !important;}
.fyre .fyre-comment a.fyre-comment-edit {padding: 0px;}

.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to .fyre-button-right-inner-box {background: url("https://web.archive.org/web/20140714202700im_/http://sports.cbsimg.net/images/livefyre/post-to-sprite_birdyv1.png") no-repeat scroll left top transparent; color: transparent; height: 14px; width: 18px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-facebook .fyre-button-right-inner-box {background-position: -19px 0; width: 12px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-facebook .fyre-post-to-selected {background-position: -19px -19px; width: 12px;}
.fyre .fyre-editor-toolbar > .goog-toolbar > .fyre-post-to-twitter .fyre-button-right-inner-box.fyre-post-to-selected { background-position: 0 -19px; }
#getScreenName {display: none; font-family: "proxima-nova",verdana,sans-serif; font-size: 15px; color: #3E3E3E; position: relative; top: 36px; z-index: 4999;}
#getScreenName a:link {color: #3E3E3E;}
#getScreenName a:visited {color: #3E3E3E;}
#getScreenName a:hover {color: #3E3E3E;}

.fyre .fyre-stream-more .fyre-stream-more-container {background-color: #0B0B3B; background-image: none; }
.fyre .fyre-stream-more .fyre-stream-more-container .fyre-text {font-family: "proxima-nova",verdana,sans-serif; font-size: 15px; color: #FFFFFF; font-weight: bold;}
.fyre .fyre-stream-more {background: none;}
.fyre .fyre-editor-container {top: 5px !important;}

#fbLoginDiv {position: relative; top: -4px; left: 0px;}
#googlesignin {position: relative; top: -2px; left: 0px;}
.fyre .fyre-user-loggedout {font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar>div {font-family: "proxima-nova",verdana,sans-serif;}
.fyre .fyre-stream-sort {font-family: "proxima-nova",verdana,sans-serif;};
.fyre .fyre-comment-head, .fyre .fyre-comment-body {font-family: "proxima-nova",verdana,sans-serif;};

CBSSports
Facebook
Google Plus


COMMENTS








var globalGPaccessToken;
function callGPApi(){
//$("#googlesignin").addClass('g-signin');
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://web.archive.org/web/20140714202700/https://apis.google.com/js/client:plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
console.log("API Loaded");
}
function signinCallback(authResult) {
if (authResult['access_token']) {
// Successfully authorized
globalGPaccessToken = authResult['access_token'];
console.log("Granted Access to GP API");
setup_gprofile();
} else if (authResult['error']) {
// There was an error.
// Possible error codes:
// "access_denied" - User denied access to your app
// "immediate_failed" - Could not automatially log in the user
console.log('There was an error: ' + authResult['error']);
}
}
function setup_gprofile(){
gapi.client.load('plus','v1', function(){
var request = gapi.client.plus.people.get( {'userId' : 'me'} );
request.execute(function(profile){
login_user = profile.id;
login_name = profile.displayName;
console.log("Login Name: " + login_name);
log_in_socially(login_name, login_name, 'gp');
document.cookie = "lf_social_info=|GP|; expires=0; path=/";
});
});
}
function disconnectGPUser(access_token) {
var revokeUrl = 'https://web.archive.org/web/20140714202700/https://accounts.google.com/o/oauth2/revoke?token=' +
access_token;

// Perform an asynchronous GET request.
$.ajax({
type: 'GET',
url: revokeUrl,
async: false,
contentType: "application/json",
dataType: 'jsonp',
success: function(nullResponse) {
// Do something now that user is disconnected
// The response is always undefined.
},
error: function(e) {
// Handle the error
// console.log(e);
// You could point users to manually disconnect if unsuccessful
// https://plus.google.com/apps
}
});
}



var userObj = {};
var isLoggedIn = 0;
var changedDom = 0;
var loggedin;
var hasProfile = 0;
var lf_user_profile;
var CBS_login = 0;
var has_fb_login = 0;

//console.log("document.domain=" + document.domain);
//console.log("location.host=" + location.host);

//CBSi.injectJS('//web.archive.org/web/20140714202700/http://connect.facebook.net/en_US/all.js', 'facebook-jssdk');
//FB.init({appId : '297742330311988',oauth : true});
CBS_login = function(){
document.location.href = 'https://web.archive.org/web/20140714202700/http://www.cbssports.com/login?xurl=' + encodeURIComponent('https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat');
}

/*
window.fbAsyncInit = function() {
has_fb_login = 1;
}
*/

/*
$("#cbssportslogin").click(function()
{
CBS_login('https://web.archive.org/web/20140714202700/http://www.cbssports.com/login?xurl=http://www.cbssports.com/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat');
});
*/

var lf_config = [{"collectionMeta":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlNwdXJzIGJlYXQgVGh1bmRlciBpbiBPVCwgYWR2YW5jZSB0byBOQkEgRmluYWxzIHZzLiBIZWF0IiwidXJsIjoiaHR0cDovL3d3dy5jYnNzcG9ydHMuY29tL25iYS9nYW1ldHJhY2tlci9yZWNhcC9OQkFfMjAxNDA1MzFfU0FAT0tDL3NwdXJzLWJlYXQtdGh1bmRlci1pbi1vdC1hZHZhbmNlLXRvLW5iYS1maW5hbHMtdnMtaGVhdCIsInRhZ3MiOiIiLCJjaGVja3N1bSI6ImRiNDEwYTJkNWYzNGMxNjZlY2MyYTA5MjI3NzJhNWJlIiwiYXJ0aWNsZUlkIjoiZToyNDU3ODIzOSJ9.VU2bQt_i6mW0fz802r6PsFbW1D-6eDfkmIS0NXxi0Q8",
"checksum":"db410a2d5f34c166ecc2a0922772a5be",
"siteId":"309983",
"articleId":"e:24578239",
"el":"livefyre"
}];

var customStrings = {
postAsButton: "POST COMMENT",
postButton: "POST COMMENT",
follow: "+ Follow Conversation",
commentCountLabel: "",
commentCountLabelPlural: "",
signIn: "SIGN IN WITH

"
}


//console.log(customStrings.signIn);

callFBApi = function() {
var accessToken;
var uid;
//CBSi.injectJS('//web.archive.org/web/20140714202700/http://connect.facebook.net/en_US/all.js#xfbml=1', 'facebook-jssdk');
/*
FB.init({
appId : '297742330311988',
oauth : true
});
*/
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
handle_fb_response(response.authResponse);
}
else{
FB.login(function(response) {
if (response.authResponse) {
handle_fb_response(response.authResponse);
/*
uid = response.authResponse.userID;
accessToken = response.authResponse.accessToken;
//CBSi.log("== FB APP DATA ==", response);
FB.api('/me', function(social) {
//CBSi.log("== FB USER DATA ==", social);
log_in_socially(social.name, social.username, 'fb');
document.cookie = "lf_social_info=|FB|; expires=0; path=/";
});
*/
}
});
}
});
};

handle_fb_response = function(authResponse){
uid = authResponse.userID;
accessToken = authResponse.accessToken;
FB.api('/me', function(social) {
//CBSi.log("== FB USER DATA ==", social);
log_in_socially(social.name, social.username, 'fb');
document.cookie = "lf_social_info=|FB|; expires=0; path=/";
});

}

log_in_socially = function(dn, userid, site) {
$.ajax({
url: "/data/common/livefyre/lf_social_login",
dataType: 'json',
data: {
lfdn: dn,
lfuser: userid,
ssite: site
}
}).done(function(profile) {
//CBSi.log("== Social Login ==",profile,site);
if (profile.error) {
//CBSi.log("Social login failed with error: ", profile);
return null;
}
else {
document.cookie = "lf_social_login="+ profile.socialsess +"; expires=0; path=/";
profile.socialsess = '1';
userObj = profile;
lf_user_profile = profile;
doLivefyreAuth(profile);
}
});
};

callTwitterApi = function() {
window.open('/common/livefyre/V3/via_twitter?debug=32','twitterOauth','width=600,height=500,menu=0,status=0');
};
callTwitterApiHidden = function() {
var arr1 = readCookie('lf_social_info').split(/|/);
log_in_socially(arr1[2], arr1[3], 'twitter');
hasProfile = 1;
}

function doLivefyreAuth(cval) {
//console.log("== Attempting LF Login ==",cval);

var isLoggedIn = 1;
if (cval) {
try {
fyre.conv.login(cval.token);
} catch (e) {
isLoggedIn = 0;
}
}
}

changeDOM = function() {
// DOM hacks. Change the UI for the dropdown box
//console.log("== Running Dom Hacks ==");

if (isLoggedIn == 1){
//console.log("== Checking Match ==");
if (hasProfile == 0) {
//CBSi.log("== adding get comment link ==");
// They need a screen name
//$('.lf_auth_section a.lf_user_loggedout').html('Get a Screen Name to Comment').addClass('loginLink');
$('.fyre .fyre-user-loggedout').hide();
$('#getScreenName').show();
var screenNameContent = 'Get a Screen Name to Comment';
$('#getScreenName').html(screenNameContent);
}
/*
else {
if (typeof userObj.profile.profile_url != 'undefined'){
if (userObj.profile.profile_url) {
//CBSi.log("== adding login profile links ==");
$('.fyre .fyre-box-wrapper a.fyre-user-profile-link').attr('href',userObj.profile.profile_url);
$('li.fyre-edit-profile-link').html('Edit Profile');
}
}
}
*/

}
changedDom = 1;
//console.log("== finished dom hacks ==");

};

function updateCommentCounts(element,count){
//CBSi.log("== updating comment counts ==");
if (count == 1){
$(element).html('' + count + '   |  Comment');
$(element).show();
$('.commentsCountLabel').html('comment');
}
else{
$(element).html('' + count + '   |  Comments');
$(element).show();
$('.commentsCountLabel').html('comments');
}
$('.commentsCount').html(count);
}

function removeLfError(){
$('#cbsLfError').remove();
}

var authDelegate = new fyre.conv.RemoteAuthDelegate();

authDelegate.login = function (handlers){

if (isLoggedIn Please log in above to post a comment.
');
handlers.failure();
}
else{
removeLfError();
handlers.success();
}

};

function updateAuthorLinks(){
$('.fyre-comment-username').each(function() {
$(this).click(function() {
window.location.href = $(this).attr('href');
});
});
$('.fyre-comment-author').each(function() {
$(this).click(function() {
window.location.href = $(this).attr('href');
});
});
}

function updateOneLineComments(){

//console.log("Checking Comments");
$(".fyre-comment-wrapper").each(function() {
if ($(this).find(".fyre-comment").css('display') != 'none'){
var commentText = $(this).find(".fyre-comment").html();
if (commentText != null){
var loopCtr = 0;
// for IE8
while ( (commentText.indexOf("

") !== -1) && (loopCtr ",' ');
commentText = commentText.replace("

",' ');
loopCtr++;
}
//for other browsers
while ( (commentText.indexOf("

") !== -1) && (loopCtr ",' ');
commentText = commentText.replace("

",' ');
loopCtr++;
}
//console.log(commentText);
$(this).find(".fyre-comment").css('display','none');
$(this).find(".fyre-comment-head").append(commentText);
} // end check for blank text
}
//console.log("Checking Height");
cntHeight = $(this).find(".fyre-comment-head").height();
if (cntHeight > 0){
//console.log("Setting Height");
cntHeight = -1 * ((cntHeight / 2) + 12);
$(this).find(".fyre-flag-link").css('top',cntHeight);
}
});

}


function change_profile_link(){
$(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("href",'#');
$(".fyre .fyre-box-list .fyre-edit-profile-link a").attr("alt",'');
$('.fyre .fyre-box-list .fyre-edit-profile-link a').click(function() { return false; });
$('.fyre .fyre-box-list .fyre-edit-profile-link').remove();
$(".fyre .fyre-comment-head .fyre-comment-username").attr("href",'#');
$(".fyre .fyre-comment-head .fyre-comment-username").attr("target",'');
$(".fyre .fyre-comment-head .fyre-comment-username").attr("alt",'');
$('.fyre .fyre-comment-head .fyre-comment-username').click(function() { return false; });

$('.fyre .fyre-comment-head').each(function() {

var alltxt = $(this).html();
var nickname = $(this).find('.fyre-comment-username').html();
if (!(nickname == null)){
alltxt = "" + nickname + '
' + alltxt.replace(/]*)>[sS]*?/gi,'');
$(this).html(alltxt);
}

});
$('.fyre .fyre-comment p').each(function() {

var alltxt = $(this).html();
var mention = $(this).find('.fyre-mention').html();
if (!(mention == null)){
alltxt = alltxt.replace(/]*)>[sS]*?/gi,'');
$(this).html(alltxt);
}
});
}

function open_profile(profile_link_url){
window.open(profile_link_url);
}

$(document).ready( function () {
// Log in the user if we got a token for them
// Change the DOM after login since things get re-rendered
//console.log("== LF Calling Load ==");
var conv = fyre.conv.load({"network": "cbssports.fyre.co", 'strings': customStrings, authDelegate: authDelegate}, lf_config, function(widget) {
//console.log("== LF in Load ==");
widget.on('initialRenderComplete', function () {
//console.log("== LF Render Complete ==");
$('#lf_comments_label').show();
loggedin = readCookie('pid');
//CBSi.log(loggedin);
if ((typeof loggedin == "string") && (loggedin.match(/^L:/))) {
isLoggedIn = 1;
if (typeof userObj.token != 'undefined'){
if (userObj.token) {
hasProfile = 1;
document.cookie = "lf_social_info=; expires=0; path=/";
doLivefyreAuth(userObj);
}
}
changeDOM();
}
var loggedSocially = new String(readCookie('lf_social_info'));
if ((loggedSocially == "|FB|") && (isLoggedIn == 0)){
isLoggedIn = 1;
hasProfile = 1;
callFBApi();
}
if ((loggedSocially.indexOf("|GP|") >= 0) && (isLoggedIn == 0)){
isLoggedIn = 1;
hasProfile = 1;
callGPApi();
}
updateCommentCounts('.commentsBubble',$('.fyre-stream-stats .fyre-comment-count span').html());
updateAuthorLinks();

setTimeout(function(){},2000);
change_profile_link();
setTimeout(function(){change_profile_link()},2000);
});
widget.on('userLoggedIn', function () {
//CBSi.log("== LF Logging In User ==");
changeDOM();
removeLfError();
//console.log("Logged in changing comment format");

setTimeout(function(){change_profile_link()},2000);
});
widget.on('userLoggedOut', function () {
//CBSi.log("== LF Logging Out User ==");
if (document.cookie.indexOf("|GP|") > 0){
disconnectGPUser(globalGPaccessToken);
}
document.cookie = "lf_social_info=; expires=0; path=/"
document.cookie = "lf_login_info=; expires=0; path=/"

setTimeout(function(){FB.XFBML.parse();},500);
});
widget.on('commentCountUpdated', function (countData) {
//CBSi.log("== LF Comment Added ==");
updateCommentCounts('.commentsBubble',countData);

change_profile_link();
setTimeout(function(){change_profile_link()},2000);
});
widget.on('commentPosted', function (countData) {
updateAuthorLinks();

change_profile_link();
setTimeout(function(){change_profile_link()},2000);
});
});
});




Conversation powered by
Livefyre







































Scoreboard

San Antonio (4-2) «
20 22 37 22 11 112

Oklahoma City (2-4)
23 26 20 32 6 107




SA:B. Diaw 26 Pts
SA:T. Duncan 15 Reb
SA:M. Ginobili 5 Ast
OKC:R. Westbrook 34 Pts
OKC:K. Durant 14 Reb
OKC:R. Westbrook 8 Ast



























Players of the Game
San Antonio Oklahoma City


Tim Duncan


Russell Westbrook
Pts Rebs Ast Pts Rebs Ast
19 15 2 34 7 8



if (switchXFP != 'off') {
googletag.cmd.push(function() {googletag.display("mpu_top");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#mpu_top');
}



CBSSports.com Shop



Tim Duncan San Antonio Spurs Framed 15'' x 17'' Mosaic Collage with Team-Used Basketball-Limited Edition of 99 Shop Now!



  • Tim Duncan & David Robinson San Antonio Spurs Framed 20'' x 24'' Collage with Game-Used Jersey-Limited Edition of 100

  • Tim Duncan San Antonio Spurs NBA Leader in Playoff Double-Doubles In Career Sublimated 10.5'' x 13'' Plaque

  • Tim Duncan San Antonio Spurs NBA Career Leader in Playoff Double-Doubles Framed 15" x 17'' Collage with Piece of Game-Used Jersey-Limited Edition of 250

  • Miami Heat vs. San Antonio Spurs 2014 NBA Finals Sublimated 10.5'' x 13'' Plaque



Shop Now









































































































































































San Antonio

K. Leonard, SF
44 8-21 0-0 11 4 4 17

T. Duncan, PF
39 6-14 7-8 15 2 2 19

D. Green, SF
38 4-12 1-1 4 3 3 11

T. Parker, PG
19 3-6 1-2 2 0 0 8

M. Bonner, PF
14 2-6 0-0 3 0 3 6

B. Diaw, PF
36 8-14 7-10 4 2 5 26

M. Ginobili, SG
33 4-14 6-7 6 5 4 15

P. Mills, PG
18 0-1 0-0 2 2 2 0

T. Splitter, C
10 1-1 3-6 2 0 1 5

C. Joseph, PG
7 1-3 0-0 0 1 0 2

M. Belinelli, SG
6 1-2 0-0 0 0 0 3

A. Daye, SF
Did Not Play

J. Ayres, PF
Did Not Play

D. James, SF
Did Not Play

A. Baynes, PF
Did Not Play
Totals   38-94 25-34 49 19 24 112
  40.4% 73.5%  






































































































































































Oklahoma City

K. Durant, SF
52 12-25 5-7 14 2 3 31

S. Ibaka, PF
49 5-10 5-6 4 3 5 16

R. Jackson, PG
47 8-16 2-2 5 3 6 21

R. Westbrook, PG
44 8-23 17-18 7 8 5 34

K. Perkins, C
21 0-0 0-0 5 1 3 0

D. Fisher, PG
33 2-4 0-0 6 1 4 5

S. Adams, C
12 0-1 0-0 2 0 1 0

J. Lamb, SG
6 0-3 0-0 0 1 1 0

N. Collison, PF
2 0-0 0-0 2 0 1 0

T. Sefolosha, SF
1 0-0 0-0 0 0 0 0

P. Jones, SF
1 0-0 0-0 0 0 0 0

C. Butler, SF
Did Not Play

H. Thabeet, C
Did Not Play

G. Jerrett, PF
Did Not Play

A. Roberson, SG
Did Not Play
Totals   35-82 29-33 45 19 29 107
  42.7% 87.9%  






.footerAd {width: 970px;margin: 0 auto;padding: 10px 5px; background-color: #fff;overflow: hidden;text-align:center;}


google_ad_client = "ca-pub-1991679624331369";
/* AFC - CBS Sports */
google_ad_slot = "7387297003"; google_ad_width = 970; google_ad_height = 90;




if (switchXFP != 'off') {
googletag.cmd.push(function() {googletag.display("leader_plus2_bottom");});
if (location.search.substring(1).indexOf('DCLK')>-1) $('
').insertBefore('#leader_plus2_bottom');
}










Select Site
CBS Cares
CBS Films
CBS Interactive
CBS Radio
CBS.com
CBSNews.com
CBSSports.com
CHOW
Clicker
CNET
College Network
GameSpot
Last.fm
MaxPreps
Metacritic.com
MetroLyrics
Moneywatch
mySimon
Radio.com
Search.com
Shopper.com
Showtime
SmartPlanet
TechRepublic
TV.com
TVGuide.com
UrbanBaby
ZDNet


CBS Cares | CBS Films | CBS Interactive | CBS Radio | CBS.com | CBSNews.com | CBSSports.com | CHOW | Clicker | CNET | College Network | GameSpot | Help.com | Last.fm | MaxPreps | Metacritic.com | MetroLyrics | Moneywatch | mySimon | Radio.com | Search.com | Shopper.com | Showtime | SmartPlanet | TechRepublic | TV.com | TVGuide.com | UrbanBaby | ZDNet



© 2014 CBS Interactive. All rights reserved. | Privacy Policy | Ad Choice | Terms of Use | Mobile User Agreement
 


CBS Sports is a registered trademark of CBS Broadcasting Inc. SportsLine is a registered service mark of SportsLine.com, Inc.








var globalNav; // FIX ME: global scoping Not really working, it's rescoped somewhere inside the block below [RP]
$(document).ready(function() {
var globalNav = new CBSi.app.GlobalNavigation({'jsDebug':0 ,'ffyCoordOffset':24});var navContentJson = {"video":{"ulive":{"headlines":[{"target":"_new","href":"https://web.archive.org/web/20140714202700/http://ulive.cbssports.com/?media=424889","content":"Kansas State Baseball: Omaha Challenge","title":"Kansas State Prepares For The 2014 Season"},{"target":"_new","href":"https://web.archive.org/web/20140714202700/http://ulive.cbssports.com/?media=435222","content":"Florida State 2014 Baseball Preview","title":"Seminoles Gear Up For 2014 Season"}],"header":"CBSSports.com ULive"},"minicover":{"body":"Boomer and Carton discuss Carmelo Anthony's decision to resign with the New York Knicks.","synopsis":"Boomer and Carton discuss Carmelo Anthony's decision to resign with the New York Knicks.","href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/videos/304327235988","photo":{"width":"160","seq_no":"1","href":"https://web.archive.org/web/20140714202700/http://sports.cbsimg.net/images/cbsmedia/video/thumbnails/071414_BC_Melo_back_252700_640x360.jpg","height":"120"},"title":"Boomer and Carton on Melo resigning with the Knicks"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/videos/303790147549","content":"John Deere Classic Recap"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/videos/302717507584","content":"Bosh re-signs in Miami"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/videos/302715459694","content":"What if the Heat had won?"}]},"golf":{"minicover":{"body":" Porter: Adam Scott is a major force, Sergio Garcia is a wild card, Phil Mickleson's title defense faces an uphill battle and whatever Bubba Watson does, it will be fun. Story ","synopsis":"Porter: Open favorites","photo":{"width":"231","seq_no":"1","content_id":"24620629","href":"$IMAGE_SERVER/u/photos/golf/img24620629.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/eye-on-golf/24620490/ranking-the-contenders-for-the-2014-british-open","title":"Ranking Open contenders"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/eye-on-golf/24620338/one-golfer-thought-he-missed-british-open-because-of-its-website","content":"Lahiri nixes honeymoon after landing Open spot"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/eye-on-golf/24620835/st-andrews-principal-isnt-allowed-in-clubhouse-600-yards-from-her-house","content":"Female St. Andrews principal not allowed in club"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/story/24619519/harman-wins-john-deere-classic-for-first-pga-tour-title","content":"Harman wins John Deere Classic"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/story/24619171/justin-rose-wins-scottish-open-by-two-shots-for-back-to-back-titles","content":"Rose wins Scottish Open for back-to-back wins"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/eye-on-golf/24617943/tiger-woods-at-hoylake-i-can-do-whatever-i-want","content":"Tiger on recovery: I can do whatever I want"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/story/24619749/montgomerie-wins-us-senior-open","content":"Montgomerie wins US Senior Open in playoff"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/eye-on-golf/24619071/mo-martin-eagles-final-hole-to-win-womens-british-open","content":"Martin, with eagle on 18, wins Women's British"}]},"nfl":{"minicover":{"body":"

La Canfora: Will J.J. Watt, Cam Newton and Patrick Peterson all head to camp underpaid? Looks likely, given team-friendly fifth-year options holding new deals up. Story ","synopsis":"JLC: Fifth-year stars in limbo","photo":{"width":"231","seq_no":"1","content_id":"24620521","href":"$IMAGE_SERVER/u/photos/football/nfl/img24620521.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/writer/jason-la-canfora/24620502/talented-fifth-year-option-guys-like-watt-newton-still-await-paydays","title":"The five-year glitch"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/writer/jason-la-canfora/24620502/talented-fifth-year-option-guys-like-watt-newton-still-await-paydays","content":"La Canfora: Fifth-year stars awaiting paydays"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620820/report-pats-kraft-belichick-interviewed-in-hernandez-murder-case","content":"Report: Kraft, Belichick, cops talk Hernandez"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620710/pilot-flying-j-paying-92m-penalty-to-government-no-prosecution","content":"Haslam's Pilot Flying J to pay $92M penalty"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620741/united-states-attorney-general-calls-redskins-offensive-name","content":"US AG Holder: Redskins name is 'offensive'"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620615/nfl-training-camp-dates-locations-announced","content":"NFL camps: Dates, location for every team"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620697/browns-will-have-live-dog-mascot-named-swagger","content":"Browns to use live dog mascot named 'Swagger' "},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/eye-on-football/24620327/ej-manuel-says-hes-stronger-and-100-percent-healthy","content":"Manuel says he's stronger, 100 percent healthy"}]},"college football":{"minicover":{"body":" Dodd: SEC media days, CFB's unofficial kickoff, is usually all about stars. Now it's all questions. Is Auburn legit? Can Bama rally? What's the SEC playoff fit? Story ","synopsis":"Dodd: Unofficial start of CFB","photo":{"width":"231","seq_no":"1","content_id":"24619834","href":"$IMAGE_SERVER/u/photos/basketball/nba/img24619834.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/writer/dennis-dodd/24619024/de-facto-start-of-college-football-sec-media-days-fueled-by-questions","title":"SEC media days: Q's with no A's"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/eye-on-college-football/24620794/report-ncaa-investigating-oklahoma-state","content":"Report: NCAA investigating OK St. violations"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/eye-on-college-football/24620690/malzahn-says-qb-marshall-will-face-consequences-declines-to-specify","content":"Malzahn: Marshall faces discipline for pot bust"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/eye-on-college-football/24620657/auburn-de-carl-lawson-has-a-torn-acl","content":"Auburn DE Lawson (torn ACL) likely out for 2014"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/eye-on-college-football/24616458/texas-will-not-sell-beer-at-games-this-season","content":"Texas will not sell beer at games this season"},{"href":"hhttp://www.cbssports.com/collegefootball/eye-on-college-football/24620572/watch-list-butkus-award-releases-preseason-watch-list-17","content":"SEC, Pac-12 players dominate Butkus watch list"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/writer/jon-solomon/24616685/ncaas-next-big-lawsuit-over-scholarships-comes-into-focus","content":"NCAA's next big lawsuit comes into focus"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/writer/jon-solomon/24615266/obannon-lawyers-ncaa-post-trial-brief-is-admission-of-defeat","content":"O'Bannon lawyers: NCAA brief admits defeat"}]},"mlb":{"minicover":{"body":" Giancarlo Stanton is a popular pick to go deep and do it often, though one expert sees a Derby flop for the Miami masher. Find out our Home Run Derby favorites. Predictions ","synopsis":"MLB Home Run Derby","photo":{"width":"231","seq_no":"1","content_id":"24620818","href":"$IMAGE_SERVER/u/photos/baseball/mlb/img24620818.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/eye-on-baseball/24620601/home-run-derby-predictions","title":"Let's go, sluggers"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/eye-on-baseball/24620487/pete-rose-says-i-had-nothing-to-do-with-altering-the-statistics-of-baseball","content":"Pete Rose: Gambling didn't alter baseball's stats"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/eye-on-baseball/24620736/report-angels-targeting-ian-kennedy-and-huston-street-in-trade","content":"Report: Angels target Padres' Street, Kennedy"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/eye-on-baseball/24620561/d-backs-prospect-andrew-velazquez-sets-minor-league-on-base-record","content":"D-Backs prospect Velazquez sets on-base mark"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/gametracker/recap/MLB_20140713_OAK@SEA/gray-10-3-silences-mariners-athletics-avoid-sweep","content":"Gray (10-3) silences Mariners, A's avoid sweep"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/gametracker/recap/MLB_20140713_LAA@TEX/trout-drives-in-four-streaking-angels-sweep-woeful-rangers","content":"Trout drives in four, Angels sweep Rangers"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/gametracker/recap/MLB_20140713_ARI@SF/bumgarner-posey-belt-grand-slams-giants-top-d-backs","content":"Bumgarner, Posey hit slams, Giants top D-Backs"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/gametracker/recap/MLB_20140713_NYY@BAL/davis-blast-sends-os-past-yanks-in-rain-shortened-game","content":"Orioles get rally in before rain, defeat Yankees"}]},"nhl":{"minicover":{"body":" Peters: The handcuffed B's lost Jarome Iginla, the Leafs let Florida overpay Dave Bolland, the Habs must still sign P.K. Subban and the Lightning's busy summer isn't over yet. Story ","synopsis":"Offseason review: Atlantic","photo":{"width":"231","seq_no":"1","content_id":"24620729","href":"$IMAGE_SERVER/u/photos/hockey/img24620729.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24620547/nhl-offseason-review-atlantic-division","title":"Atlantic offseason review"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24620708/report-fomer-nhl-coach-tom-renney-tabbed-to-lead-hockey-canada","content":"Report: Renney to be Hockey Canada president"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24615936/brandon-dubinsky-signs-six-year-extension-with-blue-jackets","content":"Blue Jackets' Dubinsky lands six-year extension"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24616281/nhl-rumors-blackhawks-johnny-oduya-on-trading-block","content":"Rumors: Blackhawks looking to trade D Oduya?"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24615981/brenden-morrow-signs-one-year-deal-with-lightning","content":"Vet Morrow lands one-year deal with Lightning"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24614287/penguins-gm-no-final-decision-yet-on-surgery-for-sidney-crosby","content":"Penguins GM: No final call on surgery for Crosby"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24614771/ahl-going-to-seven-minute-overtime-periods-with-partial-3-on-3-play","content":"AHL using seven-minute OT, partial 3-on-3 play"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/eye-on-hockey/24614852/daniel-cleary-signs-one-year-contract-to-remain-with-red-wings","content":"Red Wings' Cleary re-signs for reported $2.5M"}]},"extras":{"collegefootball":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/dennis-dodd","content":"Dennis Dodd"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/jeremy-fowler","content":"Jeremy Fowler"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/jon-solomon","content":"Jon Solomon"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/jerry-palm","content":"Jerry Palm"}]},"video":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/lt-life-and-times","content":"LT: Life & Times"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/jim-rome","content":"Jim Rome"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/boomer-carton","content":"Boomer & Carton"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/titan-mma","content":"Titan FC"}]},"golf":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/blog/eye-on-golf","content":"Eye on Golf"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/video/player/golf","content":"Video"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/rankings/cup-points","content":"FedEx Cup"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/golf/tournaments/britishopen","content":"British Open"}]},"nfl":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nfl/blog/eye-on-football","content":"Eye on Football"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/pete-prisco","content":"Pete Prisco"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/jason-la-canfora","content":"Jason La Canfora"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/pat-kirwan","content":"Pat Kirwan"}]},"olympics":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/olympics/blog/eye-on-olympics","content":"Eye on Olympics"}]},"mlb":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/blog/eye-on-baseball","content":"Eye on Baseball"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/jon-heyman","content":"Jon Heyman"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/rumors","content":"Rumors"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/mlb/powerrankings","content":"Power Rankings"}]},"nhl":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/blog/eye-on-hockey","content":"Eye on Hockey"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/expert-picks","content":"Expert Picks"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nhl/powerrankings","content":"Power Rankings"}]},"collegebasketball":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/blog/eye-on-college-basketball","content":"Eye on College BB"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/draft","content":"NBA Draft"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/rankings/top25","content":"Top 25 (And One)"},{"href":"https://web.archive.org/web/20140714202700/http://247sports.com/Page/Basketball-Recruiting-News-and-Message-Boards-100135?referer=CBSSPORTS","content":"247 Sports"}]},"tennis":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/tennis/history","content":"Grand Slam History"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/tennis/usopen/schedule","content":"U.S. Open TV Schedule"}]},"nba":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/blog/eye-on-basketball","content":"Eye on Basketball"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/writers/ken-berger","content":"Ken Berger"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/transactions/free-agents","content":"Free Agents"}]},"worldcup":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup","content":"Eye on World Cup"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/topic/303439/united-states?tag_text=United%20States","content":"Team USA Coverage"}]},"autoracing":{"links":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nascar/chase","content":"Chase"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nascar/blog/eye-on-nascar","content":"Eye on NASCAR"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nascar/photos","content":"Photos"}]}},"config":{"omni_event":"More","brackets":{"omni_event":"Brackets","cover":0,"domEl":"brackets","active":0,"headlines":0},"olympics":{"omni_event":"Olympics","cover":1,"domEl":"olympics","active":1,"headlines":1},"mlb":{"omni_event":"MLB","cover":1,"domEl":"mlb","active":1,"headlines":1},"maxpreps":{"omni_event":"HighSchool","cover":1,"domEl":"highschool","active":1,"headlines":1},"tennis":{"omni_event":"Tennis","cover":1,"domEl":"tennis","active":1,"headlines":1},"college basketball":{"omni_event":"CollegeBasketball","cover":1,"domEl":"collegebasketball","active":1,"headlines":1},"autoracing":{"omni_event":"NASCAR","cover":1,"domEl":"autoracing","active":1,"headlines":1},"golf":{"omni_event":"Golf","cover":1,"domEl":"golf","active":1,"headlines":1},"video":{"omni_event":"Video","ulive":1,"cover":1,"domEl":"video","active":1,"headlines":1},"nfl":{"omni_event":"NFL","cover":1,"domEl":"nfl","active":1,"headlines":1},"college football":{"omni_event":"CollegeFootball","cover":1,"domEl":"collegefootball","active":1,"headlines":1},"nhl":{"omni_event":"NHL","cover":1,"domEl":"nhl","active":1,"headlines":1},"nfl draft":{"omni_event":"NFLDraft","cover":1,"domEl":"nfldraft","active":0,"headlines":0},"nba":{"omni_event":"NBA","cover":1,"domEl":"nba","active":1,"headlines":1},"worldcup":{"omni_event":"WorldCup","cover":1,"domEl":"worldcup","active":1,"headlines":1},"fantasy news":{"omni_event":"Fantasy","cover":1,"domEl":"fantasy","active":1,"headlines":1},"more sports":{"cover":0,"domEl":"more","active":1,"headlines":0}},"tennis":{"minicover":{"body":" No. 2 seed Rafael Nadal knocks off his longtime nemesis and top seed Novak Djokovic in four sets (6-2, 3-6, 6-4, 6-1) to capture his second career US Open. Story ","synopsis":"Nadal wins US Open","photo":{"width":"231","seq_no":"1","content_id":"23565261","href":"$IMAGE_SERVER/u/photos/tennis/img23565261.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/general/eye-on-sports/23564778/rafael-nadal-captures-second-us-open-title-13th-grand-slam-major","title":"Nadal wins second US Open"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/general/eye-on-sports/23564778/rafael-nadal-captures-second-us-open-title-13th-grand-slam-major","content":"Nadal wins second US Open"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/general/eye-on-sports/23514189/williams-sisters-bow-out-in-us-open-semis","content":"Williams sisters lose in doubles semifinals in Open"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/general/eye-on-sports/23379402/james-blakes-career-ends-in-heartbreaking-fashion-at-us-open","content":"Blake's career ends in heartbreaking fashion"}]},"maxpreps":{"minicover":{"body":"MaxPreps is proud to announce its 2014 All-American Baseball Team, a group of the top players from all reaches of the country.","synopsis":"MaxPreps is proud to announce its 2014 All-American Baseball Team, a group of the top players from all reaches of the country.","photo":{"href":"https://web.archive.org/web/20140714202700/http://images.maxpreps.com/includes/images/cbssportsmenu/130487105195583243.jpg"},"href":"https://web.archive.org/web/20140714202700/http://t.maxpreps.com/1iQ6D4P","title":"America's best baseball players"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/PX41wSG-0E-HDyLgE0w8oQ/former-maxpreps-all-american-emmanuel-mudiay-will-bypass-college,-head-overseas.htm","content":"Emmanuel Mudiay headed overseas"},{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/AKg-q_c8WEeF9hYJdd_4DA/high-school-football-players-chasing-records-in-2014.htm","content":"FB players chasing records in 2014"},{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/y6jAILFUg0CZRlCdnQSzvw/video--top-12-game-ending-plays-of-the-2013-14-high-school-sports-year.htm","content":"Top 12 game-ending plays of 2013-14"},{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/UB7vrUA9XUabgHiA3GsvyA/10-high-school-football-teams-with-something-to-prove-this-fall.htm","content":"10 FB teams with something to prove"},{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/AOlb3bfZAkSuj1b_j1n6lw/top-10-maxpreps-high-school-sports-stories-of-2013-14.htm","content":"MaxPreps Top 10 Stories of the Year"},{"href":"https://web.archive.org/web/20140714202700/http://www.maxpreps.com/news/4ooMLUk9O0W_fsO1qfkZKQ/the-opening--snoop-doggs-son-cordell-broadus-highlights-and-interview.htm","content":"The Opening: Cordell Broadus interview"}]},"nba":{"minicover":{"body":" Moore: Dan Gilbert mismanages the Cavs, puts up road blocks in LeBron James' way when he's in Miami, and James still ends up in Cleveland. How's that happen? Story ","synopsis":"Moore: Lucky Dan Gilbert","photo":{"width":"231","seq_no":"1","content_id":"24619233","href":"$IMAGE_SERVER/u/photos/basketball/nba/img24619233.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619010/how-is-dan-gilberts-petulance-poor-plan-rewarded-with-lebron-james","title":"Life's not fair, but this is ridiculous"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24620761/2014-las-vegas-summer-league-what-to-watch-on-day-4","content":"Vegas Summer League: What to watch Day 4"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619537/report-rockets-will-not-match-chandler-parsons-offer-sheet","content":"Parsons to Mavs as Rockets don't match deal"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619602/report-chandler-parsons-added-to-usa-basketball-roster","content":"Report: Parsons added to USA roster"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619210/luol-deng-agrees-to-2-year-20-million-deal-with-heat","content":"Deng, Heat agree to two-year, $20 million deal"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619536/report-mario-chalmers-agrees-to-2-year-deal-with-heat","content":"Chalmers back"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619095/cavs-coach-david-blatt-andrew-wiggins-wont-be-traded","content":"Blatt says No. 1 pick Wiggins won't be traded"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/nba/eye-on-basketball/24619723/spurs-reach-agreement-to-re-sign-matt-bonner-for-1-year-vet-minimum","content":"Spurs, Bonner reach deal for veteran minimum"}]},"college basketball":{"minicover":{"body":" Parrish: Sean Miller keeps getting players to Tucson, evidenced by Ray Smith on Sunday. Numbers say Arizona's coach is the best recruiter not named John Calipari. Story ","synopsis":"Parrish: Miller gets players","photo":{"width":"231","seq_no":"1","content_id":"24620383","href":"$IMAGE_SERVER/u/photos/basketball/college/img24620383.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24620444/is-arizonas-sean-miller-the-best-recruiter-not-named-john-calipari","title":"Miller's got the touch"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24620664/elite-recruit-emmanuel-mudiay-going-pro-overseas-wont-attend-smu","content":"Report: SMU recruit Mudiay mulls Euro pro move"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24620418/reports-georgia-f-brandon-morris-arrested-on-felony-marijuana-charge","content":"Georgia F Morris arrested on felony pot charge"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24620510/virginia-tech-transfer-ben-emelogu-headed-to-smu","content":"Va. Tech transfer guard Emelogu selects SMU "},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24620457/after-foot-surgery-butler-loses-austin-etherington-for-at-least-three-months","content":"Butler's Etherington (foot) out at least 3 mos."},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegefootball/writer/jon-solomon/24616685/ncaas-next-big-lawsuit-over-scholarships-comes-into-focus","content":"NCAA's next big lawsuit comes into focus"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24619863/breakdown-five-star-forward-ray-smith-commits-to-arizona","content":"Five-star forward Ray Smith commits to Zona"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/collegebasketball/eye-on-college-basketball/24614364/rick-pitino-reiterates-that-he-has-no-plans-to-retire-any-time-soon","content":"Rick Pitino says he's not retiring anytime soon"}]},"fantasy news":{"minicover":{"body":" Manny Machado could put his underwhelming first half in the past with a strong finish. Scott White shares a few hitters he's counting on down the stretch. Full story ","synopsis":"Manny Machado could put his underwhelming first half in the past with a strong finish. Scott White shares a few hitters he's counting on down the stretch.","photo":{"width":"320","seq_no":"0","content_id":"24620445","href":"$IMAGE_SERVER/u/photos/fantasy/baseball/img24620445.jpg","height":"180"},"href":"https://web.archive.org/web/20140714202700/http://fantasynews.cbssports.com/fantasybaseball/story/24616551/hitters-to-target-for-the-second-half","title":"Futures market"},"headlines":[{"href":null,"content":null}]},"worldcup":{"minicover":{"body":"

John Brooks' header to send the US past Ghana. Brazil's epic collapse. Mario Gotze's clinching goal in the final. We hand out awards for the best moments in Brazil. Story ","synopsis":"World Cup in review","photo":{"width":"231","seq_no":"1","content_id":"24620624","href":"$IMAGE_SERVER/u/photos/soccer/img24620624.jpg","height":"130"},"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24620523/cbssportscom-2014-fifa-world-cup-awards-best-moments","title":"World Cup's best moments"},"headlines":[{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24620830/maradona-claims-messis-golden-ball-award-just-a-marketing-plan","content":"Maradona: Messi undeserving of Golden Ball"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24620634/world-cup-2018-odds-germany-early-favorite-to-repeat-us-50-to-1","content":"Germany early favorite for the 2018 World Cup"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24620345/brazil-coach-luiz-felipe-scolari-out-after-disastrous-end-to-world-cup","content":"Brazil boots manager after ugly World Cup finish"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24619193/report-suarez-will-lose-millions-from-barcelona-if-he-bites-anyone","content":"Suarez will lose millions from Barca if he bites"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24615958/fifa-world-cup-final-germany-vs-argentina-preview","content":"Germany edges Argentina to win '14 World Cup"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24619040/lebron-from-brazil-world-cup-is-bigger-than-nba-finals","content":"LeBron: World Cup is 'bigger than NBA Finals'"},{"href":"https://web.archive.org/web/20140714202700/http://www.cbssports.com/world-cup/eye-on-world-cup/24615974/fifa-world-cup-third-place-game-brazil-vs-netherlands-preview","content":"Brazil's nightmare ends in loss to Netherlands"}]}};
if (globalNav && navContentJson) {globalNav.init(navContentJson);}
CBSi.globalNav = globalNav;
});

$(document).ready(function() {

//check for global var siteToolsFacebookLike first then register onReady method if needed
if ( typeof(siteToolsFacebookLike) === "undefined" && CBSi.app.SiteTools.Share.loaded) {
var facebookLikeConfig = {
'init': {
'appId':297742330311988,
'status':true,
'cookie':true,
'xfbml':true,
'logging':false
},
'fbsdk': {
'uri':'//web.archive.org/web/20140714202700/http://connect.facebook.net/en_US/all.js',
'id':'facebook-jssdk'
},
'dw': {"riaevent":"click","comp":"main","objnm":"facebook_share","comptyp":"app","siteid":175,"mapp":"social_share_bar","objtyp":"button"}
};
var siteToolsFacebookLike = CBSi.app.SiteTools.Share.facebookLike(facebookLikeConfig);
}

//check for global var siteToolsTwitter first then register onReady method if needed
if ( typeof(siteToolsTwitter) === "undefined" && CBSi.app.SiteTools.Share.loaded) {
var twitterConfig = {
'twittersdk': {
'uri':'//web.archive.org/web/20140714202700/http://platform.twitter.com/widgets.js',
'id':'twitter-wjs'
},
'dw': {"riaevent":"click","comp":"main","objnm":"twitter_share","comptyp":"app","siteid":175,"mapp":"social_share_bar","objtyp":"button"}
};
var siteToolsTwitter = CBSi.app.SiteTools.Share.twitter(twitterConfig);
}

if ( typeof(siteToolsGplus) === "undefined" && CBSi.app.SiteTools.Share.loaded) {
var gplusConfig = {
'gplussdk': {
'uri':'https://web.archive.org/web/20140714202700/https://apis.google.com/js/plusone.js',
'id':'googlePlusOne'
}
};
var siteToolsGplus = CBSi.app.SiteTools.Share.gplus(gplusConfig);
}

if ( typeof(siteToolsStumble) === "undefined" && CBSi.app.SiteTools.Share.loaded) {
var stumbleConfig = {
'stumblesdk': {
'uri':'//web.archive.org/web/20140714202700/http://platform.stumbleupon.com/1/widgets.js',
'id':'stumbleUpon'
}
};
var siteToolsStumble = CBSi.app.SiteTools.Share.stumble(stumbleConfig);
}

$('.storyBody a').attr('target', '_blank');
$('#headerTvRotator').innerfade({ animationtype: 'fade', speed: 250, timeout: 10000, type: 'sequence', containerheight: '40px' });
var facebookLikeConfig = {
'init': {
//'appId':'297742330311988',
'appId':'297742330311988',
'oauth' : true,
'status':true,
'cookie':true,
'xfbml':true,
'logging':false
},
'fbsdk': {
'uri':'//web.archive.org/web/20140714202700/http://connect.facebook.net/en_US/all.js',
'id':'facebook-jssdk'
},
'dw': {"riaevent":"click","comp":"main","objnm":"facebook_lf_login","comptyp":"app","siteid":"175","mapp":"social_share_bar","objtyp":"button"}
};
var siteToolsFacebookLike = CBSi.app.SiteTools.Share.facebookLike(facebookLikeConfig);

if ($('.updateTime, .gmtTime').length) {CBSi.widget.Time.update('body span');}
if ($('.tooltip').length) {CBSi.widget.ToolTip.init(CBSi.widget.ToolTip.cfg);}
if ($('.actionMenu').length) {
var actionMenuLeft = $(".actionMenu").position().left;
var userInfoLeft = (actionMenuLeft + 2) +"px";
$("#userInfo").css({"left":userInfoLeft});
}
$('body').delegate("[om-event]", "click", function(e) {
om.trackClick( {'item':$(this).attr("om-event")} );
});
});

<!-- DARK RIVER TEST/ sports_river - disabled [0






var utag_data={

siteHier : 'media|nba|gametracker|recaps',
siteSection : 'media|nba|||gametracker|recaps',
siteType : 'desktop web',
articleId : 'NBA_20140531_SA@OKC',
articleType : 'recap',
contentOrigin : 'Stats, Inc',
articleTitle : 'Spurs beat Thunder in OT, advance to NBA Finals vs. Heat',
userType : 'anon',
userState : 'not authenticated',
pageType : 'stories',
pageName : '/nba/gametracker/recap/NBA_20140531_SA@OKC/spurs-beat-thunder-in-ot-advance-to-nba-finals-vs-heat',
pageTypeId : '6970',
pageOntologyId : '23689',
bkPath : 'aw-cbssports/nba/media/gametracker/gamecenter_recaps',
pageViewGuid : surround.vguid
}

(function(a,b,c,d){
a='//web.archive.org/web/20140714202700/http://tags.tiqcdn.com/utag/cbsi/cbssportssite/prod/utag.js';
b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
})();
var a=document.createElement("script");a.type="text/javascript";a.async=!0;var b=["https://web.archive.org/web/20140714202700/http://ccadf7e5f1e81ee24f3f-47dd0bf1e388799b4c77a92fa55f729a.r62.cf2.rackcdn.com/","https://web.archive.org/web/20140714202700/https://1bc034eab03b657d9c70-47dd0bf1e388799b4c77a92fa55f729a.ssl.cf2.rackcdn.com/"];a.src=("https:"==document.location.protocol?b[1]:b[0])+"/983b8kcmh8g3.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(a,c);

Popular posts from this blog

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values