//
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-04A
TN_Widget.CreateTable([['The Met Live In HD: I Puritani','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','1/10/2026','1:00 PM','7372803','The-Met-Live-In-HD--I-Puritani-1-10-2026'],['Michael Blaustein','The Bardavon 1869 Opera House','Poughkeepsie, NY','Sunday','1/18/2026','7:00 PM','7556277','Michael-Blaustein-1-18-2026'],['Dusty Slay','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','2/27/2026','7:00 PM','7490554','Dusty-Slay-2-27-2026'],['Justin Willman','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','2/28/2026','7:00 PM','7398377','Justin-Willman-2-28-2026'],['Rick Wakeman','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','3/14/2026','8:00 PM','7104648','Rick-Wakeman-3-14-2026'],['The Infamous Stringdusters','The Bardavon 1869 Opera House','Poughkeepsie, NY','Thursday','3/19/2026','7:00 PM','7548907','The-Infamous-Stringdusters-3-19-2026'],['Celtic Angels Ireland','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','3/20/2026','7:30 PM','7593107','Celtic-Angels-Ireland-3-20-2026'],['The Met Live In HD: Tristan Und Isolde','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','3/21/2026','12:00 PM','7372778','The-Met-Live-In-HD--Tristan-Und-Isolde-3-21-2026'],['Mae Martin','The Bardavon 1869 Opera House','Poughkeepsie, NY','Friday','4/10/2026','7:30 PM','7487979','Mae-Martin-4-10-2026'],['Melissa Etheridge','The Bardavon 1869 Opera House','Poughkeepsie, NY','Sunday','4/12/2026','7:30 PM','7506239','Melissa-Etheridge-4-12-2026'],['Beatles vs. Stones - A Musical Showdown','The Bardavon 1869 Opera House','Poughkeepsie, NY','Wednesday','4/15/2026','7:30 PM','7626940','Beatles-vs--Stones---A-Musical-Showdown-4-15-2026'],['The Met Live in HD: Eugene Onegin','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','5/2/2026','1:00 PM','7372779','The-Met-Live-in-HD--Eugene-Onegin-5-2-2026'],['Joe Jackson','The Bardavon 1869 Opera House','Poughkeepsie, NY','Monday','5/11/2026','8:00 PM','7556060','Joe-Jackson-5-11-2026'],['Stayin' Alive - One Night of the Bee Gees','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','10/3/2026','7:30 PM','7563320','Stayin--Alive---One-Night-of-the-Bee-Gees-10-3-2026']],'Bardavon Opera House','http://www.ticketnetwork.com/ticket/Bardavon-Opera-House-events.aspx');