var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="TFK Trevor twitter carrie mention - Carrie Underwood Fans
";
arnews[0] += "TFK Trevor twitter carrie mention - Carrie Underwood Fans -";
arnews[0] += "
";
arnews[1]="Mr. Wiggly: RT @dhemery: Blog post: Writing Maintainable Automated Acceptance Tests http://bit.ly/6YYPtV
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Trollcats: America is basically not okay. [PIC] http://tinyurl.com/ldagnk
";
arnews[2] += "America is basically not okay. [PIC]";
arnews[2] += "
";
arnews[3]="Ramona: I never got a single thing that I wanted. ♫ http://blip.fm/~grgmk
";
arnews[3] += "I never got a single thing that I wanted. ♫";
arnews[3] += "
";
arnews[4]="American Defense Systems Reports Third Quarter 2009 Financial Results
";
arnews[4] += "American Defense Systems Reports Third Quarter 2009 Financial Results -";
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("