//
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-02A
TN_Widget.CreateTable([['Garth Tribute Live - Tribute to Garth Brooks','Macomb Center For The Performing Arts','Clinton Township, MI','Saturday','2/15/2025','7:30 PM','6565065','Garth-Tribute-Live---Tribute-to-Garth-Brooks-2-15-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Friday','2/21/2025','8:00 PM','6706307','Garth-Brooks-2-21-2025'],['No Fences - Tribute to Garth Brooks','Danenberger Family Vineyards','New Berlin, IL','Saturday','2/22/2025','8:00 PM','6904146','No-Fences---Tribute-to-Garth-Brooks-2-22-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Saturday','2/22/2025','8:00 PM','6706308','Garth-Brooks-2-22-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Sunday','2/23/2025','8:00 PM','6706309','Garth-Brooks-2-23-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Friday','2/28/2025','8:00 PM','6706310','Garth-Brooks-2-28-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Saturday','3/1/2025','8:00 PM','6706311','Garth-Brooks-3-1-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Sunday','3/2/2025','8:00 PM','6706313','Garth-Brooks-3-2-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Friday','3/7/2025','8:00 PM','6706314','Garth-Brooks-3-7-2025'],['Kip Sweeny - Garth Brooks Tribute','The Ranch Concert Hall & Saloon','Fort Myers, FL','Saturday','3/8/2025','7:00 PM','6967328','Kip-Sweeny---Garth-Brooks-Tribute-3-8-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Saturday','3/8/2025','8:00 PM','6706315','Garth-Brooks-3-8-2025'],['Garth Brooks','The Colosseum At Caesars Palace','Las Vegas, NV','Sunday','3/9/2025','8:00 PM','6706316','Garth-Brooks-3-9-2025'],['Garth Live - Tribute to Garth Brooks','Jarson Kaplan Theater at Aronoff Center','Cincinnati, OH','Sunday','3/16/2025','3:00 PM','6777509','Garth-Live---Tribute-to-Garth-Brooks-3-16-2025'],['OPRY 100: Garth Brooks, Trisha Yearwood, Reba McEntire, & Carrie Underwood','Grand Ole Opry House','Nashville, TN','Wednesday','3/19/2025','7:00 PM','6963255','OPRY-100--Garth-Brooks--Trisha-Yearwood--Reba-McEntire----Carrie-Underwood-3-19-2025'],['Legends of Country - Tributes to Garth Brooks, Shania Twain, Reba McEntire & Kenny Rogers','Mccallum Theatre','Palm Desert, CA','Tuesday','4/15/2025','7:00 PM','6736161','Legends-of-Country---Tributes-to-Garth-Brooks--Shania-Twain--Reba-McEntire---Kenny-Rogers-4-15-2025'],['Legends of Country - Tributes to Garth Brooks, Shania Twain, Reba McEntire & Kenny Rogers','Mccallum Theatre','Palm Desert, CA','Wednesday','4/16/2025','7:00 PM','6736162','Legends-of-Country---Tributes-to-Garth-Brooks--Shania-Twain--Reba-McEntire---Kenny-Rogers-4-16-2025'],['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');