var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Moss Slammed by Eating Disorder Group for 'Pro-Anorexia' Comment
";
arnews[0] += "Posted Nov 19th 2009 at 12:40PM by Erin Donnelly Kate Moss during Paris Fashion Week.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:40:00 GMT";
arnews[0] += "
";
arnews[1]="Gemma Ward Says She Will Return to Modeling
";
arnews[1] += "Gemma Ward on the runway in 2007 , and on the street last month . Photos: Karl Prouse, Catwalking/Getty Images Bauer-Griffin As we previously reported, Australian model Gemma Ward recently declared she was done with modeling when criticism erupted after images surfaced of her looking very un-waiflike . However, it looks like Ward will be returning ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:05:00 GMT";
arnews[1] += "
";
arnews[2]="Cross Campus 11.18.09
";
arnews[2] += "An imposter has joined the Yale Facebook network! A profile for \"Rick Levin\" recently appeared, but the University President said he was not its creator.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:00:00 GMT";
arnews[2] += "
";
arnews[3]="Clippings: Lohan Not Designing for Bebe After All Edition
";
arnews[3] += "As the designer told WWD: \"This is not happening.\" [ WWD ] - The Daily Best, through some complicated number-crunching beyond our understanding has compiled a list of hte 10 most valuable models.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:37:37 GMT";
arnews[3] += "
";
arnews[4]="Gemma Ward to Model, Act, Go to Yale
";
arnews[4] += "Although Gemma Ward 's agent recently said she was done with modeling, sparking speculation that her retirement had to do with her less model-esque weight of late, Gemma says she's not through with the biz.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 00:45:39 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("