var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wowelster: Carla Gallo
";
arnews[0] += "Carla Gallo -";
arnews[0] += "
";
arnews[1]="I.Love.You.Man.1080p.BluRay.x264-HD1080[寻找伴郎/我爱伴郎] (电影(1080p))
";
arnews[1] += "I.Love.You.Man.1080p.BluRay.x264-HD1080[寻找伴郎/我爱伴郎] (电影(1080p)) -";
arnews[1] += "
";
arnews[2]="Johnny John Peters: Carla Gallo - Carnivale http://is.gd/2E7P3
";
arnews[2] += "Carla Gallo - Carnivale";
arnews[2] += "
";
arnews[3]="I.Love.You.Man.2009.Blu-ray.1080P.H264.TrueHD.HDS [寻找伴郎/我爱伴郎] (原盘)
";
arnews[3] += "I.Love.You.Man.2009.Blu-ray.1080P.H264.TrueHD.HDS [寻找伴郎/我爱伴郎] (原盘) -";
arnews[3] += "
";
arnews[4]="Bibi: RT @etudoverdade: Hoje às 21h "O Aborto dos Outros", de Carla Gallo, no É Tudo Verdade no Canal Brasil http://www.itsalltrue.com.br
";
arnews[4] += "RT @";
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("