var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="hubbit: @EarlGreyTea68 @JillUsrey I'm a communist. I loved Judd Hirsch in that movie. :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="hubbit: @JillUsrey @EarlGreytea68 But Judd Hirsch is the perfect Jewish stage-parent. :D "If it wasn't for my Doovidl you'd all be toast!"
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="ebaypro: TAXI Complete Fourth Season - New DVD Judd Hirsch
";
arnews[2] += "TAXI Complete Fourth Season - New DVD Judd Hirsch -";
arnews[2] += "
";
arnews[3]="ebaypro: DVD~Without a Trace~Judd Hirsch, Kate Nelligan~OOP~R1
";
arnews[3] += "DVD~Without a Trace~Judd Hirsch, Kate Nelligan~OOP~R1 -";
arnews[3] += "
";
arnews[4]="Al Robertson: Last night's viewing - Orson Welles' last movie, also starring Eric Idle, Judd Hirsch and Leonard Nimoy. A remarkable experience...
";
arnews[4] += "Last night's viewing - Orson Welles' last movie, also starring Eric Idle, Judd Hirsch and Leonard Nimoy. A remarkable experience...";
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("