//======================================================================= // Springshare API object. function SpringshareAPI(object_id) { this.div_id = object_id; this.content = ''; } SpringshareAPI.prototype.render = function() { var content_div = document.getElementById(this.div_id); if ( content_div != null ) { content_div.innerHTML = this.content; } else { alert('Content div not found: ' + this.div_id); } } var obj_api_hours_today_iid497_lid0 = new SpringshareAPI('api_hours_today_iid497_lid0'); obj_api_hours_today_iid497_lid0.content = '
| Hillman Library | 9am – 10pm |
| Archives Service Center | Closed |
| Chemistry Library | 12pm – 5pm |
| Engineering Library | 12pm – 5pm |
| Falk Library (HSLS) | 9:30am – 10pm |
| Frick Fine Arts Library | 12pm – 5pm |
| Langley Library | 12pm – 4pm |
| Law Library | 10am – 6pm |
| Music Library | 1pm – 5pm |
| Cup & Chaucer CafĂ© * | 12pm – 5pm |
| Digital Stewardship Lab * | By Appt. |
| Stark Media Services * | 12pm – 8:30pm |
| Special Collections * | Closed |
| Center for American Music Library | Closed |
| Bradford Campus: Hanley Library | 1pm – 5pm |
| Greensburg Campus: Millstein Library | 10am – 6pm |
| Johnstown Campus: Owen Library | 10am – 6pm |
| Titusville Campus: Haskell Library | Closed |