/* Set the date last updated and display it*/
now = new Date();
day = now.getDate();
mth = now.getMonth()+1;
yr = now.getYear();
hours = now.getHours();
mins = now.getMinutes();
document.write("<H2 align=centre>"+CountMsg+"</H2>");
document.write("<p align = left><font size = 2>Last Updated on: " + day + "/" + mth + "/" + yr + " "  + hours + ":"+ mins + "</font>");
if (ldays<10) alert(CountMsg);
