var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Last Station - Coming Soon!
";
arnews[0] += "The Last Station Release Date: December 4, 2009 (NY, LA) Studio: Sony Pictures Classics Director: Michael Hoffman Screenwriter: Michael Hoffman Starring: Christopher Plummer, Helen Mirren, James McAvoy, Paul Giamatti, Anne-Marie Duff Genre: Drama ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:34:00 GMT";
arnews[0] += "
";
arnews[1]="Gerard Butler Is Top Brit in Hollywood - femalefirst.co.uk
";
arnews[1] += "Gerard Butler feels left out of the celebrity perfume trend - he wants to launch his own fragrance. The Scottish star is convinced he's the only British actor without his own cosmetics line, and he wants a piece of the action. He tells British radio ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:12:00 GMT";
arnews[1] += "
";
arnews[2]="Butler Eyes Fragrance Line - femalefirst.co.uk
";
arnews[2] += "Gerard Butler has been named the favourite British star in Hollywood. The Scot was voted top in a poll by Lovefilm.com, beating off competition from Christian Bale and Daniel Day-Lewis, who came second and third respectively. Beloved Titanic actress ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:25:00 GMT";
arnews[2] += "
";
arnews[3]="Gerard Butler voted 'Best British Actor in Hollywood' - Newstrack India
";
arnews[3] += "London, Nov 20 (ANI): Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT";
arnews[3] += "
";
arnews[4]="Stephen Root Digs Up Two More Movies - Empire
";
arnews[4] += "... The Conspirator , Robert Redford’s tale of the aftermath of Abraham Lincoln’s assassination. Root will play a principal witness in the trial of Robin Wright Penn’s Confederate sympathiser. James McAvoy also stars. Nice one, Stephen - we're ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:30:00 GMT";
arnews[4] += "
";
arnews[5]="BUTLER IS TOP BRIT IN HOLLYWOOD - Contactmusic.com
";
arnews[5] += "com, beating out competition from Christian Bale and Daniel Day-Lewis, who came second and third respectively. Beloved Titanic actress Kate Winslet came fourth, while James MCAvoy rounded out the top five.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:53: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("