var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dwayne Wade Commentary and Question... - Covers.com
";
arnews[0] += "I don't know about you guys but why should Dwayne stay in Miami? I mean it could very easily be the worst team in the NBA \"without\" wade!? If not who would be without a single player??? Anyway, Beasley plays 23 minues and not a single rebound last ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:45:00 GMT";
arnews[0] += "
";
arnews[1]="Dwayne Wade Buys His Mother a Church: “I’m So Proud of Her” - whudat.com
";
arnews[1] += "This summer Dwayne Wade will be on a heavy training regimen to get back to his superstar level on the court. Off the court, his mother, Jolinda Wade has already beat him to it. Make that - Pastor Jolinda Wade. Because of his mother’s addiction to ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:58:00 GMT";
arnews[1] += "
";
arnews[2]="Atlanta Hawks With Best Record in The NBA? Who Would've Guessed? - Bleacherreport.com
";
arnews[2] += "Coming into the season, so many teams made big moves in the off season that everyone was convinced were pivotal moves to make them Championship Contenders. But it is the young Atlanta Hawks who sit up top with an impressive 84 percent win percentage ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:34:00 GMT";
arnews[2] += "
";
arnews[3]="Can Atlanta Hawks Give Dwayne Wade and Miami Heat Back-to-Back Losses? - Bleacherreport.com
";
arnews[3] += "The Atlanta Hawks can do something tonight that the Washington Wizards and New Jersey Nets failed to do; give the Miami Heat back-to-back losses. With their 13-point loss at home last night to the Oklahoma City Thunder, the Heat (7-3) dropped from 2 ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:32:00 GMT";
arnews[3] += "
";
arnews[4]="Raptors return home after tough road trip, hang on to down Heat 120 ... - Big Hollywood
";
arnews[4] += "Larry Millson, THE CANADIAN PRESS TORONTO - Jarrett Jack stepped up his game just in time to save the Toronto Raptors. The backup point guard scored 12 of his 17 points in the fourth quarter, including two important three-pointers, as the Raptors ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT";
arnews[4] += "
";
arnews[5]="Raptors extinguish torrid Heat rally - SLAM! Sports
";
arnews[5] += "He scored 17 for the game. Dwayne Wade and Mario Chalmers each scored 30 for Miami ... There's 82 games and we do have a tough chunk behind us yes. But you can't take any game for granted. The first game back is always a tough one.\" The Raptors were ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:30: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("