document.open();
document.write('<!--Site Modification Date-->'
+'<P>'
+'<FONT FACE="Arial" SIZE="0"></B><center>'
+'<!--Site last modified on ' + date.getDate() + ' ' + Month[month] + ' ' + year + '-->'
+'<P>');
document.close();