     var d = new Date();
document.write (d.toDateString());


