var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Karen Mims and Just Cause Fight Eviction and Foreclosure in East Oakland
";
arnews[0] += "Karen Mims and Just Cause Fight Eviction and Foreclosure in East Oakland -";
arnews[0] += "
";
arnews[1]="Christopher Mims: @edyong209 Really? Interesting. Glad *somebody* read the paper all the way through. :)
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="abrina music: Check this video out -- MIMS introduces new artist Abrina on stage http://bit.ly/5X9U4j New Single Gotchu Feelin RIght
";
arnews[2] += "Check this video out -- MIMS introduces new artist Abrina on stage";
arnews[2] += "
";
arnews[3]="RT Mims helps lead McDonnell transition team: Mims helps lead McDonnell transition team http://bit.ly/5a1GVF #loudoun
";
arnews[3] += "RT Mims helps lead McDonnell transition team: Mims helps lead McDonnell transition team";
arnews[3] += "
";
arnews[4]="RT Mims helps lead McDonnell transition team: Mims helps lead McDonnell transition team http://bit.ly/5a1GVF #loudoun
";
arnews[4] += "RT Mims helps lead McDonnell transition team: Mims helps lead McDonnell transition team";
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("