var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pistons' Ben Gordon for Amare Stoudemire? No truth to that rumor - Detroit News
";
arnews[0] += "Stop the celebrations. Stop running through possible lineups in your head. Amare Stoudemire is not coming to the Pistons in that three-way trade rumor that has Pistons fans buzzing. The rumor: The Pistons would send guard Ben Gordon to the ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:28:00 GMT";
arnews[0] += "
";
arnews[1]="Amare Stoudemire Trade Talk Won't Die Despite Improved Play - Bleacherreport.com
";
arnews[1] += "The tension builds as the NBA trade deadline inches closer. Will he stay or will he go? The “he” of course, is Amare Stoudemire. The “will he” seems more of a matter of when than if. Two weeks ago, it seemed a guarantee Stoudemire would be ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 GMT";
arnews[1] += "
";
arnews[2]="Could the Phoenix Suns Keep Amare Stoudemire To Keep Steve Nash Happy? - Bleacherreport.com
";
arnews[2] += "There’s no denying that Steve Nash is the “engine” that makes the Phoenix Suns run. It is also tough to argue that when Nash is happy, that “engine” runs at full horsepower. While the Suns are in the midst of a five-game win streak in ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[2] += "
";
arnews[3]="Amare Stoudemire Memorabilia on Sale at Hollywood Collectibles - Transworld News
";
arnews[3] += "Amare Stoudemire is a professional power forward/center for the Phoenix Suns of the NBA. Amare Stoudemire was drafted into the NBA directly out of high school and won the Rookie of the Year Award in 2003, making him the first ever high school drafted ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[3] += "
";
arnews[4]="Portland (30-24) at Phoenix (31-21) - YAHOO!
";
arnews[4] += "Amare Stoudemire has been the subject of trade rumors in recent weeks, and based on how he’s played over those games, his value has gone up. The West’s starting center for Sunday’s All-Star game, Stoudemire averaged 27.8 points and 12.3 ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT";
arnews[4] += "
";
totcount = 5;
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("