
//Get today's date
	today = new Date();
	var dotm = today.getDate();
	var dotw = today.getDay();

