var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Leila Arcieri
";
arnews[0] += "Leila Arcieri -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Leila Arcieri @ "Love And Dancing" Cast Wrap Party (12xMQ) http://is.gd/2jPSx
";
arnews[1] += "Leila Arcieri @ \"Love And Dancing\" Cast Wrap Party (12xMQ)";
arnews[1] += "
";
arnews[2]="Johnny John Peters: Leila Arcieri @ Love N' Dancing Cast Party (Nov 7, 2007) x 4HQ (by Request) http://is.gd/2uVBz
";
arnews[2] += "Leila Arcieri @ Love N' Dancing Cast Party (Nov 7, 2007) x 4HQ (by Request)";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Leila Arcieri - Love N' Dancing Los Angeles premiere, 6 May 2009, x 7 MQ http://is.gd/2SGkG
";
arnews[3] += "Leila Arcieri - Love N' Dancing Los Angeles premiere, 6 May 2009, x 7 MQ";
arnews[3] += "
";
arnews[4]="Joris van Rooij: Today I'm with Leila Arcieri in Arauco doing your hammer!
";
arnews[4] += "Today I'm with Leila Arcieri in Arauco doing your hammer!";
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("