//
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-01A
TN_Widget.CreateTable([['School of Rock Attleboro','The Met - RI','Pawtucket, RI','Sunday','1/11/2026','2:00 PM','7653097','School-of-Rock-Attleboro-1-11-2026'],['Bumpin' Uglies & Joey Harkum','The Met - RI','Pawtucket, RI','Saturday','1/17/2026','9:00 PM','7483714','Bumpin--Uglies---Joey-Harkum-1-17-2026'],['School of Rock Attleboro','The Met - RI','Pawtucket, RI','Sunday','1/18/2026','2:00 PM','7653096','School-of-Rock-Attleboro-1-18-2026'],['Max Creek','The Met - RI','Pawtucket, RI','Friday','1/23/2026','9:00 PM','7573973','Max-Creek-1-23-2026'],['Max Creek','The Met - RI','Pawtucket, RI','Saturday','1/24/2026','9:00 PM','7573974','Max-Creek-1-24-2026'],['Chrome Horse - Bob Dylan Tribute','The Met - RI','Pawtucket, RI','Friday','1/30/2026','8:00 PM','7564189','Chrome-Horse---Bob-Dylan-Tribute-1-30-2026'],['Earlybirds Club','The Met - RI','Pawtucket, RI','Friday','2/6/2026','6:00 PM','7570150','Earlybirds-Club-2-6-2026'],['Playing Dead - Grateful Dead Tribute','The Met - RI','Pawtucket, RI','Saturday','2/7/2026','9:00 PM','7667479','Playing-Dead---Grateful-Dead-Tribute-2-7-2026'],['Neighbor - Band','The Met - RI','Pawtucket, RI','Saturday','2/14/2026','8:30 PM','7452514','Neighbor---Band-2-14-2026'],['New England Winter Blues Festival','The Met - RI','Pawtucket, RI','Sunday','3/1/2026','5:00 PM','7665253','New-England-Winter-Blues-Festival-3-1-2026'],['Reprise - Recreating Iconic Phish Shows','The Met - RI','Pawtucket, RI','Friday','3/6/2026','8:30 PM','7633644','Reprise---Recreating-Iconic-Phish-Shows-3-6-2026'],['Jonathan Richman','The Met - RI','Pawtucket, RI','Saturday','3/7/2026','9:15 PM','7604321','Jonathan-Richman-3-7-2026'],['Gubbulidis','The Met - RI','Pawtucket, RI','Friday','3/13/2026','9:00 PM','7630006','Gubbulidis-3-13-2026'],['Lotus Land - A Tribute to Rush','The Met - RI','Pawtucket, RI','Saturday','3/14/2026','9:00 PM','7606351','Lotus-Land---A-Tribute-to-Rush-3-14-2026'],['Night Zero & Weird Phishes','The Met - RI','Pawtucket, RI','Friday','3/20/2026','8:30 PM','7602544','Night-Zero---Weird-Phishes-3-20-2026'],['Talib Kweli','The Met - RI','Pawtucket, RI','Saturday','4/25/2026','9:00 PM','7618074','Talib-Kweli-4-25-2026'],['Billy Prine','The Met - RI','Pawtucket, RI','Friday','5/8/2026','8:00 PM','7614098','Billy-Prine-5-8-2026']],'The Met Pawtucket','http://www.ticketnetwork.com/ticket/The-Met-Pawtucket-events.aspx');