//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['Hyperglow Providence','The Strand Theatre - RI','Providence, RI','Friday','2/14/2025','8:00 PM','6917784','Hyperglow-Providence-2-14-2025'],['Wallows','The Strand Theatre - RI','Providence, RI','Sunday','2/16/2025','7:30 PM','6772156','Wallows-2-16-2025'],['The Lox','The Strand Theatre - RI','Providence, RI','Saturday','2/22/2025','8:00 PM','6888814','The-Lox-2-22-2025'],['Perreoland','The Strand Theatre - RI','Providence, RI','Friday','3/7/2025','9:00 PM','6948829','Perreoland-3-7-2025'],['Charles Wesley Godwin','The Strand Theatre - RI','Providence, RI','Friday','3/14/2025','8:00 PM','6879363','Charles-Wesley-Godwin-3-14-2025'],['Buguin Martins','The Strand Theatre - RI','Providence, RI','Saturday','4/5/2025','9:00 PM','6969240','Buguin-Martins-4-5-2025'],['Omar Courtz','The Strand Theatre - RI','Providence, RI','Saturday','4/12/2025','9:00 PM','6972223','Omar-Courtz-4-12-2025'],['Badfish','The Strand Theatre - RI','Providence, RI','Friday','4/18/2025','8:00 PM','6955511','Badfish-4-18-2025'],['Hollywood Undead & Tech N9Ne','The Strand Theatre - RI','Providence, RI','Wednesday','5/7/2025','6:25 PM','6888456','Hollywood-Undead---Tech-N9Ne-5-7-2025'],['Mayday Parade','The Strand Theatre - RI','Providence, RI','Sunday','6/1/2025','7:00 PM','6934343','Mayday-Parade-6-1-2025'],['Rio Da Yung OG','The Strand Theatre - RI','Providence, RI','Saturday','9/20/2025','8:00 PM','6899859','Rio-Da-Yung-OG-9-20-2025'],['Lawrence - Band','The Strand Theatre - RI','Providence, RI','Wednesday','10/8/2025','8:00 PM','6862881','Lawrence---Band-10-8-2025'],['Geoff Tate's Operation: Mindcrime','The Strand Theatre - RI','Providence, RI','Tuesday','10/14/2025','9:00 PM','6958969','Geoff-Tate-s-Operation--Mindcrime-10-14-2025'],['Veeze','The Strand Theatre - RI','Providence, RI','Friday','10/12/2074','8:30 PM','6591134','Veeze-10-12-2074']],'Lupos Heartbreak Hotel','https://www.ticketnetwork.com/ticket/Lupos-Heartbreak-Hotel-events.aspx');