//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-04A
TN_Widget.CreateTable([['Chillicothe Paints vs. Champion City Half Trax','VA Memorial Stadium','Chillicothe, OH','Thursday','7/9/2026','7:05 PM','7637095','Chillicothe-Paints-vs--Champion-City-Half-Trax-7-9-2026'],['Champion City Half Trax vs. Chillicothe Paints','Carleton Davidson Stadium','Springfield, OH','Friday','7/10/2026','6:05 PM','7636995','Champion-City-Half-Trax-vs--Chillicothe-Paints-7-10-2026'],['Champion City Half Trax vs. Chillicothe Paints','Carleton Davidson Stadium','Springfield, OH','Saturday','7/11/2026','6:05 PM','7636997','Champion-City-Half-Trax-vs--Chillicothe-Paints-7-11-2026'],['Champion City Half Trax vs. Chillicothe Paints','Carleton Davidson Stadium','Springfield, OH','Tuesday','7/14/2026','6:05 PM','7636998','Champion-City-Half-Trax-vs--Chillicothe-Paints-7-14-2026'],['Champion City Half Trax vs. Kokomo Creek Chubs','Carleton Davidson Stadium','Springfield, OH','Thursday','7/16/2026','6:05 PM','7637001','Champion-City-Half-Trax-vs--Kokomo-Creek-Chubs-7-16-2026'],['Champion City Half Trax vs. Kokomo Creek Chubs','Carleton Davidson Stadium','Springfield, OH','Friday','7/17/2026','6:05 PM','7637002','Champion-City-Half-Trax-vs--Kokomo-Creek-Chubs-7-17-2026'],['Champion City Half Trax vs. Chillicothe Paints','Carleton Davidson Stadium','Springfield, OH','Saturday','7/18/2026','6:05 PM','7637003','Champion-City-Half-Trax-vs--Chillicothe-Paints-7-18-2026'],['Champion City Half Trax vs. Johnstown Mill Rats','Carleton Davidson Stadium','Springfield, OH','Monday','7/20/2026','6:05 PM','7637005','Champion-City-Half-Trax-vs--Johnstown-Mill-Rats-7-20-2026'],['Champion City Half Trax vs. Lafayette Aviators','Carleton Davidson Stadium','Springfield, OH','Tuesday','7/21/2026','6:05 PM','7637007','Champion-City-Half-Trax-vs--Lafayette-Aviators-7-21-2026'],['Champion City Half Trax vs. Lafayette Aviators','Carleton Davidson Stadium','Springfield, OH','Wednesday','7/22/2026','6:05 PM','7637008','Champion-City-Half-Trax-vs--Lafayette-Aviators-7-22-2026'],['Chillicothe Paints vs. Champion City Half Trax','VA Memorial Stadium','Chillicothe, OH','Thursday','7/23/2026','7:05 PM','7637105','Chillicothe-Paints-vs--Champion-City-Half-Trax-7-23-2026'],['Chillicothe Paints vs. Champion City Half Trax','VA Memorial Stadium','Chillicothe, OH','Friday','7/24/2026','7:05 PM','7637106','Chillicothe-Paints-vs--Champion-City-Half-Trax-7-24-2026'],['Johnstown Mill Rats vs. Champion City Half Trax','Sargent's Stadium at the Point','Johnstown, PA','Saturday','7/25/2026','7:00 PM','7637215','Johnstown-Mill-Rats-vs--Champion-City-Half-Trax-7-25-2026'],['Johnstown Mill Rats vs. Champion City Half Trax','Sargent's Stadium at the Point','Johnstown, PA','Sunday','7/26/2026','3:00 PM','7637216','Johnstown-Mill-Rats-vs--Champion-City-Half-Trax-7-26-2026'],['Champion City Half Trax vs. Chillicothe Paints','Carleton Davidson Stadium','Springfield, OH','Tuesday','7/28/2026','6:05 PM','7637011','Champion-City-Half-Trax-vs--Chillicothe-Paints-7-28-2026'],['Champion City Half Trax vs. Danville Dans','Carleton Davidson Stadium','Springfield, OH','Wednesday','7/29/2026','6:05 PM','7637015','Champion-City-Half-Trax-vs--Danville-Dans-7-29-2026'],['Chillicothe Paints vs. Champion City Half Trax','VA Memorial Stadium','Chillicothe, OH','Saturday','8/1/2026','7:05 PM','7637111','Chillicothe-Paints-vs--Champion-City-Half-Trax-8-1-2026']],'Champion Stadium','https://www.ticketnetwork.com/ticket/Champion-Stadium-events.aspx');