now = new Date();
myMonth = now.getMonth()+1;
myDate = now.getDate();
myYear = now.getYear();
