<!-- Begin
				 num = Math.floor(Math.random()*3)+1;
				 switch (num) {
				 case 1 :
				 			{
							document.write("<span class=prayer>");
				      document.write("<span class=first-letter>O</span> most merciful Redeemer,<br>");
				      document.write("Friend and Brother<br>");
				      document.write("May I know Thee more clearly<br>");
				      document.write("Love Thee more dearly<br>");
				      document.write("and follow Thee more nearly,<br>");
				      document.write("Day by day<br><br>");
				      document.write("(St Richard of Chichester)");
				      document.write("</span>");
							}
							break;
				 case 2 :
				      {
							document.write("<span class=prayer>");
				      document.write("<span class=first-letter>O</span> Gracious & Holy Father,<br>");
				      document.write("Give us Wisdom to perceive You,<br>");
				      document.write("Diligence to seek You,<br>");
				      document.write("Patience to wait for you,<br>");
				      document.write("Eyes to behold You,<br>");
				      document.write("A heart to meditate upon You,<br>");
				      document.write("and a life to proclaim You. Amen.<br><br>");
				      document.write("(St Benedict)");
				      document.write("</span>");
							}
							break;
				 case 3 :
				      {
							document.write("<span class=prayer>");
				      document.write("<span class=first-letter>T</span>he next hour, the next day <br>");
				      document.write("are God's concern<br>");
				      document.write("and not yours.<br>");
				      document.write("So commit them<br>");
				      document.write("to Him and<br>");
				      document.write("His loving care<br>");
				      document.write("and you will<br>");
				      document.write("experience aid.<br><br>");
				      document.write("</span>");
							}
							break;
				 default :
				 			document.write("ERROR num = " + num);
							break;
				 }
//  End -->
