var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alicia Minshew: I Knew About Pregnancy Right Away
"; arnews[0] += "Alicia Minshew: I Knew About Pregnancy Right Away"; arnews[0] += "
"; arnews[1]="jen: rt @SoapDigest Alicia Minshew had a baby girl! http://soapoperadigest.com/news/breaking/
"; arnews[1] += "rt @"; arnews[1] += "
"; arnews[2]="Scoop de Jour: RT @soapoperafan: AMC's Alicia Minshew Gives Birth Early! http://bit.ly/2gYOom
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="Soap Opera Network: Minshew Delivers Baby Girl: ...and baby makes three for "All My Children" actress Alicia Minshew. http://bit.ly/27zq9a
"; arnews[3] += "Minshew Delivers Baby Girl: ...and baby makes three for \"All My Children\" actress Alicia Minshew."; arnews[3] += "
"; arnews[4]="Alicia Minshew Welcomes Daughter Willow Lenora
"; arnews[4] += "Alicia Minshew Welcomes Daughter Willow Lenora"; 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("
");document.write("
");