today=new Date();
thisDay=today.getDate();
oneWeek = parseInt(thisDay)+7;
thisMonth=today.getMonth()+1;
thisYear=today.getYear();