<!-- hide from browsers that do not know JavaScript

var mydate= new Date()
var theyear=mydate.getFullYear()
var themonth=mydate.getMonth()+1
var thetoday=mydate.getDate()

// end hiding-->