function newflag(newbieStartDate){
 var todaysDate=new Date();var startDate=new Date();startDate.setTime(Date.parse(newbieStartDate));var newbieLeftToGo=parseInt(1+(todaysDate-startDate)/86400000);var newbieInsert='<img src="http://www.epa.gov/ncct/images/orange_star.gif" border="0" hspace="0" vspace="0" alt="Updated" title="Updated">';
 if (newbieLeftToGo < 14  &&  newbieLeftToGo > 0){ document.write(newbieInsert); }
}
// newbieflag.js v2 January 2005
