//
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([['Are You Ready For It? A Taylor Experience','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','1/31/2026','6:30 PM','7628466','Are-You-Ready-For-It--A-Taylor-Experience-1-31-2026'],['Roots of Creation','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','2/6/2026','7:30 PM','7628467','Roots-of-Creation-2-6-2026'],['The Joshua Tree - U2 Tribute','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','2/20/2026','7:30 PM','7452216','The-Joshua-Tree---U2-Tribute-2-20-2026'],['Mamma Mania - ABBA Tribute','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','2/21/2026','7:30 PM','7452215','Mamma-Mania---ABBA-Tribute-2-21-2026'],['Bob Marley - Comedian','Flying Monkey Movie House & Performance Center','Plymouth, NH','Thursday','2/26/2026','7:30 PM','7628416','Bob-Marley---Comedian-2-26-2026'],['Con Man & Ben Seidman','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','3/20/2026','7:30 PM','7628468','Con-Man---Ben-Seidman-3-20-2026'],['Dirty Deeds - AC/DC Tribute','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','3/21/2026','7:30 PM','7452213','Dirty-Deeds---AC-DC-Tribute-3-21-2026'],['The British Invasion Years','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','4/25/2026','7:30 PM','7628469','The-British-Invasion-Years-4-25-2026'],['Pink Talking Fish - A Tribute to Pink Floyd, The Talking Heads & Phish','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','5/1/2026','7:30 PM','7628470','Pink-Talking-Fish---A-Tribute-to-Pink-Floyd--The-Talking-Heads---Phish-5-1-2026'],['Little Lies - Fleetwood Mac Tribute','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','5/2/2026','7:30 PM','7628471','Little-Lies---Fleetwood-Mac-Tribute-5-2-2026'],['Napoleon Dynamite Live!','Flying Monkey Movie House & Performance Center','Plymouth, NH','Sunday','5/3/2026','7:00 PM','7628472','Napoleon-Dynamite-Live--5-3-2026'],['Dar Williams','Flying Monkey Movie House & Performance Center','Plymouth, NH','Thursday','5/7/2026','7:30 PM','7452210','Dar-Williams-5-7-2026'],['One Night In Memphis','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','6/5/2026','7:30 PM','7628473','One-Night-In-Memphis-6-5-2026'],['Peter Antoniou','Flying Monkey Movie House & Performance Center','Plymouth, NH','Friday','8/14/2026','7:30 PM','7628474','Peter-Antoniou-8-14-2026']],'The Flying Monkey','http://www.ticketnetwork.com/ticket/The-Flying-Monkey-events.aspx');