var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Fired Up Unrated 2008 Blu-Ray 1080p AVC CEE TrueHD EiMi[猛男啦啦队(未分级版)] (原盘)
";
arnews[0] += "Fired Up Unrated 2008 Blu-Ray 1080p AVC CEE TrueHD EiMi[猛男啦啦队(未分级版)] (原盘) -";
arnews[0] += "
";
arnews[1]="More bigwigs leave the Florida Department of Education
";
arnews[1] += "More bigwigs leave the Florida Department of Education -";
arnews[1] += "
";
arnews[2]="Fired.Up.2009.Bluray.1080p.DTS.x264-CHD [啦啦队夏令营/点燃(未分级版)] (电影(1080p))
";
arnews[2] += "Fired.Up.2009.Bluray.1080p.DTS.x264-CHD [啦啦队夏令营/点燃(未分级版)] (电影(1080p)) -";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Smith Cho
";
arnews[3] += "Smith Cho -";
arnews[3] += "
";
arnews[4]="Harsh Jha: '100 Questions' recasts two regulars: Collette Wolfe and Smith Cho have joined NBC's midseason comedy "100 Quest.. http://bit.ly/aCwKr
";
arnews[4] += "'100 Questions' recasts two regulars: Collette Wolfe and Smith Cho have joined NBC's midseason comedy \"100 Quest..";
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("