var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Brittney Murrey - Riverside Press Enterprise
"; arnews[0] += "Murrey moved to second on the Highlanders' career list with 3,446 assists, surpassing Kym Murphy (2004). Regina Carbajal (1990) holds the record with 4492 assists. ... Murrey's father played basketball at San Jose State then went on to play overseas ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:11:00 GMT"; arnews[0] += "
"; arnews[1]="Top stories from 2009 beach volleyball season - Universal Sports
"; arnews[1] += "In 2008, Americans Jen Kessy and April Ross battled Nicole Branagh and Elaine Youngs up to the end of Olympic qualifying for the second U.S. women's spot in Beijing. Kessy and Ross ultimately lost, but it turns out that could've been for the better ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT"; arnews[1] += "
"; arnews[2]="Kaukauna's Leah Van Zeeland is Post-Crescent's athlete of the year in ... - Post-Crescent
"; arnews[2] += "The right hitter amassed 378 kills with a .340 hitting percentage in addition to tallying 52 aces and 84 blocks. \"Probably playing the state championship game. That was awesome. The introductions were really sweet, because they turned all the lights ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT"; arnews[2] += "
"; arnews[3]="ATHLETE SPOTLIGHT: Michelle Waber | Elsinore girls volleyball - North County Times
"; arnews[3] += "... May and Kerri Walsh\" Favorite movie: \"Remember the Titans\" and \"27 Dresses\" On your MP3 player now: \"A little bit of everything ---- All Time Low, Taylor Swift, Jack Johnson.\" Last ... have four closers, but with Michelle, you have to find her ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT"; arnews[3] += "
"; arnews[4]="2009 ESPYs Nominees (includes Supercross Champion James Stewart, and ... - SuperCross.com
"; arnews[4] += "2009 AMA Supercross Series Champion James Stewart is up for Best Male Action Sport Athlete, and Women's National Motocross Champion Ashley Fiolek is up for Best Female Action Sport Athlete. And you can vote! Vote here ! www.espys.tv The ESPYs gather ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:08: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("
");