var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Essex opts to split fifth grade class - SW Iowa News
"; arnews[0] += "Beginning Nov. 30, Essex fifth grade students will be split into two different classes in the mornings. Essex Superintendent Ron Flynn said there are 31 students in Kathleen Mortimore’s fifth grade class, making it difficult to give the students ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:15:00 GMT"; arnews[0] += "
"; arnews[1]="Byron Scott To Coach The Lakers? You Better Hope Not - Bleacherreport.com
"; arnews[1] += "So as most of you know Byron Scott was fired as coach of the Hornets fairly recently. Even more than most NBA fans, Laker Nation was probably a little confused, bewildered, and even angered at the firing, given that as a player he was one of your ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:51:00 GMT"; arnews[1] += "
"; arnews[2]="New Orleans Ralphs on the Park invites food and animal… - Examiner
"; arnews[2] += "SAF’s calendar by Stephanie Hierholzer features photos of well known New Orleans chefs and their favorite canines, a recipe by each chef, and a wine paring suggested by Majestic Fine Wines. Among the chefs signing calendars on Thursday at Ralph's ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("
");