Scoreboard
ALERT:
Live Scoring Notice
National League
HR: HOU - None WAS - E. Dukes (8), C. Guzman (5)
Catalanotto grounded into double play shortstop to first, Cameron out at second.
Due Up: B. Ryan (.293, 0-for-2),
C. Rasmus (.281, 0-for-2, strikeout),
A. Pujols (.329, 0-for-2)
HR: STL - None
MIL - None
CIN: Owings (6-8, 4.48)PHI: Moyer (7-6, 5.72)
LAD: Wolf (3-3, 3.49)NYM: Hernandez (5-4, 4.56)
WAS: Lannan (6-5, 3.45)HOU: Ortiz (3-4, 4.11)
Standings W-L Strk Atlanta 3rd NL EAST (41-43) W 2 Colorado 3rd NL WEST (45-39) W 3
ATL: Hanson (4-0, 2.25)COL: Cook (8-3, 3.76)
Standings W-L Strk Florida 2nd NL EAST (44-42) W 1 Arizona 4th NL WEST (36-49) W 5
FLA: Miller (3-4, 4.42)ARI: Petit (0-3, 8.46)
SD: Geer (1-3, 5.46)SF: Lincecum (9-2, 2.23)
American League
J. Accardo (4.00) pitches to
J. Bartlett (.356, 1-for-3, single, strikeout):
Strike looking (fastball), Ball (fastball), Ball (fastball), Foul (90/fastball). HR: TOR - None
TB - None
R. Dickey (2.92) pitches to
B. Gardner (.289, 1-for-2, 2 rbi, single):
Strike looking (73/knuckleball). HR: NYY - M. Teixeira (21)
MIN - J. Kubel (14)
Aaron Poreda relieved D.J. Carrasco.HR: CLE - K. Shoppach (7) CHW - None
KC: Hochevar (4-3, 5.08)BOS: Penny (6-3, 4.67)
Standings W-L Strk Texas 1st AL WEST (47-36) W 2 Seattle 3rd AL WEST (43-41) L 2
TEX: Hunter (1-1, 3.18)SEA: Hernandez (8-3, 2.62)
\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( 9 );
gLpsTrackCookie.curDate.setHours( 15 );
gLpsTrackCookie.curDate.setMinutes( 20 );
gLpsTrackCookie.curDate.setSeconds( 48 );
gLpsTrackCookie.expireDate.setMonth( 7 - 1 );
gLpsTrackCookie.expireDate.setDate( 9 );
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.ws1712-fe.tm.cbsig.net:30000/print/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();
}
//-->