var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="No. 1 Penn State sweeps aside volleyball Hoosiers - Herald Times
"; arnews[0] += "Ashley Benson had 11 kills and five blocks, but the Indiana volleyball team was no match for No. 1 Penn State in its home finale Saturday night at the University Gym. The two-time defending national champion Nittany Lions (30-0, 18-0 in the Big Ten ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:33:00 GMT"; arnews[0] += "
"; arnews[1]="No. 1 Penn State Clinches 2009 Big Ten Title!! - GoPSUsports.com
"; arnews[1] += "BLOOMINGTON, Ind. - The No. 1 Penn State women's volleyball team clinched their 13th overall and seventh consecutive outright Big Ten title with a 3-0 (25-22, 25-16, 26-24) sweep of Indiana. The Nittany Lions have extended their winning streak to 94 ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:33:00 GMT"; arnews[1] += "
"; arnews[2]="Volleyball Hoosiers fall on Senior Night to OSU - Herald Times
"; arnews[2] += "Senior Kelsey Hall had 13 kills and 10 digs, but the Indiana volleyball team dropped a 25-16, 25-20, 20-25, 25-22 decision to Ohio State on Senior Night Friday. Ashley Benson hit .409 and had 11 kills for the Hoosiers (15-16, 4-13 in the Big Ten ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:06: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("
");