var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sliding Grizz host Hawks
";
arnews[0] += "Their playoff seeding already decided, the Atlanta Hawks didn't have much to play for in their last game in Memphis.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:24:18 GMT";
arnews[0] += "
";
arnews[1]="Spurs G Hill apologizes for nude photos
";
arnews[1] += "Portland Trail Blazers center Greg Oden is apologizing for nude photos that have surfaced on the internet.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:54:28 GMT";
arnews[1] += "
";
arnews[2]="Sixers' Iverson to return after All-Star break
";
arnews[2] += "Philadelphia 76ers guard Allen Iverson will sit out a second straight game because one of his children is ill.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:54:15 GMT";
arnews[2] += "
";
arnews[3]="Wizards Insider: Trade talk: Jamison staying?
";
arnews[3] += "No one is certain what the Wizards will do between now and the Feb. 18 trade deadline, but there is a growing sentiment among people around the league that the Wizards don't want to move Antawn Jamison.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:38:56 GMT";
arnews[3] += "
";
arnews[4]="Oklahoma City Thunder forward Kevin Durant set to defend All-Star H-O-R-S-E title
";
arnews[4] += "Kevin Durant will defend his title in the H-O-R-S-E competition at All-Star weekend.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:54:09 GMT";
arnews[4] += "
";
arnews[5]="Fantasy Fast Break: Look back to look ahead
";
arnews[5] += "Each week, Fantasy Basketball Writer Sergio Gonzalez takes a look at situations that Fantasy owners should monitor over the course of the upcoming week.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:25:00 GMT";
arnews[5] += "
";
arnews[6]="Sean Tuohy: Success Beyond 'The Blind Side'
";
arnews[6] += "Embed: Link: He was the strong, silent force behind the Academy-nominated movie, \"The Blind Side.\" But Sean Tuohy's success started even before his life was depicted by Hollywood.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:45:46 GMT";
arnews[6] += "
";
totcount = 7;
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("