// // Writes current day of the week, day of month, month, and time // Works with daymontharray.txt script // document.write(dayName[now.getDay()]+", "+now.getDate()+" "+monName[now.getMonth()]+" "+now.getFullYear()) document.write("
") document.write("GMT-5: "+now.getHours()+showZeroFilled(now.getMinutes()))