var arnews = new Array(5);
totcount = 3;
rnd = 0;
arnews[0]="Master.and.Commander.2003.BluRay.1080p.AVC.DTS-HD5.1.RBD-U-C09023[怒海争锋] (电影(1080p))
";
arnews[0] += "Master.and.Commander.2003.BluRay.1080p.AVC.DTS-HD5.1.RBD-U-C09023[怒海争锋] (电影(1080p)) -";
arnews[0] += "
";
arnews[1]="Rome.S01.720p.BluRay.x264-SiNNERS [罗马 第一季 蓝光版] (剧集包(欧美))
";
arnews[1] += "Rome.S01.720p.BluRay.x264-SiNNERS [罗马 第一季 蓝光版] (剧集包(欧美)) -";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Rome.S02.720p.BluRay.x264-SiNNERS [罗马 第二季 蓝光版] (剧集(欧美))
";
arnews[2] += "Rome.S02.720p.BluRay.x264-SiNNERS [罗马 第二季 蓝光版] (剧集(欧美)) -";
arnews[2] += "
";
totcount = 3;
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("