var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Mom Cobie Smulders ‘Functioning On Fumes’ - Celebrity Baby Blog
";
arnews[0] += "Motherhood may still be “very, very new” for Cobie Smulders , who welcomed her first child last May, but the serious lack of shuteye is quickly catching up with her! “I think I sleep an average of four hours a night now and so it’s just ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[0] += "
";
arnews[1]="How I Met Your Mother Recap: Super Bowls and Magic Phones - Nymag.com
";
arnews[1] += "We were waiting for one more solid episode in a row from this season before declaring that HIMYM was back, and … we didn’t quite get it. Not to say that last night’s installment was a waste of time. Yeah, it wasn’t very funny, but it had an ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[1] += "
";
arnews[2]="How I Met Your Mother, 'Rabbit or Duck': Don the pants-less duck - Bridgeton News
";
arnews[2] += "Barney (Neil Patrick Harris) at the Super Bowl. A quick review of last night's \"How I Met Your Mother\" coming up just as soon as you call me Allie Westside... What a bizarre but ultimately funny episode of \"HIMYM.\" \"Rabbit or Duck\" pushed into some ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:08:00 GMT";
arnews[2] += "
";
arnews[3]="Jennifer Lopez To Guest Star on HOW I MET YOUR MOTHER - Daemon's TV
";
arnews[3] += "... Ted and how he fell in love, all with the help of his friends as they try to navigate life, love and becoming adults in New York City — stars Josh Radnor, Jason Segel, Alyson Hannigan, Neil Patrick Harris and Cobie Smulders. Carter Bays, Craig ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15:31:00 GMT";
arnews[3] += "
";
arnews[4]="'How I Met Your Mother': Quack, quack - Los Angeles Times Blogs
";
arnews[4] += "Barney gets together with the ladies, but can't help wondering if the grass breasts are bigger on the other side. He picks up the phone and leaves behind the girl before he can close the deal each time. How can he sleep with a “hot lady bullfighter ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:01:00 GMT";
arnews[4] += "
";
arnews[5]="Review: 'How I Met Your Mother' - 'Rabbit or Duck' - Tvsquad.com
";
arnews[5] += "And, besides, Cobie Smulders and Alyson Hannigan aren't pregnant anymore; there's no need to hide their baby bumps under the table anymore. That being said, it's a great place for two of this show's signature \"bits\" to start: 1) Absurd arguments, and ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:01: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("