var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="FFFFOUND! / ru_glamour: Kirsty Hume
";
arnews[0] += "FFFFOUND! / ru_glamour: Kirsty Hume -";
arnews[0] += "
";
arnews[1]="Captain Heart Nibbler: Kirsty Hume: October 28th episode Kirsty Hume is one of the world’s top models, having walked for Christian Dior, Marc Jacobs, Donna Karan and Louis Vuitton. Her many campaigns include Chanel, Versace and Gucci.
";
arnews[1] += "Kirsty Hume: October 28th episode Kirsty Hume is one of the world’s top models, having walked for Christian Dior, Marc Jacobs, Donna Karan and Louis Vuitton. Her many campaigns include Chanel, Versace and Gucci. -";
arnews[1] += "
";
arnews[2]="bux4gals: TimesFashion: #lfw. Backstage at twenty8twelve -trish goff,liberty ross,kirsty hume...it's an early noughties re.. http://bit.ly/15lujr
";
arnews[2] += "TimesFashion:";
arnews[2] += "
";
arnews[3]="Henno Kruger: Kirsty Hume
";
arnews[3] += "Kirsty Hume -";
arnews[3] += "
";
arnews[4]="Gaga for Givenchy : Model watchers always love the goings on at Givenchy http://bit.ly/gVNF7 How great was it seeing Kirsty Hume again!!
";
arnews[4] += "Gaga for Givenchy : Model watchers always love the goings on at Givenchy";
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("