var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Claudia Schiffer - UNICEF
";
arnews[0] += "Supermodel and businesswoman Claudia Schiffer became a UNICEF UK Ambassador in 1997. She travelled to Bangladesh in 2000 to take part in UNICEF's International Immunization Day and raise vital awareness about vaccinating children against deadly and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[0] += "
";
arnews[1]="Claudia Schiffer turns designer - Sydney Morning Herald
";
arnews[1] += "Catwalk to cashmere ... Claudia Schiffer plans to launch own fashion brand. After lending her image to fashion designers for more than two decades, supermodel Claudia Schiffer says she is now ready to create her own fashion business, which could ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 GMT";
arnews[1] += "
";
arnews[2]="Claudia Schiffer Creating Own Fashion Label - Hollyscoop.com
";
arnews[2] += "Claudia Schiffer has walked the runway for over twenty years in the fashion world. And now she’s hanging up her hat to do something on the other end of the industry. According to Reuters , Schiffer is working on creating her own fashion label ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:56:00 GMT";
arnews[2] += "
";
arnews[3]="Claudia Schiffer's happy looks - MSN Singapore
";
arnews[3] += "Supermodel Claudia Schiffer - who turns 40 next year - credits her good looks with being happy. Claudia Schiffer says being happy is the key to looking good. The supermodel - who will turn 40 next year - admits she takes care over her appearance but ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 14:05:00 GMT";
arnews[3] += "
";
arnews[4]="Claudia Schiffer plans to create own fashion label - YAHOO!
";
arnews[4] += "BERLIN (Reuters Life!) – After lending her image to fashion designers for more than two decades, supermodel Claudia Schiffer says she is now ready to create her own fashion business, which could include cashmere wares and handbags. The 39-year-old ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:51: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("