var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="xbyt: Erica Durance
";
arnews[0] += "Erica Durance -";
arnews[0] += "
";
arnews[1]="Heather Meadows: I don't know if Erica Durance can say "Help, Superman!" in as cute a way as Teri Hatcher did.
";
arnews[1] += "I don't know if Erica Durance can say \"Help, Superman!\" in as cute a way as Teri Hatcher did.";
arnews[1] += "
";
arnews[2]="Dr. Frank Ramblings, Ph.D: Dear Erica Durance, That wedding proposal still stands. Love, Frank.
";
arnews[2] += "Dear Erica Durance, That wedding proposal still stands. Love, Frank.";
arnews[2] += "
";
arnews[3]="Jacob Nahin: Tom welling and erica durance are incredible. Smallville these days is like watching the comics come alive.
";
arnews[3] += "Tom welling and erica durance are incredible. Smallville these days is like watching the comics come alive.";
arnews[3] += "
";
arnews[4]="charles: Bored at work watching Smallville. Erica Durance has to be the PERFECT Lois Lane.
";
arnews[4] += "Bored at work watching Smallville. Erica Durance has to be the PERFECT Lois Lane.";
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("