var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="school (Claudia Schiffer) - The Gaea Times
";
arnews[0] += "September 12th, 2009 LONDON - German model Claudia Schiffer has revealed that she likes herself more now at 39, and that she feels she looks so much better too. Schiffer, who is a mother of two, is among a number of models who have made a comeback ...";
arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[0] += "
";
arnews[1]="Claudia Schiffer is pregnant - Boston Globe
";
arnews[1] += "Claudia Schiffer is pregnant with her third child. The German supermodel - who has two children, Caspar, six, and five-year-old Clementine, with her film producer husband Michael Vaughn - announced today (15.01.10) she is five-and-a-half months into ...";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 23:25:00 GMT";
arnews[1] += "
";
arnews[2]="Claudia Schiffer: Chanel Chic - Celebrity Baby Blog
";
arnews[2] += "Supermodel Claudia Schiffer may not be walking the runways in her current condition, but she’s still checking out the competition! Claudia, 39, smiles as she arrives at the Chanel Haute-Couture show at Paris Fashion Week, held at Pavillon Cambon ...";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 12:26:00 GMT";
arnews[2] += "
";
arnews[3]="Claudia Schiffer Expecting Third Child - Celebrity Baby Blog
";
arnews[3] += "Claudia Schiffer and her husband, film producer and director Matthew Vaughn , are expecting a third child, her rep confirms. “We are thrilled about the good news and can hardly wait to have a bigger family,” the couple, who wed in 2002, said in a ...";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 17:56:00 GMT";
arnews[3] += "
";
arnews[4]="SCHIFFER PREGNANT (Claudia Schiffer, Schiffer Pregnant) - The Gaea Times
";
arnews[4] += "Supermodel CLAUDIA SCHIFFER is expecting her third child with husband MATTHEW VAUGHN. The catwalk beauty, who married the film producer in 2002, announced the happy news on Friday (15Jan10) and revealed she is due to give birth in May (10";
arnews[4] += "
Publ.Date : Fri, 15 Jan 2010 09:34: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("