var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Movie & TV deals: iTunes best selling movie #90: "Fast & Furious" Vin Diesel and Paul Walker reteam with Michelle Rodriguez and... http://dealnay.com/2286
";
arnews[0] += "iTunes best selling movie";
arnews[0] += "
";
arnews[1]="Jenilee Enriquez: Just saw Paul Walker pass by... lol
";
arnews[1] += "Just saw Paul Walker pass by... lol";
arnews[1] += "
";
arnews[2]="Paul Walker sighing @ Disneyland....talk about not sports report _Missak @Followmissak http://pic.gd/8fc0c6
";
arnews[2] += "Paul Walker sighing @ Disneyland....talk about not sports report _Missak @Followmissak";
arnews[2] += "
";
arnews[3]="Gianluca Neri: Ma mettiamo che uno si sia procurato l'elenco telefonico di mezza Hollywood... che se ne fa? Gli scherzi telefonici?
";
arnews[3] += "Ma mettiamo che uno si sia procurato l'elenco telefonico di mezza Hollywood... che se ne fa? Gli scherzi telefonici?";
arnews[3] += "
";
arnews[4]="Movie & TV deals: iTunes best selling movies: "Fast & Furious" Vin Diesel and Paul Walker reteam with Michelle Rodriguez and... http://dealnay.com/2286
";
arnews[4] += "iTunes best selling movies: \"Fast & Furious\" Vin Diesel and Paul Walker reteam with Michelle Rodriguez and...";
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("