//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Beauty and The Beast','National Theatre - DC','Washington, DC','Thursday','4/2/2026','7:00 PM','7291545','Beauty-and-The-Beast-4-2-2026'],['Beauty and The Beast','National Theatre - DC','Washington, DC','Friday','4/3/2026','1:30 PM','7291546','Beauty-and-The-Beast-4-3-2026'],['Beauty and The Beast','National Theatre - DC','Washington, DC','Friday','4/3/2026','7:00 PM','7291547','Beauty-and-The-Beast-4-3-2026'],['Beauty and The Beast','National Theatre - DC','Washington, DC','Saturday','4/4/2026','1:30 PM','7291548','Beauty-and-The-Beast-4-4-2026'],['Beauty and The Beast','National Theatre - DC','Washington, DC','Saturday','4/4/2026','7:00 PM','7291549','Beauty-and-The-Beast-4-4-2026'],['Beauty and The Beast','National Theatre - DC','Washington, DC','Sunday','4/5/2026','1:30 PM','7291550','Beauty-and-The-Beast-4-5-2026'],['Beauty and The Beast','Mortensen Hall at Bushnell Theatre','Hartford, CT','Tuesday','4/7/2026','7:30 PM','7111683','Beauty-and-The-Beast-4-7-2026'],['Beauty and The Beast','Mortensen Hall at Bushnell Theatre','Hartford, CT','Friday','4/10/2026','7:30 PM','7111686','Beauty-and-The-Beast-4-10-2026'],['Beauty and The Beast','Mortensen Hall at Bushnell Theatre','Hartford, CT','Saturday','4/11/2026','2:00 PM','7111687','Beauty-and-The-Beast-4-11-2026'],['Beauty and The Beast','Mortensen Hall at Bushnell Theatre','Hartford, CT','Saturday','4/11/2026','7:30 PM','7111688','Beauty-and-The-Beast-4-11-2026'],['Beauty and The Beast','Mortensen Hall at Bushnell Theatre','Hartford, CT','Sunday','4/12/2026','6:30 PM','7111690','Beauty-and-The-Beast-4-12-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Tuesday','4/14/2026','7:00 PM','7012320','Beauty-and-The-Beast-4-14-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Wednesday','4/15/2026','7:00 PM','7012321','Beauty-and-The-Beast-4-15-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Thursday','4/16/2026','7:30 PM','7012316','Beauty-and-The-Beast-4-16-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Friday','4/17/2026','8:00 PM','7012310','Beauty-and-The-Beast-4-17-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Saturday','4/18/2026','2:00 PM','7012307','Beauty-and-The-Beast-4-18-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Saturday','4/18/2026','8:00 PM','7012311','Beauty-and-The-Beast-4-18-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Sunday','4/19/2026','1:00 PM','7012305','Beauty-and-The-Beast-4-19-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Sunday','4/19/2026','6:30 PM','7012302','Beauty-and-The-Beast-4-19-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Tuesday','4/21/2026','7:00 PM','7012322','Beauty-and-The-Beast-4-21-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Wednesday','4/22/2026','7:00 PM','7012323','Beauty-and-The-Beast-4-22-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Thursday','4/23/2026','1:00 PM','7012376','Beauty-and-The-Beast-4-23-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Thursday','4/23/2026','7:30 PM','7012317','Beauty-and-The-Beast-4-23-2026'],['Ballet San Angelo: Beauty And The Beast','Brooks and Bates Theatre at San Angelo Performing Arts Center','San Angelo, TX','Friday','4/24/2026','7:00 PM','7539795','Ballet-San-Angelo--Beauty-And-The-Beast-4-24-2026'],['Beauty and The Beast','Citizens Bank Opera House','Boston, MA','Friday','4/24/2026','8:00 PM','7012312','Beauty-and-The-Beast-4-24-2026']],'beauty and the beast','http://www.ticketnetwork.com/en/search/?text=beauty%20and%20the%20beast');