var yr;
var weekday;
var month;
var hours;
var mins;
Today = new Date();
yr = Today.getFullYear();weekday = Today.getDate();month = Today.getMonth();hours = Today.getHours();mins = Today.getMinutes();
if (month==0) month_name="January";if (month==1) month_name="February";if (month==2) month_name="March";
if (month==3) month_name="April";
if (month==4) month_name="May";if (month==5) month_name="June";if (month==6) month_name="July";if (month==7) month_name="August";if (month==8) month_name="September";if (month==9) month_name="October";if (month==10) month_name="November";
if (month==11) month_name="December";
