
theMonth = theMonth+1
if ( theMonth == "1") theMonth = "januari";
if ( theMonth == "2") theMonth = "februari";
if ( theMonth == "3") theMonth = "maart";
if ( theMonth == "4") theMonth = "april";
if ( theMonth == "5") theMonth = "mei";
if ( theMonth == "6") theMonth = "juni";
if ( theMonth == "7") theMonth = "juli";
if ( theMonth == "8") theMonth = "augustus";
if ( theMonth == "9") theMonth = "september";
if ( theMonth == "10") theMonth = "oktober";
if ( theMonth == "11") theMonth = "november";
if ( theMonth == "12") theMonth = "december";

document.write( theDay + "&nbsp;" );
document.write(theMonth + "&nbsp;");
document.write(theYear + "&nbsp;");

document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" + site + "&nbsp;");

