| |
Attention Football Fans: Football season is approaching - get your Fantasy Football team today
|
|
|
ALERT: |
|
 |
| |
Live Scoring Notice |
|
| |
|
|
 |
National League |
STL: Carpenter (6-3, 2.32) CHC: Harden (5-5, 5.35) | |
|
|
PIT: Duke (8-7, 3.28) PHI: Blanton (5-4, 4.69) | |
|
|
CIN: Arroyo (8-8, 5.85) NYM: Nieve (3-2, 2.73) | |
|
|
WAS: Olsen (2-4, 6.04) HOU: Oswalt (5-4, 3.81) | |
|
|
LAD: Billingsley (9-4, 3.14) MIL: Looper (7-4, 4.78) | |
|
|
| Standings | W-L | Strk | | Atlanta | 3rd NL EAST | (41-44) | L 1 | | Colorado | 3rd NL WEST | (46-39) | W 4 |
ATL: Lowe (7-7, 4.56) COL: Jimenez (6-8, 3.86) | |
|
|
| Standings | W-L | Strk | | Florida | 2nd NL EAST | (45-42) | W 2 | | Arizona | 4th NL WEST | (36-50) | L 1 |
FLA: Nolasco (6-6, 5.42) ARI: Haren (8-5, 2.16) | |
|
|
SD: Banks (1-0, 5.60) SF: Sanchez (2-8, 5.30) | |
|
|
| | American League |
TOR: Cecil (2-1, 6.23) BAL: Berken (1-5, 6.25) | |
|
|
CLE: Lee (4-8, 3.45) DET: Jackson (6-4, 2.59) | |
|
|
KC: Bannister (6-6, 3.87) BOS: Lester (7-6, 4.16) | |
|
|
OAK: Mazzaro (2-4, 3.59) TB: Niemann (7-4, 4.14) | |
|
|
CHW: Danks (7-6, 3.76) MIN: Blackburn (7-4, 2.94) | |
|
|
NYY: Chamberlain (4-2, 4.04) LAA: Saunders (8-5, 4.44) | |
|
|
| Standings | W-L | Strk | | Texas | 1st AL WEST | (47-37) | L 1 | | Seattle | 3rd AL WEST | (44-41) | W 1 |
TEX: Feldman (7-2, 3.91) SEA: Morrow (0-3, 5.05) | |
|
|
|

