// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Wax','Harbour Theatre At HECC','Vancouver, Canada','Wednesday','11/5/2025','7:00 PM','7418444','Wax-11-5-2025'],['Wax - Rapper','Union Hall - Edmonton','Edmonton, Canada','Friday','11/7/2025','8:00 PM','7366647','Wax---Rapper-11-7-2025'],['Dallas Wax','Farm House Collective','Riverside, CA','Saturday','11/8/2025','7:00 PM','7502969','Dallas-Wax-11-8-2025'],['Wax','Park Theatre - Winnipeg','Winnipeg, Canada','Sunday','11/9/2025','7:00 PM','7418443','Wax-11-9-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 Monkey','Charleston Pour House','Charleston, SC','Saturday','11/22/2025','6:00 PM','7466744','Wax-Monkey-11-22-2025'],['Wax','Cornerstone - CA','Berkeley, CA','Saturday','11/22/2025','8:00 PM','7295314','Wax-11-22-2025'],['David Wax Museum & The Onions','Rose Music Hall','Columbia, MO','Friday','11/28/2025','8:00 PM','7453601','David-Wax-Museum---The-Onions-11-28-2025'],['Wax Motif','ReelWorks Denver','Denver, CO','Saturday','11/29/2025','9:00 PM','7437005','Wax-Motif-11-29-2025'],['Wax Motif','Ramova Theatre','Chicago, IL','Saturday','12/6/2025','9:30 PM','7450594','Wax-Motif-12-6-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');