var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elle Macpherson loves being single parent - AZCentral.com
";
arnews[0] += "Elle Macpherson claims life as a single mother is \"full of laughter\". The Australian supermodel - who has sons Flynn Alexander, 11, and six-year-old Aurelius Cy Andrea with her former partner Arpad Busson - doesn't mind raising them alone because she ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 17:49:00 GMT";
arnews[0] += "
";
arnews[1]="Victoria Beckham asks husband for fashion advice - AZCentral.com
";
arnews[1] += "Victoria Beckham asks her husband David for fashion advice. The singer-turned-fashion designer - whose fashion range and dress designs are popular with celebrities including Elle Macpherson, Dannii Minogue and Heidi Klum - always shows her soccer ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 17:49:00 GMT";
arnews[1] += "
";
arnews[2]="Life as single mum full of laughter, says Elle Macpherson - Smash Hits.com
";
arnews[2] += "Washington, Nov 16 (ANI): Aussie model Elle Macpherson has revealed that she raises her two sons with a lot of love and laughter, and has fun doing it all on her own. Macpherson, 45, who has sons Flynn Alexander, 11, and Aurelius Cy Andrea, 6, with ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 10:31:00 GMT";
arnews[2] += "
";
arnews[3]="Business digest - Times Online
";
arnews[3] += "THE billionaire Reuben brothers are poised to snap up Ayr racecourse, home to the Scottish Grand National, in a £12.5m deal. It is understood the brothers, who will add the course to their Northern Racing empire, are just days away from announcing a ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[3] += "
";
arnews[4]="Would you rather go naked? Not any longer - The Guardian
";
arnews[4] += "On an otherwise unremarkable grey autumn day in London last month, a few hundred protesters took to the streets around Knightsbridge armed with home-made banners and loudspeakers. Some of them had their faces half-obscured by scarves. Others came ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:42:00 GMT";
arnews[4] += "
";
arnews[5]="Hugh Grant: ‘Golf is Ruining my Love Life’ - Showbizspy.com
";
arnews[5] += "“When you say to a girl ‘I play golf’ her eyes glaze over,” says Hugh, who has previously dated Elizabeth Hurley and Elle Macpherson . “I do feel guilty about my golf. “You know you’re a sad case when you spend your spare time reading ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 13:43: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("