var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Notes: Andrew Bogut out 2-4 weeks with leg injury
";
arnews[0] += "Milwaukee Bucks center Andrew Bogut will be out two to four weeks after he was kicked in the left leg in a recent win.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:24:31 GMT";
arnews[0] += "
";
arnews[1]="Knicks pass on Iverson, prefer to keep on building
";
arnews[1] += "The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder their plans to build for the future.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[1] += "
";
arnews[2]="Barker: Knicks made right move by saying no to Iverson
";
arnews[2] += "Allen Iverson #3 of the Memphis Grizzlies flahses a smile from the bench against the Golden State Warriors .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:00:02 GMT";
arnews[2] += "
";
arnews[3]="National sports in brief
";
arnews[3] += "The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder their plans to build for the future.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:55:59 GMT";
arnews[3] += "
";
arnews[4]="Dolan didn't want Iverson
";
arnews[4] += "Does anybody really believe that as Donnie Walsh was set to give the okay on Allen Iverson it suddenly dawned on him that Iverson has had a troubled past and that he could be create unwanted headaches in New York? If you believe that then you also believe that Lenny Wilkens wasn't really fired as Knicks coach a few years back he just simply ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:49:22 GMT";
arnews[4] += "
";
arnews[5]="[Exclusive] James Betting 'Everything' on Winning Title
";
arnews[5] += "In May, an alumnus of St. Vincent-St. Mary High School in Akron, Ohio, cried like a child while holding the NBA's Most Valuable Player trophy.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:37:38 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("