var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Lucas+Bryant" - Google News"; document.title=document.title+ " "; arnews[0]="Every School Every Thursday - West Des Moines, Clive, Waukee - DesMoinesRegister.com
"; arnews[0] += "

Every School Every Thursday - West Des Moines, Clive, Waukee
DesMoinesRegister.com
... third-graders Lucas Bryant and Sean Kons, second-graders Jake Auer and Jailyn Brewer, first-grader Ashley Czipar and kindergartners Sully Waldrop, ...

and more »
"; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:12:00 GMT+00:00"; arnews[0] += "
"; arnews[1]="Every School Every Thursday - West Des Moines, Clive and Waukee - DesMoinesRegister.com
"; arnews[1] += "

Every School Every Thursday - West Des Moines, Clive and Waukee
DesMoinesRegister.com
Comic and essay winners were: sixth-graders Samantha Auer and Isaiah Brock, third-graders Lucas Bryant and Sean Kons, second-graders Jake Auer and Jailyn ...

and more »
"; arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 10:15:06 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");