//
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-01A
TN_Widget.CreateTable([['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','9/20/2025','7:30 PM','7293434','The-Least-Problematic-Woman-in-the-World-9-20-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','9/22/2025','7:30 PM','7293438','The-Least-Problematic-Woman-in-the-World-9-22-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Tuesday','9/23/2025','7:30 PM','7293440','The-Least-Problematic-Woman-in-the-World-9-23-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','9/24/2025','7:30 PM','7293442','The-Least-Problematic-Woman-in-the-World-9-24-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','9/25/2025','7:30 PM','7293443','The-Least-Problematic-Woman-in-the-World-9-25-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','9/26/2025','7:30 PM','7293446','The-Least-Problematic-Woman-in-the-World-9-26-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','9/27/2025','7:30 PM','7293450','The-Least-Problematic-Woman-in-the-World-9-27-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','9/29/2025','7:30 PM','7293454','The-Least-Problematic-Woman-in-the-World-9-29-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Tuesday','9/30/2025','7:30 PM','7293456','The-Least-Problematic-Woman-in-the-World-9-30-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','10/1/2025','7:30 PM','7293460','The-Least-Problematic-Woman-in-the-World-10-1-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','10/3/2025','7:30 PM','7293463','The-Least-Problematic-Woman-in-the-World-10-3-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/4/2025','5:00 PM','7293466','The-Least-Problematic-Woman-in-the-World-10-4-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/4/2025','8:30 PM','7293467','The-Least-Problematic-Woman-in-the-World-10-4-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/5/2025','3:00 PM','7293468','The-Least-Problematic-Woman-in-the-World-10-5-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','10/8/2025','7:00 PM','7293469','The-Least-Problematic-Woman-in-the-World-10-8-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','10/9/2025','7:00 PM','7293470','The-Least-Problematic-Woman-in-the-World-10-9-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','10/10/2025','7:00 PM','7293471','The-Least-Problematic-Woman-in-the-World-10-10-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/11/2025','5:00 PM','7293472','The-Least-Problematic-Woman-in-the-World-10-11-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/12/2025','3:00 PM','7293473','The-Least-Problematic-Woman-in-the-World-10-12-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/12/2025','7:00 PM','7293474','The-Least-Problematic-Woman-in-the-World-10-12-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Tuesday','10/14/2025','7:00 PM','7293475','The-Least-Problematic-Woman-in-the-World-10-14-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','10/15/2025','7:00 PM','7293476','The-Least-Problematic-Woman-in-the-World-10-15-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','10/16/2025','7:00 PM','7293477','The-Least-Problematic-Woman-in-the-World-10-16-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','10/17/2025','7:00 PM','7293478','The-Least-Problematic-Woman-in-the-World-10-17-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/18/2025','5:00 PM','7293479','The-Least-Problematic-Woman-in-the-World-10-18-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/18/2025','8:30 PM','7293480','The-Least-Problematic-Woman-in-the-World-10-18-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/19/2025','3:00 PM','7293481','The-Least-Problematic-Woman-in-the-World-10-19-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/19/2025','7:00 PM','7293482','The-Least-Problematic-Woman-in-the-World-10-19-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','10/22/2025','7:00 PM','7293484','The-Least-Problematic-Woman-in-the-World-10-22-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','10/23/2025','7:00 PM','7293485','The-Least-Problematic-Woman-in-the-World-10-23-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','10/24/2025','7:00 PM','7293486','The-Least-Problematic-Woman-in-the-World-10-24-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/25/2025','5:00 PM','7293487','The-Least-Problematic-Woman-in-the-World-10-25-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','10/25/2025','8:30 PM','7293488','The-Least-Problematic-Woman-in-the-World-10-25-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/26/2025','3:00 PM','7293489','The-Least-Problematic-Woman-in-the-World-10-26-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','10/26/2025','7:00 PM','7293490','The-Least-Problematic-Woman-in-the-World-10-26-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','10/27/2025','7:00 PM','7293491','The-Least-Problematic-Woman-in-the-World-10-27-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','10/29/2025','7:00 PM','7293492','The-Least-Problematic-Woman-in-the-World-10-29-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','10/30/2025','7:00 PM','7293493','The-Least-Problematic-Woman-in-the-World-10-30-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/1/2025','5:00 PM','7293494','The-Least-Problematic-Woman-in-the-World-11-1-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/1/2025','8:30 PM','7293495','The-Least-Problematic-Woman-in-the-World-11-1-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/2/2025','3:00 PM','7293496','The-Least-Problematic-Woman-in-the-World-11-2-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/2/2025','7:00 PM','7293497','The-Least-Problematic-Woman-in-the-World-11-2-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','11/3/2025','7:00 PM','7293498','The-Least-Problematic-Woman-in-the-World-11-3-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','11/5/2025','7:00 PM','7293499','The-Least-Problematic-Woman-in-the-World-11-5-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','11/6/2025','7:00 PM','7293500','The-Least-Problematic-Woman-in-the-World-11-6-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','11/7/2025','7:00 PM','7293501','The-Least-Problematic-Woman-in-the-World-11-7-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/8/2025','5:00 PM','7293502','The-Least-Problematic-Woman-in-the-World-11-8-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/8/2025','8:30 PM','7293503','The-Least-Problematic-Woman-in-the-World-11-8-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/9/2025','3:00 PM','7293504','The-Least-Problematic-Woman-in-the-World-11-9-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/9/2025','7:00 PM','7293505','The-Least-Problematic-Woman-in-the-World-11-9-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','11/10/2025','7:00 PM','7293507','The-Least-Problematic-Woman-in-the-World-11-10-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','11/12/2025','7:00 PM','7293508','The-Least-Problematic-Woman-in-the-World-11-12-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','11/13/2025','7:00 PM','7293509','The-Least-Problematic-Woman-in-the-World-11-13-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','11/14/2025','7:00 PM','7293510','The-Least-Problematic-Woman-in-the-World-11-14-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/15/2025','5:00 PM','7293511','The-Least-Problematic-Woman-in-the-World-11-15-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/15/2025','8:30 PM','7293512','The-Least-Problematic-Woman-in-the-World-11-15-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/16/2025','3:00 PM','7293514','The-Least-Problematic-Woman-in-the-World-11-16-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/16/2025','7:00 PM','7293515','The-Least-Problematic-Woman-in-the-World-11-16-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','11/17/2025','7:00 PM','7293516','The-Least-Problematic-Woman-in-the-World-11-17-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','11/19/2025','7:00 PM','7293518','The-Least-Problematic-Woman-in-the-World-11-19-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Thursday','11/20/2025','7:00 PM','7293519','The-Least-Problematic-Woman-in-the-World-11-20-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','11/21/2025','7:00 PM','7293520','The-Least-Problematic-Woman-in-the-World-11-21-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/22/2025','5:00 PM','7293521','The-Least-Problematic-Woman-in-the-World-11-22-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/22/2025','8:30 PM','7293522','The-Least-Problematic-Woman-in-the-World-11-22-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/23/2025','3:00 PM','7293523','The-Least-Problematic-Woman-in-the-World-11-23-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/23/2025','7:00 PM','7293524','The-Least-Problematic-Woman-in-the-World-11-23-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Monday','11/24/2025','7:00 PM','7293525','The-Least-Problematic-Woman-in-the-World-11-24-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Tuesday','11/25/2025','7:00 PM','7293526','The-Least-Problematic-Woman-in-the-World-11-25-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Wednesday','11/26/2025','7:00 PM','7293527','The-Least-Problematic-Woman-in-the-World-11-26-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Friday','11/28/2025','7:00 PM','7293528','The-Least-Problematic-Woman-in-the-World-11-28-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/29/2025','5:00 PM','7293529','The-Least-Problematic-Woman-in-the-World-11-29-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Saturday','11/29/2025','8:30 PM','7293530','The-Least-Problematic-Woman-in-the-World-11-29-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/30/2025','3:00 PM','7293535','The-Least-Problematic-Woman-in-the-World-11-30-2025'],['The Least Problematic Woman in the World','Lucille Lortel','New York, NY','Sunday','11/30/2025','7:00 PM','7293536','The-Least-Problematic-Woman-in-the-World-11-30-2025']],'Lucille Lortel Theatre','https://www.ticketnetwork.com/ticket/Lucille-Lortel-Theatre-events.aspx');