var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cagdas Seichter: New York City/New York, USA. Mit 30 Engeln, eigens an den Times Square ausgesandt, feiert Dessoushersteller Victora's Secret seine neueste Fashionshow. Rosie Huntington-Whiteley, Izabel Goulart und Miranda Kerr posieren mit Kussmund, allerdings in schwarzen Lederjacken und ohne Flügel.
";
arnews[0] += "New York City/New York, USA. Mit 30 Engeln, eigens an den Times Square ausgesandt, feiert Dessoushersteller Victora's Secret seine neueste Fashionshow. Rosie Huntington-Whiteley, Izabel Goulart und Miranda Kerr posieren mit Kussmund, allerdings in schwarzen Lederjacken und ohne Flügel.";
arnews[0] += "
";
arnews[1]="Daily Makeover: Ooh, beauty secrets from the VS Angels!!! RT @Modelinia: What are Izabel Goulart's top five makeup tips? -- http://bit.ly/4swKQ5
";
arnews[1] += "Ooh, beauty secrets from the VS Angels!!! RT @";
arnews[1] += "
";
arnews[2]="Icy Jade: FYI...i LOVED Izabel Goulart's wings this yr!!!
";
arnews[2] += "FYI...i LOVED Izabel Goulart's wings this yr!!!";
arnews[2] += "
";
arnews[3]="Icy Jade: VSFS 2009 – Izabel Goulart
";
arnews[3] += "VSFS 2009 – Izabel Goulart -";
arnews[3] += "
";
arnews[4]="Icy Jade: new blog entry... VSFS 2009 – Izabel Goulart http://twurl.nl/g0o4r1
";
arnews[4] += "new blog entry... VSFS 2009 – Izabel Goulart";
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("