var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Births, marriages and divorces
"; arnews[0] += "SPEARS, Crista and Jason, Middletown, boy. HUBBARD, Natasha and MARSHALL, Tyler, West Chester Twp., girl."; arnews[0] += "
Publ.Date : Thu, 31 Dec 2009 16:15:55 GMT"; arnews[0] += "
"; arnews[1]="Police report: No driver's license
"; arnews[1] += "These are incidents reported by the Naperville Police Department. Where charges have been filed, some of the reports include when and where the suspect was stopped or taken into custody and the nature of the charges."; arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="The World Magic Awards 2009
"; arnews[2] += "The World Magic Awards have taken place for another year and, unlike the Merlins, they actually had a ceremony and it was even filmed for TV."; arnews[2] += "
Publ.Date : Sat, 10 Oct 2009 07:00:00 GMT"; 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("
");