// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A 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'],['Garth Live - Tribute to Garth Brooks','Gila River Hotels & Casinos - Wild Horse Pass','Chandler, AZ','Saturday','1/3/2026','8:00 PM','7556237','Garth-Live---Tribute-to-Garth-Brooks-1-3-2026'],['No Fences - Tribute to Garth Brooks','Gas City Performing Arts Center','Gas City, IN','Saturday','2/21/2026','7:00 PM','7407792','No-Fences---Tribute-to-Garth-Brooks-2-21-2026'],['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'],['Ultimate Garth and Shania Tribute','Ormond Beach Performing Arts','Ormond Beach, FL','Saturday','3/14/2026','7:30 PM','7502249','Ultimate-Garth-and-Shania-Tribute-3-14-2026'],['Garth Brooks','American Family Insurance Amphitheater','Milwaukee, WI','Tuesday','6/16/2026','7:30 PM','7406125','Garth-Brooks-6-16-2026'],['Garth Brooks','American Family Insurance Amphitheater','Milwaukee, WI','Wednesday','6/17/2026','7:30 PM','7395437','Garth-Brooks-6-17-2026'],['Garth Brooks','Hyde Park - London','London, United Kingdom','Saturday','6/27/2026','2:00 PM','7418512','Garth-Brooks-6-27-2026'],['No Fences - Tribute to Garth Brooks','The Amish Country Theater','Millersburg, OH','Saturday','11/7/2026','7:00 PM','7598106','No-Fences---Tribute-to-Garth-Brooks-11-7-2026']],'Garth Brooks','http://www.ticketnetwork.com/ticket/Garth-Brooks-events.aspx');