var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nine: Eli Stone's Jonny Lee Miller to Be a Father: People.com
";
arnews[0] += "Eli Stone's Jonny Lee Miller to Be a Father: People.com -";
arnews[0] += "
";
arnews[1]="Popvine: Angie Harmon and Michele Hicks: Dueling Bumps
";
arnews[1] += "Angie Harmon and Michele Hicks: Dueling Bumps -";
arnews[1] += "
";
arnews[2]="#FoxNews: It's a boy for Jonny Lee Miller and Michele Hicks - FOXNews: It's a boy for J.. http://tinyurl.com/6qwnn9
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="It's a boy for Jonny Lee Miller and Michele Hicks (AP)
";
arnews[3] += "It's a boy for Jonny Lee Miller and Michele Hicks (AP) -";
arnews[3] += "
";
arnews[4]="Stiri: It's a boy for Jonny Lee Miller and Michele Hicks (AP)
";
arnews[4] += "It's a boy for Jonny Lee Miller and Michele Hicks (AP) -";
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("