var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="La Casa de los Horrores: Crítica de "Fantastic Mr. Fox", por John ...
";
arnews[0] += "... Ed Sanders (1), Eddie Marsan (1), Eddie Murphy (2), Eden Lake (1), Edgar Allan Poe (1), Edgar Neville (1), Edge of Darkness (3), Edmon Roch (1), Eduard Cortés (1), Eduard Farelo (1), Eduard Fernández (1), Eduardo Noriega (2) ...";
arnews[0] += "
";
arnews[1]="Maybe Logic Academy - Near Rhosgobel - MLA Forum
";
arnews[1] += "CUT TO: Allen Ginsberg pours more tea for Ezra Pound, and turn's over the Fugs album to hear Ed Sanders once more time at Ez's request. CUT TO: Aleister Crowley and Albert Hoffman walk together in _base_l, Switzerland, or figures, ...";
arnews[1] += "
";
arnews[2]="Liberty Of Conscience: Sweeney Todd: The Demon Barber of Fleet ...
";
arnews[2] += "Todd becomes impatient while waiting for Beadle Bamford to arrive at his shop; Mrs. Lovett consoles him (\"Wait\") when Pirelli and his boy assistant Tobias Ragg (Ed Sanders) arrive. Mrs. Lovett keeps Toby occupied downstairs, ...";
arnews[2] += "
";
arnews[3]="THE NEXT OBJECTIVISTS: Pounding Pound
";
arnews[3] += "These pieces were derived as an almost posthumous work that became available out of a number of 'pirated' copies through Ed Sanders 'Fuck You Press' The poem seems to question what the audience is to take away, but builds off a concise ...";
arnews[3] += "
";
arnews[4]="Boston Area Small Press and Poetry Scene: Review of “emily ...
";
arnews[4] += "Eric Greinke-- Presa Press \"Very engrossing collection of Holder's interviews, with a wide range of writers about their lives and work. Included are Mike Basinski, Mark Doty, Robert Creeley, Ed Sanders, Hugh Fox, Robert K. Johnson, ...";
arnews[4] += "
";
arnews[5]="The SIXTIES: Phil Ochs, Fondly Recalled, Is Never Really Lost
";
arnews[5] += "introduced to Ed Sanders. He said, \"Here's Phil Ochs,\" and as I walked forward, Abbie Hoffman raced in front of me and took the microphone and proceeded to give a speech. I was upstaged by Abbie Hoffman. ...";
arnews[5] += "
";
arnews[6]="A Chocolate Cake & The Feelings: Snuff Films: The Facts and Urban ...
";
arnews[6] += "The term \"snuff\" was then reinforced by Ed Sanders in his book The Family-The Story of Charles Manson's Dune Buggy Attack Battalion [Panther Books, 1976]. The term was used to describe unsubstantiated claims that Manson and his ...";
arnews[6] += "
";
arnews[7]="There's a limited supply: Arthur No. 13 (pub'd October 2004) aka ...
";
arnews[7] += "This piece was painstakingly compiled by Jay Babcock from old and new interviews with Abbie Hoffman, Allen Ginsberg, Ed Sanders, Kenneth Anger, Paul Krassner, Bob Fass, Norman Mailer, Tuli Kupferberg, Anita Hoffman, Jerry Rubin and many ...";
arnews[7] += "
";
arnews[8]=""Perverb"-ially speaking: Hal Willner's tribute to Tuli Kupferberg
";
arnews[8] += "The Fugs themselves performed twice, which gave one a bit of a nice chill up the spine, as NYC poetry legend Ed Sanders is still in fine voice (at the age of 70) and the group blazed on such fine vintage numbers as the psychedelic spoof ...";
arnews[8] += "
";
arnews[9]="Ken | Playlist | 03 February 2010
";
arnews[9] += "Ken, The Iliad ( Johnny Pissoff) by Ed Sanders (of the Fugs). Wed. 2/3/10 9:10am From: Manitoba Slim In an experimental shootout, published in Proceedings of the Royal Society B, scientists have discovered that cowpokes draw faster when ...";
arnews[9] += "
";
totcount = 10;
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("