var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The 7th Annual Teen Vogue Young Hollywood Party - Show
";
arnews[0] += "The 7th Annual Teen Vogue Young Hollywood Party - Show -";
arnews[0] += "
";
arnews[1]="Final.Destination.3.2006.BluRay.1080p.x264.DTS.dxva-xander[死神来了3/绝命终结站3] (电影(1080p))
";
arnews[1] += "Final.Destination.3.2006.BluRay.1080p.x264.DTS.dxva-xander[死神来了3/绝命终结站3] (电影(1080p)) -";
arnews[1] += "
";
arnews[2]="Actress Shenae Grimes, left, and actor Dustin Milligan, right, ...
";
arnews[2] += "Actress Shenae Grimes, left, and actor Dustin Milligan, right, ... -";
arnews[2] += "
";
arnews[3]="Shari: @princesskristy1 Ethan is not coming back. Dustin Milligan was let go from the show.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="ebaypro: DUSTIN MILLIGAN signed 8x10 coa 90210 STAR & SPORTS CAR
";
arnews[4] += "DUSTIN MILLIGAN signed 8x10 coa 90210 STAR & SPORTS CAR -";
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("