var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hugh Grant 'would like to have children' - Digital Spy
";
arnews[0] += "Hugh Grant has said that he would like to have children. In an interview with Parade , the actor explained that he hasn't \"given up hope\" of starting a family. \"Ten years ago, I wouldn't have thought about having children at all,\" he said. \"But now I ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[0] += "
";
arnews[1]="Hugh Grant: "I’m Not As Bad With Children As I Used To Be" - celebritybabyscoop
";
arnews[1] += "... November 22) British actor Hugh Grant ... nieces and cousins and godchildren, I like the thought. But that's on the basis that I can leave after 10 minutes. I don't know what it would be like 24 hours a day. I think I'd have a lot of nannies ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Hugh Grant 'would like to have children' - Digital Spy
";
arnews[2] += "Hugh Grant has said that he would like to have children. In an interview with Parade , the actor explained that he hasn't \"given up hope\" of starting a family. \"Ten years ago, I wouldn't have thought about having children at all,\" he said. \"But now I ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[2] += "
";
arnews[3]="Hugh Grant thinking about fatherhood at 49 - The Gaea Times
";
arnews[3] += "LONDON - British actor Hugh Grant says he didn’t want to have kids a decade ago but now, at age 49, he hopes to be a father. “I have so many nephews and nieces and cousins and godchildren, I like the thought (of kids), but that’s on the basis ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[3] += "
";
arnews[4]="Hugh Grant wants to be a father - Screen India
";
arnews[4] += "After playing dad to his nephews, nieces and godchildren for long, Hollywood actor Hugh Grant has now expressed a wish to be a father and raise his own kids. The 49-year-old bachelor, whose relationships with actress Elizabeth Hurley and socialite ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:41: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("