var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Wikipediastar: Rebecca Herbst
";
arnews[0] += "Rebecca Herbst -";
arnews[0] += "
";
arnews[1]="ariel: Rebecca Herbst
";
arnews[1] += "Rebecca Herbst -";
arnews[1] += "
";
arnews[2]="Soap Opera Network: Tyler Christopher and Rebecca Herbst! And they pecked?
";
arnews[2] += "Tyler Christopher and Rebecca Herbst! And they pecked?";
arnews[2] += "
";
arnews[3]="Ed Ramirez: RT @soapoperasource: Rebecca Herbst continues to prove that sexuality can be subtle and intense at the same time. Love her& love Elizabeth!
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Ed Ramirez: RT @Soap_Dude: Me 2. RT @SantaBarbaraNo1 @Soap_Dude J J's Lucky had more chemistry w/ Rebecca Herbst. I loved Liz & Lucky tgthr back
";
arnews[4] += "RT @";
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("