var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Getting FX Animated with Aisha Tyler and Adam Reed for Archer - Deadbolt
";
arnews[0] += "One of the most versatile talents in the entertainment world, Aisha Tyler has kept herself busy after recurring roles on Friends, The Ghost Whisperer, and C.S.I. as an actress, writer, author and stand-up comedian. Interestingly, Aisha Tyler once ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="10 shows to DVR in 2010 - New York Post
";
arnews[1] += "Animated series have a spotty track record -- for every \"Family Guy\" there are a million \"Sit Down, Shut Ups\" -- but this new spy comedy promises to mix the style of \"Mad Men\" and the gadgetry of \"Get Smart\" with the wit of \"Arrested Development ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:40:00 GMT";
arnews[1] += "
";
arnews[2]="Papa's: A hometown melting pot - Spartanburg Herald-Journal
";
arnews[2] += "We have real nice customers,\" said Judy Greer, a waitress at the restaurant for four years. \"They're my family. I went home early Sunday and had four customers call and ask, ‘Are you sick' or ‘Are you OK?' \" Greer often greets customers by ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:06:00 GMT";
arnews[2] += "
";
arnews[3]="Blu-Ray Review: ‘Love Happens’ Epitomizes Dire State of Romantic ... - HollywoodChicago.com
";
arnews[3] += "CHICAGO – In the realm of lazy date movies, “Love Happens” achieves a sort of morbid grandeur. There isn’t a single original or authentic moment in all 109 minutes of the picture, which is so devoted to its formulaic structure that it often ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:08:00 GMT";
arnews[3] += "
";
arnews[4]="Family and Faith Calendar, Week of Feb. 8 - MLive.com
";
arnews[4] += "“Pathways to Freedom,” a class reflecting upon the “struggles, challenges and triumphs” of African-Americans in their “efforts to achieve justice and the blessings of full citizenship in the United States,” Western Theological Seminary, 7 ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:50:00 GMT";
arnews[4] += "
";
arnews[5]="Dear John’: Have a shoulder to cry on - Everett Herald
";
arnews[5] += "Is Hollywood trying to keep Dan Fogler and Judy Greer out of work? Richard Jenkins plays John’s oddball father, and Henry Thomas (the kid from “E.T.”) is around long enough for you to wonder why he doesn’t get big roles more regularly.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 07:58: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("