// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Wyatt Flores','Coors Event Centre - SK','Saskatoon, Canada','Friday','11/14/2025','7:00 PM','7153168','Wyatt-Flores-11-14-2025'],['Wyatt Flores','Burton Cummings Theatre','Winnipeg, Canada','Saturday','11/15/2025','8:00 PM','7153219','Wyatt-Flores-11-15-2025'],['Grand Ole Opry: Wyatt Flores','Grand Ole Opry House','Nashville, TN','Tuesday','12/2/2025','7:00 PM','6762468','Grand-Ole-Opry--Wyatt-Flores-12-2-2025'],['Grand Ole Opry: Wyatt Flores & Joy Oladokun','Grand Ole Opry House','Nashville, TN','Tuesday','12/2/2025','9:30 PM','7510439','Grand-Ole-Opry--Wyatt-Flores---Joy-Oladokun-12-2-2025'],['Hangover Ball: Cody Canada, Robert Earl Keen & Wyatt Flores','Cains Ballroom','Tulsa, OK','Thursday','1/1/2026','7:30 PM','7487765','Hangover-Ball--Cody-Canada--Robert-Earl-Keen---Wyatt-Flores-1-1-2026'],['Stagecoach Festival: Cody Johnson, Lainey Wilson & Post Malone - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/24/2026','TBD','7203845','Stagecoach-Festival--Cody-Johnson--Lainey-Wilson---Post-Malone---3-Day-Pass-4-24-2026'],['Stagecoach Festival: Post Malone, Brooks and Dunn & Hootie and The Blowfish - Sunday','Empire Polo Field','Indio, CA','Sunday','4/26/2026','12:00 PM','7203850','Stagecoach-Festival--Post-Malone--Brooks-and-Dunn---Hootie-and-The-Blowfish---Sunday-4-26-2026'],['George Strait, Cody Johnson & Wyatt Flores','Frank Howard Field at Clemson Memorial Stadium','Clemson, SC','Saturday','5/2/2026','7:00 PM','7498653','George-Strait--Cody-Johnson---Wyatt-Flores-5-2-2026'],['2026 Gulf Coast Jam: Post Malone, Chris Stapleton, Riley Green & Keith Urban - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/28/2026','TBD','7181094','2026-Gulf-Coast-Jam--Post-Malone--Chris-Stapleton--Riley-Green---Keith-Urban---4-Day-Pass-5-28-2026'],['Country Stampede: Treaty Oak Revival, Wyatt Flores & Presley and Taylor - Thursday (Time: TBD)','Azura Amphitheater','Bonner Springs, KS','Thursday','6/25/2026','3:00 PM','7271768','Country-Stampede--Treaty-Oak-Revival--Wyatt-Flores---Presley-and-Taylor---Thursday--Time--TBD--6-25-2026']],'Wyatt Flores','https://www.ticketnetwork.com');