function displayGregorianDate()
{
document.writeln(today.getDate() + " " + gMonth[today.getMonth()] + ", " + (today.getYear()));
}

ciao