var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity news: Exclusive: Hunk James Purefoy tells how new action role left him in agony
";
arnews[0] += "SWASHBUCKLING James Purefoy has told how his latest role in Solomon Kane turned into sheer pain.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Mirror horror 16:50
";
arnews[1] += "PREPARE to jump out of your skin with our scary exclusive from Solomon Kane. Brit actor JAMES PUREFOY stars as a 16th century mercenary who sold his soul to the devil.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 18:01:38 GMT";
arnews[1] += "
";
arnews[2]="The First Ironclad Poster Revealed
";
arnews[2] += "Empire has revealed the first poster for Ironclad , directed by Jonathan English.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:53:54 GMT";
arnews[2] += "
";
arnews[3]="Check This Out: Badass Poster for James Purefoy's Ironclad
";
arnews[3] += "\" Blood. Will. Run. \" Hell. Yes. Empire has debuted the first poster for Ironclad starring James Purefoy and it's pure badass.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Walt Disney Releases Synopsis for John Carter of Mars and Creates a Facebook Fan Page
";
arnews[4] += "With production underway on director Andrew Stanton's John Carter of Mars in London, Walt Disney has released the synopsis for the movie and also started a Facebook fan page for the film.A Here's what they sent over: From Academy Award-winning filmmaker Andrew Stanton , JOHN CARTER OF MARS brings this captivating hero to the big screen in a ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 02:09:11 GMT";
arnews[4] += "
";
arnews[5]="Princess of Mars: Beyond Cheesy Bad
";
arnews[5] += "Format: Widescreen 1:33:1 Studio: Asylum Home Entertainment DVD Release Date: December 29, 2010 MPAA Rating: NR Running Time: 90 minutes Hermit Rating: = Poor.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 23:54:03 GMT";
arnews[5] += "
";
arnews[6]="Solomon Kane Foreign Movie Poster
";
arnews[6] += "Share on Facebook Take a look at the latest international movie poster for the upcoming film \"Solomon Kane\" based on a story by Robert E. Howard and by director Michael J. Bassett.";
arnews[6] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="UK - Scotlanda s Most Expensive Film, Richard Williams and...
";
arnews[7] += "Coming to you weekly from my vantage point in good old Blighty, ita TMs Slashfilm UK.";
arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 10:57:08 GMT";
arnews[7] += "
";
totcount = 8;
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("