var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How I Met Your Mother going strong -- thanks to plenty of Canadian ... - Vancouver Sun
";
arnews[0] += "BURBANK, Calif. -- How I Met Your Mother is a comedy about a young man called Ted and how he fell in love. The premise began with Ted, in older age, looking back on his youth and reflecting wistfully on his days of courtship. The series is narrated ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:20:00 GMT";
arnews[0] += "
";
arnews[1]="Amanda Peet on How I Met Your Mother - BSCreview
";
arnews[1] += "Amanda Peet should be fresh on most movie-goers mind as she’s in 2012 which seems to be doing rather well. How I Met Your Mother stars Josh Radnor, Jason Segel, Cobie Smulders, Neil Patrick Harris and Alyson Hannigan, and airs on CBS";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[1] += "
";
arnews[2]="Canadians Are Cool With How I Met Your Mother 's Relentless Canadian ... - Nymag.com
";
arnews[2] += "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 ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:33:00 GMT";
arnews[2] += "
";
arnews[3]="Super Bowl 2010: What CBS show deserves the post-game slot? - Entertainment Weekly Online
";
arnews[3] += "I know, right?! Bi Bang Theory already gets enough exposure and the coveted spot behind Two & a Half Men. Don’t get me wrong, I love The Big Bang Theory, but How I Met Your Mother is the underrated show that could benefit the most from that kind of ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 22:59:00 GMT";
arnews[3] += "
";
arnews[4]="Neil Patrick Harris: From Supporting Role to Leading Man - Pop Eater
";
arnews[4] += "He's gone from child star to cameo maker to supporting character to Tony Awards host to leading man. There seems to be no stopping the force that is Neil Patrick Harris . NPH's character Barney Stinson was originally supposed to be a comic foil on ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:21:00 GMT";
arnews[4] += "
";
totcount = 5;
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("