// 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([['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Harbourfront Theatre','Summerside, Canada','Saturday','12/20/2025','7:30 PM','7396759','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-12-20-2025'],['King George - A Tribute to George Strait','Granada Theater - Dallas','Dallas, TX','Sunday','12/28/2025','8:00 PM','7565063','King-George---A-Tribute-to-George-Strait-12-28-2025'],['Derek Spence - Tribute to George Strait','Main Street Crossing','Tomball, TX','Saturday','1/3/2026','4:00 PM','7319226','Derek-Spence---Tribute-to-George-Strait-1-3-2026'],['Derek Spence - Tribute to George Strait','Main Street Crossing','Tomball, TX','Saturday','1/3/2026','8:00 PM','7319227','Derek-Spence---Tribute-to-George-Strait-1-3-2026'],['Alan Jackson & George Strait Tribute','Island Resort & Casino','Harris, MI','Saturday','2/7/2026','8:00 PM','7624657','Alan-Jackson---George-Strait-Tribute-2-7-2026'],['Strait From Me To You - Tribute to George Strait','Event Centre At Club Regent Casino','Winnipeg, Canada','Thursday','2/26/2026','7:00 PM','7547475','Strait-From-Me-To-You---Tribute-to-George-Strait-2-26-2026'],['Strait From Me To You - Tribute to George Strait','Casino Regina','Regina, Canada','Saturday','2/28/2026','8:00 PM','7597981','Strait-From-Me-To-You---Tribute-to-George-Strait-2-28-2026'],['Megastars of Country - Tribute To George Strait, Alan Jackson & Brooks and Dunn','Event Centre At Club Regent Casino','Winnipeg, Canada','Monday','3/23/2026','7:00 PM','7623122','Megastars-of-Country---Tribute-To-George-Strait--Alan-Jackson---Brooks-and-Dunn-3-23-2026'],['Derek Spence - Tribute to George Strait','Old Town Theatre','Huntsville, TX','Saturday','4/18/2026','7:30 PM','7384269','Derek-Spence---Tribute-to-George-Strait-4-18-2026'],['George Strait, Zach Top & Dylan Gossett','Jones AT&T Stadium','Lubbock, TX','Friday','4/24/2026','TBD','7566202','George-Strait--Zach-Top---Dylan-Gossett-4-24-2026']],'George Strait','https://www.ticketnetwork.com');