var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Goss: Kerri Kasem on Americas next top model photos
";
arnews[0] += "Kerri Kasem on Americas next top model photos";
arnews[0] += "
";
arnews[1]="Steven Stiefel: Steven Call in tonight on The Single Life! 800-336-2225 from 8p-Mid Pacific time, go to http://www.thesinglelife.tv for ALL the info on how to hear them! Sam's guests tonight are Lorenzo Lamas 8-9, Justine Bateman and Molly McAleer 9-10, Kerri Kasem 10-11, and Chris Reid 11-Mid!
";
arnews[1] += "Call in tonight on The Single Life! 800-336-2225 from 8p-Mid Pacific time, go to";
arnews[1] += "
";
arnews[2]="Henry: Kerri Kasem http://bit.ly/dqZay
";
arnews[2] += "Kerri Kasem";
arnews[2] += "
";
arnews[3]="Henry: Kerri Kasem http://bit.ly/dqZay
";
arnews[3] += "Kerri Kasem";
arnews[3] += "
";
arnews[4]="Maxim Girl Kerri Kasem
";
arnews[4] += "Maxim Girl Kerri Kasem -";
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("