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]="Hawks-Magic a really nice matchup' for TNT
";
arnews[3] += "When the NBA and TNT met last spring to discuss the regular-season schedule, one topic of discussion was the Thanksgiving Day game.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:16:10 GMT";
arnews[3] += "
";
arnews[4]="Parker has 17 in rare start; Spurs drop Wizards
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 22 Nov 2009 04:09:07 GMT";
arnews[4] += "
";
arnews[5]="Washington Wizards Waste Opportunities, Lose Momentum
";
arnews[5] += "The Washington Wizards silenced a few critics with a big win over the Cleveland Cavaliers in their second meeting of the season.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:34:58 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("