//
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-01A
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([['Washington National Opera: West Side Story','The Lyric Baltimore','Baltimore, MD','Friday','5/8/2026','7:30 PM','7741322','Washington-National-Opera--West-Side-Story-5-8-2026'],['Washington National Opera: West Side Story','The Lyric Baltimore','Baltimore, MD','Saturday','5/9/2026','2:00 PM','7741323','Washington-National-Opera--West-Side-Story-5-9-2026'],['Washington National Opera: West Side Story','The Lyric Baltimore','Baltimore, MD','Saturday','5/9/2026','7:30 PM','7743369','Washington-National-Opera--West-Side-Story-5-9-2026'],['Washington National Opera: West Side Story','The Lyric Baltimore','Baltimore, MD','Sunday','5/10/2026','2:00 PM','7741324','Washington-National-Opera--West-Side-Story-5-10-2026'],['Washington National Opera: West Side Story','Music Center At Strathmore','North Bethesda, MD','Thursday','5/14/2026','7:30 PM','7743390','Washington-National-Opera--West-Side-Story-5-14-2026'],['Washington National Opera: West Side Story','Music Center At Strathmore','North Bethesda, MD','Friday','5/15/2026','7:30 PM','7743391','Washington-National-Opera--West-Side-Story-5-15-2026'],['Monterey Symphony: USA 250 West Side Story & Lincoln Portrait','Sunset Center','Carmel By The Sea, CA','Saturday','5/16/2026','7:30 PM','7269437','Monterey-Symphony--USA-250-West-Side-Story---Lincoln-Portrait-5-16-2026'],['Monterey Symphony: USA 250 West Side Story & Lincoln Portrait','Sunset Center','Carmel By The Sea, CA','Sunday','5/17/2026','3:00 PM','7269440','Monterey-Symphony--USA-250-West-Side-Story---Lincoln-Portrait-5-17-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Thursday','5/28/2026','1:30 PM','7351226','West-Side-Story-5-28-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Thursday','5/28/2026','7:30 PM','7351227','West-Side-Story-5-28-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Friday','5/29/2026','7:30 PM','7351229','West-Side-Story-5-29-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Saturday','5/30/2026','1:30 PM','7351231','West-Side-Story-5-30-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Saturday','5/30/2026','7:30 PM','7351230','West-Side-Story-5-30-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Sunday','5/31/2026','1:30 PM','7351232','West-Side-Story-5-31-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Sunday','5/31/2026','7:00 PM','7351233','West-Side-Story-5-31-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Wednesday','6/3/2026','7:30 PM','7351234','West-Side-Story-6-3-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Thursday','6/4/2026','1:30 PM','7351236','West-Side-Story-6-4-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Thursday','6/4/2026','7:30 PM','7351235','West-Side-Story-6-4-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Friday','6/5/2026','7:30 PM','7351237','West-Side-Story-6-5-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Saturday','6/6/2026','1:30 PM','7351239','West-Side-Story-6-6-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Saturday','6/6/2026','7:30 PM','7351238','West-Side-Story-6-6-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Sunday','6/7/2026','1:30 PM','7351240','West-Side-Story-6-7-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Sunday','6/7/2026','7:00 PM','7351241','West-Side-Story-6-7-2026'],['West Side Story','Paper Mill Playhouse','Millburn, NJ','Wednesday','6/10/2026','7:30 PM','7351242','West-Side-Story-6-10-2026'],['West Side Story','Fulton Opera House','Lancaster, PA','Wednesday','6/10/2026','7:30 PM','7469539','West-Side-Story-6-10-2026']],'west side story','http://www.ticketnetwork.com/en/search/?text=west%20side%20story');