var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nigel Jones: RT @SciFi_Online: ours to go before tonight's Dollhouse season 2 kicks off. BSG compadres Tamoh Penikett and Jamie Bamber square up in Ep1.
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Leo Lincourt: I don't know what it is, but whether he's a fighting space Mormon, or a pasty-faced London copper, Jamie Bamber creeps me out.
";
arnews[1] += "I don't know what it is, but whether he's a fighting space Mormon, or a pasty-faced London copper, Jamie Bamber creeps me out.";
arnews[1] += "
";
arnews[2]="Sean McPherson: @samjane That is Jamie Bamber's actual voice; he put on an American accent for BSG. I know since that's how he sounded at a con I went to
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Cylon: DRIVEN Magazine | Interview: Grace Park,Tricia Helfer, Michael ...
";
arnews[3] += "DRIVEN Magazine | Interview: Grace Park,Tricia Helfer, Michael ... -";
arnews[3] += "
";
arnews[4]="Dan Nolan: Jamie Bamber with normal accent in Dollhouse = FUCK YEAH
";
arnews[4] += "Jamie Bamber with normal accent in Dollhouse = FUCK YEAH";
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("