var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gino: Watched the 1st 3 episodes of Eastwick last night. I think it's cute. Also, I think I'm developing a crush on Lindsay Price. And Sara Rue.
";
arnews[0] += "Watched the 1st 3 episodes of Eastwick last night. I think it's cute. Also, I think I'm developing a crush on Lindsay Price. And Sara Rue.";
arnews[0] += "
";
arnews[1]="Gino: Watched the first 3 episodes of Eastwick last night and so far, I think it’s cute. Also, I think I’m developing a crush on Lindsay Price. And Sara Rue.
";
arnews[1] += "Watched the first 3 episodes of Eastwick last night and so far, I think it’s cute. Also, I think I’m developing a crush on Lindsay Price. And Sara Rue. -";
arnews[1] += "
";
arnews[2]="ariel: Sara Rue
";
arnews[2] += "Sara Rue -";
arnews[2] += "
";
arnews[3]="Eastwick.S01E05.720p.HDTV.x264-X264[东镇女巫 第一季第5集] (剧集(欧美))
";
arnews[3] += "Eastwick.S01E05.720p.HDTV.x264-X264[东镇女巫 第一季第5集] (剧集(欧美)) -";
arnews[3] += "
";
arnews[4]="Gordon Dymowski: Best thing about today: Sara Rue on BIG BANG THEORY tonight. (Yes, I know it's a rerun, but still...)
";
arnews[4] += "Best thing about today: Sara Rue on BIG BANG THEORY tonight. (Yes, I know it's a rerun, but still...)";
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("