var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Discount Bloggers: Variety_TV: Lauren Lee Smith boards 'Hindenburg': TV News: Stacy Keach, Greta Scacchi star in TV pic -- A big-budgeted T http://url4.eu/VvOC
";
arnews[0] += "Variety_TV: Lauren Lee Smith boards 'Hindenburg': TV News: Stacy Keach, Greta Scacchi star in TV pic -- A big-budgeted T";
arnews[0] += "
";
arnews[1]="Trick.R.Treat.2008.1080p.BluRay.x264-CiNEFiLE[别惹小孩/不给糖就杀人] (电影(1080p))
";
arnews[1] += "Trick.R.Treat.2008.1080p.BluRay.x264-CiNEFiLE[别惹小孩/不给糖就杀人] (电影(1080p)) -";
arnews[1] += "
";
arnews[2]="Trick.R.Treat.2008.BluRay.1080p.DTS.x264.dxva-EuReKA[别惹小孩/不给糖就杀人] (电影(1080p))
";
arnews[2] += "Trick.R.Treat.2008.BluRay.1080p.DTS.x264.dxva-EuReKA[别惹小孩/不给糖就杀人] (电影(1080p)) -";
arnews[2] += "
";
arnews[3]="Trick r Treat 2008 1080p Blu-ray VC-1 TrueHD 5.1-CtrlHD [别惹小孩] (原盘)
";
arnews[3] += "Trick r Treat 2008 1080p Blu-ray VC-1 TrueHD 5.1-CtrlHD [别惹小孩] (原盘) -";
arnews[3] += "
";
arnews[4]="Niki: @CheekSilvestre As guest stars, I mean. Lauren Lee Smith is not on CSI NY but was in the original CSI (LV) one.
";
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("