var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="barry: Knights of Bloodsteel (DVD) newly tagged "adventure"
";
arnews[0] += "Knights of Bloodsteel (DVD) newly tagged \"adventure\" -";
arnews[0] += "
";
arnews[1]="Amelia: Knights of Bloodsteel (DVD) newly tagged "fantasy"
";
arnews[1] += "Knights of Bloodsteel (DVD) newly tagged \"fantasy\" -";
arnews[1] += "
";
arnews[2]="Amanda Austin: Knights of Bloodsteel (DVD) newly tagged "adventure"
";
arnews[2] += "Knights of Bloodsteel (DVD) newly tagged \"adventure\" -";
arnews[2] += "
";
arnews[3]="Natassia Malthe by Aitken Jolly for Scarlet LG Campaign photoshoot http://cli.gs/We834
";
arnews[3] += "Natassia Malthe by Aitken Jolly for Scarlet LG Campaign photoshoot";
arnews[3] += "
";
arnews[4]="Chaos 2006 Bluray 1080p AVC DTSHDMA 5.1【乱战 原盘中字ISO】 (原盘)
";
arnews[4] += "Chaos 2006 Bluray 1080p AVC DTSHDMA 5.1【乱战 原盘中字ISO】 (原盘) -";
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("