var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Denny: Laura Bell Bundy
";
arnews[0] += "Laura Bell Bundy -";
arnews[0] += "
";
arnews[1]="mm diaz: to christian borle: laura bell bundy? really? REALLY????
";
arnews[1] += "to christian borle: laura bell bundy? really? REALLY????";
arnews[1] += "
";
arnews[2]="Clothes Blog » Blog Archive » Michelle dawn fogle: Pictures Of ...
";
arnews[2] += "Clothes Blog » Blog Archive » Michelle dawn fogle: Pictures Of ... -";
arnews[2] += "
";
arnews[3]="Kristina Brooke: #lastfm Anika Noni Rose, Anne Warren, Beyoncé, Eddie Murphy, Jennifer Hudson, Laura Bell Bundy & Rory O'M.. http://bit.ly/CrhOp
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Caitlin Reader: Jumanji. Win. Also, I'm fairly sure that this is a young Laura Bell Bundy, Anybody?
";
arnews[4] += "Jumanji. Win. Also, I'm fairly sure that this is a young Laura Bell Bundy, Anybody?";
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("