var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Mom Cobie Smulders a Functioning On Fumesa
";
arnews[0] += "\"Now THAT's a playdate I would have loved to be in on!\" - Shannon, on Hugh Jackman and Oscar: Winter Wonderland \"When you come up with your kids' names, you think of the worse-case scenario nicknames.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:43:17 GMT";
arnews[0] += "
";
arnews[1]="Review: 'How I Met Your Mother' - 'Rabbit or Duck'
";
arnews[1] += "I've noticed that the last few episodes of 'HIMYM' have largely taken place in the \"home booth\" at MacLaren's. I know it's the 21st century version of the couch at Central Perk, but the world of 'Mother' is a lot bigger than that these days.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:03:00 GMT";
arnews[1] += "
";
arnews[2]="'How I Met Your Mother': Quack, quack
";
arnews[2] += "It's tough out there for a single person, especially on Valentine's Day. The single life even takes a toll on Barney this week.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Alyson Hannigan & Her Family Enjoys Clear Skies In LA
";
arnews[3] += "Got hot tips, pics or just want something posted send an e-mail to tips@celebdirtylaundry.com and we will be glad to post it! Categories February 08, 2010 \"How I Met You Mother\" actress Alyson Hannigan took advantage of the rain stopping in Los Angeles, CA by taking an afternoon stroll with her husband Alexis Denisof and daughter Satyana Marie ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 05:32:00 GMT";
arnews[3] += "
";
arnews[4]="Rihanna's a bad Santa
";
arnews[4] += "The singer recently revealed how she comes up with her crazy stage costumes, telling W, \"My stylist Mariel Haenn and I always try to do something sexy, but never too girly.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 03:51:03 GMT";
arnews[4] += "
";
arnews[5]="Catherine Zeta-Jones Wants a Baby, Gets a Puppy
";
arnews[5] += "\"'Don't believe the people that try to freak you out about the birth.' This is absolutely ESSENTIAL advice!\" - Janna, on Alyson Hannigan Chats With CBB! \"I feel like your child should be a part of your life, not that your life should change because of your child.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 00:38:50 GMT";
arnews[5] += "
";
arnews[6]="Julie Bowen Laments a Loose Flesha Syndrome
";
arnews[6] += "I never wanted to be that type of woman who couldna t balance her family and work.a - Kelis, on Kelis Says Motherhood a Makes Whata s Important Cleara Jordan Strauss/WireImage The producers of Modern Family are having their fair share of fun at star Julie Bowen 's expense, the actress joked to Celebrity Baby Blog exclusively.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 00:37:48 GMT";
arnews[6] += "
";
arnews[7]="Busy Philipps On How Birdiea s Name Came to Be
";
arnews[7] += "I never wanted to be that type of woman who couldna t balance her family and work.a - Kelis, on Kelis Says Motherhood a Makes Whata s Important Cleara Fame While some may not love Busy Philipps ' name choice for her 17-month-old daughter Birdie Leigh , the Cougar Town star reveals that the shortened moniker is no accident.";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 00:36:39 GMT";
arnews[7] += "
";
arnews[8]="Taylor escapes Down Under
";
arnews[8] += "It's a timely escape for the star as a fight brews over her \"shaky\" Grammys performance at the weekend.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 19:41:09 GMT";
arnews[8] += "
";
totcount = 9;
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("