<!-- hide script from old browsers
test=new Date()
month=test.getMonth()
month=(month * 1) + 1
day=test.getDate()
year=test.getYear()
document.write("<font size=-2> ",day,"/",month,"/",year)
// end hiding script from old browsers -- >
