var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Colin Firth On A Single Man - Empire
";
arnews[0] += "Colin Firth's landed an Oscar nomination for his role in A Single Man, the drama from fashion-designer-turned-director Tom Ford. It's a frankly astonishing turn from Firth, as a bereaved English professor in 1960s LA who's flirting with suicide ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[0] += "
";
arnews[1]="Colin Firth: 'Matthew Goode was a pretty good kisser' - AZCentral.com
";
arnews[1] += "Colin Firth doesn't mind kissing men. The British actor had to lock lips with both Matthew Goode and Julianne Moore on the set of new film 'A Single Man', and insists he never felt uncomfortable, though was warned by director Tom Ford not to get too ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 23:39:00 GMT";
arnews[1] += "
";
arnews[2]="Don’t ‘Single’ out Ford as newcomer - Badger Herald
";
arnews[2] += "Heartbreak was not made for movies. The silver screen may lament the death of a main character or cause audiences to weep en masse when the Nth “love of the century” ends in tragedy, but the real focus is enduring love. No matter what happens ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[2] += "
";
arnews[3]="Colin Firth's Goode gay kiss - MSN Singapore
";
arnews[3] += "Colin Firth has admitted his kiss with Matthew Goode in 'A Single Man' was ''pretty good''. Colin Firth has admitted his kiss with Matthew Goode in 'A Single Man' was ''pretty good''. Colin Firth doesn't mind kissing men. The British actor had to ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 01:48:00 GMT";
arnews[3] += "
";
arnews[4]="Colin Firth’s Goode gay kiss - NZCity
";
arnews[4] += "Colin Firth doesn’t mind kissing men. The British actor had to lock lips with both Matthew Goode and Julianne Moore on the set of new film ‘A Single Man’, and insists he never felt uncomfortable, though was warned by director Tom Ford not to ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 03:07:00 GMT";
arnews[4] += "
";
arnews[5]="A Single Man - In the News
";
arnews[5] += "Directed by Tom Ford, out February 12th in cinemas, starring Colin Firth, Julianne Moore, Nicholas Hoult and Matthew Goode, running time 101 mins. What's it all about? Set in Los Angeles in the 1960s, A Single Man follows a day in the life of gay ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:14: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("