Home C.S. Lewis' The Problem of Pain- A Lecture Series
Calendar
Sun
Mon
Tue
Wed
Thu
Fri
Sat
';
}
extraEventsHtmlBuffer +=
'';
extraEventsHtmlBuffer +=
'\';
eventsCount++;
}
eventsHtmlBuffer += ' ' +
'
';
extraEventsHtmlBuffer += ' ' +
'
';
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);
if(eventsCount < 2) {
eventsHtmlBuffer += '
' + eventTime + ' ' +
'' + eventTitle + '
';
eventsHtmlBuffer +=
'\';
}
extraEventsHtmlBuffer += '
' + eventTime + ' ' +
'
';
extraEventsHtmlBuffer +=
'\';
eventsCount++;
}
eventsHtmlBuffer += '
';
extraEventsHtmlBuffer += '
';
if(eventsCount > 2) {
eventsHtmlBuffer += '
+ ' +
(eventsCount - 2) + ' More...
';
eventsHtmlBuffer += '
';
extraEventsHtmlBuffer += '
Close
';
extraEventsHtmlBuffer += '
';
extraEventsHtmlBuffer +=
'\';
htmlBuffer += eventsHtmlBuffer + extraEventsHtmlBuffer;
} else {
eventsHtmlBuffer += '
';
htmlBuffer += eventsHtmlBuffer;
}
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});
}
function showHideMoreEvents (jsevent, day) {
if($('events' + day).visible()) {
//$('showMore' + day).hide();
$('events' + day).hide();
//$('hideMore' + day).show();
$('extraEvents' + day).show();
} else {
//$('hideMore' + day).hide();
$('extraEvents' + day).hide();
//$('showMore' + day).show();
$('events' + day).show();
}
}
';
}
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 != '') {
var tags = event.tags.split(',');
tagsHTML += "Filters: ";
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;
}
C.S. Lewis' The Problem of Pain- A Lecture Series
When:
Friday, January 18 2013 05:00 PM - 06:30 PM
Where:
Krober Rroom
Calendars:
Students
Tags:
lecture
, Interterm
, spiritual formation
, Residence Life
Description:
Students, faculty, and staff are invited to attend this three-part lecture series on C.S. Lewis ' The Problem of Pain led by Peter Owens, CRE of West Oak residence hall.
The Problem of Pain book description:"Why must humanity suffer? In this elegant and thoughtful work, C. S. Lewis questions the pain and suffering that occur everyday and how this contrasts with the notion of a God that is both omnipotent and good. An answer to this critical theological problem is found within these pages."
This lecture series will take place in the Krober Room which is located in Upper Armington, down the hall from the dining commons.
Questions about this event? Please contact Peter Owens at (618)664-6690 or via email at peter.owens@greenville.edu.
Last Updated: January 15, 2013
The Problem of Pain
Loading...