var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joey Lawrence: Second Daughter On The Way - Access Hollywood
";
arnews[0] += "“I am Estrogen Man,” he laughed to the mag. “I’m from a family of all boys, and when I told my best friend Dave that my wife and I were having a second girl, he said, ‘Look at you, my best buddy Estrogen Man!’” The 33-year-old star and ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:32:00 GMT";
arnews[0] += "
";
arnews[1]="'Dancing With the Stars:' Joey Lawrence, wife expecting second ... - Examiner
";
arnews[1] += "Get alerts when there is a new article from the Dallas TV Examiner. Read Examiner.com's terms of use. \" Dancing With the Stars \" alum Joey Lawrence is expecting his second child with his wife, Chandi Yawn-Nelson.According to a new story by People ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:05:00 GMT";
arnews[1] += "
";
arnews[2]="'Dancing with the Stars' Week 9 Results: Who's in the Finale? - Buddytv.com
";
arnews[2] += "It's here, the moment the Dancing with the Stars celebrities have been building up to. Tonight one more couple will be eliminated, and three very happy pairs will be on their way to the finale. Donny Osmond at the bottom of the leader board, Kelly ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:01:00 GMT";
arnews[2] += "
";
totcount = 3;
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("