var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marc Dole: Night one of color correct of "The Pond" w Alicia Witt & David Morse, Written & Directed by @DanHannon. It's looking great!
";
arnews[0] += "Night one of color correct of \"The Pond\" w Alicia Witt & David Morse, Written & Directed by @";
arnews[0] += "
";
arnews[1]="Eva: @cloudyblog chcialam powiedziec ze rowniez przypominasz mi Alicia Witt w 88 minut: http://www.imdb.com/media/rm3473643008/nm0001860
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="@sarcastic_kitty OMG Alicia Witt is in this episode of FNL. I mean, the MOST recent one.
";
arnews[2] += "@sarcastic_kitty OMG Alicia Witt is in this episode of FNL. I mean, the MOST recent one. -";
arnews[2] += "
";
arnews[3]="Harsh Jha: Alicia Witt to star in Hallmark Channel movie
";
arnews[3] += "Alicia Witt to star in Hallmark Channel movie -";
arnews[3] += "
";
arnews[4]="Alicia Witt to star in Hallmark Channel movie
";
arnews[4] += "Alicia Witt to star in Hallmark Channel movie -";
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("