var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.write("Forward in Christ "); document.write("Updated : "); document.write(" "); document.title=document.title+ " - Forward in Christ"; document.title=document.title+ " "; arnews[0]="September 2010 "; arnews[0] += " FIC Sept cover.jpg Issue Date: 08/2010 Ever wonder where the Bible comes f..."; arnews[0] += " Publ.Date : Mon, 23 Aug 2010 16:58:12 +0000"; arnews[0] += " "; arnews[1]="August 2010 "; arnews[1] += " FIC August cover.jpg Issue Date: 08/2010 For more than two years <p>..."; arnews[1] += " Publ.Date : Wed, 21 Jul 2010 19:44:13 +0000"; arnews[1] += " "; arnews[2]="July 2010 "; arnews[2] += " FIC_cover_template[1].jpg Issue Date: 07/2010 More and more WELS congregat..."; arnews[2] += " Publ.Date : Mon, 28 Jun 2010 18:33:04 +0000"; arnews[2] += " "; arnews[3]="June 2010 "; arnews[3] += " FIC June 2010 cover.jpg Issue Date: 06/2010 Do you consider yourself \"dif..."; arnews[3] += " Publ.Date : Wed, 26 May 2010 19:25:49 +0000"; arnews[3] += " "; arnews[4]="May 2010 "; arnews[4] += " May 2010 FIC cover.jpg Issue Date: 05/2010 With school graduations coming ..."; arnews[4] += " Publ.Date : Fri, 30 Apr 2010 17:58:19 +0000"; arnews[4] += " "; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write(" "); } document.write(" |