var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cillian Murphy to Star in Danny Boyle's "127 Hours"? - WorstPreviews.com
";
arnews[0] += "Director Danny Boyle (28 Days Later, Slumdog Millionaire) has already confirmed that he will re-team with \"Slumdog\" writer Simon Beaufoy \"127 Hours,\" a story of mountaineer Aron Ralson. Since the plan is to have the film completed by the end of next ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:02:00 GMT";
arnews[0] += "
";
arnews[1]="Boyle Wants Cillian Murphy For 127 Hours?? - Cinema Blend
";
arnews[1] += "Coming off a year in which his film took home eight Oscars, including Best Picture, Best Director and Best Adapted Screenplay, Danny Boyle is a hot ticket right now and his next project, 127 Hours , is already gaining a lot of attention. This in mind ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Casting Notes: Cillian Murphy Rumored for Danny Boyle’s Next; Two ... - Slashfilm.com
";
arnews[2] += "Commenting Rules: Keep the conversation civil and on topic. If your comment does not add to the conversation, it will be removed. Debate intelligently. Insulting the author, /Film, or other commenters will result in comment removal and possible ban ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:03:00 GMT";
arnews[2] += "
";
arnews[3]="Tale of climber who amputated his own arm - News of World
";
arnews[3] += "SLUMDOG - Director Danny Boyle Batman Begins star Cillian Murphy is the top choice to play Aron, and the film is due out in late 2010. A source said: \"Danny wants to try something at the opposite end of the spectrum to Slumdog.\"";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Vampire Vs. Zombies: The Bloody Showdown - TV.com
";
arnews[4] += "Vampires and zombies are two of the hottest trends in TV and movies in recent years. Now imagine a hungry zombie chewing on your arm and a thirsty vampire sucking at your neck, both asking you to choose: Will you go to the next zombie movie or the ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:05:00 GMT";
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("