var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Calysta Rose: To Boldly Go...where we should've gone a long time ago.
";
arnews[0] += "To Boldly Go...where we should've gone a long time ago. -";
arnews[0] += "
";
arnews[1]="Martin Bosworth: Deep thought: Hannah Storm has an unnerving resemblance to Torri Higginson. Next @SyFy show: "Stargate: ESPN." #fb
";
arnews[1] += "Deep thought: Hannah Storm has an unnerving resemblance to Torri Higginson. Next @";
arnews[1] += "
";
arnews[2]="RT @cassievalentine The original Dr. Weir looks WAY too much like Carter for my tastes. Thank God for Torri Higginson. Yay recasting!! #S..
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Lia: @wanderingfound wow, yeah it does! although i love that he's in a movie with torri higginson and hill harper. i'll definitely watch this
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="J. Abdul-Qahhar: Official Stargate Website: Main Character: Torri Higginson as Dr. Elizabeth Weir
";
arnews[4] += "Official Stargate Website: Main Character: Torri Higginson as Dr. Elizabeth Weir -";
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("