//
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([['The Book Of Mormon','The Playhouse on Rodney Square','Wilmington, DE','Friday','3/27/2026','8:00 PM','7066294','The-Book-Of-Mormon-3-27-2026'],['The Book Of Mormon','The Playhouse on Rodney Square','Wilmington, DE','Saturday','3/28/2026','2:00 PM','7066295','The-Book-Of-Mormon-3-28-2026'],['The Book Of Mormon','The Playhouse on Rodney Square','Wilmington, DE','Saturday','3/28/2026','8:00 PM','7066296','The-Book-Of-Mormon-3-28-2026'],['The Book Of Mormon','The Playhouse on Rodney Square','Wilmington, DE','Sunday','3/29/2026','2:00 PM','7066297','The-Book-Of-Mormon-3-29-2026'],['The Book Of Mormon','The Playhouse on Rodney Square','Wilmington, DE','Sunday','3/29/2026','7:00 PM','7066298','The-Book-Of-Mormon-3-29-2026'],['David Sedaris','The Playhouse on Rodney Square','Wilmington, DE','Sunday','4/12/2026','7:00 PM','7456700','David-Sedaris-4-12-2026'],['The Diary Of Black Men','The Playhouse on Rodney Square','Wilmington, DE','Saturday','4/18/2026','8:00 PM','7629866','The-Diary-Of-Black-Men-4-18-2026'],['Kinky Boots','The Playhouse on Rodney Square','Wilmington, DE','Friday','5/8/2026','8:00 PM','7066299','Kinky-Boots-5-8-2026'],['Kinky Boots','The Playhouse on Rodney Square','Wilmington, DE','Saturday','5/9/2026','2:00 PM','7066300','Kinky-Boots-5-9-2026'],['Kinky Boots','The Playhouse on Rodney Square','Wilmington, DE','Saturday','5/9/2026','8:00 PM','7066301','Kinky-Boots-5-9-2026'],['Kinky Boots','The Playhouse on Rodney Square','Wilmington, DE','Sunday','5/10/2026','2:00 PM','7066302','Kinky-Boots-5-10-2026'],['Darren Criss','The Playhouse on Rodney Square','Wilmington, DE','Sunday','5/31/2026','7:00 PM','7625404','Darren-Criss-5-31-2026'],['The Music Man','The Playhouse on Rodney Square','Wilmington, DE','Friday','6/5/2026','8:00 PM','7066303','The-Music-Man-6-5-2026'],['The Music Man','The Playhouse on Rodney Square','Wilmington, DE','Saturday','6/6/2026','2:00 PM','7066304','The-Music-Man-6-6-2026'],['The Music Man','The Playhouse on Rodney Square','Wilmington, DE','Saturday','6/6/2026','8:00 PM','7066305','The-Music-Man-6-6-2026'],['The Music Man','The Playhouse on Rodney Square','Wilmington, DE','Sunday','6/7/2026','2:00 PM','7066306','The-Music-Man-6-7-2026']],'DuPont Theatre','https://www.ticketnetwork.com/ticket/DuPont-Theatre-events.aspx');