var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Wisdom Lane Seventh Grade Girls Soccer Finishes Season
"; arnews[0] += "The Wisdom Lane seventh grade girls soccer team finished the season with four exciting victories."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:02:10 GMT"; arnews[0] += "
"; arnews[1]="Dolphins Can't Pass Semifinal Test
"; arnews[1] += "Taft of Woodland Hills snapped Palisades' 12-match winning streak in the City Section playoffs with a stunning 25-17, 20-25, 25-17, 25-15 victory Tuesday night in the Division II semifinals."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:13:27 GMT"; arnews[1] += "
"; arnews[2]="Sarah Palin Signs Her New Book at Woodland Mall
"; arnews[2] += "More than 200 people were turned away, but it's estimated about a thousand people received autographs."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:55:26 GMT"; arnews[2] += "
"; arnews[3]="'s Sellinger speeds her way to first place
"; arnews[3] += "Shorewood senior Elli Sellinger can do the 100-yard freestyle almost in her sleep - like most swimmers of an elite caliber, no matter what their specialty is."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:43:56 GMT"; arnews[3] += "
"; arnews[4]="Community Roundup: Athletic Horizons visits NorCal Championships
"; arnews[4] += "The qualifiers from Athletic Horizons Gymnastics Center in Chico competed at the Level 6 NorCal Championships in Lemoore."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 09:11:59 GMT"; arnews[4] += "
"; arnews[5]="Leta s get it started
"; arnews[5] += "At Bureau Valley: After traveling to the Sauk Valley Shootout in recent years and struggling against schools twice its size, Bureau Valley has drummed up its own holiday tournament with all the comforts of home with schools its size."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 07:44:47 GMT"; arnews[5] += "
"; arnews[6]="Canes cheer way to seventh in state
"; arnews[6] += "The Cartersville High School competition cheerleaders finished seventh in GHSA state competition in Columbus over the weekend."; arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 14:34:08 GMT"; arnews[6] += "
"; totcount = 7; 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("
");