document.write('')
var today = new Date()
var postDate = new Date("11/19/2009")
postDate.setDate(postDate.getDate()+7)
if (today <= postDate )
document.write('New! ')
document.write('Library Hours During Thanksgiving
')
var today = new Date()
var postDate = new Date("11/13/2009")
postDate.setDate(postDate.getDate()+7)
if (today <= postDate )
document.write('New! ')
document.write('New Research Guide in Art and Art History
')
var today = new Date()
var postDate = new Date("11/09/2009")
postDate.setDate(postDate.getDate()+7)
if (today <= postDate )
document.write('New! ')
document.write('New Research Guide for Biblical Studies
');