var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="3-4A shocker
"; arnews[0] += "Just like UCLA, the No. 16 Palo Duro Dons know what it's like to have an 88-game winning streak."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:56:51 GMT"; arnews[0] += "
"; arnews[1]="Tuesday's Prep Roundup: North Valleys girls stun Reed
"; arnews[1] += "With 2 minutes, 30 seconds left in the game, the North Valleys girls basketball team went on a 13-0 run, capped off by a Monserrat Quinonez 3-pointer with just seconds left on the clock to upset Reed 48-45 on Tuesday."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:43:00 GMT"; arnews[1] += "
"; arnews[2]="Is Rhapsody As Good As It Used To Be?
"; arnews[2] += "Real Networks is cutting its Rhapsody music business free to pursue an IPO . The news of the IPO doesn't fill me with optimism - which is only interesting because I, unlike the vast majority of analysts and industry watchers, have long thought the business had great potential ."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:30:44 GMT"; arnews[2] += "
"; arnews[3]="Twenty years after stunning Iron Mike Tyson, boxing's last great...
"; arnews[3] += "Can it be two decades since late-night television had something exciting to brag about? It is if you remember watching ultimate underdog James \"Buster\" Douglas beat the bejesus out of supposedly supreme \"Iron\" Mike Tyson on the evening of Feb."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:23:19 GMT"; arnews[3] += "
"; arnews[4]="Bill Blankenship/the Capital-Journal
"; arnews[4] += "Curly , left, sings the title song of \"Oklahoma!\" with his new bride, Laurey , in an Act II scene of Topeka West High School's production of the Rodgers & Hammerstein musical."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:22:14 GMT"; arnews[4] += "
"; arnews[5]="Android Doubles U.S. Market Share
"; arnews[5] += "Android operating system for smartphones has more than doubled its market share in the U.S. between September and December, according to comScore's survey of more than 30,000 consumers aged 13 and up."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:11:30 GMT"; arnews[5] += "
"; arnews[6]="Google Improves Nexus One Customer Care
"; arnews[6] += "Google is taking steps to address customer support problems that cropped up soon after the release of its Nexus One, a phone that Google currently only sells online."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:57:58 GMT"; arnews[6] += "
"; arnews[7]="Selig to be cast in bronze Statue to join Aaron, Yount at Miller Park
"; arnews[7] += "Without the persistence of Bud Selig, the Milwaukee Brewers might still be the Seattle Pilots."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 15:32:59 GMT"; arnews[7] += "
"; arnews[8]="Davos: Nike and Partners Launch The GreenXchange
"; arnews[8] += "I mentioned in an earlier post that Davos can be a catalyst for great ideas, and one example is the GreenXchange conceived by Nike."; arnews[8] += "
Publ.Date : Thu, 28 Jan 2010 02:46:07 GMT"; arnews[8] += "
"; totcount = 9; 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("
");