var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Health
";
arnews[0] += "The United Nations Population Fund says three million girls are still at the risk of genital mutilation each year.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:38:09 GMT";
arnews[0] += "
";
arnews[1]="Pal Sarkozy's Wedding Gift to Carla Bruni
";
arnews[1] += "In the Sarkozy family, after the president, Nicolas, the former top-model-turned-singer , Carla, here is the painter, Pal.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:04:29 GMT";
arnews[1] += "
";
arnews[2]="Sarkozya s father paints Carla Bruni
";
arnews[2] += "Nicolas Sarkozya s father has painted the French Presidenta s lover Carla Bruni on a large canvas as a wedding gift for the former supermodel, who has been instrumental in bringing the father and son closer after years of estrangement.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:59:39 GMT";
arnews[2] += "
";
arnews[3]="Nicolas Sarkozy's Father Exhibits Painting of Carla Bruni in Budapest
";
arnews[3] += "The exhibition includes a portrait of French First Lady Carla Bruni. EFE / Endre Friedmann.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:52:27 GMT";
arnews[3] += "
";
arnews[4]="Health
";
arnews[4] += "The United Nations Population Fund says three million girls are still at the risk of genital mutilation each year.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:22:45 GMT";
arnews[4] += "
";
arnews[5]="Donatella Versace Spills on '90s Supermodel Drama, Complains Today's Models Don't Have Enough Ego
";
arnews[5] += "Remembering the good ol' days of supermodeldom. From left to right, Karen Mulder, Linda Evangelista, Gianni Versace and Carla Bruni.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:18: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("