// 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-04A TN_Widget.CreateTable([['Formula 1: US Grand Prix: Garth Brooks - Saturday','Circuit of The Americas','Austin, TX','Saturday','10/18/2025','12:00 PM','6653771','Formula-1--US-Grand-Prix--Garth-Brooks---Saturday-10-18-2025'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Marquee Ballroom - Halifax','Halifax, Canada','Saturday','10/18/2025','8:00 PM','7116476','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-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'],['Donna Huber & Elton Lammie - Tribute to Shania Twain & Garth Brooks','Struthers Library Theatre','Warren, PA','Saturday','11/15/2025','8:00 PM','7379226','Donna-Huber---Elton-Lammie---Tribute-to-Shania-Twain---Garth-Brooks-11-15-2025'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Imperial Theatre - Saint John','Saint John, Canada','Saturday','12/6/2025','7:30 PM','7187294','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-12-6-2025'],['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'],['No Fences - Tribute to Garth Brooks','Lexington Village Theatre','Lexington, MI','Saturday','12/20/2025','8:00 PM','7184652','No-Fences---Tribute-to-Garth-Brooks-12-20-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 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 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','http://www.ticketnetwork.com/ticket/Garth-Brooks-events.aspx');