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] = "Faith holds the promise in one hand, and Christ in the other.";
msga[0] = "-- Thomas Watson";
msg2[0] = "Those prayers God likes best which come seething hot from the heart.";
msga2[0] = "--Thomas Watson";

msg[1] = "Godly sorrow shows itself to be ingenuous because when a Christian knows that he is out of the gun-shot of hell and shall never be damned, yet still he grieves for sinning against that free grace which has pardoned him..";
msga[1] = "-- Thomas Watson";
msg2[1] = "The sins we commit are far worse than the sins of the heathen.";
msga2[1] = "-- Thomas Watson";


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] = "God calls the righteous 'the excellent of the earth.' They are the cream and flower of the creation; they are the purer part of the world, doubly refined,";
msga2[2] = "-- Thomas Watson";

msg[3] = "God has promoted kings, that they may promote justice.";
msga[3] = "-- Thomas Watson";
msg2[3] = "There is nothing that can hurt the soul but sin";
msga2[3] = "-- Thomas Watson";

msg[4] = "To pray in faith, consider there is such bountifulness in God, that he often exceeds the prayers of his people..";
msga[4] = "-- Thomas Watson";
msg2[4] = "It should put life into our prayers, and make us pray in faith, to reflect that the things we ask, though more than we deserve, yet they are not more than Christ has purchased for us.";
msga2[4] = "-- Thomas Watson";

msg[5] = "We may betray Christ with a tear, as Judas did with a kiss.";
msga[5] = "-- Thomas Watson";
msg2[5] = "The eye of God should be ever in our eye; this would be as a counter poison against sin.";
msga2[5] = "-- Thomas Watson";

msg[6] = "Make use of all your spiritual ammunition: meditation and prayer. Prayer is the great ordinance; discharge this cannon, and be sure to put the bullet of faith in it.";
msga[6] = "-- Thomas Watson";
msg2[6] = "Keep your heart as you would a prisoner.";
msga2[6] = "-- Thomas Watson";

msg[7] = "He who delights in God does not much delight in anything else.";
msga[7] = "-- Thomas Watson";
msg2[7] = "How many souls have been blown into hell with the wind of popular applause?.";
msga2[7] = "--Thomas Watson";

msg[8] = "Faith holds the promise in one hand, and Christ in the other ";
msga[8] = "-- Thomas Watson";
msg2[8] = "The apostle had three great desires, and they were all centered on Christ.";
msga2[8] = "-- Thomas Watson";

msg[9] = "How many souls have been blown into hell with the wind of popular applause?";
msga[9] = "-- Thomas Watson";
msg2[9] = "God loves a broken heart, not a divided heart. ";
msga2[9] = "-- Thomas Watson";

msg[10] = "Many think they repent when it is not the offence but the penalty that troubles them..";
msga[10] = "-- Thomas Watson";
msg2[10] = "Every pardon a sinner hath is written in Christ's blood..";
msga2[10] = "-- Thomas Watson";

msg[11] = "The flesh inclines us more to believe a temptation than a promise."
msga[11] = "-- Thomas Watson"
msg2[11] = "If Christ thought the soul was worth the shedding of His blood, well may we think it worth spending our sweat..";
msga2[11] = "-- Thomas Watson";

	function writeQuote() { 
	document.write(msg[month] + "<br>" + 
		msga[month]);
		}
	
	function write2Quote() { 
	document.write(msg2[month] + "<br>" + 
		msga2[month]);
		}
	
