var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Women's tipoff: Penn State at MSU - Lansing State Journal
"; arnews[0] += "... 9.2 F (22) Aisha Jefferson (6-1) 7.3 C (41) Allyssa DeHaan (6-9) 12.4 G (20) Alex Bentley (5-7) 11.6 G (1) Tyra Grant (5-11) 19.5 F (11) Julia Trogele (6-2) 7.6 F (33) Meredith Monroe (6-1) 5.2 C (54) Nikki Greene (6-4) 7.0 • MSU update ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:56:00 GMT"; arnews[0] += "
"; arnews[1]="Reserve senior a leader off court - Digital Collegian
"; arnews[1] += "Those reasons, on top of being like a \"Team Mom,\" are why Washington named Arcidiacono a team captain this season, along with seniors Meggan Quinn and Meredith Monroe. \"You'll have a hard day at practice or you'll do bad on a test, and she's always ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 09:41:00 GMT"; arnews[1] += "
"; arnews[2]="Women's Swimming and Diving: Seniors say so long to DeNunzio with one ... - Daily Princetonian
"; arnews[2] += "Freshman Kathy Qu took second place in the 100-yard butterfly against Columbia. Princeton capped a perfect season with its victory. The crowd sat stunned, wide eyes transfixed on the blur of arms and legs pulling away bullet-like from the rest ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:50:00 GMT"; arnews[2] += "
"; arnews[3]="Buckeyes’ late run buries Lady Lions - Centre Daily
"; arnews[3] += "Meredith Monroe had seven boards for the Lady Lions, who were outrebounded 35-25. Penn State next plays host to Minnesota on Thursday and Washington says her team will have to get better defensively to end its four-game skid. “The first 19 games of ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:45:00 GMT"; arnews[3] += "
"; arnews[4]="Indiana hands No. 4 Ohio State a loss - Times-Leader
"; arnews[4] += "Meredith Monroe added nine rebounds and Alex Bentley had five assists. ATLANTA — Brigitte Ardossi scored 15 points to lead a balanced offense and Georgia Tech improved to 11-0 at home this season. Alex Montgomery, Sasha Goodlett and Deja Foster ..."; arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 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("
");