//
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-03A
TN_Widget.CreateTable([['Graham Nash','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Tuesday','7/8/2025','7:30 PM','7059830','Graham-Nash-7-8-2025'],['Graham Nash','Canoe Place Inn','Hampton Bays, NY','Thursday','7/10/2025','7:30 PM','7063743','Graham-Nash-7-10-2025'],['Graham Nash','Capitol Theatre - Port Chester','Port Chester, NY','Friday','7/11/2025','8:00 PM','7059832','Graham-Nash-7-11-2025'],['Graham Nash','Bearsville Theater','Woodstock, NY','Sunday','7/13/2025','8:00 PM','7063745','Graham-Nash-7-13-2025'],['Graham Nash','Center for the Arts of Homer','Homer, NY','Tuesday','7/15/2025','7:30 PM','7063750','Graham-Nash-7-15-2025'],['Graham Nash','Center for the Arts of Homer','Homer, NY','Wednesday','7/16/2025','7:30 PM','7063752','Graham-Nash-7-16-2025'],['Graham Nash','Plymouth Memorial Hall','Plymouth, MA','Friday','7/18/2025','7:30 PM','7063755','Graham-Nash-7-18-2025'],['Graham Nash','Historic Park Theatre and Event Center','Cranston, RI','Saturday','7/19/2025','7:30 PM','7063756','Graham-Nash-7-19-2025'],['Graham Nash','The Tabernacle - Oak Bluffs','Oak Bluffs, MA','Monday','7/21/2025','7:30 PM','7059833','Graham-Nash-7-21-2025'],['Graham Nash','Payomet Performing Arts Center','North Truro, MA','Wednesday','7/23/2025','7:00 PM','7063757','Graham-Nash-7-23-2025'],['Graham Nash','The Concert Hall at Groton Hill Music Center','Groton, MA','Thursday','7/24/2025','7:30 PM','7063758','Graham-Nash-7-24-2025'],['Graham Nash','Vinegar Hill Music Theatre','Kennebunkport, ME','Saturday','7/26/2025','8:00 PM','7063759','Graham-Nash-7-26-2025'],['Graham Nash','Vinegar Hill Music Theatre','Kennebunkport, ME','Sunday','7/27/2025','8:00 PM','7063760','Graham-Nash-7-27-2025'],['Emmylou Harris & Graham Nash','Tanglewood','Lenox, MA','Tuesday','7/29/2025','7:00 PM','6982772','Emmylou-Harris---Graham-Nash-7-29-2025'],['Emmylou Harris & Graham Nash','Wolf Trap National Park for the Performing Arts','Vienna, VA','Thursday','7/31/2025','8:00 PM','6982800','Emmylou-Harris---Graham-Nash-7-31-2025'],['Graham Nash','Sandler Center For The Performing Arts','Virginia Beach, VA','Friday','8/1/2025','8:00 PM','7059834','Graham-Nash-8-1-2025'],['Graham Nash','Palace Theatre - PA','Greensburg, PA','Sunday','8/3/2025','7:30 PM','7060678','Graham-Nash-8-3-2025'],['Graham Nash','Goodyear Theater','Akron, OH','Tuesday','8/5/2025','7:30 PM','7059835','Graham-Nash-8-5-2025'],['Graham Nash','Asbury Hall at Babeville','Buffalo, NY','Wednesday','8/6/2025','7:30 PM','7063761','Graham-Nash-8-6-2025'],['Graham Nash','London Palladium','London, United Kingdom','Sunday','10/19/2025','6:30 PM','7058437','Graham-Nash-10-19-2025']],'Graham Nash','http://www.ticketnetwork.com/ticket/Graham-Nash-events.aspx');