var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @ChareeKlimek: Job Opening | Chicago | Manager of Communications at Chicago Fire Soccer http://bit.ly/1s2LaJ #JobAngels
";
arnews[0] += "RT @ChareeKlimek: Job Opening | Chicago | Manager of Communications at Chicago Fire Soccer";
arnews[0] += "
";
arnews[1]="Donovan Named MLS MVP: MLS announced this afternoon that L.A. Galaxy forward Landon Donovan has been named leag.. http://bit.ly/34Aptt
";
arnews[1] += "Donovan Named MLS MVP: MLS announced this afternoon that L.A. Galaxy forward Landon Donovan has been named leag..";
arnews[1] += "
";
arnews[2]="Stevie Ray: adidas TGII Chicago Fire Soccer Ball $16.95 http://bit.ly/lzXu2
";
arnews[2] += "adidas TGII Chicago Fire Soccer Ball $16.95";
arnews[2] += "
";
arnews[3]="David Murphy: CHICAGO FIRE SECTION 8 November 7th 2009
";
arnews[3] += "CHICAGO FIRE SECTION 8 November 7th 2009 -";
arnews[3] += "
";
arnews[4]="Carrie Musgrave: Last commenter of my Chicago fire boat photo wins the prize for most elaborate description of a boat's history ever: http://flic.kr/p/7gSHVi
";
arnews[4] += "Last commenter of my Chicago fire boat photo wins the prize for most elaborate description of a boat's history ever:";
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("