var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Naomi Campbell plans fashion show for Haiti relief
";
arnews[0] += "Naomi Campbell called on the fashion world to do its part for the Haiti relief effort - and the fashion world answered: There will be a charity catwalk show pairing top models and designers at New York Fashion Week.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:57:27 GMT";
arnews[0] += "
";
arnews[1]="Naomi Campbell plans fashion show for Haiti
";
arnews[1] += "Naomi Campbell called on the fashion world to do its part for the Haiti relief effort -- and the fashion world answered: There will be a charity catwalk show pairing top models and designers at New York Fashion Week.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:33:25 GMT";
arnews[1] += "
";
arnews[2]="Donatella Versace Spills on '90s Supermodel Drama, Complains Today's Models Don't Have Enough Ego
";
arnews[2] += "Remembering the good ol' days of supermodeldom. From left to right, Karen Mulder, Linda Evangelista, Gianni Versace and Carla Bruni.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:18:00 GMT";
arnews[2] += "
";
arnews[3]="Naomi Campbell plans fashion show for Haiti relief
";
arnews[3] += "NEW YORK - Naomi Campbell called on the fashion world to do its part for the Haiti relief effort - and the fashion world answered: There will be a charity catwalk show pairing top models and designers at New York Fashion Week.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Naomi Campbell plans fashion show to benefit Haiti relief
";
arnews[4] += "NEW YORK - Naomi Campbell called on the fashion world to do its part for the Haiti relief effort - and the fashion world answered: There will be a charity catwalk show pairing top models and designers at New York Fashion Week.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Naomi Campbell plans Fashion for Relief - Haiti runway show at NY Fashion Week
";
arnews[5] += "Supermodel NAOMI CAMPBELL has called upon fashion designers and celebrities alike to help bring FASHION FOR RELIEF , a star-studded runway show, to Mercedes-Benz Fashion Week.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 08:00: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("