// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Belico Fest: Xavi, Neton Vega & Clave Especial - Saturday','Festival Grounds At Wild Horse Pass','Chandler, AZ','Saturday','11/8/2025','2:00 PM','7256579','Belico-Fest--Xavi--Neton-Vega---Clave-Especial---Saturday-11-8-2025'],['New York Comedy Festival: Newcomers','The Bell House','Brooklyn, NY','Saturday','11/8/2025','4:00 PM','7352607','New-York-Comedy-Festival--Newcomers-11-8-2025'],['DC Beer Fest - Session 2','Nationals Park','Washington, DC','Saturday','11/8/2025','5:00 PM','7419688','DC-Beer-Fest---Session-2-11-8-2025'],['Marg & Taco Fest','Live! At The Battery Atlanta','Atlanta, GA','Saturday','11/8/2025','5:00 PM','7531900','Marg---Taco-Fest-11-8-2025'],['The Hondo Rodeo Fest: Kid Rock & Jon Pardi','Chase Field','Phoenix, AZ','Saturday','11/8/2025','6:00 PM','7166214','The-Hondo-Rodeo-Fest--Kid-Rock---Jon-Pardi-11-8-2025'],['Shipshewana Bull Fest','Michiana Event Center','Shipshewana, IN','Saturday','11/8/2025','7:00 PM','7039518','Shipshewana-Bull-Fest-11-8-2025'],['New York Comedy Festival: Trevor Wallace','Beacon Theatre - NY','New York, NY','Saturday','11/8/2025','7:00 PM','7269719','New-York-Comedy-Festival--Trevor-Wallace-11-8-2025'],['New York Comedy Festival: Usama Siddiquee','The Bell House','Brooklyn, NY','Saturday','11/8/2025','7:30 PM','7352667','New-York-Comedy-Festival--Usama-Siddiquee-11-8-2025'],['New York Comedy Festival: Carmen Christopher','The Bell House','Brooklyn, NY','Saturday','11/8/2025','10:00 PM','7352433','New-York-Comedy-Festival--Carmen-Christopher-11-8-2025'],['Tybee Post Music Fest: Sounds of Georgia','Tybee Post Theater','Tybee Island, GA','Sunday','11/9/2025','4:00 PM','7360001','Tybee-Post-Music-Fest--Sounds-of-Georgia-11-9-2025']],'"Fest"','https://www.ticketnetwork.com');