var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="paige: What week four taught us about the Phoenix Suns: Still surprising people, just not on TNT | Phoenix
";
arnews[0] += "What week four taught us about the Phoenix Suns: Still surprising people, just not on TNT | Phoenix -";
arnews[0] += "
";
arnews[1]="strebel: RT @ArnieK: (AZIMA) Engaging Fans Through Social Media: By The Phoenix Suns and Arizona Diamondbacks register: http://ow.ly/F2k3
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Arnie K: (AZIMA) Engaging Fans Through Social Media: By The Phoenix Suns and Arizona Diamondbacks register: http://ow.ly/F2k3
";
arnews[2] += "(AZIMA) Engaging Fans Through Social Media: By The Phoenix Suns and Arizona Diamondbacks register:";
arnews[2] += "
";
arnews[3]="ThinkFast!: Doing Social Media the Sports Way
";
arnews[3] += "ThinkFast!: Doing Social Media the Sports Way -";
arnews[3] += "
";
arnews[4]="JoshuaStrebel: RT @ArnieK: (AZIMA) Engaging Fans Through Social Media: By The Phoenix Suns and Arizona Diamondbacks register: http://ow.ly/F2k3
";
arnews[4] += "RT @";
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("