var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Greaver, Ruby Jean
"; arnews[0] += "GREAVER, Ruby Jean age 81, of Dayton, passed away Thursday Nov. 19, 2009 at her home."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:02:12 GMT"; arnews[0] += "
"; arnews[1]="Jennings to get fourth shot at golden ring
"; arnews[1] += "Renton The carousel at cornerback has circled back to Kelly Jennings. With current starter Josh Wilson missing practice all week with a concussion and likely out against Minnesota this week, Jennings is in line to get his fourth start of the season."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:26:12 GMT"; arnews[1] += "
"; arnews[2]="Friday practice report: Jennings to start at CB
"; arnews[2] += "The main news on Friday was Seahawks head coach Jim Mora said that therea s a slight chance that Josh Wilson could play on Sunday, but more than likely Kelly Jennings, not Ken Lucas, will get the nod at cornerback."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:25:05 GMT"; arnews[2] += "
"; arnews[3]="Seahawks CB Josh Wilson has not been cleared to play
"; arnews[3] += "Cornerback Josh Wilson ascended to a starting cornerback spot without much of an announcement."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:00:56 GMT"; arnews[3] += "
"; arnews[4]="Pingree, Brooks set to clash
"; arnews[4] += "The Pingree Highlanders are making a statement with their first NEPSAC bowl appearance in just the program's fifth year."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:37:15 GMT"; arnews[4] += "
"; arnews[5]="Every School Every Thursday - West Des Moines, Clive, Waukee
"; arnews[5] += "Clive Clive Elementary first-graders in Julie Fitzgerald's class are studying a science unit on matter to gain an understanding of solids, liquids and gasses."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:52:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");