//
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([['Hot Tuna','Stuart's Opera House','Nelsonville, OH','Friday','7/18/2025','7:00 PM','7061909','Hot-Tuna-7-18-2025'],['Hot Tuna','Stuart's Opera House','Nelsonville, OH','Saturday','7/19/2025','7:00 PM','7061914','Hot-Tuna-7-19-2025'],['Hot Tuna','The Neptune Theatre','Seattle, WA','Wednesday','9/10/2025','8:00 PM','7020727','Hot-Tuna-9-10-2025'],['Hot Tuna','Bing Crosby Theater','Spokane, WA','Thursday','9/11/2025','7:30 PM','7073219','Hot-Tuna-9-11-2025'],['Hot Tuna','The Wilma Theatre - MT','Missoula, MT','Saturday','9/13/2025','8:00 PM','7020728','Hot-Tuna-9-13-2025'],['Hot Tuna','Pine Creek Lodge','Livingston, MT','Sunday','9/14/2025','7:00 PM','7037844','Hot-Tuna-9-14-2025'],['Hot Tuna','The State Room','Salt Lake City, UT','Tuesday','9/16/2025','8:00 PM','7022521','Hot-Tuna-9-16-2025'],['Hot Tuna','The Avalon Theatre - CO','Grand Junction, CO','Thursday','9/18/2025','8:00 PM','7020729','Hot-Tuna-9-18-2025'],['Hot Tuna','The Strings Pavilion','Steamboat Springs, CO','Friday','9/19/2025','7:00 PM','7033242','Hot-Tuna-9-19-2025'],['Hot Tuna','Musical Instrument Museum - Music Theater','Phoenix, AZ','Monday','9/22/2025','7:00 PM','7114748','Hot-Tuna-9-22-2025'],['Hot Tuna','Musical Instrument Museum - Music Theater','Phoenix, AZ','Tuesday','9/23/2025','7:00 PM','7114749','Hot-Tuna-9-23-2025'],['Hot Tuna','Musical Instrument Museum - Music Theater','Phoenix, AZ','Wednesday','9/24/2025','7:00 PM','7114750','Hot-Tuna-9-24-2025'],['Hot Tuna','Mary Seaton Room At Kleinhans Music Hall','Buffalo, NY','Friday','10/24/2025','8:00 PM','7094418','Hot-Tuna-10-24-2025'],['Hot Tuna','Kleinhans Music Hall','Buffalo, NY','Friday','10/24/2025','8:00 PM','7093813','Hot-Tuna-10-24-2025'],['Hot Tuna','Smith Opera House','Geneva, NY','Sunday','10/26/2025','8:00 PM','7094777','Hot-Tuna-10-26-2025'],['Hot Tuna','Paramount Theatre - Rutland','Rutland, VT','Monday','10/27/2025','7:00 PM','7112471','Hot-Tuna-10-27-2025'],['Hot Tuna','The Bardavon 1869 Opera House','Poughkeepsie, NY','Wednesday','10/29/2025','7:30 PM','7093800','Hot-Tuna-10-29-2025'],['Hot Tuna','Copeland Hall At Grand Opera House - DE','Wilmington, DE','Thursday','10/30/2025','8:00 PM','7094776','Hot-Tuna-10-30-2025'],['Hot Tuna','George Van Dusen Theatre At North Shore Center For The Performing Arts','Skokie, IL','Wednesday','11/5/2025','7:30 PM','7092220','Hot-Tuna-11-5-2025']],'Hot Tuna','http://www.ticketnetwork.com/ticket/Hot-Tuna-events.aspx');