var arnews = new Array(5); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="MO BOYS: St. Louis University Jesuit Wins 1st Missouri State Title - West Side Lax
"; arnews[0] += "Senior middie Robbie Fonke scored the game-winning goal with 1:18 remaining in overtime to give St. Louis University Jesuit High School an 11-10 upset victory over Rockhurst Jesuit in the Missouri Scholastic Lacrosse Association Division I state ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:51:00 GMT"; arnews[0] += "
"; arnews[1]="Veterans step up for Nebraska wrestling - HuskerExtra.com
"; arnews[1] += "With a relatively high number of freshmen in the lineup, it’s natural to expect that the Nebraska wrestling team will have some growing pains this season. But Sunday at the NU Coliseum, the seventh-ranked Huskers leaned heavily on their veterans ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 03:06:00 GMT"; arnews[1] += "
"; arnews[2]="Local/State Briefs - Grand Island Independent
"; arnews[2] += "LAS VEGAS, Nev. — The Nebraska women’s basketball team displayed a suffocating defense and balanced scoring on its way to a 73-51 win over UNLV on Sunday afternoon at the Cox Pavilion. The Huskers improved to 2-0 on the young season by holding ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:45: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("
");