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("10/30/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('New Research Guides in Modern Languages
');