var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Renton and Hazen win, currently in playoffs | Girls basketball
"; arnews[0] += "Renton used a late run to put away Evergreen 49-39 Friday. The Indians now sit in third place in the league."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:42:43 GMT"; arnews[0] += "
"; arnews[1]="HCHS sweeps to finals in 8-6A
"; arnews[1] += "The Division 8-6A basketball tournament tipped off at the Bert Jenkins Gymnasium on Tuesday with the top seeds advancing but not without a little excitement."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:22:53 GMT"; arnews[1] += "
"; arnews[2]="Tuesday Night Prep Hoops Roundup: Westover wins -- bring on Peach County
"; arnews[2] += "CAIRO a ' Westovera TMs girls have done everything they have had to do to keep the date with Peach County, and now go into Fridaya TMs winner-take-all game after beating Cairo, 62-25, on Tuesday on the road."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:13:56 GMT"; arnews[2] += "
"; arnews[3]="Idol back in Hollywood
"; arnews[3] += "Hello Ellen, Hello Hollywood: Did you spot the next \\"Idol\\"? Reality Bytes Gossip about reality TV including Survivor, The Apprentice, Real World and The Amazing Race Reality Bytes We watch all the best \"unscripted\" television shows so you don't have to."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:42:43 GMT"; arnews[3] += "
"; arnews[4]="Coogs snap out of it, claim 4A playoff hoops berth
"; arnews[4] += "Thomas Metthe/Reporter-News Cooper's Kenneth Lewis puts up a shot on Frenship's Bubba Huey during the fourth quarter of the Cougars' 59-41 win on Tuesday, Feb."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:39:09 GMT"; arnews[4] += "
"; arnews[5]="High school basketball roundup
"; arnews[5] += "Sterling, Lee girls lose, miss playoffs An 41-39 upset overtime win by Port Arthur Memorial over Beaumont West Brook, coupled with losses by Sterling and Lee, ended the season for both Baytown girls basketball teams short of the playoffs."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:32:27 GMT"; arnews[5] += "
"; totcount = 6; 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("
");