var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Cablevision spin-off returns company to its roots
"; arnews[0] += "Cablevision Systems Corp. is splitting into two, returning the company to its roots as mainly a provider of subscription TV."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:30:00 GMT"; arnews[0] += "
"; arnews[1]="Thunder face tough decision with Durant
"; arnews[1] += "Lost in the seemingly endless discussion and speculation about the upcoming contracts of LeBron James , Dwyane Wade and Chris Bosh and the rest of the 2010 free-agent class is the fact that yet another elite player has some decisions to make this summer."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Tonight (10 ET): Thunder seek sixth straight win
"; arnews[2] += "While Kevin Durant is in the midst of one of the league's best scoring streaks in several years, teammate Russell Westbrook could make a strong run at something that's been accomplished just four times in NBA history."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:24:59 GMT"; arnews[2] += "
"; arnews[3]="Vagabond existence anything but a curse for Thunder guard Ollie
"; arnews[3] += "Some might take suiting up for nearly a dozen NBA teams as a hint that you're not wanted."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:22:35 GMT"; arnews[3] += "
"; arnews[4]="Moderate Democrats organize in state Legislature
"; arnews[4] += "The proposal to use tax dollars for a new Seattle SuperSonics arena will die Monday unless support materializes in the state House of Representatives."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:13:04 GMT"; arnews[4] += "
"; arnews[5]="Video: Manther, 'Missin' The Supersonics'
"; arnews[5] += "If you want to watch video of some of upset, pissed-off people, do a search on YouTube for \"Sonicsgate.\" The folks in Seattle are pretty much the mirror image of what the people in New Orleans are acting like right now."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:07:36 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("
");