var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ron Capps: Wes Wyatt Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's "Remote Control" died. :(.
";
arnews[0] += "Wes Wyatt Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's \"Remote Control\" died. :(. -";
arnews[0] += "
";
arnews[1]="Wes Wyatt: Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's "Remote Control" died. :(
";
arnews[1] += "Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's \"Remote Control\" died. :(";
arnews[1] += "
";
arnews[2]="Wes Wyatt: Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's "Remote Control" died. :(
";
arnews[2] += "Remember seeing Colin Quinn for the 1st time and/or having a crush on Kari Wuhrer? Ken Ober - Host of MTV's \"Remote Control\" died. :(";
arnews[2] += "
";
arnews[3]="Marcello Prattico: Bummer, just found out Ken Ober died. I loved the show Remote Control and especially Kari Wuhrer.
";
arnews[3] += "Bummer, just found out Ken Ober died. I loved the show Remote Control and especially Kari Wuhrer.";
arnews[3] += "
";
arnews[4]="Kevin Gawthrope: RIP Ken Ober - you helped launch the careers of Denis Leary and Adam Sandler. (Not to mention Kari Wuhrer and Colin Quinn from the D-list.)
";
arnews[4] += "RIP Ken Ober - you helped launch the careers of Denis Leary and Adam Sandler. (Not to mention Kari Wuhrer and Colin Quinn from the D-list.)";
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("