var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Weird dream. Frankie Muniz, Tom Felton, and the brother in Blossom who wasn't Joey Lawrence had superpowers and were fighting each other.
";
arnews[0] += "Weird dream. Frankie Muniz, Tom Felton, and the brother in Blossom who wasn't Joey Lawrence had superpowers and were fighting each other. -";
arnews[0] += "
";
arnews[1]="Pierro Marie: forget all of this Network dingens -> Joey Lawrence | The Blog - Joey L in Ethiopia -
";
arnews[1] += "forget all of this Network dingens -> Joey Lawrence | The Blog - Joey L in Ethiopia - -";
arnews[1] += "
";
arnews[2]="Kathryn Ashcroft: Joey Lawrence | The Blog
";
arnews[2] += "Joey Lawrence | The Blog -";
arnews[2] += "
";
arnews[3]="eric canto: Joey Lawrence Photographer:Ethiopia
";
arnews[3] += "Joey Lawrence Photographer:Ethiopia -";
arnews[3] += "
";
arnews[4]="jon: Joey Lawrence Fine Art
";
arnews[4] += "Joey Lawrence Fine Art -";
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("