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("10/26/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('The Tower Archive Now Available Online
• ') var today = new Date() var postDate = new Date("10/23/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('New Finding Aid Available Online for the John C. Cort Papers
');