var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "The first Fashion for Relief event in 2005, which drew
Beyoncé,
Kelly Osbourne,
Imanand
Tyson Beckford, raised $1 million for Hurricane Katrina victims.
";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 05:34:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Sources claimed Campbell was \"calling all of her model and designer friends to take part\", reports the New York Post. The first Fashion for Relief event in 2005, which saw the presence of Beyoncé, Kelly Osbourne, Iman and Tyson Beckford, managed to ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:54:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Supermodel TYSON BECKFORD is quitting the catwalk to concentrate on acting. Beckford claims there’s no money left in modelling, so he plans to focus on his role hosting TV show Make Me A Supermodel - and expand his movie resume. The 39 year old ...";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 03:03:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "The “American Boy” singer celebrated her 30th birthday with Wynter Gordon, “106 & Park’s” Rocsi Diaz, New York Jet Darrelle Revis, Kevin Liles, and model Tyson Beckford. Estelle has been spending her days in the studio working on a new ...";
arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 20:07:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "TOP MODEL Tyson Beckford is planning to retire from modeling and just deal with movies and his reality show, \"Make Me A Supermodel.\" THE BEARS' Israel Idonije is hosting a Super Bowl party to benefit his foundation on Sunday at Park 52.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 07:59:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "September 22nd, 2009 Victoria Beckham Burberry Closing Party for Fashion week 25th Anniversary London Fashion week Autumn/Winter 2010 London.more images 25th Anniversary London Fashion Week Spring/Summer 2010 September 21st, 2009 Sienna Miller and ...";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 02:45: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("");document.write("");