//
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-03A
TN_Widget.CreateTable([['Zakk Sabbath - Zakk Wylde's Black Sabbath Cover Band','The Cotillion','Wichita, KS','Friday','12/12/2025','7:00 PM','7194266','Zakk-Sabbath---Zakk-Wylde-s-Black-Sabbath-Cover-Band-12-12-2025'],['Paramount 80s Rock Night','The Cotillion','Wichita, KS','Wednesday','12/31/2025','8:30 PM','7196631','Paramount-80s-Rock-Night-12-31-2025'],['Smells Like Nirvana - Nirvana Tribute','The Cotillion','Wichita, KS','Friday','1/16/2026','7:30 PM','7353921','Smells-Like-Nirvana---Nirvana-Tribute-1-16-2026'],['Corey Kent','The Cotillion','Wichita, KS','Friday','1/23/2026','8:00 PM','7459668','Corey-Kent-1-23-2026'],['Bingo Loco','The Cotillion','Wichita, KS','Saturday','1/24/2026','7:30 PM','7604302','Bingo-Loco-1-24-2026'],['Insider - Tom Petty Tribute','The Cotillion','Wichita, KS','Friday','1/30/2026','8:00 PM','7319875','Insider---Tom-Petty-Tribute-1-30-2026'],['Jimmy Failla','The Cotillion','Wichita, KS','Saturday','1/31/2026','8:00 PM','7436480','Jimmy-Failla-1-31-2026'],['Priscilla Block','The Cotillion','Wichita, KS','Thursday','2/12/2026','8:00 PM','7487755','Priscilla-Block-2-12-2026'],['49 Winchester','The Cotillion','Wichita, KS','Saturday','2/14/2026','8:00 PM','7397761','49-Winchester-2-14-2026'],['ATLiens','The Cotillion','Wichita, KS','Saturday','2/28/2026','8:00 PM','7574007','ATLiens-2-28-2026'],['Jump - America's Van Halen Experience','The Cotillion','Wichita, KS','Saturday','3/7/2026','8:00 PM','7559703','Jump---America-s-Van-Halen-Experience-3-7-2026'],['Gabriel Rutledge','The Cotillion','Wichita, KS','Friday','3/27/2026','8:00 PM','7361770','Gabriel-Rutledge-3-27-2026'],['Aries Spears','The Cotillion','Wichita, KS','Saturday','4/11/2026','8:00 PM','7509328','Aries-Spears-4-11-2026'],['Max McNown','The Cotillion','Wichita, KS','Sunday','4/19/2026','8:00 PM','7528345','Max-McNown-4-19-2026']],'The Cotillion','https://www.ticketnetwork.com/ticket/The-Cotillion-events.aspx');