var msg = new Array();
var msga = new Array();
var msg2 = new Array();
var msga2 = new Array();
Stamp = new Date();
day = Stamp.getDate()
month = Stamp.getMonth();
msg[0] = "God does not have his heart who does not have God as his delight.";
msga[0] = "-- Thomas Manton";
msg2[0] = "Those prayers God likes best which come seething hot from the heart.";
msga2[0] = "--Thomas Watson";

msg[1] = "No greater glory can be, than to be a conspicuous and visible image of the invisible, and holy and blessed God.";
msga[1] = "-- Stephen Charnock";
msg2[1] = "As God did not at first choose you because you were high, He will not now forsake you because you are low.";
msga2[1] = "-- John Flavel";


msg[2] = "God gives believers three jewels worth more than heaven - the blood of His Son, the grace of His Spirit, and the light of His countenance.";
msga[2] = "-- Thomas Watson";
msg2[2] = "The Father of mercies hides Himself from His children, not to lose them, but that they may seek Him.";
msga2[2] = "-- Robert Leighton";

msg[3] = "The Lord takes not our prayers by number, but by weight.";
msga[3] = "-- John Preston";
msg2[3] = "It is more difficult to obey in suffering than to obey in doing.";
msga2[3] = "-- Henry Scudder";

msg[4] = "Learn not to quarrel with God's government; for though He alters our condition, He never alters His love.";
msga[4] = "-- Richard Sibbes";
msg2[4] = "Satan will delude you with shadows rather than substance.";
msga2[4] = "-- Richard Steele";

msg[5] = "The temporal cross comes from the same love that thy eternal crown comes from.";
msga[5] = "-- George Swinnock";
msg2[5] = "God never retains His anger one moment longer than we retain the cause of it.";
msga2[5] = "-- Thomas Adams";

msg[6] = "The very breath with which we complain is a blessing.";
msga[6] = "-- Richard Allestree";
msg2[6] = "We must love nothing more than God, nothing equal with God.";
msga2[6] = "-- Samuel Annesley";

msg[7] = "Grace is the image of Christ stamped upon the soul.";
msga[7] = "-- Isaac Ambrose";
msg2[7] = "The more perfect the sight is, the more delightful the beautiful object.";
msga2[7] = "-- Richard Baxter";

msg[8] = "Faith holds the promise in one hand, and Christ in the other ";
msga[8] = "-- Thomas Watson";
msg2[8] = "Men oftentimes find their greatest cross where they expect to find their greatest comfort.";
msga2[8] = "-- Thomas Boston";

msg[9] = "Let the Cry of your Prayers outcry the Cry of your Sins.";
msga[9] = "-- Thomas Goodwin";
msg2[9] = "Because thou hast not perfection of grace, do not therefore conclude thou hast not strength of grace.";
msga2[9] = "-- Christopher Love";

msg[10] = "He never brings them (the saints) into so low a condition that he does not leave them more cause of joy than sorrow.";
msga[10] = "-- Richard Baxter";
msg2[10] = "Our love to God is nothing else but the echo of God's love to us.";
msga2[10] = "-- Samuel Annesley";

msg[11] = "It is my ignorance of God's design that makes me quarrel with Him."
msga[11] = "-- John Flavel"
msg2[11] = "A Christian is not at the mercy of the world.";
msga2[11] = "-- Richard Sibbes";

	function writeQuote() { 
	document.write(msg[month] + "<br>" + 
		msga[month]);
		}
	
	function write2Quote() { 
	document.write(msg2[month] + "<br>" + 
		msga2[month]);
		}
	
