';
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 += "
Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '' + tag + '';
}
var tagsHTML = '
';
}
var locationHTML = '';
if(event.location != "") {
locationHTML = '
Location: ';
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('M j, Y') + ' ' + eventTitle + '' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \';
return htmlBuffer;
}
|
Docs Who Rock
|
 |
-
When:
-
Sat, October 20 2012 07:00 PM - Sat, October 20 2012 09:00 PM
- Building
-
EJ Thomas Performing Arts Hall
- Calendars:
-
University College
- Tags:
-
Concert
October 20, 2012 7:00 PM
EJ Thomas Hall
Since the first Docs Who Rock in 2004, the show has grown into a widely-recognized, highly successful event for United Way of Summit County (UWSC).
Originally conceived by UWSC Vice President Michael Gaffney as a way to encourage more interaction between the medical community and United Way, the show enables local physicians to show off their musical talents, either as solo acts or as part of a group.
Each act includes at least one physician (M.D. or D.O.) who lives or practices medicine in Summit County.
|
Files
Related Events
No Related Events
|
Loading...