var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Simon Pegg Brings Spaced To Burke and Hare - Cinema Blend
";
arnews[0] += "This project, be it because of Pegg or Landis, is already high on many \"most anticipated\" lists and this revelation isn't exactly going to scare anybody off. While this news is awesome on so many levels, I'm going to get greedy and ask for more. Mr ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 01:17:00 GMT";
arnews[0] += "
";
arnews[1]="Tim Curry and More Join Simon Pegg in Burke and Hare - ReelzChannel.com
";
arnews[1] += "BURKE & HARE is a comedic take on the true story of the 1828 Edinburgh body-snatchers William Burke (Simon Pegg) and William Hare (Andy Serkis). These two Irish entrepreneurs discover that a dead body can fetch a hefty price when the demands of the ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 17:01:00 GMT";
arnews[1] += "
";
arnews[2]="Cruise suits up for `Mission: Impossible IV' - Fresno Bee
";
arnews[2] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011. Cruise and \"Mission ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[2] += "
";
arnews[3]="New Burke and Hare Casting News - DREAD CENTRAL.COM
";
arnews[3] += "A while ago we told you about John Landis and Simon Pegg bringing us a new film based upon the ghoulish real life misadventures of the serial killing, corpse selling duo Burke and Hare . Today a bit more casting news has come to light. Over on Simon ...";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 20:26:00 GMT";
arnews[3] += "
";
arnews[4]="Christopher Lee! Tim Curry! More Burke & Hare cast announced! - JoBlo.com
";
arnews[4] += "David Tennant is out, but many others have been added to the cast of BURKE AND HARE. So far we have: Simon Pegg, Andy Serkis, Isla Fisher, Tom Wilkinson, and a small part for Stephen Merchant. Now prepare to geek out to the new names joining the cast ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="Roberto Orci and Alex Kurtzman on Canon, Spock Prime and Star Trek XII - TrekWeb.com
";
arnews[5] += "BB: The time travel device allowed you to deviate significantly from known Star Trek history/canon. How did you decide how much to turn the dial in terms of changing back-stories and characters? Bob: We tried to change as little as possible. There ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 00:37:00 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("