var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kaleys Blog » Blog Archive » Free Download Of Film-Fest DVD - Issu ...
";
arnews[0] += "Kaleys Blog » Blog Archive » Free Download Of Film-Fest DVD - Issu ... -";
arnews[0] += "
";
arnews[1]="Michael Richardson: True fact: Stargate Universe is the long-awaited crossover between Stargate SG-1 and the movie Ravenous. Robert Carlyle plays the same role.
";
arnews[1] += "True fact: Stargate Universe is the long-awaited crossover between Stargate SG-1 and the movie Ravenous. Robert Carlyle plays the same role.";
arnews[1] += "
";
arnews[2]="Michael R. Barnard: This video from Johnny Walker ("Walking Man") starring Robert Carlyle is an AMAZING PRODUCTION!! http://sn.im/s730o
";
arnews[2] += "This video from Johnny Walker (\"Walking Man\") starring Robert Carlyle is an AMAZING PRODUCTION!!";
arnews[2] += "
";
arnews[3]="alexandra: Actor Robert Carlyle says multiplexes should reserve one screen for British films. Do you agree?
";
arnews[3] += "Actor Robert Carlyle says multiplexes should reserve one screen for British films. Do you agree? -";
arnews[3] += "
";
arnews[4]="surfpeople news: Robert Byrd at allvoices.com
";
arnews[4] += "Robert Byrd at allvoices.com -";
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("