var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="God's Pottery - Isthmus Daily Page
";
arnews[0] += "The NY comedy duo God's Pottery were featured finalists on NBC's Last Comic Standing and made a name for themselves with hilarious hit songs \"Jesus I Need a Drink\" and \"The Pants Come Off When The Ring Goes On\". The Christian acoustic duo Jeremiah ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[0] += "
";
arnews[1]="Brief Interviews with Hideous Men Review - News in Film
";
arnews[1] += "John Krasinski’s Brief Interviews with Hideous Men is a narrowing of David Foster Wallace’s complex fiction, a varying arrangement of readings and reenactments, some more affecting than others. The collection of short stories is chopped into ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 19:37:00 GMT";
arnews[1] += "
";
arnews[2]="Brief Interviews with Hideous Men' - The Sun News
";
arnews[2] += "Not brief enough, \"Brief Interviews with Hideous Men\" purports to offer a candid and illuminating examination of male views on women, on sex, on relationships. Instead, what this arid and arty exercise offers is the opportunity for a bunch of actors ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Saturday Night Live "January Jones/Black Eyed Peas" - A.V. Club
";
arnews[3] += "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[3] += "
Publ.Date : Mon, 16 Nov 2009 00:09:00 GMT";
arnews[3] += "
";
arnews[4]="SNL recap: Wow, that was painful to watch - Seacoast Online
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 15 Nov 2009 10:11:00 GMT";
arnews[4] += "
";
arnews[5]="Recap: 'Saturday NIght Live' - January Jones masters fart humor - HitFix
";
arnews[5] += "Sudeikis gives us a taste of things to come as he appears once again as Vice President Joe Biden. Seems Biden has crashed the Oval Office while President Obama is overseas in Asia. Biden admits he's not allowed in the White House, but explains \"Why ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:08: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("