var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Celeb: Which Type of Figure Do You Prefer? Evan Rachel Wood VS Eden Riegel!
";
arnews[0] += "Which Type of Figure Do You Prefer? Evan Rachel Wood VS Eden Riegel! -";
arnews[0] += "
";
arnews[1]="basst74: The Frog King 1994 David Kaplan David Kaplan writer Eden Riegel Princess John Seitz Father Evelyn Solann Mother
";
arnews[1] += "The Frog King 1994 David Kaplan David Kaplan writer Eden Riegel Princess John Seitz Father Evelyn Solann Mother -";
arnews[1] += "
";
arnews[2]="Soap Opera Network: Headlines in 2010: Rebecca Budig Returns, Eden Riegel Signs Contract, LaLucci Hates Commute, AMC Ratings Skyrocket, New Soap Hit Air
";
arnews[2] += "Headlines in 2010: Rebecca Budig Returns, Eden Riegel Signs Contract, LaLucci Hates Commute, AMC Ratings Skyrocket, New Soap Hit Air";
arnews[2] += "
";
arnews[3]="Soap Opera Network: Rebecca Budig and Eden Riegel Return?: We have it on good authority that you can expect to see Rebecca Budig (ex-Greenlee.. bit.ly/16r2o8
";
arnews[3] += "Rebecca Budig and Eden Riegel Return?: We have it on good authority that you can expect to see Rebecca Budig (ex-Greenlee.. bit.ly/16r2o8";
arnews[3] += "
";
arnews[4]="Spencer Rasko: Ofra Haza & Eden Riegel – Deliver Us
";
arnews[4] += "Ofra Haza & Eden Riegel – Deliver Us -";
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("