var arnews = new Array(9); totcount = 9; rnd = 1; document.write("
| ");
arnews[0]="Timothy And Titus B... "; arnews[0] += "The Outline to the Timothy and Titus Bible..."; arnews[0] += " "; arnews[1]="What Is Required Fo... "; arnews[1] += "Learn what is essential in order to have C..."; arnews[1] += " "; arnews[2]="Timothy And Titus B... "; arnews[2] += "Ministry mission, qualifications and respo..."; arnews[2] += " "; arnews[3]="2 Thessalonians, Ch... "; arnews[3] += "Bible study topics in 2 Thessalonians, Cha..."; arnews[3] += " "; arnews[4]="Virtual Christian W... "; arnews[4] += "Online Christian virtual worship services,..."; arnews[4] += " "; arnews[5]="2 Thessalonians, Ch... "; arnews[5] += "Bible study topics in 2 Thessalonians, Cha..."; arnews[5] += " "; arnews[6]="Evidence Of God "; arnews[6] += "Learn how God reveals Himself by leaving e..."; arnews[6] += " "; arnews[7]="Top New Streaming C... "; arnews[7] += "New releases since 1990. If you like Chris..."; arnews[7] += " "; arnews[8]="Christian Divorce-W... "; arnews[8] += "Help to understand when divorce is appropr..."; arnews[8] += " "; totcount = 9; 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(" |