var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gemma Ward Wants to Keep Modeling and Acting, Go to Yale - Nymag.com
";
arnews[0] += "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. In fact, she intends to become a double ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[0] += "
";
arnews[1]="Jil Sander Working on a Spring Uniqlo Collection; Alber Elbaz Fears ... - Nymag.com
";
arnews[1] += "• Jil Sander is doing another +J collection for Uniqlo for spring. She shoots the campaign in New York this week. [ FWD ] • Frost French wants to cast Gemma Ward at her current weight for its ad campaign, because founders Sadie Frost and Jemima ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:11:00 GMT";
arnews[1] += "
";
arnews[2]="Gemma’s Return: Why Even Announce “Retirement” If You Can’t ... - The Frisky
";
arnews[2] += "Random rant: why do celebs make such a big deal about announcing “retirement” only to un-retire months later? Publicity stunt? A heated “eff-you” move that reverses itself once they cool down? Supermodel Gemma Ward , 22 (ahem), marks the ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:21:00 GMT";
arnews[2] += "
";
arnews[3]="Daul Kim Death Shocks The Fashion World - The Gaea Times
";
arnews[3] += "Paris- Daul Kim , a successful model who had walked the ramp for several leading fashion designers was found dead recently. Daul Kim’s death has shocked people who had worked with her and knew her after she stepped into the world of glamor. Though ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[3] += "
";
totcount = 4;
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("