// 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([['No Fences - Tribute to Garth Brooks','Wheeling Island Showroom','Wheeling, WV','Saturday','8/30/2025','8:00 PM','7141213','No-Fences---Tribute-to-Garth-Brooks-8-30-2025'],['Garth Live - Tribute to Garth Brooks','Dallas Arboretum','Dallas, TX','Thursday','9/11/2025','7:00 PM','6989467','Garth-Live---Tribute-to-Garth-Brooks-9-11-2025'],['Formula 1: US Grand Prix - Saturday','Circuit of The Americas','Austin, TX','Saturday','10/18/2025','1:00 PM','6653771','Formula-1--US-Grand-Prix---Saturday-10-18-2025'],['Garth Live - Tribute to Garth Brooks','Prescott Elks Theater at Prescott Elks Performing Arts Center','Prescott, AZ','Friday','11/7/2025','7:00 PM','7105172','Garth-Live---Tribute-to-Garth-Brooks-11-7-2025'],['Garth Live - Tribute to Garth Brooks','Historic Yuma Theatre','Yuma, AZ','Friday','3/13/2026','7:00 PM','7099564','Garth-Live---Tribute-to-Garth-Brooks-3-13-2026'],['Garth Guy - Garth Brooks Tribute','The Canyon Santa Clarita','Valencia, CA','Thursday','7/17/2070','TBD','4318219','Garth-Guy---Garth-Brooks-Tribute-7-17-2070']],'Garth Brooks','https://www.ticketnetwork.com');