// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://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[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ 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([['Wieuca','Aisle 5','Atlanta, GA','Saturday','11/22/2025','8:00 PM','7418939','Wieuca-11-22-2025'],['Copycatt','Aisle 5','Atlanta, GA','Friday','11/28/2025','10:00 PM','7554066','Copycatt-11-28-2025'],['Frute','Aisle 5','Atlanta, GA','Saturday','11/29/2025','8:00 PM','7467372','Frute-11-29-2025'],['Teethe','Aisle 5','Atlanta, GA','Tuesday','12/2/2025','7:00 PM','7143768','Teethe-12-2-2025'],['Parra for Cuva','Aisle 5','Atlanta, GA','Thursday','12/4/2025','9:00 PM','7554037','Parra-for-Cuva-12-4-2025'],['Jay Som','Aisle 5','Atlanta, GA','Friday','12/5/2025','7:00 PM','7263000','Jay-Som-12-5-2025'],['Algernon Cadwallader','Aisle 5','Atlanta, GA','Monday','12/8/2025','7:00 PM','7308009','Algernon-Cadwallader-12-8-2025'],['Brendan Abernathy','Aisle 5','Atlanta, GA','Friday','12/12/2025','8:00 PM','7381352','Brendan-Abernathy-12-12-2025'],['Winyah','Aisle 5','Atlanta, GA','Saturday','12/13/2025','8:00 PM','7381364','Winyah-12-13-2025'],['The Band Solstice ','Aisle 5','Atlanta, GA','Friday','12/19/2025','8:00 PM','7467378','The-Band-Solstice--12-19-2025'],['Catbite','Aisle 5','Atlanta, GA','Sunday','12/21/2025','7:30 PM','7418866','Catbite-12-21-2025'],['LAERZ','Aisle 5','Atlanta, GA','Thursday','1/15/2026','9:00 PM','7477773','LAERZ-1-15-2026'],['Venna','Aisle 5','Atlanta, GA','Monday','1/26/2026','8:00 PM','7458364','Venna-1-26-2026'],['Maanu','Aisle 5','Atlanta, GA','Wednesday','1/28/2026','8:00 PM','7542488','Maanu-1-28-2026'],['Letdown.','Aisle 5','Atlanta, GA','Friday','2/13/2026','8:00 PM','7495560','Letdown--2-13-2026'],['Runo Plum','Aisle 5','Atlanta, GA','Tuesday','2/17/2026','8:00 PM','7495701','Runo-Plum-2-17-2026'],['Yellow Days','Aisle 5','Atlanta, GA','Saturday','3/14/2026','8:00 PM','7569382','Yellow-Days-3-14-2026'],['Arts Fishing Club','Aisle 5','Atlanta, GA','Friday','5/1/2026','8:00 PM','7541016','Arts-Fishing-Club-5-1-2026']],'The Five Spot','http://www.ticketnetwork.com/ticket/The-Five-Spot-events.aspx');