\n'
);
}
}
function writeSubscriber() {
if ( IE && !MAC ) {
var cookieValue = ( readCookie(gLpsCookieName) );
if ( gForceLiveMode != "flash" && cookieValue != "FS" ) {
flash.log('java')
java.write();
}
else {
//lpsMessage.upgrade.java();
flash.write();
}
}
else {
flash.write();
}
}
function javaTestSeconds() {
var since = parseInt( ( gNonLpsRefRate - lpsTimer.since() ) / 1000 );
while ( since % 5 ) {
since++; // rounding up
}
return since;
}
// Provides Array.push for implementations that don't have it
if ( ! Array.prototype.push ) {
Array.prototype.push = function () {
var l = this.length;
for ( var i = 0; i < arguments.length; i++ ) {
this[l+i] = arguments[i];
}
return this.length;
}
}
function areCookiesEnabled() {
var msg = "";
if (NS4) {
msg = 'Not tested';
}
else if (navigator.cookieEnabled) {
msg = 'Enabled';
}
else {
msg = 'Not enabled';
}
gLpsEvent.set( 'cookies', msg );
}
function unload() {
if ( gLiveMode != 'flash_fallback' ) {
gLiveMode = 'quit';
gLpsTracking.result();
}
live_stop();
}
var gLpsTrackCookie = {
name: "lpsTrackCount7",
curDate: new Date(),
expireDate: new Date(),
lifetime: function(){
gLpsTrackCookie.curDate.setMonth( 7 - 1);
gLpsTrackCookie.curDate.setDate( 10 );
gLpsTrackCookie.curDate.setHours( 11 );
gLpsTrackCookie.curDate.setMinutes( 39 );
gLpsTrackCookie.curDate.setSeconds( 31 );
gLpsTrackCookie.expireDate.setMonth( 7 - 1 );
gLpsTrackCookie.expireDate.setDate( 10 );
gLpsTrackCookie.expireDate.setHours(23);
gLpsTrackCookie.expireDate.setMinutes(59);
gLpsTrackCookie.expireDate.setSeconds(59);
var testExpires = new Date();
var msToMidnight = gLpsTrackCookie.expireDate - gLpsTrackCookie.curDate;
testExpires.setTime( testExpires.getTime() + msToMidnight );
return testExpires;
},
set: function(value) {
setCookie( gLpsTrackCookie.name, value, gLpsTrackCookie.lifetime() );
},
get: function() {
return readCookie( gLpsTrackCookie.name );
}
}
var gLpsTracking = {
enabled: false,
baseUrl: "http://www.cbssports.com/refresh_track",
ping: function() {
if ( !gLpsTracking.enabled ) return;
if ( !gLpsTrackCookie.get() ) {
gLpsTrackCookie.set('ping');
gLpsTracking.log('ping');
}
},
result: function() {
if ( !gLpsTracking.enabled ) return;
if ( gLpsTrackCookie.get() == 'ping' ) {
gLpsTrackCookie.set('result');
gLpsTracking.log('result');
}
},
log: function( type ) {
if ( !gLpsTracking.enabled ) return;
var pageView = type == 'ping' ? 1 : 0;
var lpsModeCookie = readCookie(gLpsCookieName);
var lpsTrackParams =
"java=" + java.version
+ "&flash=" + gLpsEvent.data.flashVersion.value
+ "&javascript=" + gLpsEvent.data.jsVersion.value
+ "&cookie_flag=" + gLpsEvent.data.cookies.value
+ "&os_platform=" + gLpsEvent.data.appName.value
+ "&user_agent=" + gLpsEvent.data.userAgent.value
+ "&subscriber_cookie=" + lpsModeCookie
+ "&page_view=" + pageView
+ "&lpsmode=" + gLiveMode
+ "&app_version=" + "Lps2.pm"
+ "&attempts=" + gConnectionAttempts
+ "&type=" + "scoreboard"
+ "&site=" + "media_spln"
+ "&IE=" + ( IE ? 1 : 0 )
+ "&able_to_attempt=" + ( gAbleToAttemptLps ? 1 : 0 )
+ "&have_subscriber=" + ( gHaveSubscriber ? 1 : 0 )
+ "&is_callable=" + ( gIsCallable ? 1 : 0 )
+ "&have_socket=" + ( gHaveSocketConnection ? 1 : 0 )
+ "&got_state=" + ( gGotState ? 1 : 0 )
+ "&host_port=" + gConnectedHostPort
+ '&broadcaster=' + gLpsEvent.data.broadcaster.value
+ '&client_id=' + gLpsEvent.data.clientId.value
+ '&connect_elasped=' + gLpsEvent.data.connectElapsed.value
+ '&state_elasped=' + gLpsEvent.data.stateElapsed.value
+ '&attempt_live_mode=' + gLpsEvent.attemptLiveMode
+ '&java_is_microsoft=' + ( java.isMicrosoft ? 1 : 0 )
;
document[ 'lpsTrackImg_' + type ].src = gLpsTracking.baseUrl
+ '/' + type + '?' + lpsTrackParams;
var debugMsg = (pageView == 1) ? 'Sent tracking ping'
: (pageView == 0) ? 'Sent tracking final state'
: '';
gLpsEvent.log(debugMsg);
}
}
lpsTimer.init();
flash.test();
gLpsEvent.set( 'uri', 'http://www.cbssports.com.ws1780-fe.tm.cbsig.net:30000/mlb/scoreboard' );
gLpsEvent.set( 'user',"Anonymous" )
areCookiesEnabled();
gLpsEvent.set( 'jsVersion', 'v' + gJavaScriptVersion )
gLpsEvent.set( 'flashVersion', 'v' + flash.version.string )
if ( navigator ) {
if ( navigator.appName ) gLpsEvent.set( 'appName', navigator.appName );
if ( navigator.userAgent ) gLpsEvent.set( 'userAgent', navigator.userAgent);
}
lpsMessage.updateStatus('message_init');
gLpsTracking.ping();
if ( ( IE || DOM ) ) {
gLpsEvent.log('Able to attempt LPS');
gAbleToAttemptLps = true;
writeSubscriber();
window.onunload = unload;
}
else {
lpsFail();
}
//-->
|
|
CBS Sports Store
MLB Stars and Strips Gear
Get your team today Shop Now
|
|