';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTime = event.startDate.format('g') + event.startDate.format('a').substring(0,1);
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-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*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 != 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.location != "") {
locationHTML = 'Where: ';
locationHTML += event.location + '
';
}
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 + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('F j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
Women's College Open House
When:
Sun, April 14 2013 09:00 AM - 01:00 PM
Created by:
Lei Zhu
Where:
Annunciation Center @ 2 Convent Road, Morristown, NJ 07960
Map
Calendars:
Undergraduate Admission
,
Parents & Family
,
Home
,
Prospective Students
,
Admissions and Aid
Description:
Description: Come visit our campus and learn more about the College of Saint Elizabeth and our admission process. In addition, you'll have the chance to discover academic and extracurricular opportunities while you meet with faculty and student life staff. Finally, you can take a tour of the campus with student tour guides.
For more information contact the Office of Admission at 800-210-7900.
Register Now!
Download Event
Files
Related Events
Denim Day 5K race
When: Sun, April 7 2013 08:30 AM - 01:30 PM
Yom Hashoah/Holocaust Remembrance Commemoration
When: Mon, April 8 2013 07:30 PM - 09:15 PM
Survivor Testimony: Stella Rabner
When: Tue, April 9 2013 12:30 PM - 01:45 PM
Open House Graduate and Adult Undergraduate Programs
When: Tue, April 9 2013 06:00 PM - 08:00 PM
12th Annual College of Saint Elizabeth Scholarship Benefit
When: Thu, April 11 2013 06:00 PM
Loading...