//これはディレクトリ内にあるファイル用
itsumade=10;                 //表示期間
function newW(writeday){
if((new Date()-new Date(writeday))/(24*60*60*1000)<=itsumade)
document.write("<img src='../ICON/new2.gif' alt='new' hspace='3' width='31' height='12'>")
}
