var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="robj: Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case http://bit.ly/07ckkGF http://bit.ly/chIuD
";
arnews[0] += "Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case";
arnews[0] += "
";
arnews[1]="Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case
";
arnews[1] += "Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case -";
arnews[1] += "
";
arnews[2]="Top News: Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case http://bit.ly/07ckkGF
";
arnews[2] += "Police chief guilty of three counts in Sarah Jessica Parker Matthew Broderick case";
arnews[2] += "
";
arnews[3]="Antonio Matias Sandual: RT @heykim: Police Chief Convicted in Sarah Jessica Parker Surrogate Theft http://viigo.im/1AuB
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="BUNTE Online: Sarah Jessica Parker: Einbruch bei Leihmutter. Polizeichef wurde verurteilt...
";
arnews[4] += "Sarah Jessica Parker: Einbruch bei Leihmutter. Polizeichef wurde verurteilt... -";
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("