var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Pics of Nicholas Brendon in The Santaland Diaries.
";
arnews[0] += "Pics of Nicholas Brendon in The Santaland Diaries. -";
arnews[0] += "
";
arnews[1]="saneTV: Pics of Nicholas Brendon in The Santaland Diaries.
";
arnews[1] += "Pics of Nicholas Brendon in The Santaland Diaries. -";
arnews[1] += "
";
arnews[2]="Buffy : Nicholas Brendon - The SantaLand Diaries photos: Nicholas Brendon se od 20. listopadu do 20. prosince 2.. http://bit.ly/SRdU1
";
arnews[2] += "Buffy : Nicholas Brendon - The SantaLand Diaries photos: Nicholas Brendon se od 20. listopadu do 20. prosince 2..";
arnews[2] += "
";
arnews[3]="Lisa T.: See, if I lived in L.A. I could go to this ... *sigh* RT @NicholasBrendon: Nicholas Brendon in THE SANTALAND DIARIES... http://bit.ly/2V0NJY
";
arnews[3] += "See, if I lived in L.A. I could go to this ... *sigh* RT @";
arnews[3] += "
";
arnews[4]="Shemp DeYoung: Oh, cool. Nicholas Brendon is going to be back on Criminal Minds this week. I really like that show. #tv
";
arnews[4] += "Oh, cool. Nicholas Brendon is going to be back on Criminal Minds this week. I really like that show.";
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("