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('Searching For: Alternative Energy
• ') var today = new Date() var postDate = new Date("08/28/2009") postDate.setDate(postDate.getDate()+7) if (today <= postDate ) document.write('NEW! ') document.write('Orientation 2009 Library Newsletter
');