//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['George Thorogood and The Destroyers','Yaamava Theater at Yaamava Resort & Casino','Highland, CA','Friday','3/6/2026','8:00 PM','7540901','George-Thorogood-and-The-Destroyers-3-6-2026'],['George Thorogood and The Destroyers','Fred Kavli Theatre At Bank Of America Performing Arts Center','Thousand Oaks, CA','Sunday','3/8/2026','8:00 PM','7542273','George-Thorogood-and-The-Destroyers-3-8-2026'],['George Thorogood and The Destroyers','Uptown Theatre Napa','Napa, CA','Tuesday','3/10/2026','8:00 PM','7542268','George-Thorogood-and-The-Destroyers-3-10-2026'],['George Thorogood and The Destroyers','Mary Stuart Rogers Theater at Gallo Center For The Arts','Modesto, CA','Wednesday','3/11/2026','7:30 PM','7546916','George-Thorogood-and-The-Destroyers-3-11-2026'],['George Thorogood and The Destroyers','Great Canadian Casino Vancouver','Coquitlam, Canada','Saturday','3/14/2026','8:00 PM','7542269','George-Thorogood-and-The-Destroyers-3-14-2026'],['George Thorogood and The Destroyers','Great Canadian Casino Vancouver','Coquitlam, Canada','Sunday','3/15/2026','8:00 PM','7542270','George-Thorogood-and-The-Destroyers-3-15-2026'],['George Thorogood','Sandman Centre','Kamloops, Canada','Tuesday','3/17/2026','7:30 PM','7539092','George-Thorogood-3-17-2026'],['George Thorogood and The Destroyers','River Cree Casino','Enoch, Canada','Thursday','3/19/2026','8:00 PM','7537558','George-Thorogood-and-The-Destroyers-3-19-2026'],['George Thorogood and The Destroyers','Grey Eagle Resort & Casino','Calgary, Canada','Friday','3/20/2026','7:30 PM','7542271','George-Thorogood-and-The-Destroyers-3-20-2026'],['George Thorogood and The Destroyers','Conexus Arts Centre','Regina, Canada','Sunday','3/22/2026','7:30 PM','7546640','George-Thorogood-and-The-Destroyers-3-22-2026'],['George Thorogood and The Destroyers','Burton Cummings Theatre','Winnipeg, Canada','Tuesday','3/24/2026','7:30 PM','7546228','George-Thorogood-and-The-Destroyers-3-24-2026'],['George Thorogood and The Destroyers','Symphony Hall At DECC','Duluth, MN','Wednesday','3/25/2026','7:30 PM','7537559','George-Thorogood-and-The-Destroyers-3-25-2026'],['George Thorogood and The Destroyers','Firekeepers Casino','Battle Creek, MI','Friday','3/27/2026','9:00 PM','7552093','George-Thorogood-and-The-Destroyers-3-27-2026'],['George Thorogood and The Destroyers','Brown County Music Center','Nashville, IN','Saturday','3/28/2026','7:30 PM','7537560','George-Thorogood-and-The-Destroyers-3-28-2026'],['George Thorogood and The Destroyers','Rialto Square Theatre','Joliet, IL','Sunday','3/29/2026','7:00 PM','7539076','George-Thorogood-and-The-Destroyers-3-29-2026'],['George Thorogood and The Destroyers','FirstOntario Concert Hall','Hamilton, Canada','Thursday','4/2/2026','7:30 PM','7537557','George-Thorogood-and-The-Destroyers-4-2-2026'],['George Thorogood and The Destroyers','Casino Rama Entertainment Centre','Rama, Canada','Friday','4/3/2026','9:00 PM','7552001','George-Thorogood-and-The-Destroyers-4-3-2026'],['George Thorogood and The Destroyers','Hard Rock Hotel & Casino - Ottawa','Gloucester, Canada','Saturday','4/4/2026','7:00 PM','7546829','George-Thorogood-and-The-Destroyers-4-4-2026']],'George Thorogood','https://www.ticketnetwork.com/ticket/George-Thorogood-events.aspx');