//
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([['Celebrating Meat Loaf','Akron Civic Theatre','Akron, OH','Saturday','8/9/2025','7:30 PM','7085353','Celebrating-Meat-Loaf-8-9-2025'],['Kansas - The Band','Akron Civic Theatre','Akron, OH','Saturday','8/16/2025','7:30 PM','7081426','Kansas---The-Band-8-16-2025'],['Louis C.K.','Akron Civic Theatre','Akron, OH','Friday','8/22/2025','7:30 PM','7010978','Louis-C-K--8-22-2025'],['Lake Street Dive','Akron Civic Theatre','Akron, OH','Sunday','8/31/2025','7:30 PM','7006831','Lake-Street-Dive-8-31-2025'],['Tom Segura','Akron Civic Theatre','Akron, OH','Saturday','9/6/2025','6:00 PM','7068659','Tom-Segura-9-6-2025'],['Tom Segura','Akron Civic Theatre','Akron, OH','Sunday','9/7/2025','5:00 PM','7122134','Tom-Segura-9-7-2025'],['David Byrne','Akron Civic Theatre','Akron, OH','Friday','9/19/2025','8:00 PM','7205167','David-Byrne-9-19-2025'],['Nate Jackson','Akron Civic Theatre','Akron, OH','Saturday','9/20/2025','8:00 PM','7217009','Nate-Jackson-9-20-2025'],['Elvis Costello and The Imposters ','Akron Civic Theatre','Akron, OH','Saturday','9/27/2025','8:00 PM','7106733','Elvis-Costello-and-The-Imposters--9-27-2025'],['Travis Tritt','Akron Civic Theatre','Akron, OH','Saturday','10/4/2025','8:00 PM','7036048','Travis-Tritt-10-4-2025'],['CoComelon Live!','Akron Civic Theatre','Akron, OH','Tuesday','10/7/2025','6:00 PM','6996158','CoComelon-Live--10-7-2025'],['International Ballet Stars: Swan Lake','Akron Civic Theatre','Akron, OH','Wednesday','10/22/2025','7:00 PM','7166278','International-Ballet-Stars--Swan-Lake-10-22-2025'],['The Vampire Circus','Akron Civic Theatre','Akron, OH','Friday','10/24/2025','7:30 PM','7204158','The-Vampire-Circus-10-24-2025'],['Jon Batiste','Akron Civic Theatre','Akron, OH','Sunday','10/26/2025','8:00 PM','7160854','Jon-Batiste-10-26-2025'],['TobyMac','Akron Civic Theatre','Akron, OH','Thursday','11/6/2025','7:00 PM','7242856','TobyMac-11-6-2025'],['Theresa Caputo','Akron Civic Theatre','Akron, OH','Saturday','11/8/2025','7:30 PM','7138826','Theresa-Caputo-11-8-2025'],['Brian Culbertson','Akron Civic Theatre','Akron, OH','Sunday','11/9/2025','7:30 PM','7152228','Brian-Culbertson-11-9-2025'],['Blippi Live','Akron Civic Theatre','Akron, OH','Saturday','11/15/2025','2:00 PM','7194699','Blippi-Live-11-15-2025'],['Steve Martin & Martin Short','Akron Civic Theatre','Akron, OH','Thursday','11/20/2025','7:30 PM','7204037','Steve-Martin---Martin-Short-11-20-2025'],['Ray LaMontagne','Akron Civic Theatre','Akron, OH','Saturday','9/19/2026','7:00 PM','7039543','Ray-LaMontagne-9-19-2026']],'Akron Civic Theatre','https://www.ticketnetwork.com/ticket/Akron-Civic-Theatre-events.aspx');