var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="New Orleans Hornets hope to have Marcus Thornton back
"; arnews[0] += "The New Orleans Hornets are hoping to have Marcus Thornton back in the lineup tonight against Boston."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:33:29 GMT"; arnews[0] += "
"; arnews[1]="UConn Needs An Upset To Save Season
"; arnews[1] += "The Huskies know what they have to do tonight at the Carrier Dome, but defeating No.2 Syracuse will require a metamorphosis on many fronts."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Chisholm: Finding the right chemistry at NBA trade deadline
"; arnews[2] += "With the trade deadline a mere nine days away, the gap between buyers and sellers has never been more pronounced."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:47:37 GMT"; arnews[2] += "
"; arnews[3]="Hornets thumbnails
"; arnews[3] += "When, where: Tonight, 8, at the New Orleans Arena. TV, radio: CSN, NBA, WEEI . Scoring: Chris Paul 20.4, David West 18.1, Peja Stojakovic 12.4. Rebounds: Emeka Okafor 9.4, West 7.5, Paul 4.6. Assists: Paul 11.2, Darren Collison 3.7, West 2.3. Head to head: This is the second of two meetings."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:24:13 GMT"; arnews[3] += "
"; arnews[4]="Following Vince Carter's torching of the Hornets on Monday night,...
"; arnews[4] += "Before Monday night's game against the Orlando Magic, Hornets rookie shooting guard Marcus Thornton promised nothing would keep him from playing tonight against the Boston Celtics at the New Orleans Arena."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:41:19 GMT"; arnews[4] += "
"; arnews[5]="Five Steps to Making New Orleans a Perennial Playoff Contender
"; arnews[5] += "In the 22 years the Charlotte/New Orleans Hornets have been in existence, they have reached the postseason 11 times, and the longest they've gone without reaching the postseason was a four year span from 2003 to 2007."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:33:42 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("
");