var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jory Felice: I never watched The Nanny with Fran Drescher but after seeing a few minutes of it just now on nick@nite the DVD box set is on my wish list.
";
arnews[0] += "I never watched The Nanny with Fran Drescher but after seeing a few minutes of it just now on nick@nite the DVD box set is on my wish list.";
arnews[0] += "
";
arnews[1]="Jory Felice: I never watched The Nanny with Fran Drescher but after seeing a few minutes of it just now on nick@nite the DVD box set is on my wish list.
";
arnews[1] += "I never watched The Nanny with Fran Drescher but after seeing a few minutes of it just now on nick@nite the DVD box set is on my wish list. -";
arnews[1] += "
";
arnews[2]="florencio: Fran Drescher’s Twitter Is Eloquent
";
arnews[2] += "Fran Drescher’s Twitter Is Eloquent -";
arnews[2] += "
";
arnews[3]="florencio: Photo: Fran Drescher’s Twitter Is Eloquent http://tumblr.com/xlh45ja5s
";
arnews[3] += "Photo: Fran Drescher’s Twitter Is Eloquent";
arnews[3] += "
";
arnews[4]="Steve Woods: @FranDrescher a wonderful woman loves you... RT @AnEffingLegend: I love Fran Drescher.
";
arnews[4] += "@";
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("