var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Tidbits: Supermodel mommies - Sacramento Bee
";
arnews[0] += "Victoria's Secret Angel Adriana Lima has joined the Supermodel Mommies Club. But does this mean she won't be walking the runway at the upcoming Victoria's Secret Fashion Show? Maybe that's what all this Victoria's Secret casting business is all about ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Adriana Lima, Marko Jaric Welcome Baby - The Celebrity Cafe.com
";
arnews[1] += "Model Adriana Lima and her husband, NBA star Marko Jaric welcome their first child. Victoria’s Secret model Adriana Lima and Memphis Grizzlies player Marko Jaric welcomed a bouncing baby girl on Sunday, according to People.com. New York Daily News ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 02:52:00 GMT";
arnews[1] += "
";
arnews[2]="Adriana Lima - People
";
arnews[2] += "Adriana Lima now has a little angel of her own: the Victoria's Secret model and her husband, NBA star Marko Jaric, welcomed a daughter on Sunday in New York City. \"Adriana and Marko are thrilled to announce they had a baby girl, Valentina Lima Jaric ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:17:00 GMT";
arnews[2] += "
";
arnews[3]="Adriana Lima is a Mom - The Celebrity Cafe.com
";
arnews[3] += "It’s a girl for model Adriana Lima and Memphis Grizzles’ Marko Jaric. Adriana Lima went from model to mom. According to People , the 28-year-old Victoria’s Secret model gave birth to a baby girl on Sunday in New York City. Lima and her husband ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 02:02:00 GMT";
arnews[3] += "
";
arnews[4]="Adriana Lima Gives Birth to Baby Girl - AceShowbiz
";
arnews[4] += "Adriana Lima and her basketball player husband Marko Jaric have become first time parents. The catwalk beauty gave birth to a baby girl on Sunday, November 15 in New York City, a representative for the Victoria's Secret model publicly confirms ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 01:55: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("