var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Moda Blog: Lara Stone, Caroline Trentini, Anne Vyalitsyna in lingerie per la cmpagna Sonya Rykiel pe H&M
";
arnews[0] += "Lara Stone, Caroline Trentini, Anne Vyalitsyna in lingerie per la cmpagna Sonya Rykiel pe H&M -";
arnews[0] += "
";
arnews[1]="goodwin james: Lara Stone, Caroline Trentini, Anne Vyalitsyna in lingerie per la cmpagna Sonya Rykiel pe H&M
";
arnews[1] += "Lara Stone, Caroline Trentini, Anne Vyalitsyna in lingerie per la cmpagna Sonya Rykiel pe H&M -";
arnews[1] += "
";
arnews[2]="Icy Jade: Caroline Trentini & Marisa Miller doing interviews.
";
arnews[2] += "Caroline Trentini & Marisa Miller doing interviews.";
arnews[2] += "
";
arnews[3]="fashionfriendfeed: OMG!!! Anastasia Kuznetsova, Caroline Trentini ,Chanel Iman and of course, Heidi Klum were ALL SOOO HOT @ The VICTORIA's SECRET SHOW.
";
arnews[3] += "OMG!!! Anastasia Kuznetsova, Caroline Trentini ,Chanel Iman and of course, Heidi Klum were ALL SOOO HOT @ The VICTORIA's SECRET SHOW. -";
arnews[3] += "
";
arnews[4]="fashionfriendfeed: [High Quality] Caroline Trentini @ Victoria Secret 09/10 Fashion Show x10HQ http://bit.ly/6qxXyV
";
arnews[4] += "[High Quality] Caroline Trentini @ Victoria Secret 09/10 Fashion Show x10HQ";
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("