var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Player: Marvin Williams - YAHOO!
";
arnews[0] += "This is nothing more than a Bill Simmons-like \"what-if\" scenario , but Nuggets coach George Karl says Denver had a trade in place with the Hawks back in 2005 that would have landed them the second overall pick. The plan then would have been to use ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:03:00 GMT";
arnews[0] += "
";
arnews[1]="Marvin Williams - F - Atlanta Hawks - NBC Sports
";
arnews[1] += "Hawks starting SF Marvin Williams had just four points on 2-of-7 shooting in Tuesday's loss to the Thunder. He grabbed six rebounds in 28 minutes but didn't do anything else, and he's no better than a borderline option in most leagues. For instance ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 17:21:00 GMT";
arnews[1] += "
";
arnews[2]="Previewing today's Grizzlies-Hawks game - Memphis Commercial Appeal
";
arnews[2] += "Hawks: Mike Bibby, 6-1, Joe Johnson, 6-7, Josh Smith, 6-9, Marvin Williams 6-9, Al Horford, 6-10. INSIDE THE NUMBERS Atlanta is the 11th team with a winning record Memphis has played in its last 13 games. ... Gay is averaging 19.5 points and 4.5 ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:59:00 GMT";
arnews[2] += "
";
arnews[3]="Wizards/Hawks rescheduled for March 11 - The Sun News
";
arnews[3] += "The Washington Wizards home game against the Atlanta Hawks, postponed Saturday to a blizzard in the nation's capital, has been rescheduled for March 11 at the Verizon Center. Both teams were unable to travel to Washington because of the conditions ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:20:00 GMT";
arnews[3] += "
";
arnews[4]="Johnson's performance in fourth gives Hawks win over Clippers - Seattle Post Intelligencer
";
arnews[4] += "Atlanta, GA (Sports Network) - Joe Johnson scored 14 of his 34 points in the fourth quarter, as the Atlanta Hawks used a late surge to defeat the Los Angeles Clippers, 103-97, at Philips Arena. Jamal Crawford added 22 points and five assists for the ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 02:44:00 GMT";
arnews[4] += "
";
arnews[5]="Volunteer group gathers to help early release inmates - KXTV News10Net
";
arnews[5] += "SACRAMENTO, CA - Several inmates released early on Sunday came off the bus at the Sacramento County Jail to find a group of volunteers waiting with food, packets of supplies, and useful information to get them back on their feet. The volunteer group ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:36:00 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("