var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s
";
arnews[0] += "The Sagacious Spectator 01.21.10: Top 20 Movies of the 00s Posted by Steve Yanosey on 01.21.2010 To see the 20 best movies you've never heard of and have never seen because you aren't cool enough, visit Pitchfork.com... Lists are fun to make, and - let's face it - they're easier to digest than straight-up articles, what with the latter's filling ...";
arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 07:55:01 GMT";
arnews[0] += "
";
arnews[1]="Decade's Most Memorable Theater
";
arnews[1] += "In this undated photo originally provided by Boneau/Bryan-Brown, Ron Eldard, left, and Eileen Atkins are shown in a scene from the play \"Doubt,\"' in New York.";
arnews[1] += "
Publ.Date : Fri, 11 Dec 2009 21:28:44 GMT";
arnews[1] += "
";
arnews[2]="A decade's look at what Broadway had to offer
";
arnews[2] += "Laugh-filled, old-fashioned musical-comedy entertainment, both shows were based on movies that had a big cult following and both featured classic, larger-than-life comic performances: Nathan Lane in \"The Producers\" and Harvey Fierstein in \"Hairspray.\" August Wilson's \"King Hedley II\" , \"Gem of the Ocean\" , \"Radio Golf\" - It was a race against time ...";
arnews[2] += "
Publ.Date : Wed, 09 Dec 2009 20:51:04 GMT";
arnews[2] += "
";
arnews[3]="The Best Films of the Decade: 2003
";
arnews[3] += "So we've already been voting on the Best Films of 2000, 2001 and 2002, and now it's time to turn our attention onto 2003 in the ongoing quest to find the Best Film of the Decade, well in our eyes anyway.";
arnews[3] += "
Publ.Date : Tue, 08 Dec 2009 00:19:10 GMT";
arnews[3] += "
";
arnews[4]="School's on 'Roadie' to 3G windfall
";
arnews[4] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT";
arnews[4] += "
";
arnews[5]="School's on 'Roadie' to 3G windfall
";
arnews[5] += "Our Lady of Mercya s Linda Dougherty says Forest Hills school got $3,000 from 'Roadie,' starrring Jill Hennessy and Ron Eldard.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 10:08:18 GMT";
arnews[5] += "
";
arnews[6]="the Kimball Chronicles: Waiting For Budd
";
arnews[6] += "Until he was cast in the role of former light-heavyweight Terry Malloy for last summer's two-night performance of Budd Schulberg's ON THE WATERFRONT in Hoboken, Jason Cerbone's most noteworthy fight experience had come in the men's room of the Bada Bing Club, where James Gandolfini beat him within an inch of his life in a 2001 episode of \"The ...";
arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("