var i = 0;var totalmsgs = 3;var message = new Array(totalmsgs);		message[0]="Have You Accepted God's Gift of Love, Salvation through His Son Jesus Christ? <a href=\"http://www.simpledevotions.org/salvation.php\">Tell Me More</a>";message[1] = "O give thanks unto the LORD; for he is good; for his mercy endureth for ever. &nbsp; - 1 Chronicles 16:34 &nbsp; <a href=\"http://www.simpledevotions.org/bible/givethanks.php\">More Thanksgiving Verses</a>";message[2] = "Ye shall find the babe wrapped in swaddling clothes, lying in a manger. &nbsp; - Luke 2:12b &nbsp; <a href=\"http://www.simpledevotions.org/bible/index.php?search=Luke 2\">Read the Christmas Story</a> | <a href=\"javascript:void(0);\" onclick=\"window.open('http://www.simpledevotions.org/audioplayer.php?play=../bible/audio/42_Luk/42Luk002','player','width=300,height=40')\" title=\"Listen to the Christmas Story\">Hear It</a>";message[3]="Did You Know We're More than Just a Site?  Check out our different <a href=\"http://www.simpledevotions.org/ministries.php\">Ministries</a>";/*message[2] = '<table height="22" border="0" cellspacing="0" cellpadding="0"><tr><td>Help Us Raise $500 to Cover Our Expenses for this Year &nbsp; &nbsp;</td><td width="15"><img src="http://www.simpledevotions.org/images/quiz/progress1_r1_c1.gif" width="15" height="22"></td><td width="250" background="http://www.simpledevotions.org/images/quiz/progress2_r1_c2.gif" style="margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0xp;"><img src="http://www.simpledevotions.org/images/quiz/progress1_r1_c2.gif" width="5" height="22">&nbsp; &nbsp; $10 Raised as of 11/15/09</td><td width="141" valign="middle"><img src="http://www.simpledevotions.org/images/quiz/progress2_r1_c3.gif" width="14" height="22"> &nbsp; &nbsp;<a href="http://www.simpledevotions.org/donate.php"><img src="http://www.simpledevotions.org/images/quiz/donate_now.gif" width="113" height="22" border="0"></a></td></tr></table>';message[3]="What's going on at Simple Devotion Ministries?  Find out with our <a href=\"http://www.simpledevotions.org/blog.php\">new blog</a>.";*///		message[1]="Check out the ChristianVIBES Talk Show, our <strong><a href=\"http://www.simpledevotions.org/radio.php\">Radio Show</a></strong> on <strong>Friday, January 2nd</strong> at <strong>10pm (CDT)</strong>";//		message[2]="<strong>WIN AN iPOD</strong> - Get a chance to WIN with every post in our <a href=\"http://www.simpledevotions.org/forums/index.php\">Online Forums</a>";//		message[3]="Learn the truth about Mormonism, Jehovah's Witnesses, Universalism, and More in Our <a href=\"http://www.simpledevotions.org/apologetics/\">Apologetics Library</a>";//		message[4]="Do You Have Questions about the Bible?  Religion?  Or anything related to Christianity?  Ask it in Our <a href=\"http://www.simpledevotions.org/forums/\">Forums</a>";		function displaytext() {if(i > totalmsgs) { i = 0; }document.getElementById('ticker').style.color = '#666666';	document.getElementById('ticker').innerHTML = message[i];	setTimeout('gray()',8000);}function gray() {	document.getElementById('ticker').style.color = '#999999';	setTimeout('nextgray()',250);}function nextgray() {	document.getElementById('ticker').style.color = '#CCCCCC';	setTimeout('lightgray()',250);}function lightgray() {	document.getElementById('ticker').style.color = '#FCFCFC';	setTimeout('nextmsg()',250);}function nextmsg() {	document.getElementById('ticker').innerHTML = '<!-- place holder -->';	if(i == (totalmsgs - 1)) { i = 0; } else { i = i+1; }	setTimeout('displaytext()',500);}window.onload=displaytext;