';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
//var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTitle = event.title;
var eventTime = event.startDate.format('g:i a');
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer += '
' + eventTime + ' ' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*30*24));
}
htmlBuffer += ' ';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if( event.tags && event.tags != null && event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '
' + tag + ' ';
}
}
var locationHTML = '';
if(event.location1 != "") {
locationHTML = 'Location: ';
locationHTML += event.location1 + '
';
}
//add event summary
var summaryHTML = '';
if(event.summary != "" && event.summary != null){
summaryHTML = ''
summaryHTML += event.summary + '
';
}
//end add event summary
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = 'Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '
' + category.categoryName + ' '
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + summaryHTML;
//var ddHTML = locationHTML + categoriesHTML + tagsHTML;
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer +=
'
' +
'
' + event.startDate.format('F j, Y') + ' - ' + event.endDate.format('F j, Y') + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \' + '
';
return htmlBuffer;
}
Baroque Orchestra of New Jersey Presents "Otello"
When:
Sun, August 11, 2013 3:00 PM
Where:
Annunciation Center, Dolan Performance Hall, Annunciation Center @ 2 Convent Road, Morristown, NJ 07960
Map
Guiseppe VERDI and Arrigo BOITO: Otello The Baroque Orchestra of New Jersey celebrates the 200th Birthday of Giuseppe Verdi with a striking semi-concert production of Otello. Verdi's late masterpiece based on Shakespeare stars Karole Lewis, Peter Lewis, Ted Dougherty, Ira Barth and Dmitri Zigrino of the Eastern Opera Company. Before enjoying the opera, don't miss the pre-performance discussion led by Dr. Robert W. Butts and Dr. Jude Pfister. Seating starts at 2:00pm in Dolan Hall.See Complete Event Details Get Tickets (Adults – $35; Seniors – $25; Students – $5)
Add to Calendar
11-08-2013 15:0:0
11-08-2013 15:0:0
Baroque Orchestra of New Jersey Presents "Otello"
Download Event
Loading...