var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Joanna♥Salce: @Amelia_Vega Buenos dias esperando que tengas un dia positivo/productivo/lleno de bendiciones/ :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Joanna♥Salce: #ff @Amelia_Vega @colombiaac @CharytinOficial @Candela_Ferro @Eddy_Herrera @iliacalderon @jackieguerrido @lorenarojas @mambodejuliana
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Angel del Orbe: Veo ke Shalim Ortiz (@shalim) y Amelia Vega (@Ameliavega) pudieron conseguir sus nombre propios en Twitter.Como puedo conseguir a @remo
";
arnews[2] += "Veo ke Shalim Ortiz (@shalim) y Amelia Vega (@Ameliavega) pudieron conseguir sus nombre propios en Twitter.Como puedo conseguir a @";
arnews[2] += "
";
arnews[3]="remolacha: Veo ke Shalim Ortiz (@shalim) y Amelia Vega (@Ameliavega) pudieron conseguir sus nombre propios en Twitter.Como puedo conseguir a @remo
";
arnews[3] += "Veo ke Shalim Ortiz (@shalim) y Amelia Vega (@Ameliavega) pudieron conseguir sus nombre propios en Twitter.Como puedo conseguir a @";
arnews[3] += "
";
arnews[4]="Joanna♥Salce: Gente del espectaculo down 2 earth #ff @Amelia_Vega @Eddy_Herrera @Candela_Ferro @jackieguerrido @mambodejuliana
";
arnews[4] += "Gente del espectaculo down 2 earth";
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("