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 | 10am - 12am |
| Service Desk | 12pm - 8pm |
| Special Collections | Closed |
| Architecture, Design & Art Library | Closed |
| Music Library | Closed |
| Health Sciences Library | Closed |
| Medical Library | Limited Availability |