function newbieflag(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/webtraining/images/added.gif" border="0" width="20" height="12" hspace="0" vspace="0" alt="">';
 if (newbieLeftToGo < 14  &&  newbieLeftToGo > 0){ document.write(newbieInsert); }
}

function loadScripter()
{
	excludeList[0] = "/webtraining/" ; 
}
