var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lonnie: Brian Hooks' All Starz Live
";
arnews[0] += "Brian Hooks' All Starz Live -";
arnews[0] += "
";
arnews[1]="Fred: *Wilco*, by Wilco
";
arnews[1] += "*Wilco*, by Wilco -";
arnews[1] += "
";
arnews[2]="Watchin this three strikes flick with @thereale40 all in it, David Allen Greer and Brian hooks!.. This shit is laughs!!
";
arnews[2] += "Watchin this three strikes flick with @thereale40 all in it, David Allen Greer and Brian hooks!.. This shit is laughs!! -";
arnews[2] += "
";
arnews[3]="7eventy.5ive.2007.Blu-ray.1080p.NL.VC-1.DTS-HD MA 5.1[九死一生] (原盘)
";
arnews[3] += "7eventy.5ive.2007.Blu-ray.1080p.NL.VC-1.DTS-HD MA 5.1[九死一生] (原盘) -";
arnews[3] += "
";
arnews[4]="7eventy.5ive.2007.1080p.BluRay.x264-ADRENALiNE[九死一生] (电影(1080p))
";
arnews[4] += "7eventy.5ive.2007.1080p.BluRay.x264-ADRENALiNE[九死一生] (电影(1080p)) -";
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("