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