var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="9 Olympic gold medalists on U.S. 2010-12 team roster
";
arnews[0] += "Robert MacLeod Globe and Mail Update Published on Wednesday, Feb. 10, 2010 10:16AM EST Last updated on Wednesday, Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:45:50 GMT";
arnews[0] += "
";
arnews[1]="NBA: Atlanta 108, Memphis 94
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 15:41:30 GMT";
arnews[1] += "
";
arnews[2]="Crawford leads Hawks to 108-94 win over Grizzlies
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 15:16:45 GMT";
arnews[2] += "
";
arnews[3]="Crawford leads Hawks to win over Grizzlies
";
arnews[3] += "Crawford scored 14 points in the final period, and on 5 of 7 from 3-point range in the game.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "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[4] += "
Publ.Date : Wed, 10 Feb 2010 14:33:28 GMT";
arnews[4] += "
";
arnews[5]="Grizzlies Drop Their Fourth Straight
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 10 Feb 2010 10:55:11 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("