var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Noticias de Portugal: Estúdio Fox investe no seu primeiro filme chinês
";
arnews[0] += "Estúdio Fox investe no seu primeiro filme chinês -";
arnews[0] += "
";
arnews[1]="On.His.Majesty's.Secret.Service.2009.BluRay.720p.AC3.2Audio.x264-CHD[大内密探灵灵狗(国/粤)] (电影(720p))
";
arnews[1] += "On.His.Majesty's.Secret.Service.2009.BluRay.720p.AC3.2Audio.x264-CHD[大内密探灵灵狗(国/粤)] (电影(720p)) -";
arnews[1] += "
";
arnews[2]="ON HIS MAJESTYS SECRET SERVICE (原盘)
";
arnews[2] += "ON HIS MAJESTYS SECRET SERVICE (原盘) -";
arnews[2] += "
";
arnews[3]="On.His.ajesty.s.Secret.Service.2009.Bluray.1080p.DTS.2Audio.x264-CHD (电影(1080p))
";
arnews[3] += "On.His.ajesty.s.Secret.Service.2009.Bluray.1080p.DTS.2Audio.x264-CHD (电影(1080p)) -";
arnews[3] += "
";
arnews[4]="Andrew: Jerry Yan and Barbie Hsu Tribute
";
arnews[4] += "Jerry Yan and Barbie Hsu Tribute -";
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("