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("09/21/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('Patrons can now create Playlists in Naxos!
• ') var today = new Date() var postDate = new Date("09/04/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('New mini-blinds
');