// 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([['Arnold Sports Festival - Sunday','Greater Columbus','Columbus, OH','Sunday','3/8/2026','10:00 AM','7625839','Arnold-Sports-Festival---Sunday-3-8-2026'],['Atlanta Tattoo Arts Festival','AmericasMart','Atlanta, GA','Sunday','3/8/2026','11:00 AM','7491231','Atlanta-Tattoo-Arts-Festival-3-8-2026'],['In A Pickle Festival - Sunday Pass','Fort Bend County Epicenter','Rosenberg, TX','Sunday','3/8/2026','11:00 AM','7277106','In-A-Pickle-Festival---Sunday-Pass-3-8-2026'],['Oregon Chocolate Festival - Sunday','Ashland Hills Hotel and Convention Center','Ashland, OR','Sunday','3/8/2026','11:00 AM','7730244','Oregon-Chocolate-Festival---Sunday-3-8-2026'],['Fair Grounds Live Racing','New Orleans Fair Grounds','New Orleans, LA','Sunday','3/8/2026','12:45 PM','7549075','Fair-Grounds-Live-Racing-3-8-2026'],['So You Want to Talk About Race Banned Books Festival','Bishop Arts Theatre Center','Dallas, TX','Sunday','3/8/2026','4:00 PM','7501901','So-You-Want-to-Talk-About-Race-Banned-Books-Festival-3-8-2026'],['Happy Daps Festival','The Observatory - Santa Ana','Santa Ana, CA','Sunday','3/8/2026','5:30 PM','7546388','Happy-Daps-Festival-3-8-2026'],['Florida Strawberry Festival: Joan Jett and The Blackhearts','Florida Strawberry Festival Grounds','Plant City, FL','Sunday','3/8/2026','7:30 PM','7587649','Florida-Strawberry-Festival--Joan-Jett-and-The-Blackhearts-3-8-2026'],['Fair Grounds Live Racing','New Orleans Fair Grounds','New Orleans, LA','Monday','3/9/2026','12:45 PM','7720259','Fair-Grounds-Live-Racing-3-9-2026'],['Vendredi Sur Mer','Le Studio TD','Montreal, Canada','Monday','3/9/2026','8:00 PM','7525766','Vendredi-Sur-Mer-3-9-2026']],'"Festival"','https://www.ticketnetwork.com');