var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lollipop lady Angela has her rivals licked
"; arnews[0] += "LOLLIPOP lady Angela Smith has tasted sweet success for the second time this year."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 10:34:30 GMT"; arnews[0] += "
"; arnews[1]="Friday's sports scoreboard
"; arnews[1] += "Class AA: Luverne vs. G-F-W , 1 p.m. in St. Peter Class A: Adrian vs. St. Bernard's School , 10:30 a.m. in St."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Wildcats Soccer Roundup: November 6, 2009
"; arnews[2] += "The NHP Wildcats SC would like to thank everyone for their support in making this year's Dinner Dance a success."; arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 08:11:16 GMT"; arnews[2] += "
"; arnews[3]="More
"; arnews[3] += "The prospect of advancing to the state cross-country meet was little more than a distant possibility a year ago for South Kitsap senior Erika Copeland."; arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 13:30:37 GMT"; arnews[3] += "
"; arnews[4]="Doubles Stars Share a Complex Heritage
"; arnews[4] += "Growing up in South Africa, the world's top-ranked doubles team Cara Black and Liezel Huber share a common background and point to that as part of their success."; arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 20:48:25 GMT"; arnews[4] += "
"; arnews[5]="Pioneer League title up for grabs
"; arnews[5] += "Carolyn Waskiewicz of Hopkins Academy, left, heads the ball beside Jamie Pease of Gateway Regional Monday in Hadley."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 11:26:50 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("
");