var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Runaways 1995 TV David Burton Morris Ronald Parker writer Harvey Silver Puff Laurel Holloman Roxxanne Peter Facinelli Bret rest of cast listed alphabetically Aaron Burke Security Guard
";
arnews[0] += "The Runaways 1995 TV David Burton Morris Ronald Parker writer Harvey Silver Puff Laurel Holloman Roxxanne Peter Facinelli Bret rest of cast listed alphabetically Aaron Burke Security Guard -";
arnews[0] += "
";
arnews[1]="treser: The Runaways 1995 TV David Burton Morris Ronald Parker writer Harvey Silver Puff Laurel Holloman Roxxanne Peter Facinelli Bret rest of cast listed alphabetically Aaron Burke Security Guard
";
arnews[1] += "The Runaways 1995 TV David Burton Morris Ronald Parker writer Harvey Silver Puff Laurel Holloman Roxxanne Peter Facinelli Bret rest of cast listed alphabetically Aaron Burke Security Guard -";
arnews[1] += "
";
arnews[2]="Dvigitt Lamb: cuartooscuro: Laurel Holloman (via dbimac) Mi amor, te amo.
";
arnews[2] += "cuartooscuro: Laurel Holloman (via dbimac) Mi amor, te amo. -";
arnews[2] += "
";
arnews[3]="julissa: Watching Laurel Holloman on Angel fighting and kicking vampire ass is just...strange.
";
arnews[3] += "Watching Laurel Holloman on Angel fighting and kicking vampire ass is just...strange.";
arnews[3] += "
";
arnews[4]="bbrownie: The Incredibly True Adventures of Two Girls in Love
";
arnews[4] += "The Incredibly True Adventures of Two Girls in Love -";
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("