var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBA: Atlanta 108, Memphis 94
";
arnews[0] += "Jamal Crawford lit up the scoreboard in the second half Tuesday, scoring 19 of his 28 points late to pace the Atlanta Hawks to a 108-94 win over Memphis.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:41:30 GMT";
arnews[0] += "
";
arnews[1]="Crawford leads Hawks to 108-94 win over Grizzlies
";
arnews[1] += "Jamal Crawford scored 28 points, including fourth 3-pointers in the fourth quarter, to help the Atlanta Hawks pull away from the Memphis Grizzlies for a 108-94 victory Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:16:45 GMT";
arnews[1] += "
";
arnews[2]="Crawford leads Hawks to win over Grizzlies
";
arnews[2] += "Crawford scored 14 points in the final period, and on 5 of 7 from 3-point range in the game.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "Jamal Crawford scored 28 points, including fourth 3-pointers in the fourth quarter, to help the Atlanta Hawks pull away from the Memphis Grizzlies for a 108-94 victory Tuesday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 14:33:28 GMT";
arnews[3] += "
";
arnews[4]="Bulls rally in 4th to top Pacers
";
arnews[4] += "A dominant fourth quarter helped the Chicago Bulls in their quest to build momentum heading into the All-Star break.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 14:30:08 GMT";
arnews[4] += "
";
arnews[5]="In 1986, Dallas put best foot forward as All-Star Game host
";
arnews[5] += "When the NBA All-Star Game first came to Dallas 24 years ago, the party went on all weekend long.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:41:55 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("