//Purpose of this java script is to replace the month on the calendar

//calendar.php



cal_month = "February";

document.write(cal_month);

