var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Worked on Venice Beach today with the lovely and talented Rachel Boston. Delightful.
";
arnews[0] += "Worked on Venice Beach today with the lovely and talented Rachel Boston. Delightful. -";
arnews[0] += "
";
arnews[1]="Ghosts.of.Girlfriends.Past.720p.BluRay.x264-CBGB[前女友们的幽灵/旧爱找麻烦] (电影(720p))
";
arnews[1] += "Ghosts.of.Girlfriends.Past.720p.BluRay.x264-CBGB[前女友们的幽灵/旧爱找麻烦] (电影(720p)) -";
arnews[1] += "
";
arnews[2]="Ghosts.of.Girlfriends.Past.2009.BDRE.720p.x264.DTS-MySiLU[前女友们的幽灵/旧爱找麻烦(台)] (电影(720p))
";
arnews[2] += "Ghosts.of.Girlfriends.Past.2009.BDRE.720p.x264.DTS-MySiLU[前女友们的幽灵/旧爱找麻烦(台)] (电影(720p)) -";
arnews[2] += "
";
arnews[3]="Ghosts of Girlfriends Past 2009 EUR 1080p BluRay VC-1 TrueHD 5.1 HDCLUB[前女友们的幽灵 [原盘中字]] (原盘)
";
arnews[3] += "Ghosts of Girlfriends Past 2009 EUR 1080p BluRay VC-1 TrueHD 5.1 HDCLUB[前女友们的幽灵 [原盘中字]] (原盘) -";
arnews[3] += "
";
arnews[4]="Ghosts.of.Girlfriends.Past.2009.BluRay.720p.x264.DTS-WiKi [前女友们的幽灵] (电影(720p))
";
arnews[4] += "Ghosts.of.Girlfriends.Past.2009.BluRay.720p.x264.DTS-WiKi [前女友们的幽灵] (电影(720p)) -";
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("