Help with guestbook code - date & time

hello everyone,

i’m trying to get this guestbook all set up, but i want to add the date and time of when the message was written after the users message…can someone help me with the code that will acomplish this? what do i need to add to the following:

for (i=(firstItem-1); i>= lastItem; i–){
myGuestbook.htmlText += “<B>” + this.firstChild.childNodes*.attributes.myName + "</B> wrote:
";
myGuestbook.htmlText += this.firstChild.childNodes*.firstChild.firstChild.nodeValue + "

";
//i want the date & time to show up here…

thanks,
s.