var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knicks notes: Nate Robinson on dunking - NorthJersey.com
";
arnews[0] += "Nate Robinson was healthy enough to play Tuesday despite missing Monday’s practice with a groin strain. But he expects to decide today whether he’ll be healthy enough to defend his second All-Star slam-dunk title Saturday in Dallas. \"To me the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:40:00 GMT";
arnews[0] += "
";
arnews[1]="Walsh doubtful he can clear more cap space - New York Post
";
arnews[1] += "Donnie Walsh acknowledged last night it will be nearly impossible for the Knicks to clear more 2010 cap space by the Feb. 18 trade deadline. Walsh is trying to make a deal in the next eight days -- with acquiring a point guard and Houston's exiled ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="Knicks May Consider Trading Jared Jeffries for Tracy McGrady - NESN.com
";
arnews[2] += "The Knicks will need as much salary cap space as possible if they hope to land LeBron James , Dwyane Wade or any of the upcoming offseason's top free agents. According to the New York Post, the team is looking to deal forward Jared Jeffries before ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 04:57:00 GMT";
arnews[2] += "
";
arnews[3]="Orlando (35-17) at Chicago (25-25) - YAHOO!
";
arnews[3] += "Carter looks to build on his biggest game of the season while helping the Magic get a third consecutive victory Wednesday night when they visit the Chicago Bulls . After averaging 8.7 points and shooting 28.4 percent in January, Carter has been much ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[3] += "
";
arnews[4]="Carter finds Magic - Honolulu Advertiser
";
arnews[4] += "ORLANDO, Fla. — The high-flying layups. The fall-away jumpers. The step-back 3-pointers. Vinsanity was back. Vince Carter had a season-high 48 points, leading the Orlando Magic back from a 17-point second-half deficit to beat the New Orleans ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:36:00 GMT";
arnews[4] += "
";
arnews[5]="Image is everything: How Hedo Turkoglu changed Toronto Raptors - Hoop Vibes
";
arnews[5] += "For instance: original Raptors like Damon Stoudamire and Isiah Thomas bolted town; Tracy McGrady headed south to Florida as a free agent; and Vince Carter and Antonio Davis both left on the worst of terms. The real test will come in July when Chris ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[5] += "
";
arnews[6]="Carter pours in 48 points as Magic sting Hornets - Florida Today
";
arnews[6] += "ORLANDO — The high-flying layups. The fall-away jumpers. The step-back 3-pointers. Vinsanity was back. Vince Carter had a season-high 48 points, leading the Orlando Magic back from a 17-point second-half deficit to beat the New Orleans Hornets 123 ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[6] += "
";
arnews[7]="Trade chatter from home: Is Martin going anywhere? - Sacramento Bee
";
arnews[7] += "Follow Sam and fellow hoops scribe Jason Jones on Twitter - sam_amick and jejones_sacbee . Ailene Voisin is on this East Coast trip, although it sounds as if she's stuck in New York and potentially unable to get to tomorrow's game in Detroit. Back at ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[7] += "
";
totcount = 8;
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("