var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Derek Williams: beep tick banp tick beep tick banp - RT @Jgreene: "Kiefer Sutherland, STOP SHOWING UP ON MY HULU ADS!"
";
arnews[0] += "beep tick banp tick beep tick banp - RT @";
arnews[0] += "
";
arnews[1]="Mildred T. Pugh: #10: 24 - Redemption [DVD] [2008]
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Jonathan Orr: @mrdooley in the simpsons prezi kiefer sutherland is labeled as Bruce willis
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Kiefer Sutherland : Kiefer Sutherland denies reuniting with wife - Entertainment and Showbiz!
";
arnews[3] += "Kiefer Sutherland : Kiefer Sutherland denies reuniting with wife - Entertainment and Showbiz! -";
arnews[3] += "
";
arnews[4]="Alvaro Paricio: @elbosondegeeks está genial el episodio, en ingles la voz es la de kiefer sutherland, que cracks!
";
arnews[4] += "@";
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("