var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Boys Water Polo: Dream Team Bios
"; arnews[0] += "The two-time Dream Teamer led the Griffins with 72 goals, was All-Sunset League and a first-team All-CIF-SS Division I selection."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:54:34 GMT"; arnews[0] += "
"; arnews[1]="a Wea ve got five aces, six aces on this team,a says Jon Lester.
"; arnews[1] += "Lester just could be the best of all of them, an idea he laughed at. \"If people want to say that, that's great, but we've got five aces, six aces on this team,\" said Lester, one of the first to arrive at Sox camp."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:51:43 GMT"; arnews[1] += "
"; arnews[2]="Cavs' game at Maryland postponed until Monday - roanoke.com
"; arnews[2] += "Boston College's Biko Paris guards Wake Forest's C.J. Harris during the Demon Deacons' home win."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:44:28 GMT"; arnews[2] += "
"; arnews[3]="Boys basketball: Buchtel 89, Garfield 62
"; arnews[3] += "His uniform fits very loosely, like oversized pajamas. He stands just 5-foot-9 and he has a youthful face that says, ''I'm the ballboy.'' But looks aside, Buchtel junior point guard Jazel Garrett is one of the main reasons why the Griffins are ranked No."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:40:31 GMT"; arnews[3] += "
"; arnews[4]="NBA roundup: Tuesday's action on the boards
"; arnews[4] += "LeBron James and the Cleveland Cavaliers kept their winning streak going against another overmatched opponent on Tuesday night."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:39:59 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("
");