var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marci Diehl: Watched old Sherlock series on PBS and recognized very, very young Jude Law and James Purefoy (Rome) in cast.
";
arnews[0] += "Watched old Sherlock series on PBS and recognized very, very young Jude Law and James Purefoy (Rome) in cast.";
arnews[0] += "
";
arnews[1]="RT:Watched old Sherlock series on PBS and recognized very, very young Jude Law and James Purefoy (Rome).. http://bit.ly/Z4xEe #holmes
";
arnews[1] += "RT:Watched old Sherlock series on PBS and recognized very, very young Jude Law and James Purefoy (Rome)..";
arnews[1] += "
";
arnews[2]="tim kerrick: @VulpineVixen mine too. James Purefoy pulling out of the project was the best thing to happen to it
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="ebaypro: Blessed, DVD, Heather Graham, James Purefoy, Fionnula F
";
arnews[3] += "Blessed, DVD, Heather Graham, James Purefoy, Fionnula F -";
arnews[3] += "
";
arnews[4]="Interviews with Michael Bassett and James Purefoy for Solomon Kane. Moving Pictures Magazine, Toronto 2009. http://bit.ly/3MeoO9
";
arnews[4] += "Interviews with Michael Bassett and James Purefoy for Solomon Kane. Moving Pictures Magazine, Toronto 2009.";
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("