function updatedflag(updatedStartDate){
 var todaysDate=new Date();var startDate=new Date();startDate.setTime(Date.parse(updatedStartDate));var updatedLeftToGo=parseInt(1+(todaysDate-startDate)/86400000);var updatedInsert='<img src="http://www.epa.gov/etv/images/updated.gif" border="0" width="48" height="11" hspace="0" vspace="0" alt="Updated!">';
 if (updatedLeftToGo < 31  &&  updatedLeftToGo > 0){ document.write(updatedInsert); }
}
// updated.js v1 January 2008