var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kim Vallee: RT @bsgcast: Check http://BSGcast.com - @ATubanos gets into the mystique of Alessandro Juliani who played Lt. Gaeta on Battlestar Galactica
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Jerome Paradis: RT @bsgcast: Check http://bit.ly/6yF87 to watch @ATubanos get into the mystique of Alessandro Juliani (Lt. Gaeta on Battlestar Galactica)!
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Jim H. Moreno: BSGcast - Interview with Alessandro Juliani
";
arnews[2] += "BSGcast - Interview with Alessandro Juliani -";
arnews[2] += "
";
arnews[3]="The Adventures of T-Rex 1995 Creator Satoru Tsuda Seasons 1 Michael Dobson 1 episode 1992-1995 Kathleen Barr Black Widow / 1 episode 1992 Michael Beattie Buck / 1 episode 1992 Gary Chalk Bruno / 1 episode 1992 Jennifer Copping 1 episode 1992 Ian James Corlett Bugsy / 1 episode 1992 Brian Dobson 1 episode 1992 Michael Donovan Big Dinosaur / 1 episode 1992 Phil Hayes Axe / 1 episode 1992 Janyse Jaud 1 episode 1992 Alessandro Juliani 1 episode 1992 Annabel Kershaw 1 episode 1992 Scott McNeil Adder / 1 episode 1992 Robert O Smith Bernie / 1 episode 1992 Venus Terzo Ginger / 1 episode 1992 Dale Wilson Big Boss Graves / 1 episode 1992
";
arnews[3] += "The Adventures of T-Rex 1995 Creator Satoru Tsuda Seasons 1 Michael Dobson 1 episode 1992-1995 Kathleen Barr Black Widow / 1 episode 1992 Michael Beattie Buck / 1 episode 1992 Gary Chalk Bruno / 1 episode 1992 Jennifer Copping 1 episode 1992 Ian James Corlett Bugsy / 1 episode 1992 Brian Dobson 1 episode 1992 Michael Donovan Big Dinosaur / 1... -";
arnews[3] += "
";
arnews[4]="First trailer for SyFy's RIVERWORLD mini-series
";
arnews[4] += "First trailer for SyFy's RIVERWORLD mini-series -";
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("