<!-- 

toDate = new Date()
month = toDate.getMonth()
month = (month * 1) + 1
day = toDate.getDate()
year = toDate.getFullYear()
document.write(" ",day,"/",month,"/",year," ")

// hiding script from old browsers -->

