// 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([['Boots In The Park: Jon Pardi, Koe Wetzel, Jo Dee Messina & John Morgan','SilverLakes Park','Norco, CA','Saturday','3/7/2026','1:00 PM','7552293','Boots-In-The-Park--Jon-Pardi--Koe-Wetzel--Jo-Dee-Messina---John-Morgan-3-7-2026'],['M3F Festival - Saturday','Steele Indian School Park','Phoenix, AZ','Saturday','3/7/2026','2:00 PM','7566264','M3F-Festival---Saturday-3-7-2026'],['GataJam Country Music Festival: Bailey Zimmerman & Hudson Westbrook','Gold Lot at Allen E. Paulson Stadium','Statesboro, GA','Saturday','3/7/2026','4:00 PM','7503739','GataJam-Country-Music-Festival--Bailey-Zimmerman---Hudson-Westbrook-3-7-2026'],['So You Want to Talk About Race Banned Books Festival','Bishop Arts Theatre Center','Dallas, TX','Saturday','3/7/2026','4:00 PM','7501900','So-You-Want-to-Talk-About-Race-Banned-Books-Festival-3-7-2026'],['DreamState Festival - Saturday','Bill Graham Civic Auditorium','San Francisco, CA','Saturday','3/7/2026','5:00 PM','7699578','DreamState-Festival---Saturday-3-7-2026'],['Happy Daps Festival','The Observatory - Santa Ana','Santa Ana, CA','Saturday','3/7/2026','5:30 PM','7546387','Happy-Daps-Festival-3-7-2026'],['Monster Truck Wars','National Peanut Festival','Dothan, AL','Saturday','3/7/2026','6:00 PM','7639169','Monster-Truck-Wars-3-7-2026'],['ALTPUNKSKAFEST','Come and Take It Live','Austin, TX','Saturday','3/7/2026','6:00 PM','7733136','ALTPUNKSKAFEST-3-7-2026'],['Queen City Blues Festival: King George, Pokey Bear & West Love','Ovens Auditorium','Charlotte, NC','Saturday','3/7/2026','7:00 PM','7566665','Queen-City-Blues-Festival--King-George--Pokey-Bear---West-Love-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']],'"Festival"','https://www.ticketnetwork.com');