| |
It's Not Too Late - Get a chance to win the $10,000 Grand Prize with FREE Fantasy Basketball!
Scoreboards:
November · December · January · February · March
| S |
M |
T |
W |
T |
F |
S |
| |
1 |
2 |
3 |
4 |
5 |
6 |
| 7 |
8 |
9 |
10 |
11 |
12 |
13 |
| 14 |
15 |
16 |
17 |
18 |
19 |
20 |
| 21 |
22 |
23 |
24 |
25 |
26 |
27 |
| 28 |
29 |
30 |
31 |
|
|
|
Key:
# = AP Top 25
TBA = To Be Announced
« = Game winner
 = Scoring play
 = Last play

\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( 11 - 1);
gLpsTrackCookie.curDate.setDate( 7 );
gLpsTrackCookie.curDate.setHours( 18 );
gLpsTrackCookie.curDate.setMinutes( 09 );
gLpsTrackCookie.curDate.setSeconds( 15 );
gLpsTrackCookie.expireDate.setMonth( 11 - 1 );
gLpsTrackCookie.expireDate.setDate( 7 );
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.ws1741-fe.tm.cbsig.net:30000/collegebasketball/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();
}
//-->
|
|
|
|