var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ariel: Leah Remini
";
arnews[0] += "Leah Remini -";
arnews[0] += "
";
arnews[1]="Danny Sanchez: Wow, watching Leah Remini guest star on an old episode of Saved By The Bell on Fox 61.
";
arnews[1] += "Wow, watching Leah Remini guest star on an old episode of Saved By The Bell on Fox 61.";
arnews[1] += "
";
arnews[2]="mortalkombat: [ TVs ] Open Question : Leah Remini Pink Pants?
";
arnews[2] += "[ TVs ] Open Question : Leah Remini Pink Pants?";
arnews[2] += "
";
arnews[3]="Leah Remini - foxy doesn't begin to describe her
";
arnews[3] += "Leah Remini - foxy doesn't begin to describe her -";
arnews[3] += "
";
arnews[4]="Fat Actress: The Koi Effect with @kirstiealley is the funniest thing in the world! Leah Remini cracks me up, I want a red mini mini cooper
";
arnews[4] += "Fat Actress: The Koi Effect with @kirstiealley is the funniest thing in the world! Leah Remini cracks me up, I want a red mini mini cooper -";
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("