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