// 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-04A TN_Widget.CreateTable([['Devour','Club Congress','Tucson, AZ','Saturday','8/9/2025','7:00 PM','7105910','Devour-8-9-2025'],['MSPAINT','Club Congress','Tucson, AZ','Tuesday','8/12/2025','7:00 PM','7125847','MSPAINT-8-12-2025'],['Emo Nite','Club Congress','Tucson, AZ','Saturday','8/16/2025','9:00 PM','7193191','Emo-Nite-8-16-2025'],['Fishbone','Club Congress','Tucson, AZ','Friday','8/22/2025','8:00 PM','7210631','Fishbone-8-22-2025'],['Yuno','Club Congress','Tucson, AZ','Saturday','8/30/2025','6:00 PM','7156021','Yuno-8-30-2025'],['Tops','Club Congress','Tucson, AZ','Monday','9/15/2025','8:00 PM','7182507','Tops-9-15-2025'],['Madilyn Mei','Club Congress','Tucson, AZ','Wednesday','9/17/2025','7:30 PM','7225264','Madilyn-Mei-9-17-2025'],['Pile','Club Congress','Tucson, AZ','Thursday','9/18/2025','7:00 PM','7155952','Pile-9-18-2025'],['S.G. Goodman','Club Congress','Tucson, AZ','Tuesday','9/23/2025','7:00 PM','7108853','S-G--Goodman-9-23-2025'],['The Haunted House Tour: Savage Gasp, Grim Salvo & Witchouse 40k','Club Congress','Tucson, AZ','Friday','9/26/2025','7:00 PM','7241611','The-Haunted-House-Tour--Savage-Gasp--Grim-Salvo---Witchouse-40k-9-26-2025'],['10 Years','Club Congress','Tucson, AZ','Saturday','10/4/2025','7:00 PM','7238929','10-Years-10-4-2025'],['The Melvins','Club Congress','Tucson, AZ','Tuesday','10/21/2025','7:00 PM','7154655','The-Melvins-10-21-2025'],['Glitterfox','Club Congress','Tucson, AZ','Wednesday','10/22/2025','8:00 PM','7211732','Glitterfox-10-22-2025'],['Surfer Blood & Winter','Club Congress','Tucson, AZ','Saturday','1/31/2071','7:00 PM','4408728','Surfer-Blood---Winter-1-31-2071']],'Club Congress','https://www.ticketnetwork.com/ticket/Club-Congress-events.aspx');