// 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([['M3F Festival: Mau P & Peggy Gou - 2 Day Pass','Steele Indian School Park','Phoenix, AZ','Friday','3/6/2026','TBD','7538570','M3F-Festival--Mau-P---Peggy-Gou---2-Day-Pass-3-6-2026'],['DreamState Festival - 2 Day Pass ','Bill Graham Civic Auditorium','San Francisco, CA','Friday','3/6/2026','TBD','7669475','DreamState-Festival---2-Day-Pass--3-6-2026'],['Fair Grounds Live Racing','New Orleans Fair Grounds','New Orleans, LA','Friday','3/6/2026','12:45 PM','7549133','Fair-Grounds-Live-Racing-3-6-2026'],['Atlanta Tattoo Arts Festival','AmericasMart','Atlanta, GA','Friday','3/6/2026','2:00 PM','7491229','Atlanta-Tattoo-Arts-Festival-3-6-2026'],['M3F Festival - Friday','Steele Indian School Park','Phoenix, AZ','Friday','3/6/2026','2:00 PM','7566263','M3F-Festival---Friday-3-6-2026'],['Florida Strawberry Festival: Marshall Tucker Band','Florida Strawberry Festival Grounds','Plant City, FL','Friday','3/6/2026','3:30 PM','7571989','Florida-Strawberry-Festival--Marshall-Tucker-Band-3-6-2026'],['DreamState Festival - Friday','Bill Graham Civic Auditorium','San Francisco, CA','Friday','3/6/2026','5:00 PM','7699577','DreamState-Festival---Friday-3-6-2026'],['Edmonton Craft Beer Festival - Evening Session','Edmonton EXPO','Edmonton, Canada','Friday','3/6/2026','5:30 PM','7390371','Edmonton-Craft-Beer-Festival---Evening-Session-3-6-2026'],['Igloofest Quebec: Zeds Dead - Friday','Place Jean-Beliveau At Centre Videotron','Quebec, Canada','Friday','3/6/2026','7:00 PM','7578236','Igloofest-Quebec--Zeds-Dead---Friday-3-6-2026'],['So You Want to Talk About Race Banned Books Festival','Bishop Arts Theatre Center','Dallas, TX','Friday','3/6/2026','7:00 PM','7501899','So-You-Want-to-Talk-About-Race-Banned-Books-Festival-3-6-2026']],'"Festival"','https://www.ticketnetwork.com');