var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Elisabetta K.: Gracie (DVD) newly tagged "sports"
"; arnews[0] += "Gracie (DVD) newly tagged \"sports\" -"; arnews[0] += "
"; arnews[1]="ebaypro: Griffin and Phoenix (DVD) Amanda Peet Dermot Mulroney
"; arnews[1] += "Griffin and Phoenix (DVD) Amanda Peet Dermot Mulroney -"; arnews[1] += "
"; arnews[2]="ebaypro: Gracie, Excellent DVD, Dermot Mulroney, Elisabeth Shue,
"; arnews[2] += "Gracie, Excellent DVD, Dermot Mulroney, Elisabeth Shue, -"; arnews[2] += "
"; arnews[3]="My.Best.Friend's.Wedding.1997.Bluray.AVC.TRUE-HD.5.1.Mysilu[我最好朋友的婚礼 原盘中字ISO] (原盘)
"; arnews[3] += "My.Best.Friend's.Wedding.1997.Bluray.AVC.TRUE-HD.5.1.Mysilu[我最好朋友的婚礼 原盘中字ISO] (原盘) -"; arnews[3] += "
"; arnews[4]="Amelia: There Goes My Baby (DVD) newly tagged "vietnam"
"; arnews[4] += "There Goes My Baby (DVD) newly tagged \"vietnam\" -"; 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("
");document.write("
");