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 | 10am - 12am |
| Special Collections | Closed |
| Digital Research Commons | Closed |
| Architecture, Design, & Art Library | 1pm - 5pm |
| Music Library | 11am - 4pm |
| Health Sciences Library | 12pm - 5pm |
| Medical Library | Limited Availability |