var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="A Single Man: Colin Firth, Tom Ford and Matthew Goode at The London Film Festival
";
arnews[0] += "festival.blog.lovefilm.com UK premiere of designer Tom Ford's first film, A Single Man. Starring Colin Firth, Matthew Goode and Nicholas Hoult. For more news, interviews and...";
arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 17:45:41 GMT";
arnews[0] += "
";
arnews[1]="Matthew Goode Single Man clip
";
arnews[1] += "Clip of Matthew Goode and Colin Firth from Single Man ... \"Matthew Goode\" \"Colin Firth\" \"Single Man\"";
arnews[1] += "
Publ.Date : Mon, 21 Sep 2009 22:13:05 GMT";
arnews[1] += "
";
arnews[2]="Matthew Goode Interview for Brideshead Revisited
";
arnews[2] += "Matthew Goode (Match Point, The Lookout) talks about his new films Brideshead Revisited and Watchmen in this exclusive video interview with The Cinema Source.";
arnews[2] += "
Publ.Date : Tue, 05 May 2009 22:53:52 GMT";
arnews[2] += "
";
arnews[3]="Patrick Wilson & Matthew Goode Interviews for Watchmen
";
arnews[3] += "Patrick Wilson and Matthew Goode talk about their roles in Watchmen to The Cinema Source in these exclusive video interviews,";
arnews[3] += "
Publ.Date : Tue, 05 May 2009 22:53:49 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="The Watchmen - Matthew Goode talks at the UK Premiere
";
arnews[4] += "Heroes of the action movie Watchmen have graced the red carpet in London for the film's world premiere. Based on the critically acclaimed graphic novel created by writer Alan...";
arnews[4] += "
Publ.Date : Tue, 24 Feb 2009 12:56:57 GMT";
arnews[4] += "
";
arnews[5]="Matthew Goode
";
arnews[5] += "The actor talks to Lynn Hirschberg of NYTimes.com/TMagazine ... NYTimes.com NYT The New York Times Magazine Matthew Goode Lynn Hirschberg Screentest";
arnews[5] += "
Publ.Date : Fri, 25 Jul 2008 13:31:57 GMT";
arnews[5] += "
";
arnews[6]="The Lookout - Exclusive interview with star Matthew Goode
";
arnews[6] += "Joseph Gordon-Levitt plays the role of a successful school hockey player whose life takes a turn for the worse after a terrifying car crash.";
arnews[6] += "
Publ.Date : Wed, 23 Jul 2008 13:54:29 GMT";
arnews[6] += "
";
arnews[7]="A heartbreaking romantic epic, “BRIDESHEAD REVISITED” tells an evocative story of forbidden love and the loss of innocence set in the pre-WWII era. In the film, Charles Ryder (Matthew Goode) becomes entranced with the noble Marchmain family
";
arnews[7] += "A heartbreaking romantic epic, “BRIDESHEAD REVISITED” tells an evocative story of forbidden love and the loss of innocence set in the pre-WWII era. In the film, Charles Ryder...";
arnews[7] += "
Publ.Date : Sat, 10 May 2008 15:33:11 GMT";
arnews[7] += "
";
arnews[8]="Matthew Goode, "Tom"
";
arnews[8] += "Podcast 1 description. Matthew Goode";
arnews[8] += "
Publ.Date : Fri, 13 Jul 2007 21:16:19 GMT";
arnews[8] += "
";
arnews[9]=""The Lookout" stars Isla Fisher and Matthew Goode
";
arnews[9] += "\"The Lookout\" is a story about a once promising high school athlete who finds himself caught up in a planned heist.";
arnews[9] += "
Publ.Date : Sun, 08 Apr 2007 14:49:46 GMT";
arnews[9] += "
";
totcount = 10;
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("