var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive: Hunk James Purefoy tells how new action role left him in ... - Daily Record
";
arnews[0] += "SWASHBUCKLING James Purefoy has told how his latest role in Solomon Kane turned into sheer pain. The 45-year-old, who played randy Mark Antony in hit TV series Rome, stars as a deadly Elizabethan mercenary who battles demons and sorcerers in the ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 09:29:00 GMT";
arnews[0] += "
";
arnews[1]="Ironclad Movie Poster - Empire Movies
";
arnews[1] += "Empire has the teaser one-sheet for Ironclad which tells us that Blood. Will. Run. Based on actual events, the movie follows James Purefoy as a member of the formidable Knights Templar and his “Magnificent Seven” who defend Rochester Castle ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 03:41:00 GMT";
arnews[1] += "
";
arnews[2]="new IRON CLAD Movie Poster - COMICBOOKMOVIE.com
";
arnews[2] += "James Purefoy is born for this kind of roles. I don't remember ever seeing him in a contemporary movie. Anyways I think this will be a good movie, I like this kind of stuff.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:38:00 GMT";
arnews[2] += "
";
arnews[3]="Exclusive: First Ironclad Poster Reveal - Empire
";
arnews[3] += "It’s a medieval Magnificent Seven that promises wham-bam action, epic emotion and gore. Lots of gore. Empire was fortunate enough to visit the Welsh set of Ironclad recently – braving the blood and, more pressingly, mud, to see Paul Giamatti in ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 04:40:00 GMT";
arnews[3] += "
";
totcount = 4;
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("