var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jovemnoticias: Cinema: Anna Faris viverá filha de Robin Williams em nova comédia
";
arnews[0] += "Cinema: Anna Faris viverá filha de Robin Williams em nova comédia -";
arnews[0] += "
";
arnews[1]="Pictures of naked Anna Faris
";
arnews[1] += "Pictures of naked Anna Faris -";
arnews[1] += "
";
arnews[2]="How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story.
";
arnews[2] += "How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story.";
arnews[2] += "
";
arnews[3]="How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story.
";
arnews[3] += "How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story. -";
arnews[3] += "
";
arnews[4]="How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story.
";
arnews[4] += "How about this, Parks & Rec's Chris Pratt is married to Baltimore native, Anna Faris. Yeah... true story.";
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("