//
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([['Wax','Roxy Theatre - CA','West Hollywood, CA','Sunday','10/12/2025','8:00 PM','7298547','Wax-10-12-2025'],['Wax Jaw','Cole's Bar','Chicago, IL','Thursday','10/23/2025','9:00 PM','7380309','Wax-Jaw-10-23-2025'],['Wax','B-Side Room at House of Blues - Las Vegas','Las Vegas, NV','Saturday','10/25/2025','7:30 PM','7303389','Wax-10-25-2025'],['Wax Jaw','Mr Small's Fun House','Pittsburgh, PA','Saturday','10/25/2025','8:00 PM','7336071','Wax-Jaw-10-25-2025'],['Wax','The Urban Lounge','Salt Lake City, UT','Sunday','10/26/2025','7:00 PM','7298548','Wax-10-26-2025'],['Wax','7th Street Entry','Minneapolis, MN','Friday','11/14/2025','8:30 PM','7305306','Wax-11-14-2025'],['Wax','House Of Blues - Cleveland','Cleveland, OH','Saturday','11/15/2025','8:00 PM','7297425','Wax-11-15-2025'],['Wax - Rapper','Cambridge Room At The House Of Blues - Cleveland','Cleveland, OH','Saturday','11/15/2025','8:00 PM','7313617','Wax---Rapper-11-15-2025'],['Wax','Outset','Chicago, IL','Sunday','11/16/2025','6:30 PM','7295663','Wax-11-16-2025'],['Wax','Hidden Hall','Seattle, WA','Thursday','11/20/2025','7:00 PM','7305307','Wax-11-20-2025'],['Wax','Cornerstone - CA','Berkeley, CA','Saturday','11/22/2025','8:00 PM','7295314','Wax-11-22-2025'],['Wax','Marquis Theater - CO','Denver, CO','Saturday','12/13/2025','7:00 PM','7297545','Wax-12-13-2025'],['Wax Tailor','Warehouse Live Midtown','Houston, TX','Thursday','2/19/2026','8:00 PM','7400164','Wax-Tailor-2-19-2026'],['Wax Tailor','Paper Tiger','San Antonio, TX','Friday','2/20/2026','8:00 PM','7400157','Wax-Tailor-2-20-2026'],['Wax Tailor','ACL Live At 3TEN','Austin, TX','Saturday','2/21/2026','8:00 PM','7400165','Wax-Tailor-2-21-2026'],['Wax Tailor','Trees','Dallas, TX','Sunday','2/22/2026','8:00 PM','7400167','Wax-Tailor-2-22-2026'],['Wax Tailor','The Orange Peel','Asheville, NC','Wednesday','2/25/2026','8:00 PM','7397830','Wax-Tailor-2-25-2026'],['Wax Tailor','Terminal West At King Plow Arts Center','Atlanta, GA','Thursday','2/26/2026','8:00 PM','7400171','Wax-Tailor-2-26-2026'],['Wax Tailor','The Abbey - Orlando','Orlando, FL','Friday','2/27/2026','7:00 PM','7400159','Wax-Tailor-2-27-2026'],['Wax Tailor','ZeyZey Miami','Miami, FL','Saturday','2/28/2026','7:00 PM','7400173','Wax-Tailor-2-28-2026']],'Wax','https://www.ticketnetwork.com/ticket/Wax-events.aspx');