var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Primeval' star promises "shocking" plots
";
arnews[0] += "Primeval star Andrew-Lee Potts has claimed that producers have \"shocking\" plots planned for the new series.";
arnews[0] += "
Publ.Date : Mon, 07 Dec 2009 12:10:46 GMT";
arnews[0] += "
";
arnews[1]="Primeval Villain Looks for a Return to Mayhem in Reborn Series
";
arnews[1] += "If Primeval can return from the grave, actress Juliet Aubrey hopes its dead characters can resurrect with the death-defying sci-fi show.";
arnews[1] += "
Publ.Date : Thu, 08 Oct 2009 19:31:00 GMT";
arnews[1] += "
";
arnews[2]="Primeval: Volume Two
";
arnews[2] += "Our reviews of Primeval , Primeval , and Primeval: Volume One are also available.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 06:06:58 GMT";
arnews[2] += "
";
arnews[3]="Andrew to return with more Primeval
";
arnews[3] += "Bradford actor Andrew-Lee Potts will be rescued from his dilemma at the dawn of time, TV bosses have vowed.";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 10:33:53 GMT";
arnews[3] += "
";
arnews[4]="a Primeval' Saved From Extinction
";
arnews[4] += "Primeval , the Saturday-night sci-fi thriller on BBC America, will return in 2011 because of an international co-production deal, companies involved said.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 16:43:14 GMT";
arnews[4] += "
";
arnews[5]="BBC's 'Primeval' Saved From Extinction
";
arnews[5] += "Fans of time travel and ravenous prehistoric creatures, rejoice: BBC America announced on Tuesday that \"Primeval,\" the popular but expensive British science-fiction television series that was canceled this summer after the end of its third season, has been saved from extinction.";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 18:17:59 GMT";
arnews[5] += "
";
totcount = 6;
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("