var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Aymeric: I am dying of lol: Dana wore in a S6 promo shot the same dress as Teri in the Sydney premiere of Coraline AND Jennifer Beals on Lie To Me's
";
arnews[0] += "I am dying of lol: Dana wore in a S6 promo shot the same dress as Teri in the Sydney premiere of Coraline AND Jennifer Beals on Lie To Me's -";
arnews[0] += "
";
arnews[1]="Yes, Jennifer Beals, there is a Santa Claus
";
arnews[1] += "Yes, Jennifer Beals, there is a Santa Claus -";
arnews[1] += "
";
arnews[2]="Gary Walter (gwalter): @GEOpdx "who's gonna drive..." I always think of this Jennifer Beals look-a-like who played too hard to get - this song made me feel better.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Luís Guilherme: Não lembrava de como a Jennifer Beals era tão gata! #flashdance
";
arnews[3] += "Não lembrava de como a Jennifer Beals era tão gata!";
arnews[3] += "
";
arnews[4]="Jennifer Beals of The L Word is set to appear on Christmas!: Whoosh! The sexy Jennifer is set to appear on Chri.. http://bit.ly/6V2zsG
";
arnews[4] += "Jennifer Beals of The L Word is set to appear on Christmas!: Whoosh! The sexy Jennifer is set to appear on Chri..";
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("