var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="General Hospital’s Rebecca Herbst Expecting Third Child - Celebrity Baby Blog
";
arnews[0] += "The soap opera star, 32, and her husband, former General Hospital actor Michael Saucedo are expecting their third child together. No further details, including a due date and whether the pregnancy will be written into her character Elizabeth Webber ...";
arnews[0] += "
Publ.Date : Fri, 15 Jan 2010 11:50:00 GMT";
arnews[0] += "
";
arnews[1]="Soap Star Rebecca Herbst Expecting Baby No. 3! - celebritybabyscoop
";
arnews[1] += "The couple, who met on the set of GH , are already parents to son Ethan, 8, and daughter Ella, 5 1/2. There's been no word just yet on when the family's new addition is due or whether the pregnancy will be worked into the show's storyline";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 20:56:00 GMT";
arnews[1] += "
";
totcount = 2;
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("