var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Brittney Murrey
"; arnews[0] += "Murrey moved to second on the Highlanders' career list with 3,446 assists, surpassing Kym Murphy ."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:06:56 GMT"; arnews[0] += "
"; arnews[1]="Post the First Comment
"; arnews[1] += "Despite towering over her competition at 6 feet 2 inches, a very threatening nickname and a vicious game, senior outside hitter Sarah Ammerman is an amiable individual."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:25:34 GMT"; arnews[1] += "
"; arnews[2]="Villa Walsh looking to take final step
"; arnews[2] += "On Nov. 12, Villa Walsh Academy accomplished a feat it had never achieved in the history of the girls soccer program: back-to-back sectional titles."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Kaukauna's Leah Van Zeeland is Post-Crescent's athlete of the year in girls' volleyball
"; arnews[3] += "Year: Senior Age: 17 Family: Parents, Dan and Sandy; brother, Peter, 18. Wisconsin Volleyball Coaches Association first-team all-state and unanimous first team FVA selection."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="A look at the Non-Public B Girls Soccer State Final
"; arnews[4] += "Enough can't be said of the strides Villa Walsh has made over the last five years in regards to cultivating both depth and talent."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 18:18:29 GMT"; arnews[4] += "
"; totcount = 5; 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("
");