var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Roy Benjamin: adeandabet: section9: (via porco-voador) Who is this? Anyone? WHAT? I hope you’re kidding! This is the divine Ms. Jennifer Tilly She certainly is! (I need to see bound again)
";
arnews[0] += "adeandabet: section9: (via porco-voador) Who is this? Anyone? WHAT? I hope you’re kidding! This is the divine Ms. Jennifer Tilly She certainly is! (I need to see bound again) -";
arnews[0] += "
";
arnews[1]="Chris Tolson: @Natron602 @JennHoffman Jennifer Tilly is 50?!?!?! http://bit.ly/JEzlM
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="LittleRock Arkansas: Celebrity Poker Player: Jennifer Tilly
";
arnews[2] += "Celebrity Poker Player: Jennifer Tilly -";
arnews[2] += "
";
arnews[3]="amazonde: #10: Chucky und seine Braut [VHS]
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="anthony turner: Jennifer Tilly
";
arnews[4] += "Jennifer Tilly -";
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("