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 = '
| MD Anderson Library | 8am - 6pm |
| Special Collections | 10am - 4pm |
| Digital Research Commons | By Appointment |
| Architecture, Design, & Art Library | Closed |
| Music Library | 10am - 4pm |
| Health Sciences Library | 8am - 5pm |
| Medical Library | Staffed 8am-5pm |