<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);


quotes[1] = "Don&#146;t look back on yesterday with despair. Look at tomorrow with hope.";
quotes[2] = "If it <i>is</i> good...do it! Train your heart and your body to yeild to a faith focused mind.";
quotes[3] = "Start each day in prayer asking God to guide your steps. That way you&#146;ll be walking on a firm foundation.";
quotes[4] = "Post your goals where you&#146;ll see them often, along with notes of inspiration. Reminders are a good thing.";
quotes[5] = "Keep a journal in your purse or night table to jot down thoughts of inspiration. Meditate on those thoughts often.";
quotes[6] = "Do all things, whether big or small to the glory of God. For it is only by Him and through Him that we take each breath that we do.";
quotes[7] = "A key factor in acheiving our goals is accountability. Be accountable to God as well as each other.";
quotes[8] = "Those who persist reach the finish line, while those who give up stay behind.";
quotes[9] = "With God all things are possible. Maybe it&#146;s time to rely on His strength.";
quotes[10] = "Patience is key to acheiving our goals. It involves the act of placing our concern in the hands of our Lord, and leaving it there.";
quotes[11] = "If you take two steps forward and one step back, you&#146;re still getting someplace. <br>Don't give up the moment you slip up. Press on!";
quotes[12] = "Knowledge is power, but without action it&#146;s useless. Renew your mind daily through the truth of the Word, then use that wisdom to guide your body and soul.";
quotes[13] = "Rather than gloss over a problem, take steps toward change. Wisely dealing with a bad habit or issue isn&#146;t the easy way, but it later brings peace to your life.";
quotes[14] = "Since the body is the envelope of the spirit and soul, we must begin to work from the inside out. Nourish each of them daily, in accordance to that which is good.";
quotes[15] = "If your life is slipping out of control, move over and let God take the wheel. It&#146;s when we let go and let God, that we can finally see the road ahead.";
quotes[16] = "Those who succeed rise with each fall. While others in a state of discouragement refuse to move on, for fear that they might fall again. Take God&#146;s outstreched hand, and rely on His strength.";
quotes[17] = "The road to success is paved with motivation and determination. Don&#146;t let the speed bumps slow you down. Instead let the overcoming of each, through faith, be your joy in the journey.";
quotes[18] = "The daily renewing of our minds by the Spirit of truth is key to gaining wisdom. It&#146;s the very thing that lays out our inner road map directing the paths by which we should go.";
quotes[19] = "Why change your life tomorrow, when today is such a perfect time?";
quotes[20] = "One of the most satisfying feelings--more satisfying than the temptation itself is when one can say, &#146;I could have, but I didn&#146;t!&#146;";
quotes[21] = "Imagine your goal at the top of a mountain. You&#146;ll never reach it if you don&#146;t start climbing.";
quotes[22] = "Attaining your goal is not the end...on the contrary, it&#146;s just the beginning!";
quotes[23] = "Take some steps today, if only a few, and tomorrow you&#146;ll be that much closer to your goal.";
quotes[24] = "Live not in what has happened, or fear of what may come tomorrow. Live Well! in the here and now, and treat this as your defining moment.";
quotes[25] = "A goal that doesn&#146;t present itself with challenges may not be worth achieving.";
quotes[26] = "It is our job as stewards of this human vessel to guide the heart and the flesh according to wisdom, and according to the Word.";
quotes[27] = "Yesterday&#146;s mistakes are not an excuse to continue damaging behavior, but rather reinforcement as to why you need to change.";
quotes[28] = "Change without conviction is like a race car low on gas. Conviction is the very thing that fuels our plan of action, and makes it a lifestyle change.";
quotes[29] = "Seeds of discipline produce a harvest of strength. Keep planting them daily.";
quotes[30] = "Attitude fuels every step that we take, choose your&#146;s wiseley each day.";
quotes[31] = "Each moment is a new beginning, make your next one count. ";











document.write('<center><font size="2" face="times new roman" color="#000000">' + textdate + '</font><br><br><center>');

document.write('<font color="#000000" size="2" face="verdana">' + quotes[day] + '<br>');




// End -->