var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kwame Brown's defense can't be the only thing keeping him on the bench
"; arnews[0] += "John Kuester says Kwame Brown has to get better on defense if he wants to see more playing time."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:44:40 GMT"; arnews[0] += "
"; arnews[1]="Test controversial theory, but treat MS patients, Italian doctor says
"; arnews[1] += "\" The Italian doctor behind a controversial new theory of multiple sclerosis said on Monday he welcomes more rigorous scientific investigation of his ideas, but suggested there is no reason MS patients should not immediately undergo the testing and treatment he pioneered."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:40:08 GMT"; arnews[1] += "
"; arnews[2]="RAASCH: If Super Bowl ads were designed by political consultants
"; arnews[2] += "Sunday's annual Super Bowl ad competition was low on laughs for viewers accustomed to talking frogs and football-playing Clydesdales."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:12:29 GMT"; arnews[2] += "
"; arnews[3]="New blood introduced to All Whites
"; arnews[3] += "All Whites coach Ricki Herbert is taking a fearless selection policy into the World Cup campaign, insisting young players will be picked with an eye to future tilts."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:54:29 GMT"; arnews[3] += "
"; arnews[4]="Tide rolls in MED wrestling
"; arnews[4] += "Galax crowned 11 individual champions and breezed to the team title Thursday at the Mountain Empire District wrestling tournament at Fort Chiswell High School."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:53:58 GMT"; arnews[4] += "
"; arnews[5]="Patriot Wrestlers Claim Regular Season and Tourney Titles
"; arnews[5] += "The ups and downs of Southeastern 4A Conference wrestling this season ended with Pinecrest on top."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:27:33 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("
");