var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Pedro Marques: @deniscp James Franco, Seth Rogen, Linda Cardellini, John Francis Daley... Ótimo elenco :-)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Julian Lukács: @BrendanGibbons Freaks and Geeks is only one of my most loved shows ever... little John Francis Daley, oh how he's grown.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Dan Shoker: Dayplayer's lead singer is John Francis Daley...
";
arnews[2] += "Dayplayer's lead singer is John Francis Daley...";
arnews[2] += "
";
arnews[3]="Dan Shoker: John Francis Daley plays Lance Sweets in the hit TV show Bones (ie the one with David Boreanaz)...
";
arnews[3] += "John Francis Daley plays Lance Sweets in the hit TV show Bones (ie the one with David Boreanaz)...";
arnews[3] += "
";
arnews[4]="Faylyn: Faylyn PS. I
";
arnews[4] += "PS. I <3 Lance Sweets (John Francis Daley)!.";
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("