//
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([['They Might Be Giants','Bourbon Theatre - NE','Lincoln, NE','Tuesday','9/23/2025','8:00 PM','7216836','They-Might-Be-Giants-9-23-2025'],['They Might Be Giants','Ogden Theatre','Denver, CO','Friday','9/26/2025','7:00 PM','7217370','They-Might-Be-Giants-9-26-2025'],['They Might Be Giants','Ogden Theatre','Denver, CO','Saturday','9/27/2025','7:00 PM','7217371','They-Might-Be-Giants-9-27-2025'],['They Might Be Giants','Washington's - Fort Collins','Fort Collins, CO','Sunday','9/28/2025','8:00 PM','7216927','They-Might-Be-Giants-9-28-2025'],['They Might Be Giants','The Pageant','St. Louis, MO','Friday','10/17/2025','8:00 PM','7216928','They-Might-Be-Giants-10-17-2025'],['They Might Be Giants','Madison Theater - Covington','Covington, KY','Tuesday','10/21/2025','8:00 PM','7216929','They-Might-Be-Giants-10-21-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Friday','10/24/2025','8:00 PM','6779688','They-Might-Be-Giants-10-24-2025'],['They Might Be Giants','The Eastern - GA','Atlanta, GA','Saturday','10/25/2025','8:00 PM','6889087','They-Might-Be-Giants-10-25-2025'],['They Might Be Giants','The Signal - TN','Chattanooga, TN','Thursday','11/13/2025','8:00 PM','6775415','They-Might-Be-Giants-11-13-2025'],['They Might Be Giants - 2 Day Pass','Brooklyn Bowl - Nashville','Nashville, TN','Friday','11/14/2025','TBD','6775418','They-Might-Be-Giants---2-Day-Pass-11-14-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Friday','11/14/2025','8:00 PM','6775416','They-Might-Be-Giants-11-14-2025'],['They Might Be Giants','Brooklyn Bowl - Nashville','Nashville, TN','Saturday','11/15/2025','8:00 PM','6775417','They-Might-Be-Giants-11-15-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Monday','11/17/2025','8:00 PM','7214743','They-Might-Be-Giants-11-17-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Tuesday','11/18/2025','8:00 PM','6774506','They-Might-Be-Giants-11-18-2025'],['They Might Be Giants','The Orange Peel','Asheville, NC','Wednesday','11/19/2025','8:00 PM','6774507','They-Might-Be-Giants-11-19-2025'],['They Might Be Giants','Agora Theatre','Cleveland, OH','Friday','11/21/2025','8:00 PM','7217372','They-Might-Be-Giants-11-21-2025']],'They Might Be Giants','http://www.ticketnetwork.com/ticket/They-Might-Be-Giants-events.aspx');