var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TORI SPELLING'S FAMILY PLAN - Contactmusic.com
";
arnews[0] += "Tori Spelling wants more children. The actress and husband Dean McDermott - who have son Liam, two, and daughter Stella, 19 months - plan to extend their family in future, but not for a while as Tori needs a \"break\". Dean - who also has an 11-year ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:53:00 GMT";
arnews[0] += "
";
arnews[1]="CBB Chats With Tori Spelling & Dean McDermott - Celebrity Baby Blog
";
arnews[1] += "Dean: They’re like best friends. They do everything together. Stella is obsessed with Liam, and they’re both obsessed with their big brother, Jack. Tori: At this point you can’t really tell them apart, actually. A lot of people who don’t know ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="NBC Lines Up Stars for 'Parenthood' Push - TheWrap
";
arnews[2] += "NBC is trying to do good with a new promotional effort for upcoming drama \"Parenthood.\" The network has launched a website that lets viewers posts photos, texts and videos than answer the question, \"Parenthood is....\" For every submission, NBC plans ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT";
arnews[2] += "
";
arnews[3]="Amanda's looking blue... Holden shines in satin dress as she arrives ... - Daily Mail
";
arnews[3] += "It may be cold outside, but Amanda Holden is not letting the bad weather affect her style. The 38-year-old beauty looked slim and toned in a blue satin dress and matching jacket, complete with blue sky-high heels, as she arrived for the Britain's Got ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[3] += "
";
arnews[4]="Nic's Sticks: The On-the-Go Manicure - celebritybabyscoop
";
arnews[4] += "Nicole by OPI has been spotted on the following celebs: Rihanna, Tori Spelling , Cate Blanchett, Kristi Yamaguchi and many more. The brand was recently awarded Real Simple magazine's \"Best Drugstore Buy.\" Nic Sticks are available at select Target ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:07:00 GMT";
arnews[4] += "
";
arnews[5]="Spelling 'plans to have more children' - Digital Spy
";
arnews[5] += "Tori Spelling has revealed that she plans to have more children in the future. Spelling, who has a 1-year-old daughter and 2-year-old son with husband Dean McDermott, added that she is planning to wait to expand her family. \"So often people say the ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 18:54:00 GMT";
arnews[5] += "
";
totcount = 6;
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("