//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
| " +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Lipscomb Bisons vs. Toledo Rockets','Dugan Field at Lipscomb University','Nashville, TN','Sunday','3/1/2026','1:00 PM','7660059','Lipscomb-Bisons-vs--Toledo-Rockets-3-1-2026'],['Lipscomb Bisons vs. Toledo Rockets','Dugan Field at Lipscomb University','Nashville, TN','Monday','3/2/2026','1:00 PM','7660060','Lipscomb-Bisons-vs--Toledo-Rockets-3-2-2026'],['Miami (OH) RedHawks vs. Toledo Rockets','Millett Hall','Oxford, OH','Tuesday','3/3/2026','7:00 PM','7359309','Miami--OH--RedHawks-vs--Toledo-Rockets-3-3-2026'],['Western Michigan Broncos Women's Basketball vs. Toledo Rockets','University Arena at Read Fieldhouse','Kalamazoo, MI','Wednesday','3/4/2026','7:00 PM','7359450','Western-Michigan-Broncos-Women-s-Basketball-vs--Toledo-Rockets-3-4-2026'],['Toledo Rockets vs. Buffalo Bulls','Savage Arena','Toledo, OH','Friday','3/6/2026','7:00 PM','7359357','Toledo-Rockets-vs--Buffalo-Bulls-3-6-2026'],['Toledo Rockets Women's Basketball vs. Ball State Cardinals','Savage Arena','Toledo, OH','Saturday','3/7/2026','2:00 PM','7359404','Toledo-Rockets-Women-s-Basketball-vs--Ball-State-Cardinals-3-7-2026'],['Ohio State Buckeyes vs. Toledo Rockets','Bill Davis Stadium','Columbus, OH','Tuesday','3/31/2026','6:00 PM','7600748','Ohio-State-Buckeyes-vs--Toledo-Rockets-3-31-2026'],['2026 Toledo Rockets Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Glass Bowl','Toledo, OH','Monday','8/31/2026','TBD','7631232','2026-Toledo-Rockets-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-31-2026'],['Michigan State Spartans vs. Toledo Rockets','Spartan Stadium - MI','East Lansing, MI','Saturday','9/5/2026','TBD','7601352','Michigan-State-Spartans-vs--Toledo-Rockets-9-5-2026'],['Toledo Rockets vs. Central Connecticut State Blue Devils','Glass Bowl','Toledo, OH','Saturday','9/12/2026','TBD','7657114','Toledo-Rockets-vs--Central-Connecticut-State-Blue-Devils-9-12-2026'],['Toledo Rockets Vs. Temple Owls','Glass Bowl','Toledo, OH','Saturday','9/19/2026','TBD','7665134','Toledo-Rockets-Vs--Temple-Owls-9-19-2026'],['Toledo Rockets vs. San Diego State Aztecs','Glass Bowl','Toledo, OH','Saturday','9/26/2026','TBD','7657117','Toledo-Rockets-vs--San-Diego-State-Aztecs-9-26-2026']],'Toledo Rockets','http://www.ticketnetwork.com/ticket/Toledo-Rockets-events.aspx');