var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Wire (tv program) - Chicago Tribune
";
arnews[0] += "In the NBC comedy \"Parks and Recreation,\" Amy Poehler plays Leslie Knope, an upbeat, low-level bureaucrat determined to make the fictional town of Pawnee, Ind., a better place. Leslie's cheerful, tireless ambition in the face of cynics is echoed by";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:48:00 GMT";
arnews[0] += "
";
arnews[1]="NBC sitcom fits well with 'The Office' and '30 Rock' - Media Life Magazine
";
arnews[1] += "Amy Poehler’s “Parks and Recreation ... But since the show’s debut this spring, “Parks and Recreation” has come into its own. Leslie’s quixotic quest to turn an abandoned construction site into a new park for the fictitious town of Pawnee ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:55:00 GMT";
arnews[1] += "
";
arnews[2]="Buck Up, Amy Poehler - The Smoking Gun
";
arnews[2] += "MARCH 24--So Amy Poehler's new NBC comedy fared poorly in recent test screenings, according to a March 18 internal network research report cited in an online posting . The former \"Saturday Night Live\" cast member, seen at right, stars in \"Parks and ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="Amy Poehler's Parks and Recreation: bisexual triad in the mix again - Examiner
";
arnews[3] += "While Amy Poehler (Saturday Night Live) and the gang from Parks and Recreation are off on a hunting trip, April the intern and Andy are back at the office, waiting for an important call and killing time. Andy's ex-girlfriend Ann, a park volunteer, is ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:14:00 GMT";
arnews[3] += "
";
arnews[4]="Amy Poehler Bringing Hubby to Work - iVillage Entertainment
";
arnews[4] += "EW.com says a spokesperson for the network confirmed that Arnett will be joining the Parks & Rec cast in 2010. The role he'll be playing shouldn't be too much of a stretch: He'll be a \"love interest\" for Poehler's character, Leslie Knope. According ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:11:00 GMT";
arnews[4] += "
";
arnews[5]="Parks and Recreation: Amy Poehler's 10 favorite moments (and one of ... - Bridgeton News
";
arnews[5] += "Amy Poehler and Nick Offerman in a scene from tonight's \"Parks and Recreation.\" \"Parks and Recreation\" (tonight at 8:30 on Ch. 4) has been on a real hot streak this fall. It's consistently been the best of NBC's Thursday comedies, and I'd go so far ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 17:01: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("