
	<!-- This script and many more are available free online at -->
	<!-- The JavaScript Source!! http://javascript.internet.com -->
	
	<!-- Begin
	function monthPage() {
	today = new Date();
	m = new Array(
	"/calendar/january.shtml","/calendar/february.shtml",
	"/calendar/march.shtml","/calendar/april.shtml","/calendar/may.shtml",
	"/calendar/june.shtml","/calendar/july.shtml","/calendar/august.shtml",
	"/calendar/september.shtml","/calendar/october.shtml",
	"/calendar/november.shtml","/calendar/december.shtml"
	);
	window.location = m[today.getMonth()];
	}
	//  End -->
