var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'SNL' Obama Skit: Why isn't Barack Obama black yet? - Examiner
";
arnews[0] += "While host Ryan Reynolds and musical guest Lady Gaga made headlines this weekend on Saturday Night Live , another issue was glaringly evident that no contrast adjustment to one's TV could fix--Barack Obama is still not black on SNL. In an Obama skit ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[0] += "
";
arnews[1]="SNL on Lou Dobbs: ‘What is it With CNN and Runaway Bags of Hot Air ... - Chattahbox.com
";
arnews[1] += "(ChattahBox)—-Last night’s Saturday Night Live show featured a hilarious spoof of Lou Dobbs’ resignation from CNN, with Darrell Hammond returning to play the xenophobic anti-immigrant conspiracy theorist. Seth Myers on the Weekend Update ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="SNL recap: Not exactly 'Mad' about January Jones show - Seacoast Online
";
arnews[2] += "Yikes. When the best you've got is bathroom humor, you've lost it. “Saturday Night Live” lost it big time on Nov. 14. I love January Jones on “Mad Men” and I wanted this to be a giant “suck it!” to Ashton Kutcher for telling her she ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:08:00 GMT";
arnews[2] += "
";
arnews[3]="Review: Saturday Night Live - January Jones/Black Eyed Peas - Tvsquad.com
";
arnews[3] += "(S35E06) There was a strange moment of nodding recognition at the end of the night, as I watched Jason Sudeikis and January Jones in the cloud-gazing sketch. Throughout, the man pauses to consider the woman's weird behavior and then concedes, \"Ohh ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Saturday Night Live "January Jones/Black Eyed Peas" - A.V. Club
";
arnews[4] += "There is a maddening paradox to this year’s spectacularly underachieving season of Saturday Night Live. The show is full of funny, talented, dynamic young performers. I like just about everyone in the current incarnation of the Not Ready For Prime ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
arnews[5]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[5] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:14: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("