var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brian: Norm_Clarke: Regis Philbin and his wife Joy, dining at Botero (Encore) on Thursday, while Kelly Ripa and husband Mark Consuelos...
";
arnews[0] += "Norm_Clarke: Regis Philbin and his wife Joy, dining at Botero (Encore) on Thursday, while Kelly Ripa and husband Mark Consuelos... -";
arnews[0] += "
";
arnews[1]="Brian: Norm_Clarke: Regis & Kelly Watch: Regis, wife Joy, Michael Gelman and wife Laurie, at Sinatra (Wynn) Fri. Kelly Ripa & galpals @okada .#wynnlasvegas
";
arnews[1] += "Norm_Clarke: Regis & Kelly Watch: Regis, wife Joy, Michael Gelman and wife Laurie, at Sinatra (Wynn) Fri. Kelly Ripa & galpals @okada .#wynnlasvegas -";
arnews[1] += "
";
arnews[2]="adamsonx: Kelly Ripa and Anderson Cooper Workout (April 4, 2008)
";
arnews[2] += "Kelly Ripa and Anderson Cooper Workout (April 4, 2008) -";
arnews[2] += "
";
arnews[3]="@JefferySelf love it! I keep waiting for Kelly Ripa to retire so Joy can take her place!
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Kang's Boutique: @clad Insider: Pop-Up for Charity... Kelly Ripa Calling... - Women's Wear Daily: Insider: Pop-Up for Charity... Kelly Ripa Calling....
";
arnews[4] += "@";
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("