var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark Shaw: @BernieJMitchell is that from the Rock with Sean Connery?
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Raul: RT @adorocinema: Sean Connery em novo encontro de vozes http://bit.ly/62bqmj
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Rockol Pop & Rock News: Shirley Bassey e Sean Connery insieme per la prima volta dal 1964
";
arnews[2] += "Shirley Bassey e Sean Connery insieme per la prima volta dal 1964 -";
arnews[2] += "
";
arnews[3]="anthony turner: Sean Connery
";
arnews[3] += "Sean Connery -";
arnews[3] += "
";
arnews[4]="erichnwise: Thats the Chicago Way - Jim Malone ( Sean Connery in The Untouchables #movies ) #quotes
";
arnews[4] += "Thats the Chicago Way - Jim Malone ( Sean Connery in The Untouchables";
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("