var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Taiwan Brown: Larisa Oleynik (aka Alex Mack) was on the last episode of Psych... I wondered what she been up too...
";
arnews[0] += "Larisa Oleynik (aka Alex Mack) was on the last episode of Psych... I wondered what she been up too...";
arnews[0] += "
";
arnews[1]="Peabirus: And Larisa Oleynik? A childhood hero of mine thanks to Alex Mack and the fact that she played Dawn in the BSC movie. Goth look a no though.
";
arnews[1] += "And Larisa Oleynik? A childhood hero of mine thanks to Alex Mack and the fact that she played Dawn in the BSC movie. Goth look a no though. -";
arnews[1] += "
";
arnews[2]="Carole: Psych – Let’s Get Hairy (4.08)
";
arnews[2] += "Psych – Let’s Get Hairy (4.08) -";
arnews[2] += "
";
arnews[3]="Larisa Oleynik as a Goth girl + @DuranDuran song = AWESOME werewolf episode of @Psych_USA! http://is.gd/4rpDC #psych
";
arnews[3] += "Larisa Oleynik as a Goth girl + @";
arnews[3] += "
";
arnews[4]="nascent: Melissa Joan Hart gets owned by Jimmy Kimmel
";
arnews[4] += "Melissa Joan Hart gets owned by Jimmy Kimmel -";
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("