var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How I Met Your Mother going strong
";
arnews[0] += "How I Met Your Mother is a comedy about a young man called Ted and how he fell in love.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:48:05 GMT";
arnews[0] += "
";
arnews[1]="Canadians Are Cool With How I Met Your Mother's Relentless Canadian Jokes
";
arnews[1] += "In an article about HIMYM , which has 700,000 viewers in Canada, the CanWest news service addressed the show's constant teasing of its Canuck character, Robin Scherbatsky, played by actual Canadian Cobie Smulders, quoting her co-star Neil Patrick Harris: \"By the end of season, Cobie was like, 'All right, dudes, enough with the Canadian jokes.\" The ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:23:16 GMT";
arnews[1] += "
";
arnews[2]="Prejudice Alive and Well
";
arnews[2] += "How I Met Your Mother is a comedy about a young man called Ted and how he fell in love.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:14:52 GMT";
arnews[2] += "
";
arnews[3]="How I Met Your Mother going strong -- thanks to plenty of Canadian jokes
";
arnews[3] += "How I Met Your Mother is a comedy about a young man called Ted and how he fell in love.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:05:26 GMT";
arnews[3] += "
";
arnews[4]="'How I Met Your Mother': Going to the smoon
";
arnews[4] += "After a somewhat disappointing and heavy breakup episode last week, \"How I Met Your Mother\" went back to basics for \"The Playbook.\" It was a fun, mostly stand-alone episode showcasing Barney's womanizer ways.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 06:36:21 GMT";
arnews[4] += "
";
arnews[5]="5-8: "The Playbook" 2009.11.16
";
arnews[5] += "Cast: Josh Radnor, Jason Segel, Neil patrick Harris, Alyson Hannigan, Cobie Smulders, Sarah Wright , Eva Amurri , Raquel Alessi , Katie Malia , Jaime Taite , Kim Knight , Jannel Diaz , Nicole Tomlinson Crew: Bob Saget , Carter Bays , Craig Thomas , Carter Bays , Craig Thomas , Pamela Fryman Today @ 8:31 pm Damn you, I had a post ready! You can also ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 03:25:22 GMT";
arnews[5] += "
";
arnews[6]="Readers Explain Why Clarissa Is All That
";
arnews[6] += "Our look at sitcom hotties through the years had readers reminiscing about boob tube babes we'd plum forgot about.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 18:33:08 GMT";
arnews[6] += "
";
arnews[7]="Token Canadian humour gets smarter on U.S. TV
";
arnews[7] += "Perhaps it's a sign of our Canadian meekness that I can't muster indignation. Of course, what I'll dub \"token Canadian humour\" has a pretty long and funny history.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 10:34:51 GMT";
arnews[7] += "
";
arnews[8]="New trailer for The Slammin Salmon from the gang at Broken Lizard
";
arnews[8] += "In the latest comedy from Broken Lizard, \"Slammin\" Cleon Salmon is a former Heavyweight Champion of the World turned celebrity owner of a high end Miami seafood restaurant, The Slammina TM Salmon.";
arnews[8] += "
Publ.Date : Wed, 11 Nov 2009 05:16:49 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("