var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Peter Van Der Ploeg: @Mitrala Javier Bardem. Das mn vader. En oOoOoOo Scarlet... :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="satine: günün arızası: jeffrey dean morgan
";
arnews[1] += "günün arızası: jeffrey dean morgan";
arnews[1] += "
";
arnews[2]="Mike Shonukan: EXCLUSIVE: Penelope Cruz & Javier Bardem Double Date With Sean Penn & Mystery Brunette Undercover couple Javier Bardem and Penelope Cruz tried to have a quiet drink with Sean Penn and a mystery brunette Friday night, but the boys got so raucous everybody
";
arnews[2] += "EXCLUSIVE: Penelope Cruz & Javier Bardem Double Date With Sean Penn & Mystery Brunette Undercover couple Javier Bardem and Penelope Cruz tried to have a quiet drink with Sean Penn and a mystery brunette Friday night, but the boys got so raucous everybody -";
arnews[2] += "
";
arnews[3]="Mike Shonukan: EXCLUSIVE: Penelope Cruz & Javier Bardem Double Date With Sean Penn & Mystery Brunette Undercover couple Javier Bardem and Penelope Cruz tried to have a quiet drink with Sean Penn and a mystery brunette Friday night, but the boys got so raucous everybody
";
arnews[3] += "EXCLUSIVE: Penelope Cruz & Javier Bardem Double Date With Sean Penn & Mystery Brunette Undercover couple Javier Bardem and Penelope Cruz tried to have a quiet drink with Sean Penn and a mystery brunette Friday night, but the boys got so raucous everybody -";
arnews[3] += "
";
arnews[4]="Matt Porter: # ukceleb Bardem, Cruz double-date with Sean Penn: Javier Bardem and Penelope Cruz reportedly go on a .. http://bit.ly/62bAm5
";
arnews[4] += "# ukceleb Bardem, Cruz double-date with Sean Penn: Javier Bardem and Penelope Cruz reportedly go on a ..";
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("