function CalAPI(object_id) { this.div_id = object_id; this.content = ''; } CalAPI.prototype.render = function() { var content_div = document.getElementById(this.div_id); if (content_div != null) { content_div.innerHTML = this.content; } } var CalWidget= new CalAPI('branch-listing'); CalWidget.content = '
| Location | Hours |
|---|---|
| MD Anderson Library | 7am - 10pm |
| Service Desk | 8am - 4pm |
| Special Collections | By Appointment |
| Architecture, Design & Art Library | 8am - 5pm |
| Music Library | 8am - 5pm |
| Health Sciences Library | 8am - 5pm |
| Medical Library | Staffed 8am-5pm |