<!--
var date = new Date();
var day = date.getDate();
var month = date.getMonth();
var year = date.getYear();

if (day == 1) 
{
document.write("Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God. (Matthew 4:4)")
}
if (day == 2) 
{
document.write("For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord. (Romans 6:23)")
}
if (day == 3) 
{
document.write("Watch and pray, that ye enter not into temptation: the spirit indeed is willing, but the flesh is weak. (Matthew 26:41)")
}
if (day == 4) 
{
document.write("And we know that all things work together for good to them that love God. (Romans 8:28)")
}
if (day == 5) 
{
document.write("How oft is the candle of the wicked put out! and how oft cometh their destruction upon them! God distributeth sorrows in his anger. (Job 21:17)")
}
if (day == 6) 
{
document.write("Mind not high things, but condescend to men of low estate. Be not wise in your own conceits. (Romans 12:16)")
}
if (day == 7) 
{
document.write("Charity suffereth long, and is kind; charity envieth not; charity vaunteth not itself, is not puffed up. (1 Corinthians 13:4-7)")
}
if (day == 8) 
{
document.write("Therefore if thine enemy hunger, feed him; if he thirst, give him drink: for in so doing thou shalt heap coals of fire on his head. (Romans 12:20)")
}
if (day == 9) 
{
document.write("A soft answer turneth away wrath: but grievous words stir up anger. (Proverbs 15:1)")
}
if (day == 10) 
{
document.write("Be not overcome of evil, but overcome evil with good. (Romans 12:21)")
}
if (day == 11) 
{
document.write("For as he thinketh in his heart, so is he. (Proverbs 23:7)")
}
if (day == 12) 
{
document.write("Let every soul be subject unto the higher powers. For there is no power but of God: the powers that be are ordained of God. (Romans 13:1)")
}
if (day == 13) 
{
document.write("Answer a fool according to his folly, lest he be wise in his own conceit. (Proverbs 26:4)")
}
if (day == 14) 
{
document.write("Render therefore to all their dues: tribute to whom tribute is due; custom to whom custom; fear to whom fear; honour to whom honour. (Romans 13:7)")
}
if (day == 15) 
{
document.write("Hope deferred maketh the heart sick. (Proverbs 13:12)")
}
if (day == 16) 
{
document.write("The hand of the diligent shall bear rule: but the slothful shall be under tribute. (Proverbs 12:24)")
}
if (day == 17) 
{
document.write("The heart knoweth his own bitterness. (Proverbs 14:10)")
}
if (day == 18) 
{
document.write("My son, if sinners entice thee, consent thou not. ( Proverbs 1:10)")
}
if (day == 19) 
{
document.write("Fools make a mock at sin: but among the righteous there is favour. (Proverbs 14:9)")
}
if (day == 20) 
{
document.write("If thou canst believe, all things are possible to him that believeth. (Mark 9:23)")
}
if (day == 21) 
{
document.write("Better is a dinner of herbs where love is, than a stalled ox and hatred therewith. (Proverbs 15:17)")
}
if (day == 22) 
{
document.write("But the path of the just is as the shining light, that shineth more and more unto the perfect day. (Proverbs 4:18)")
}
if (day == 23) 
{
document.write("Pride goeth before destruction, and an haughty spirit before a fall. (Proverbs 16:18)")
}
if (day == 24) 
{
document.write("for the Lord seeth not as a man seeth; for man looketh on the the outward appearance, but the Lord looketh on the heart. (1 Samuel 16:7)")
}
if (day == 25) 
{
document.write("Train up a child in the way he should go: and when he is old, he will not depart from it. (Proverbs 22:6)")
}
if (day == 26) 
{
document.write("Take heed, and beware of covetousness: for a man's life consisteth not in the abundance of the things which he possesseth. (Luke 12:15)")
}
if (day == 27) 
{
document.write("Boast not thyself of to morrow; for thou knowest not what a day may bring forth.  (Proverbs 27:1)")
}
if (day == 28) 
{
document.write("Therefore all things whatsoever ye would that men should do to you, do ye even so to them: for this is the law and the prophets. Matthew (7:12)")
}
if (day == 29) 
{
document.write("The wicked flee when no man pursueth: but the righteous are bold as a lion.  (Proverbs 28:1)")
}
if (day == 30) 
{
document.write("Judge not, that ye be not judged. (Matthew 7:1)")
}
if (day == 31) 
{
document.write("Behold, how good and how pleasant it is for brethren to dwell together in unity! (Psalms 133:1)")
}

//-->
