var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="alexavatar2: #8: Great Expectations [VHS] [1999]
";
arnews[0] += "#8: Great Expectations [VHS] [1999] -";
arnews[0] += "
";
arnews[1]="Amanda Austin: #8: Great Expectations [VHS] [1999]
";
arnews[1] += "#8: Great Expectations [VHS] [1999] -";
arnews[1] += "
";
arnews[2]="Chris: #8: Great Expectations [VHS] [1999]
";
arnews[2] += "#8: Great Expectations [VHS] [1999] -";
arnews[2] += "
";
arnews[3]="Kelly Stephenson: this is the second nanonovel that i've "cast" ioan gruffudd. there's something about his coloring and the faces he makes in pictures.
";
arnews[3] += "this is the second nanonovel that i've \"cast\" ioan gruffudd. there's something about his coloring and the faces he makes in pictures.";
arnews[3] += "
";
arnews[4]="Ioan Gruffudd and Alice Evans in North Devon
";
arnews[4] += "Ioan Gruffudd and Alice Evans in North Devon -";
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("