	var lect = new Array(9, 10, 11, 12, 1, 2, 3, 4, 5, 6, 7, 8);

	function lectionsophia() {

		var d = new Date();
		var m = d.getMonth();

	window.location =  "http://www.gnosis.org/ecclesia/lectsophia" + lect[m] + ".htm";
	}
