var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Could the Phoenix Suns Keep Amare Stoudemire To Keep Steve Nash Happy? - Bleacherreport.com
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[0] += "
";
arnews[1]="Steve Nash hopes the team stays together - KTAR.com
";
arnews[1] += "With the NBA trade deadline less than two weeks away, Steve Nash hopes the Suns keep the team intact. \"We've shown that we're a good team,\" Nash said after practice Sunday. \"I think we've shown glimpses we can be a really good team, and it would be ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:07:00 GMT";
arnews[1] += "
";
arnews[2]="13 Steve Nash, PG - CBS Sports
";
arnews[2] += "Nash is one of the most consistent players when it comes to getting double-doubles. He has four in his last five games and is averaging 12.6 assists and 17.2 points during that span. Nash is a must-start option in all Fantasy formats. (Updated 02/02 ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 10:06:00 GMT";
arnews[2] += "
";
arnews[3]="Suns G Steve Nash takes 7 stitches after getting hit by elbow from ... - The Gaea Times
";
arnews[3] += "INDIANAPOLIS — Steve Nash left Phoenix’s game against Indiana after his mouth was bloodied when he was hit by an elbow from Pacers guard Earl Watson. Nash received seven stitches but returned to start the second half. The two players made contact ...";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 08:17:00 GMT";
arnews[3] += "
";
arnews[4]="Steve Nash in All-Star skills challenge - AZCentral.com
";
arnews[4] += "Suns guard Steve Nash is back to compete in the Skills Challenge, which he won in 2005, on All-Star weekend in Dallas, where he will face Derrick Rose, Deron Williams and Brandon Jennings. The Chicago Bulls' Rose will defend his 2009 title in the ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 07:46: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("