var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kristin Scott Thomas gets Barron man - Monsters and Critics
";
arnews[0] += "Kristin Scott Thomas has a new boyfriend - film director Steve Barron. The 'English Patient' star is believed to have been dating the Irish-born director - who was behind Michael Jackson's iconic 'Billie Jean' music video - since last May. A source ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:17:00 GMT";
arnews[0] += "
";
arnews[1]="Kristin Scott Thomas `dating Irish film director Steve Barron` - Monsters and Critics
";
arnews[1] += "Actress Kristin Scott Thomas has reportedly been dating Irish film director Steve Barron since May last year. Kristin Scott Thomas arrives at the 29th Annual London Film Critics' Circle Awards at the Grosvenor House Hotel, Park Lane, London. - Splash ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:44:00 GMT";
arnews[1] += "
";
arnews[2]="Ice queen Kristin Scott Thomas has a new love in film director Steve ... - Daily Mail
";
arnews[2] += "When ice-queen actress Kristin Scott Thomas suddenly split from her French gynaecologist husband of 17 years, Francois Olivennes, her lovelife became the object of much fascination. Whispers of an affair with a co-star 14 years her junior appeared to ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[2] += "
";
totcount = 3;
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("