var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Stephen Jackson Traded To Charlotte
"; arnews[0] += "The Golden State Warroris traded Stephen Jackson and Acie Law to the Charlotte Bobcats in exchange for Raja Bell and Vladimir Radmonovic."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:16:13 GMT"; arnews[0] += "
"; arnews[1]="NBA Tip-Off: Charlotte Bobcats
"; arnews[1] += "Is this the year the Bobcats make the playoff for the first time in franchise history. FOXSports.com previews Charlotte's season."; arnews[1] += "
Publ.Date : Sun, 11 Oct 2009 17:11:32 GMT"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="NBA Charlotte Bobcats 87 Vs 92 Cleveland Cavaliers Preseason Highlights 10/06/2009
"; arnews[2] += "NBA Charlotte Bobcats 87 Vs 92 Cleveland Cavaliers Preseason Highlights 10/06/2009"; arnews[2] += "
Publ.Date : Wed, 07 Oct 2009 05:25:26 GMT"; arnews[2] += "
"; arnews[3]="Charlotte Bobcats Select D.J. Augustin with 9th Overall Pick
"; arnews[3] += "The Bobcats pass up on Brook Lopez for Texas point guard D.J. Augustin with their 9th overall pick in the NBA draft."; arnews[3] += "
Publ.Date : Fri, 27 Jun 2008 20:51:42 GMT"; arnews[3] += "
"; arnews[4]="Celtics show depth in win over Bobcats
"; arnews[4] += "CHARLOTTE, N.C. (AP) - In one year, Doc Rivers has gone from coaching dozens of meaningless games late in a miserable season to trying to keep his Big Three fresh for a playoff..."; arnews[4] += "
Publ.Date : Sun, 06 Apr 2008 02:59:10 GMT"; arnews[4] += "
"; arnews[5]="Charlotte Bobcats @ Indiana Pacers
"; arnews[5] += "Charlotte Bobcats @ Indiana Pacers"; arnews[5] += "
Publ.Date : Sun, 23 Mar 2008 13:32:13 GMT"; arnews[5] += "
"; arnews[6]="What is the State of the Charlotte Bobcats
"; arnews[6] += "What is the State of the Charlotte Bobcats"; arnews[6] += "
Publ.Date : Fri, 14 Dec 2007 18:06:19 GMT"; arnews[6] += "
"; arnews[7]="Yao Ming and Tracy McGrady vs Charlotte Bobcats
"; arnews[7] += "Dynamic Duo"; arnews[7] += "
Publ.Date : Wed, 21 Nov 2007 18:12:52 GMT"; arnews[7] += "
"; arnews[8]="Josh Smith sick block vs Charlotte Bobcats
"; arnews[8] += "Just swats it into the stands."; arnews[8] += "
Publ.Date : Wed, 21 Nov 2007 18:04:57 GMT"; arnews[8] += "
"; arnews[9]="Charlotte Bobcats NBA 2007-2008 Preview
"; arnews[9] += "Check out our preview of the Charlotte Bobcats, one of the NBA's youngest team with Adam Morrison, newly acquired Jason Richardson, Sean May, Raymond Felton and Omeka Okefor."; arnews[9] += "
Publ.Date : Fri, 12 Oct 2007 04:18:14 GMT"; arnews[9] += "
"; totcount = 10; 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("
");