|
Sign up for College Bowl Pick'em for FREE. Make your bowl game picks online for a chance at $10,000!
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 |
|
|
|
Anderson Arena (Bowling Green, OH)
Cotterell Court (Hamilton, NY)
Francis A. Levien Gymnasium (New York, NY)
Vines Center (Lynchburg, VA)
Wellness, Recreation and Athletic Center (Brooklyn
Charles L. Sewall Center (Coraopolis, PA)
Regional Events Center (Murray, KY)
United Spirit Arena (Lubbock, TX)
Holmes Convocation Center (Boone, NC)
Carolina First Arena (Charleston, SC)
Tom Gola Arena (Philadelphia, PA)
Ross E. Templeton P.E. Center (Clinton, SC)
Prudential Center (Newark, NJ)
Peter Aquilone Court (Brooklyn Heights, NY)
Winthrop Coliseum (Rock Hill, SC)
IUPUI Gymnasium (Indianapolis, IN)
McAlister Field House (Charleston, SC)
DeGol Arena (Loretto, PA)
Alumni Arena (Buffalo, NY)
Henderson Center (Huntington, WV)
| Streak | W-L | | Salem International University | - | 0-0 | | Marshall | W2 | 4-1 |
Fleisher Center (Newark, NJ)
Calihan Hall (Detroit, MI)
Gaither Gym (Tallahassee, FL)
University Center (Macon, GA)
David R. Stopher Gym (Thibodaux, LA)
Louis Brown Athletic Center (Piscataway, NJ)
KSU Convocation Center (Kennesaw, GA)
Arena at Harbor Yard (Bridgeport, CT)
Western Hall (Macomb, IL)
US Cellular Arena (Milwaukee, WI)
Gold Dome (Shreveport, LA)
Resch Center (Green Bay, WI)
Charles Koch Arena (Wichita, KS)
Winfield Dunn Center (Clarksville, TN)
Skyhawk Arena (Martin, TN)
Pete Hanna Center (Birmingham, AL)
Gentry Center (Nashville, TN)
Frank Erwin Special Events Center (Austin, TX)
Cameron Hall (Lexington, VA)
Ervin J. Nutter Center (Dayton, OH)
Robert A. Mott Gym (San Luis Obispo, CA)
Matadome (Northridge, CA)
Wells-Fargo Arena (Tempe, AZ)
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( 12 - 1);
gLpsTrackCookie.curDate.setDate( 3 );
gLpsTrackCookie.curDate.setHours( 10 );
gLpsTrackCookie.curDate.setMinutes( 31 );
gLpsTrackCookie.curDate.setSeconds( 34 );
gLpsTrackCookie.expireDate.setMonth( 12 - 1 );
gLpsTrackCookie.expireDate.setDate( 3 );
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.ws1801-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();
}
//-->
|