var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Parker scores 17 as Spurs rout Wizards 106-84 to end 3-game skid
";
arnews[0] += "Tony Parker scored 17 points and the San Antonio Spurs stopped a three-game losing streak with a 106-84 victory over the Washington Wizards on Saturday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:42:40 GMT";
arnews[0] += "
";
arnews[1]="Recap: San Antonio vs. Washington
";
arnews[1] += "Tony Parker returned to the Spurs lineup and led the club with 17 points, eight assists and six rebounds, as San Antonio rolled to a 106-84 drubbing of Washington.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:26:33 GMT";
arnews[1] += "
";
arnews[2]="Parker scores 17 as Spurs rout Wizards 106-84 to end 3-game skid
";
arnews[2] += "Tony Parker scored 17 points and the San Antonio Spurs stopped a three-game losing streak with a 106-84 victory over the Washington Wizards on Saturday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:25:13 GMT";
arnews[2] += "
";
arnews[3]="Parker has 17 in rare start; Spurs drop Wizards
";
arnews[3] += "Washington Wizards center Brendan Haywood, left, shoots over San Antonio Spurs forward Tim Duncan during the second half of an NBA basketball game at the AT&T Center in San Antonio, Saturday, Nov.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:09:07 GMT";
arnews[3] += "
";
arnews[4]="Larry Brown: Allen Iverson Needs You
";
arnews[4] += "Allen Iverson is officially out of options. The New York Knicks even turned him down.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:56:48 GMT";
arnews[4] += "
";
arnews[5]="Dirk Nowitzki Is Your MVP Front-Runner
";
arnews[5] += "I won't lie. I'm not what you would call an impartial observer when it comes to the Dallas Mavericks or Dirk Nowitzki.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:14:50 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("