var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Pretty Ugly People (2008)
";
arnews[0] += "Pretty Ugly People (2008)";
arnews[0] += "
";
arnews[1]="Latest News: Josh Hopkins (39)
";
arnews[1] += "Josh Hopkins (39) -";
arnews[1] += "
";
arnews[2]="Cougar.Town.S01E01.720p.HDTV.x264-CTU[ABC新剧:熟女镇/熟女当道第一季第1集] (剧集(欧美))
";
arnews[2] += "Cougar.Town.S01E01.720p.HDTV.x264-CTU[ABC新剧:熟女镇/熟女当道第一季第1集] (剧集(欧美)) -";
arnews[2] += "
";
arnews[3]="Angelica Gem Abad: Just saw Josh Hopkins at Bones season1. I MEAN REALLY??! HOMG!
";
arnews[3] += "Just saw Josh Hopkins at Bones season1. I MEAN REALLY??! HOMG!";
arnews[3] += "
";
arnews[4]="Amrie Cunningham: @ShowPatrolman I think ep 2 was better than the pilot. Love that Josh Hopkins!!
";
arnews[4] += "@";
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("