var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ModelingPassion: Sonia Rykiel for H&M : Lara Stone, Caroline Trentini & Anne Vyalitsyna
";
arnews[0] += "Sonia Rykiel for H&M : Lara Stone, Caroline Trentini & Anne Vyalitsyna -";
arnews[0] += "
";
arnews[1]="jacony: petapeta: etoystk: traveling with the ghost - Anne Menke × Anne Vyalitsyna - El Refugio -
";
arnews[1] += "petapeta: etoystk: traveling with the ghost - Anne Menke × Anne Vyalitsyna - El Refugio - -";
arnews[1] += "
";
arnews[2]="Shishido Hiromune: etoystk: traveling with the ghost - Anne Menke × Anne Vyalitsyna - El Refugio -
";
arnews[2] += "etoystk: traveling with the ghost - Anne Menke × Anne Vyalitsyna - El Refugio - -";
arnews[2] += "
";
arnews[3]="ecstasy_lover: Carmen Kass и Anne Vyalitsyna, фотограф Mario Testino для V #61
";
arnews[3] += "ecstasy_lover: Carmen Kass и Anne Vyalitsyna, фотограф Mario Testino для V";
arnews[3] += "
";
arnews[4]="fashionfriendfeed: http://bit.ly/32jRdY Hottest Victoria secret model Anne Vyalitsyna
";
arnews[4] += "";
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("