var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Miracle.2004.Blu-ray.1080p.AVC.DTS-HD MA 5.1[冰上奇迹][原盘中字] (原盘)
";
arnews[0] += "Miracle.2004.Blu-ray.1080p.AVC.DTS-HD MA 5.1[冰上奇迹][原盘中字] (原盘) -";
arnews[0] += "
";
arnews[1]="FilmGuyLA: CSI:NY & NCIS: LA Filming in Los Angeles: We received these pictures of Eddie Cahill on the set of CSI: NY in L... http://bit.ly/lYTOo
";
arnews[1] += "CSI:NY & NCIS: LA Filming in Los Angeles: We received these pictures of Eddie Cahill on the set of CSI: NY in L...";
arnews[1] += "
";
arnews[2]="さっち Sachiko(female): Listening to The Who "Baba O'Riley". Juan Martin Del Potro and Eddie Cahill are long-lost silbings…. http://bit.ly/VVHtT
";
arnews[2] += "Listening to The Who \"Baba O'Riley\". Juan Martin Del Potro and Eddie Cahill are long-lost silbings….";
arnews[2] += "
";
arnews[3]="sacchir: Listening to The Who "Baba O'Riley". Juan Martin Del Potro and Eddie Cahill are long-lost silbings…. http://bit.ly/VVHtT
";
arnews[3] += "Listening to The Who \"Baba O'Riley\". Juan Martin Del Potro and Eddie Cahill are long-lost silbings….";
arnews[3] += "
";
arnews[4]="John McLaughlin: That Eddie Cahill is one hot dude.
";
arnews[4] += "That Eddie Cahill is one hot dude.";
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("