var arnews = new Array(5); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Lions Stampede the Bison, 77-62 - GoPSUsports.com
"; arnews[0] += "LEWISBURG, PA. - The Penn State Lady Lions (3-0) shook off the cobwebs of the hour-long bus ride to Lewisburg to turn in a dominating performance in a 77-62 win over Bucknell (0-3) Thursday night at Sojka Pavilion. Penn State landed four players in ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:25:00 GMT"; arnews[0] += "
"; arnews[1]="Postgame Quotes - Lady Lions vs. NJIT (11/15) - GoPSUsports.com
"; arnews[1] += "Meredith [Monroe] played well today. Everybody that came off the bench gave us something. That also gives us an opportunity to spell our starters so that they can play at a high level for the majority of the minutes that they are out there."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:04:00 GMT"; arnews[1] += "
"; arnews[2]="Sluggish Lady Lions win at Bucknell - Williamsport Sun-Gazette
"; arnews[2] += "LEWISBURG - It was easy for Penn State coach Coquese Washington to say good things about the series with Bucknell following her team's win. As for good things about her team - well, they'll have to wait. Penn State struggled early to open a big lead ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:36: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("
");