var arnews = new Array(5); totcount = 3; rnd = 0; document.write("
"); document.write("Events
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " - Events"; document.title=document.title+ " "; arnews[0]="WELS NATIONAL COLLEGE RALLY
"; arnews[0] += " 2010-12-28 (All day) - 2010-12-30 (All day) Th..."; arnews[0] += "
Publ.Date : Thu, 24 Jun 2010 15:28:45 +0000"; arnews[0] += "
"; arnews[1]="NATIONAL WORSHIP CONFERENCE
"; arnews[1] += " 2011-07-19 (All day) - 2011-07-22 (All day) Th..."; arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 12:53:09 +0000"; arnews[1] += "
"; arnews[2]="2011 SYNOD CONVENTION
"; arnews[2] += " 2011-07-26 (All day) - 2011-07-30 (All day) Th..."; arnews[2] += "
Publ.Date : Mon, 23 Mar 2009 16:47:04 +0000"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");