var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="victor: Crusoe: The Complete Series (DVD) newly tagged "adventure"
";
arnews[0] += "Crusoe: The Complete Series (DVD) newly tagged \"adventure\" -";
arnews[0] += "
";
arnews[1]="Scifi Chrome: scifichrome tracked Kathy Bates and Tim Curry Join Alice: Colm Meaney and Philip Winchester a.. http://tinyurl.com/lvyzwr
";
arnews[1] += "scifichrome tracked Kathy Bates and Tim Curry Join Alice: Colm Meaney and Philip Winchester a..";
arnews[1] += "
";
arnews[2]="Lincoln Burrows: Philip Winchester
";
arnews[2] += "Philip Winchester -";
arnews[2] += "
";
arnews[3]="Also on board for Alice: Tim Curry, Colm Meaney, Alessandro Juliani, Philip Winchester, Tim Weber, many, many hours. It's four-hour mini.
";
arnews[3] += "Also on board for Alice: Tim Curry, Colm Meaney, Alessandro Juliani, Philip Winchester, Tim Weber, many, many hours. It's four-hour mini.";
arnews[3] += "
";
arnews[4]="Jace at Televisionary: Also on board for Alice: Tim Curry, Colm Meaney, Alessandro Juliani, Philip Winchester, Tim Weber, many, many hours. It's four-hour mini.
";
arnews[4] += "Also on board for Alice: Tim Curry, Colm Meaney, Alessandro Juliani, Philip Winchester, Tim Weber, many, many hours. It's four-hour mini.";
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("