var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alpesh: Incultura submitted: Amare Stoudemire
";
arnews[0] += "Incultura submitted: Amare Stoudemire -";
arnews[0] += "
";
arnews[1]="dave: just in: acquired Amare Stoudemire for Chris Kaman and Al Harrington #nba #suns #fantasyhoops
";
arnews[1] += "just in: acquired Amare Stoudemire for Chris Kaman and Al Harrington";
arnews[1] += "
";
arnews[2]="Benjo Castillo: Phoenix Suns center Amare Stoudemire, center, takes a shot betwe... (AP Photo/Paul Connors)
";
arnews[2] += "Phoenix Suns center Amare Stoudemire, center, takes a shot betwe... (AP Photo/Paul Connors) -";
arnews[2] += "
";
arnews[3]="tourbeau.blogspot.com: Stoudemire, Suns blow out road-weary Pistons: Amare Stoudemire scored 21 points and the Suns routed the road-w.. http://bit.ly/08tj1hx
";
arnews[3] += "Stoudemire, Suns blow out road-weary Pistons: Amare Stoudemire scored 21 points and the Suns routed the road-w..";
arnews[3] += "
";
arnews[4]="Arjan: skyblog: Stoudemire, Suns blow out road-weary Pistons: Amare Stoudemire scored 21 points and the Suns routed the road-w.. bit.ly/08tj1hx
";
arnews[4] += "skyblog: Stoudemire, Suns blow out road-weary Pistons: Amare Stoudemire scored 21 points and the Suns routed the road-w.. bit.ly/08tj1hx -";
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("