var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ralph Talmont: Samuel Jackson explains Google Wavw, after a fashion. http://bit.ly/3qpe8c via @AdamLiwinski
";
arnews[0] += "Samuel Jackson explains Google Wavw, after a fashion.";
arnews[0] += "
";
arnews[1]="Rob Styles: @pezholio "I'm making my Samuel Johnson outfit the official Mayoral Regalia!" < < I mis-read as "Samuel L Jackson outfit" which would be fun.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Noticias de Portugal: Whitney Houston, a grande homenageada nos «American Music Awards»
";
arnews[2] += "Whitney Houston, a grande homenageada nos «American Music Awards» -";
arnews[2] += "
";
arnews[3]="erichnwise: shall know my name is the Lord - Jules Winnfield ( Samuel L Jackson in Pulp Fiction #movies ) #quotes
";
arnews[3] += "shall know my name is the Lord - Jules Winnfield ( Samuel L Jackson in Pulp Fiction";
arnews[3] += "
";
arnews[4]="Brett Greene: listening to "Hardknox - Attitude"
";
arnews[4] += "listening to \"Hardknox - Attitude\" -";
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("