var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Roberto: Claudia Black had just finished shooting a film called "Rain from Stars" to be released in 2010.
";
arnews[0] += "Claudia Black had just finished shooting a film called \"Rain from Stars\" to be released in 2010. -";
arnews[0] += "
";
arnews[1]="Kevin Murphy: Currently playing two different video games featuring the voice acting of Claudia Black. That chick gets around! ;)
";
arnews[1] += "Currently playing two different video games featuring the voice acting of Claudia Black. That chick gets around! ;)";
arnews[1] += "
";
arnews[2]="Roberto: Claudia Black, Ben Browder, Brian Henson and Rockne S. O'Bannon were interviewed by the Mania website.
";
arnews[2] += "Claudia Black, Ben Browder, Brian Henson and Rockne S. O'Bannon were interviewed by the Mania website. -";
arnews[2] += "
";
arnews[3]="Roberto: Vote for Claudia Black and her role Chloe Frazer in the Video Game Awards 2009.
";
arnews[3] += "Vote for Claudia Black and her role Chloe Frazer in the Video Game Awards 2009. -";
arnews[3] += "
";
arnews[4]="Michael W. May: Amazon Armchair Commentary: Interview with "Farscape"'s Ben Browder, Claudia Black, and Rockne S. O'Bannon | Video http://www.amazon.com/gp/mpd/permalink/mLR6GL848AUQI
";
arnews[4] += "Amazon Armchair Commentary: Interview with \"Farscape\"'s Ben Browder, Claudia Black, and Rockne S. O'Bannon | Video";
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("