// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Candela Fest','Candela Night Club','Niles, IL','Friday','3/6/2026','9:00 PM','7748797','Candela-Fest-3-6-2026'],['Jazz In The Gardens Music Fest: Jhene Aiko, Ludacris, Nelly, Ashanti & GloRilla - 2 Day Pass','Hard Rock Stadium','Miami Gardens, FL','Saturday','3/7/2026','TBD','7640853','Jazz-In-The-Gardens-Music-Fest--Jhene-Aiko--Ludacris--Nelly--Ashanti---GloRilla---2-Day-Pass-3-7-2026'],['Red, White & Brew Fest - Saturday','Cure Insurance Arena','Trenton, NJ','Saturday','3/7/2026','1:00 PM','7511834','Red--White---Brew-Fest---Saturday-3-7-2026'],['LA Pysch Fest','Chelsea's Live','Baton Rouge, LA','Saturday','3/7/2026','2:00 PM','7526603','LA-Pysch-Fest-3-7-2026'],['Jazz In The Gardens Music Fest: Jhene Aiko, GloRilla, Ella Mai, Mya & Joe - Saturday','Hard Rock Stadium','Miami Gardens, FL','Saturday','3/7/2026','4:00 PM','7693145','Jazz-In-The-Gardens-Music-Fest--Jhene-Aiko--GloRilla--Ella-Mai--Mya---Joe---Saturday-3-7-2026'],['We Love The 90s & 2000's Fest','Charlotte County Fairgrounds','Port Charlotte, FL','Saturday','3/7/2026','4:20 PM','7561415','We-Love-The-90s---2000-s-Fest-3-7-2026'],['I Want My MTV Fest','Black Cat - DC','Washington, DC','Saturday','3/7/2026','7:00 PM','7694333','I-Want-My-MTV-Fest-3-7-2026'],['Grohl Fest','Mickey's Black Box','Lititz, PA','Saturday','3/7/2026','8:00 PM','7614507','Grohl-Fest-3-7-2026'],['Taylor Fest','Wave - KS','Wichita, KS','Saturday','3/7/2026','9:00 PM','7720273','Taylor-Fest-3-7-2026'],['Tuff Fest VI: Rod Tuffcurls and The Bench Press','Joe's Bar On Weed St.','Chicago, IL','Saturday','3/7/2026','9:00 PM','7641357','Tuff-Fest-VI--Rod-Tuffcurls-and-The-Bench-Press-3-7-2026']],'"Fest"','https://www.ticketnetwork.com');