// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Wildflower Festival: Kaleo, Tonic, & OK GO - Saturday','Galatyn Park','Richardson, TX','Saturday','5/16/2026','12:00 PM','7764232','Wildflower-Festival--Kaleo--Tonic----OK-GO---Saturday-5-16-2026'],['California Roots Festival: Rebelution, J Boog, The Elovaters & Collie Buddz - 3 Day Pass','Monterey Fairgrounds','Monterey, CA','Friday','5/22/2026','TBD','7189525','California-Roots-Festival--Rebelution--J-Boog--The-Elovaters---Collie-Buddz---3-Day-Pass-5-22-2026'],['Kygo with Kaleo & Norway vs. Sengal Watch Party','Sports Illustrated Stadium','Harrison, NJ','Monday','6/22/2026','5:30 PM','7813131','Kygo-with-Kaleo---Norway-vs--Sengal-Watch-Party-6-22-2026'],['Kaleo','The Novo','Los Angeles, CA','Saturday','6/27/2026','8:00 PM','7690674','Kaleo-6-27-2026'],['Kaleo','Mountain Winery','Saratoga, CA','Sunday','6/28/2026','7:30 PM','7700549','Kaleo-6-28-2026'],['Kaleo','McMenamins Grand Lodge','Forest Grove, OR','Wednesday','7/1/2026','6:30 PM','7690683','Kaleo-7-1-2026'],['Kaleo','Chateau Ste Michelle Winery','Woodinville, WA','Friday','7/3/2026','6:00 PM','7807113','Kaleo-7-3-2026'],['Kaleo','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Saturday','7/4/2026','8:00 PM','7690678','Kaleo-7-4-2026'],['Kaleo','Britt Festival Pavilion & Gardens','Jacksonville, OR','Monday','7/6/2026','7:30 PM','7684103','Kaleo-7-6-2026'],['Kaleo','Grand Sierra Theatre','Reno, NV','Tuesday','7/7/2026','8:00 PM','7808430','Kaleo-7-7-2026']],'"Kaleo"','https://www.ticketnetwork.com');