//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Garth Brooks','Capital One Arena','Washington, DC','Friday','9/18/2026','8:00 PM','8199255','Garth-Brooks-9-18-2026'],['Garth Brooks','Capital One Arena','Washington, DC','Saturday','9/19/2026','8:00 PM','8199257','Garth-Brooks-9-19-2026'],['Garth Brooks','Kia Center','Orlando, FL','Friday','9/25/2026','8:00 PM','8235490','Garth-Brooks-9-25-2026'],['Garth Brooks','Kia Center','Orlando, FL','Saturday','9/26/2026','8:00 PM','8235491','Garth-Brooks-9-26-2026'],['Garth Brooks','Kia Center','Orlando, FL','Sunday','9/27/2026','2:00 PM','8261316','Garth-Brooks-9-27-2026'],['The World According to Garth - Garth Brooks Tribute','Medina Entertainment Center','Hamel, MN','Saturday','10/3/2026','8:00 PM','7963314','The-World-According-to-Garth---Garth-Brooks-Tribute-10-3-2026'],['Garth Brooks','Delta Center','Salt Lake City, UT','Friday','10/9/2026','8:00 PM','8255625','Garth-Brooks-10-9-2026'],['Garth Brooks','Delta Center','Salt Lake City, UT','Saturday','10/10/2026','8:00 PM','8255626','Garth-Brooks-10-10-2026'],['No Fences - Tribute to Garth Brooks','Madlife Stage & Studios','Woodstock, GA','Saturday','10/10/2026','9:30 PM','8037105','No-Fences---Tribute-to-Garth-Brooks-10-10-2026'],['Garth Live - Tribute to Garth Brooks','Mansfield Center For The Performing Arts','Great Falls, MT','Thursday','10/15/2026','7:00 PM','8210234','Garth-Live---Tribute-to-Garth-Brooks-10-15-2026'],['Shawn Gerhard - Tribute To Garth Brooks','Athens Theatre - FL','Deland, FL','Saturday','10/17/2026','7:30 PM','7937904','Shawn-Gerhard---Tribute-To-Garth-Brooks-10-17-2026'],['No Fences - Tribute to Garth Brooks','Wheeling Island Showroom','Wheeling, WV','Saturday','10/24/2026','8:00 PM','8249482','No-Fences---Tribute-to-Garth-Brooks-10-24-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 Live - Tribute to Garth Brooks','Central Lakes Community Performing Arts Center','Brainerd, MN','Sunday','11/8/2026','7:00 PM','8207221','Garth-Live---Tribute-to-Garth-Brooks-11-8-2026'],['No Fences - Tribute to Garth Brooks','Lexington Village Theatre','Lexington, MI','Saturday','11/21/2026','8:00 PM','8051056','No-Fences---Tribute-to-Garth-Brooks-11-21-2026'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','deCoste Centre','Pictou, Canada','Saturday','12/19/2026','7:30 PM','8174009','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-12-19-2026'],['Country Boys - Tribute to Alan Jackson, Garth Brooks, Brad Paisley & George Strait','Light House Arts Centre','Halifax, Canada','Sunday','12/20/2026','2:00 PM','7881498','Country-Boys---Tribute-to-Alan-Jackson--Garth-Brooks--Brad-Paisley---George-Strait-12-20-2026']],'Garth Brooks','http://www.ticketnetwork.com/ticket/Garth-Brooks-events.aspx');