var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Strange de Jim's Zingers Collection - November 20 2009
";
arnews[0] += "O'Brien 3, Colbert 2, Ferguson 2, Letterman 2, Fallon 1, Kimmel 1 Winner Jimmy Kimmel: \"Oprah announced she's quitting to devote herself to yo-yo dieting.\" David Letterman: \"Do you like going home to your parents' house for Thanksgiving? I like getting to see a rotary phone again.\" \"President Obama pardoned the White House turkey.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:55:09 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]="Neil Patrick Harris on Craig Ferguson
";
arnews[2] += "Sometimes, I sit and think about straight male celebs that I wish were gay and get all pissed that some of them aren't... but then I think of the precious gem that the gay gods have give us homos: NEIL PATRICK MOTHERFUCKING HARRIS.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:14:48 GMT";
arnews[2] += "
";
arnews[3]="TV best bets: Sat., Nov. 21
";
arnews[3] += "THE CHRISTMAS WISH a ' When a young man returns to his hometown to revitalize his deceased grandfathera TMs business, he gets an unusual request from his grandmother: Find out the identity of Lillian, the mysterious woman mentioned in her late husbanda TMs journals.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:54:37 GMT";
arnews[3] += "
";
arnews[4]="full article
";
arnews[4] += "The Hollywood 5 & 1 11.21.09: Full Moon Edition Posted by Steve Gustafson on 11.21.2009 This week: Tila Tequila has an online meltdown, Twilight's Kristen Stewart causes a fuss on Twitter and Conan O'Brien takes a shot at New Moon on his show! Demi Moore's hip goes missing and Sofia Vergara makes an awkward slip! Martha Stewart takes a swipe at ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:19:47 GMT";
arnews[4] += "
";
arnews[5]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[5] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 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("