//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Vanderbilt Commodores vs. Wake Forest Demon Deacons','Vanderbilt University Memorial Gymnasium','Nashville, TN','Thursday','11/5/2026','TBD','7990420','Vanderbilt-Commodores-vs--Wake-Forest-Demon-Deacons-11-5-2026'],['Tennessee Volunteers vs. Vanderbilt Commodores','Thompson Boling Arena at Food City Center','Knoxville, TN','Saturday','1/2/2027','TBD','8165014','Tennessee-Volunteers-vs--Vanderbilt-Commodores-1-2-2027'],['Vanderbilt Commodores vs. Mississippi State Bulldogs (Date: TBD)','Vanderbilt University Memorial Gymnasium','Nashville, TN','Tuesday','1/5/2027','TBD','8165092','Vanderbilt-Commodores-vs--Mississippi-State-Bulldogs--Date--TBD--1-5-2027'],['Florida Gators vs. Vanderbilt Commodores','Exactech Arena at The Stephen C. O'Connell Center','Gainesville, FL','Saturday','1/9/2027','TBD','8164775','Florida-Gators-vs--Vanderbilt-Commodores-1-9-2027'],['Kentucky Wildcats vs. Vanderbilt Commodores','Rupp Arena At Central Bank Center','Lexington, KY','Saturday','1/16/2027','TBD','8164796','Kentucky-Wildcats-vs--Vanderbilt-Commodores-1-16-2027'],['Vanderbilt Commodores vs. Auburn Tigers (Date: TBD)','Vanderbilt University Memorial Gymnasium','Nashville, TN','Tuesday','1/19/2027','TBD','8165096','Vanderbilt-Commodores-vs--Auburn-Tigers--Date--TBD--1-19-2027'],['Vanderbilt Commodores vs. Missouri Tigers','Vanderbilt University Memorial Gymnasium','Nashville, TN','Saturday','1/23/2027','TBD','8165098','Vanderbilt-Commodores-vs--Missouri-Tigers-1-23-2027'],['Vanderbilt Commodores vs. Texas A&M Aggies','Vanderbilt University Memorial Gymnasium','Nashville, TN','Saturday','1/30/2027','TBD','8165099','Vanderbilt-Commodores-vs--Texas-A-M-Aggies-1-30-2027'],['LSU Tigers vs. Vanderbilt Commodores (Date: TBD)','Pete Maravich Assembly Center','Baton Rouge, LA','Tuesday','2/2/2027','TBD','8164965','LSU-Tigers-vs--Vanderbilt-Commodores--Date--TBD--2-2-2027'],['Vanderbilt Commodores vs. Arkansas Razorbacks','Vanderbilt University Memorial Gymnasium','Nashville, TN','Saturday','2/6/2027','TBD','8165101','Vanderbilt-Commodores-vs--Arkansas-Razorbacks-2-6-2027'],['Georgia Bulldogs vs. Vanderbilt Commodores (Date: TBD)','Stegeman Coliseum','Athens, GA','Tuesday','2/9/2027','TBD','8164814','Georgia-Bulldogs-vs--Vanderbilt-Commodores--Date--TBD--2-9-2027'],['Vanderbilt Commodores vs. Kentucky Wildcats (Date: TBD)','Vanderbilt University Memorial Gymnasium','Nashville, TN','Tuesday','2/23/2027','TBD','8165104','Vanderbilt-Commodores-vs--Kentucky-Wildcats--Date--TBD--2-23-2027'],['Alabama Crimson Tide vs. Vanderbilt Commodores','Coleman Coliseum','Tuscaloosa, AL','Saturday','2/27/2027','TBD','8164737','Alabama-Crimson-Tide-vs--Vanderbilt-Commodores-2-27-2027'],['Oklahoma Sooners vs. Vanderbilt Commodores (Date: TBD)','Lloyd Noble Center','Norman, OK','Tuesday','3/2/2027','TBD','8165102','Oklahoma-Sooners-vs--Vanderbilt-Commodores--Date--TBD--3-2-2027']],'Vanderbilt Commodores Basketball','http://www.ticketnetwork.com/en/search/?text=Vanderbilt%20Commodores%20Basketball');