var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fred Armisen, Elisabeth Moss Tie The Knot - Access Hollywood
";
arnews[0] += "The couple tied the knot in front of family and friends on Sunday at The Foundry in Long Island City, New York, a rep for Moss confirmed to Access Hollywood. Moss’ gown was designed by Claire Pettibone, the rep added. Armisen, 42, and Moss, 27 ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="'SNL' Obama Skit: Why isn't Barack Obama black yet? - Examiner
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 04:14: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]="Flaming Lips: “Christmas On Mars†- Jackson County Times-Journal
";
arnews[3] += "Comedian Fred Armisen (Saturday Night Live) and actor Adam Goldberg (Dazed and Confused, Two Days in Paris) also appear. Welcome to the New Website We hope you enjoy and please take the time to look around. For a limited amount of time, the site will ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:39:00 GMT";
arnews[3] += "
";
arnews[4]="Was Last Night's SNL Really The Worst Episode Ever? - Gawker
";
arnews[4] += "Now, here's how we talk about SNL when we talk about SNL. These be the rules : Standardized Responses for SNL Threads. 1. SNL is still on? 2. I might have to watch this SNL sometime. 3. SNL hasn't been funny since _____ (insert name) was president. 4 ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
arnews[5]="Race and entertainment present sensitivity issues - Kansas City Star
";
arnews[5] += "I happen to think Fred Armisen’s lame blackface impression of Barack Obama on “Saturday Night Live” is creepy. Naturally, a fourth-grader might not know he’s offending anyone by slapping on dark makeup. But that’s where an adult might have ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:07:00 GMT";
arnews[5] += "
";
arnews[6]="Review: Saturday Night Live - January Jones/Black Eyed Peas - Tvsquad.com
";
arnews[6] += "(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[6] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[6] += "
";
arnews[7]="Bonnaroo 2010 - antiMUSIC
";
arnews[7] += "Superfly Productions and A.C. Entertainment are proud to announce the dates for the ninth annual Bonnaroo Music and Arts Festival. Confirmed to take place June 10 - 13, 2010, the four-day festival will once again be held at the same beautiful, 700 ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT";
arnews[7] += "
";
totcount = 8;
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("