fresh python-tagged ents from personTagger.py

This commit is contained in:
ebeshero 2023-04-28 05:35:52 -04:00
parent 22a4906740
commit 0d68297335
331 changed files with 37694 additions and 34577 deletions

File diff suppressed because it is too large Load diff

View file

@ -29,13 +29,14 @@ ruler = nlp.add_pipe("span_ruler", before="ner", config=config)
patterns = [
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^-\w+?"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^.$"}}]},
# ebb: Don't match on any single characters!
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "\^+"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^\w\w$"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^[a-z]+\s+[a-z]+$"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^.*?__{2,}.*?$"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "CHRISTIAN(ITY|DOM)"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "CHRISTIAN(ITY|DOM)?"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "CHRISTIAN\s+NETWORK"}}]},
# ebb: Don't match on any single characters!
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "Catholic(ism)?"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "[A-Z]{2,}[A-Z][a-z]+"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "[a-z]{2,}[A-Z][a-z]+"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "^.*?[a-z][A-Z].*?$"}}]},
@ -771,7 +772,7 @@ patterns = [
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Lop Nor"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Gross Wannsee"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Groom Lake"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "North\s+?American"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "North\s+?[A-Z][a-z]+"}}]},
{"label": "NORP", "pattern": [{"TEXT": {"REGEX": "Monk"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "Northern"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Allanwood"}}]},
@ -790,12 +791,12 @@ patterns = [
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Columbia"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "FORT\s+?HUNT"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Butte"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "State\s+?College"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "State\s*College"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Williamsport"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Landsdale"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Newtown\s+?Square"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Newtown\s*Square"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Allentown"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "New\s+?Castle"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "New\s*Castle"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Beckley"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Alton"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Stubenville"}}]},
@ -819,25 +820,24 @@ patterns = [
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Albuquerque"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Albany"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "CORAL\s+?GABLES"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Washington\s+?DC"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Washington,\s+?DC"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Washington,\s+?D\.C\."}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Washington,?\s*D\.?C\.?"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Avon\s+?Park"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Mill\s+?Point"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "El\s+?Reno"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "Zagreb"}}]},
{"label": "GPE", "pattern": [{"TEXT": {"REGEX": "ZAGREB"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Whiskey\s+?Flat"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Whiskey\s*Flat"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "site\s+?S-4"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "LUNA"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "AREA\s+?51"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "El\s+?Salvador\s+?air\s+?base"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Greenville\s+?County"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Toyland"}}]},
{"label": "NULL", "pattern": [{"TEXT": {"REGEX": "Sunday"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Sun"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "North\s+?Pole"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Qua\s+?Vieaf"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "North\s+?Viet\s+?Nam"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "North\s+?Viet\s*[Nn]am"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Owl's\s+?Nest"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Dachau"}}]},
{"label": "LOC", "pattern": [{"TEXT": {"REGEX": "Hill\s+?Billies"}}]},
@ -1043,8 +1043,8 @@ patterns = [
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "KRLL"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "KRLLL"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "EBE"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Rockefeller\s+?III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+?D\.\s+?Rockefeller\s+?III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Rockefeller\s*III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s*?D\.\s*Rockefeller\s+?III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Dennis\s+?DeConcini"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Phil\s+?Gramm"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "BILL\s+?HAMILTON"}}]},
@ -1054,13 +1054,13 @@ patterns = [
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Rockefeller"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Johnston"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Dodd"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Laurence\s+Rockefeller"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s+Rockefeller"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s+Rockefeller\s+IV"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s+Rockefeller,\s+Jr\."}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "William\s+?H\.\s+?Draper\s+?III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Laurence\s*Rockefeller"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s*Rockefeller"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s*Rockefeller\s*IV"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "John\s+D\.\s*Rockefeller,\s*Jr\."}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "William\s*H\.\s*Draper\s*III"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Eduardo"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "EARL\s+?W\.\s+?BRIAN"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "EARL\s*W\.\s+?BRIAN"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "RICONOSCIUTO"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Ramakrishna"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Don\s+?Ecker"}}]},
@ -1099,6 +1099,8 @@ patterns = [
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Boniface\s+?VI"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Gonda"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Ollie\s+?North"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Oliver\s*North"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "Mr\.\s*North"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "E\.\s+?Howard\s+?Hunt"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "MLK"}}]},
{"label": "PERSON", "pattern": [{"TEXT": {"REGEX": "RFK"}}]},
@ -1429,7 +1431,7 @@ patterns = [
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?National\s+?Association\s+?of\s+?Scholars"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Council\s+?on\s+?Foreign\s+?Relations"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Symbionese\s+?Liberation\s+?Army"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Washington\s+?Times"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Washington\s+?Post"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Internal\s+?Revenue\s+?Service"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Terminate\s+?With\s+?Extreme\s+?Prejudice"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Center\s+?for\s+?Strategic\s+?and\s+?International\s+?Studies"}}]},
@ -1438,6 +1440,7 @@ patterns = [
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Centre\s+?of\s+?Eternity"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Life\s+?magazine"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Full\s+?Disclosure\s+?Newspaper"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "North\s+American\s+Newspaper\s+Alliance"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Trilateral\s+?Commision"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?Ruling\s+?Elite"}}]},
{"label": "ORG", "pattern": [{"TEXT": {"REGEX": "([Tt]he\s+?)?US\s+?Congress"}}]},
@ -1622,6 +1625,13 @@ def checkTags(file):
# newLine = regex.sub(r"(<ent type='.+?'>[^<>]*?)<ent[^>]+?>([^<>]+?)</ent>([^<>]*?</ent>)", r"\1\2\3",line)
# <spe<ent type='ORG'>cia</ent>l>
newLine = regex.sub(r"(</?spe)<ent type='ORG'>(cia)</ent>(l>)", r"\1\2\3", origLine)
newLine = regex.sub(r"([^>])(New\s+?York\s+?Times)([^<])", r"\1<ent type='ORG'>\2</ent>\3", newLine)
newLine = regex.sub(r"([^>])(British)([^<])", r"\1<ent type='NORP'>\2</ent>\3", newLine)
newLine = regex.sub(r"([^>])(New\s+?York(\s+?City)?)([^<])", r"\1<ent type='GPE'>\2</ent>\4", newLine)
newLine = regex.sub(r"<ent type='[A-z]+?'>(Sundays?)</ent>", r"\1", newLine)
newLine = regex.sub(r"<ent type='PERSON'>(North)</ent>([a-z]*\s+[A-Z][a-z]+)*", r"<ent type='LOC'>\1\2</ent>", newLine)
newLine = regex.sub(r"(North\s+o?f?\s*([A-Z][a-z]+\s+)+)", r"<ent type='LOC'>\1</ent>", newLine)
# newLine = regex.sub(r"(<)<ent type='ORG'>(di)</ent>(v>)", r"\1\2\3", newLine)
newLine = regex.sub(r"(<ent type='[A-z]+?'>[^<]*?)<ent type='[A-z]+?'>([^<]+?)</ent>([^<]*?</ent>)", r"\1\2\3", newLine)
newLine = regex.sub(r"(<ent type='[A-z]+?'>[^<]*?)<ent type='[A-z]+?'>([^<]+?)</ent>([^<]*?</ent>)", r"\1\2\3", newLine)

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
I scanned this excerpt in from the book, "The Delicate Balance" ,
written by John Zajac. 1989-1990 . ISBN Number 0-910311-57-9 .</p>
@ -202,7 +203,7 @@ lives of every human being on Earth, the information contained in the
Library of Congress, and every book ever printed. Having operated for years,
it stores a growing volume of information as additional countries tie into
it ever more heavily. This allows international banking, interstate banking,
and quick credit references. Money can be moved from New York to California
and quick credit references. Money can be moved from <ent type='GPE'>New York</ent> to California
or London in minutes. If a deposit is made in a bank other than where the
check was drawn, banks usually impose a 5 to 10-day holding period.
Actually, this practice is just a means for banks to increase their "float"
@ -303,7 +304,7 @@ accounts for only 15 digits, and the system is based on 18. The missing
<p>All computerized companies are going to 18-digit identification codes.
According to the report '666 Is Here,' Sears Roebuck is going on this system
and is committed to changing over all its credit cards. J.C. Penney's is
reported to be switching over, as well as New York Telephone. The U.S.
reported to be switching over, as well as <ent type='GPE'>New York</ent> Telephone. The U.S.
Government used to prefix all the serial numbers of everything it owned with
the code 451. But that also is changing; the dog tags on every soldier in
America are to be converted to 666.</p>
@ -316,4 +317,5 @@ chairman of one of the largest banks says, "It's ready; we just need a major
catastrophe."</p>
<p>** End Excerpt **
</p>
</div>
</div>
</xml>

View file

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Title: The Proven existance of 9 dimensional planes</p>
<p>Intro: In order to understand these files, one must assume the following is
completely true. If not assumed, one will be completely lost in the text of
the following files. You may laugh if you wish, but if you want to understand
the theory you must make compensations on your part. Ok, on with the file...</p>
<p>Volume I: Defining the 9 planes</p>
<p>Written by: Starmaster and <ent type='PERSON'>Locust</ent></p>
<p>Written by: <ent type='PERSON'>Starmaster</ent> and <ent type='PERSON'>Locust</ent></p>
<p>1st dimensional plane: This plane consists of only the single dimension
of length. It is not advised to try to envision this dimension for it may
cause insanity, seriously.</p>
@ -112,7 +113,7 @@ emotional constant. When emotions of the 5th and above dimensional entities
gains great intensity, it then is transfered to all other dimensions.</p>
<p>That about does it for this file. That pretty much explains everything that I
can think of dealing with the unexplainable. If you can think of any more,
leave mail on Centre of Eternity for Starmaster (#75). I will ponder for the
leave mail on Centre of Eternity for <ent type='PERSON'>Starmaster</ent> (#75). I will ponder for the
answer, until I can get a suitable one using this theory. None will be turned
away. Who knows, maybe I'll get enough quetions to write another phile. Slatez
dudes.</p>
@ -124,4 +125,5 @@ HQ of The Esoteric Society and Toxic Shock
Call Ripco-(312)528-5020/ 12-9600 baud/ 60+ megs online
-------------------------------------------------------------------------------
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>The A-Z of Conspiracy
As everyone knows, we are never allowed to know who is really
controlling our lives/the country/the world. But is this knowledge a
@ -79,22 +80,22 @@ what I was seeing. It looked like the rising sun with a black
pulsating centre. It appeared to be dripping molten metal.' Hall
acted coolly, taping and photographing the object engineered by 'an
intelligence which didn't originate on Earth'. His tape and film
were confiscated by visiting US defence officials. Former British
were confiscated by visiting US defence officials. Former <ent type='NORP'>British</ent>
Chief of Defence Staff Lord Hill-Norton has claimed: 'Someone is
sitting on information that should be in the public domain.'
Believability: 9/10 (Possible explanation: what the airmen saw may
not have been a UFO, but a prototype of the Stealth bomber, which
not have been a <ent type='EVENT'>UFO</ent>, but a prototype of the Stealth bomber, which
has a black triangular shape, a strange radar print and was, in
1980, ultra-secret. Project Aurora, a new ultra-ultra-secret
Pentagon Black Budget reconnaissance aircraft, is probably
responsible for all subsequent UFO sightings.)</p>
responsible for all subsequent <ent type='EVENT'>UFO</ent> sightings.)</p>
<p> B IS FOR THE BILDERBERG GROUP, which organises semi-secret
annual three-day meetings of the European-Atlantic great and good
from the worlds of business, diplomacy and politics. The first
meetings were organised in 1954 by eminence grise Joseph Retinger,
the then secretary general of the newly fledged, CIA-funded
European Movement. Karl Otto Pohl, then president of Deutsche
Bundesbank, David Rockefeller, Lord Carrington and Governor Bill
Bundesbank, David <ent type='PERSON'>Rockefeller</ent>, Lord Carrington and Governor Bill
Clinton of Arkansaswere among recent delegates. Denis Healey was at
that first meeting and, having retired, discusses Bilderberg in his
autobiography, The Time Of My Life. Bilderberg is one of the
@ -151,7 +152,7 @@ much influence is wielded by the grown men who like to dress in
black suits, wear aprons, bare their breasts and roll up their
trouser legs. Not very much, say some sceptics, who suspect that
the masons have more control over, say, haberdashery in
Herefordshire than the British state. But freemasons still hold
Herefordshire than the <ent type='NORP'>British</ent> state. But freemasons still hold
some sway in the corridors of power. The Rt Hon the Lord Templeman
and Rt Hon Lord Justice Balcombe, both freemasons, are two of the
most senior judges in the land; junior Foreign Office minister Tony
@ -200,12 +201,12 @@ One theory has it that the Churchill government, in a hideously
clever propaganda campaign against the Nazis, ran a double, 'Hess
Two'. Evidence supporting the double theory emerged when a Dutch TV
journalist, Karel Hille, disclosed that he had got the Most Secret
file on Hess via an unnamed British historian who had been given it
file on Hess via an unnamed <ent type='NORP'>British</ent> historian who had been given it
by the late MI6 spymaster Sir Maurice Oldfield. Oldfield had,
allegedly, stolen the file from the MI6 archive. That the man,
'Hess Two', who killed himself in prison was not the real Hess is
backed by Hugh Thomas, a Welsh surgeon, who, in the early 1970s,
was consultant to the British Military Hospital in West Berlin.
was consultant to the <ent type='NORP'>British</ent> Military Hospital in West Berlin.
Thomas examined 'Hess Two' and found him to lack the scars the real
Hess should have had after a wound he received in 1917. MI6 had
'Hess Two' hanged because they didn't want the truth to come out.
@ -213,12 +214,12 @@ Then the killers burnt the evidence, including an electrical flex,
with which he was murdered.
Believability: 5/10 (Hess was mad. His 1917 wound was
pea-sized.)</p>
<p> I IS FOR THE ILLUMINATI, the secret society controlling all the
<p> I IS FOR THE <ent type='ORG'>ILLUMINATI</ent>, the secret society controlling all the
other secret societies. An 18th-century masonic splinter group
begun by Adam Weishaupt, the Illimunati were said to be the hidden
force behind the French Revolution. After the First World War they
were re-launched into the English-speaking world by one Nesta
Webster who credited them with organising the Russian October
Webster who credited them with organising the <ent type='NORP'>Russian</ent> October
Revolution too. In 1921 the Spectator described Weishaupt as a
'Prussian with criminal instincts and lunatic perversions . . .
{who} shunted continental freemasonry on to Antinomian and
@ -254,7 +255,7 @@ guilt providing some explanation of the killing of the president,
the assassination of the assassin let conjecture reign.
So many had a hand in his murder it is too tedious to name them
all. Oliver Stone argued in his film JFK that Lyndon Baines Johnson
was the man behind the conspiracy. The KGB, the Mafia, the Cubans,
was the man behind the conspiracy. The KGB, the Mafia, the <ent type='NORP'>Cubans</ent>,
the FBI and the masons are all contenders. Perhaps the best JFK
conspiracy theory is that he is, after all, still alive, but kept a
permanent prisoner by the National Security Council.
@ -288,7 +289,7 @@ Believability: 8/10</p>
<p> M IS FOR DAVID MELLOR, got at by Mossad after his
pro-Palestinian outburst in 1988 on the West Bank. The Israelis
were out to topple Mellor after he became the most prominent critic
in the British Government of their conduct in the Occupied
in the <ent type='NORP'>British</ent> Government of their conduct in the Occupied
Territories.
First, they managed to secure his removal as junior Foreign
Office minister, threatening to stop passing on intelligence
@ -325,10 +326,10 @@ there shall be a total desolation of the clergy.' Believability:
in the 16th century. For example, nowhere does he mention 'Hitler',
only 'Hister', the contemporary name for the Lower Danube.)</p>
<p> P IS FOR PROMIS SOFTWARE, stolen from a Washington law firm. In
1982 a Washington DC computer firm, Inslaw, developed a programme
1982 a Washington DC computer firm, <ent type='ORG'>Inslaw</ent>, developed a programme
called Promis (Prosecutors' Management Information System) which it
supplied to the US Justice Department for $10 million. A year
later, Justice stopped all payments and Inslaw went bankrupt. A
later, Justice stopped all payments and <ent type='ORG'>Inslaw</ent> went bankrupt. A
ruling in 1987 at a bankruptcy court concluded that the Justice
Department 'took, converted and stole Promis software through
trickery, fraud and deceit', which is a little embarrassing for the
@ -348,10 +349,10 @@ generate revenue for covert operations not authorised by Congress;
and (b) to make it easier for US operatives to hack into the
software.
The story was chased by US freelance Danny Casolaro. A year
after making himself known to the Inslaw people he was found dead
after making himself known to the <ent type='ORG'>Inslaw</ent> people he was found dead
in a motel room in West Virginia. The official verdict was suicide,
but Elliott Richardson, the Attorney General under Nixon, hired by
Inslaw to investigate the case, concluded: 'It's hard to come up
<ent type='ORG'>Inslaw</ent> to investigate the case, concluded: 'It's hard to come up
with any reason for Casolaro's death other than he was deliberately
murdered because he was so close to uncovering sinister elements in
what he called 'the Octopus'.' Believability: 7/10</p>
@ -382,7 +383,7 @@ his books, such as The Intelligence Game, cast doubt on the
official version of events. But where Rusbridger, aged 65 at the
time of his death, really annoyed the spooks was when he unearthed
Britain's code-cracking secrets, in particular the story that the
British had cracked Japanese naval codes in advance of the attack
British had cracked <ent type='NORP'>Japanese</ent> naval codes in advance of the attack
on Pearl Harbour.
He was bright, hale and hearty for his age when he was
discovered in February 1994 at his home, dressed in a green
@ -396,9 +397,9 @@ bondage. Consultant pathologist Dr Yasai Sivathondan said he died
from asphyxia due to hanging 'in keeping with a form of sexual
strangulation'.
His death occasioned a piece by Sunday Times reporter James
Adams, whose own books boast of contacts with British intelligence.
Adams, whose own books boast of contacts with <ent type='NORP'>British</ent> intelligence.
Adams quoted senior intelligence officials as saying Rusbridger
never had any connection with any branch of British intelligence:
never had any connection with any branch of <ent type='NORP'>British</ent> intelligence:
"His death was as much a fantasy as his life,' said one source . .
. Rusbridger's interest in intelligence seems to have coincided
with his conviction for theft in 1977.' Such an extensive
@ -406,7 +407,7 @@ posthumous demolition job by intelligence officials would perhaps
only be merited by someone who had been a serious thorn in their
side.
Believability: 7/10</p>
<p> S IS FOR THE SUICIDES OF THE SCIENTISTS WHO WORKED FOR MARCONI.
<p> S IS FOR THE SUICIDES OF THE SCIENTISTS WHO WORKED FOR <ent type='PERSON'>MARCONI</ent>.
In 1988 a host of brilliant researchers working for the defence
giant killed themselves in a variety of ways: one drove his
petrolladen car into a disused Little Chef, another jumped off the
@ -419,10 +420,10 @@ suicide is 10 times more common than murder in Britain. Third, men
kill themselves more violently than women. Fourth, scientists are
more ingenious than the rest of the population, so one would expect
them to kill themselves violently and bizarrely. Fifth, the defence
business employs huge numbers of scientists, and Marconi is a big
business employs huge numbers of scientists, and <ent type='PERSON'>Marconi</ent> is a big
employer.
When the numbers are crunched, there is no statistical
aberration in the number of suicides by Marconi scientists. It is
aberration in the number of suicides by <ent type='PERSON'>Marconi</ent> scientists. It is
too good a story for a newspaper to kill, however.
Believability: 0/10</p>
<p> U IS FOR THE UNIFIED CONSPIRACY THEORY, or the Grand Unified
@ -436,7 +437,7 @@ Old men can die quite quickly, even if they are popes. However,
rumours persist in the Vatican than John Paul I was going to clean
out the Augean stables of the pontiff's finances and expose the
scandalous links between the Mafia, the freemasons and senior
cardinals in the Roman Catholic Church.
cardinals in the Roman <ent type='NORP'>Catholic</ent> Church.
Believability: 2/10</p>
<p> W IS FOR COLIN WALLACE, who was forced to resign from the
Ministry of Defence in 1975 when he leaked information about a
@ -461,29 +462,30 @@ Believability: 7/10</p>
senior Conservative politicians, now in the Cabinet, all at the
same time. This is a conspiracy theory never to be told.
Believability: 10/10</p>
<p> Y IS FOR YAKUZA, the Japanese mafia who run the world. The
Yakuza are the world's richest and most powerful gangsters. They
control many of the big-name Japanese corporations that now have
<p> Y IS FOR <ent type='ORG'>YAKUZA</ent>, the <ent type='NORP'>Japanese</ent> mafia who run the world. The
<ent type='ORG'>Yakuza</ent> are the world's richest and most powerful gangsters. They
control many of the big-name <ent type='NORP'>Japanese</ent> corporations that now have
huge leverage in the major western economies. Nothing can be done
to loosen the grip of the Yakuza on the world economy.
to loosen the grip of the <ent type='ORG'>Yakuza</ent> on the world economy.
Believability: 8/10 </p>
<p> Z IS FOR THE ZAGREB OPERATION, when the NKVD inducted Robert
Maxwell as a Soviet double agent. Maxwell was never clear about how
<p> Z IS FOR THE <ent type='GPE'>ZAGREB</ent> OPERATION, when the NKVD inducted Robert
<ent type='PERSON'>Maxwell</ent> as a Soviet double agent. <ent type='PERSON'>Maxwell</ent> was never clear about how
he escaped from Nazi-occupied Germany. In fact, he was given secret
passage through Nazi-allied Croatia by Communist partisans, then
loyal to the Soviet Union, in return for a lifetime as a spy.
While passing through Zagreb Maxwell was recruited by an officer
While passing through <ent type='GPE'>Zagreb</ent> <ent type='PERSON'>Maxwell</ent> was recruited by an officer
of the NKVD " the forerunner to the KGB " and was told to travel to
Britain and ingratiate himself with the British Establishment.
Maxwell did brilliantly, becoming first a war hero then a respected
publisher. The NKVD and KGB helped Maxwell out from time to time,
Britain and ingratiate himself with the <ent type='NORP'>British</ent> Establishment.
<ent type='PERSON'>Maxwell</ent> did brilliantly, becoming first a war hero then a respected
publisher. The NKVD and KGB helped <ent type='PERSON'>Maxwell</ent> out from time to time,
smoothing his path in arranging deals with Eastern Bloc scientific
publishers and the like. Maxwell prospered.
publishers and the like. <ent type='PERSON'>Maxwell</ent> prospered.
It was only in 1991 that the Israeli secret service, Mossad,
came across the truth when they bought up a senior KGB archivist
who sold them the Operation Zagreb file. Maxwell " who Mossad
who sold them the Operation <ent type='GPE'>Zagreb</ent> file. <ent type='PERSON'>Maxwell</ent> " who Mossad
thought had been working for them " was terminated by a crack unit
of Israeli frogmen.
Believability: 6/10
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
WHO Murdered Africa
The Greatest Murder Mystery of all Time </p>
@ -214,7 +215,7 @@ Hepatitis B vaccine which exhibits the exact same epidemiology of AIDS. </p>
<p> A Doctor W. <ent type='PERSON'>Schmunger</ent>, born in Poland and educated in Russia, came
to this country in 1969. <ent type='PERSON'>Schmunger</ent>'s immigration to the U.S. was
probably the most fatefull immigration in our history. He, by unexplained
process, became the head of one of the New York City blood bank. ( How
process, became the head of one of the <ent type='GPE'>New York City</ent> blood bank. ( How
does a <ent type='NORP'>Russian</ent> trained doctor become the head of one of the largest blood
banks in the world? Doesn't that strike you as peculiar? ) </p>
<p> He set up the rules for the Hepatitis vaccine studies. Only males
@ -291,4 +292,5 @@ can repopulate and re-civilize the world. </p>
<p> William Campbell Douglass, M.D.
P.O. Box 38 Lakemont, GA 30552 </p>
<p> </p>
</div>
</div>
</xml>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>The following articles are extracted from New Dawn magazine,
Volume No. 1 &amp; 2. (C) Copyright April 1992. Subscription rates are
as follows: $30 for 12 issues, $5 sample; Foreign US$40 &amp; US$7.
New Dawn, GPO Box 3126FF, Melbourne, 3001, Australia.</p>
<p>Shocking Revelations on AIDS Research by Our <ent type='PERSON'>North</ent> American
<p>Shocking Revelations on AIDS Research by Our <ent type='LOC'>North American</ent>
Correspondent</p>
<p>Dr. Abdul Alim Muhammad, national spokesman for Minister Louis
Farrakhan and the Nation of Islam, dropped a bombshell on the
@ -70,7 +71,7 @@ World Order; that it not only motivated the invasion of Panama and
the kidnapping of Gen. Manuel Noriega, but also the continuing
murder of the nation of Iraq. He told the audience that these were
just the opening battles in the war of the advanced sector nations
of the <ent type='PERSON'>North</ent> against the developing nations of the South. Dr.
of the <ent type='LOC'>North</ent> against the developing nations of the South. Dr.
Muhammad denounced George Bush as a wicked man who cherished his
membership in the satanic secret society Skull and Bones. He
reminded the audience that the "skull and bones" was also the
@ -99,7 +100,7 @@ original drug. Dr. Muhammad stressed that although the new drug
was only a treatment and not a cure for the deadly HIV virus, he
was tremendously hopeful and encouraged by the dramatic
improvement in the condition of those undergoing treatment.</p>
<p>Dr. Muhammad introduced Dr. Barbara Justice, a well-known New York
<p>Dr. Muhammad introduced Dr. Barbara Justice, a well-known <ent type='GPE'>New York</ent>
City-based cancer surgeon who has sent 54 AIDS patients to Kenya
for treatment over the past year. Dr. Justice reported that 97% of
her patients showed marked improvement within weeks of beginning
@ -161,13 +162,13 @@ time, when the full horror of the incurable disease was
not known <ent type='NORP'>Patriot</ent> reported that the World Health
Organisation believed AIDS posed the gravest threat to the
entire population of the world. More on the World Health
Organisation later. The British <ent type='LOC'>Sunday</ent> Express, 26
Organisation later. The <ent type='NORP'>British</ent> Sunday Express, 26
October, 1986, with banner headlines, and an "exclusive"
label, announced "AIDS made in lab. shock." The front-page
story said that the virus was created during laboratory
experiments which "went disastrously wrong." It added that
a massive cover-up had kept the secret from the world. The
<ent type='LOC'>Sunday</ent> Express quoted a British expert, Dr. John Seale,
Sunday Express quoted a <ent type='NORP'>British</ent> expert, Dr. John Seale,
who first reported his conclusion that the virus was
man-made last August, 1986, in the Royal Society of
Medicine Journal. He said that his report was met with a
@ -175,7 +176,7 @@ Medicine Journal. He said that his report was met with a
made him very suspicious. The editor of the Journal
agreed, according to Dr. Seale, that "it sounded like a
conspiracy of silence." The second expert quoted by the
<ent type='LOC'>Sunday</ent> Express, was Prof. Jacob Segal, retired Director of
Sunday Express, was Prof. Jacob Segal, retired Director of
the Institute of Biology in Berlin. It said, "our
investigators have revealed that two U.S. Embassy
officials made a two-hour visit to Prof. Segal at his home
@ -194,7 +195,7 @@ freedom after the tests. Almost certainly the scientists
were unaware of the extent of their terrible creation -
the AIDS virus.
WHO Involvement?
The third expert quoted in the <ent type='LOC'>Sunday</ent> Express was Dr.
The third expert quoted in the Sunday Express was Dr.
Robert Strecker, an internist and gastroentarologist from
Glendale, California, who stated "it must have been
genetically engineered." Strecker believes, after years of
@ -238,8 +239,8 @@ infection and antigen administration," which suggests WHO
officials - and other agencies who were directly dependent
on the United States government for research grants - had
to have known. The denials were not long in coming. But
the British <ent type='LOC'>Sunday</ent> Telegraph exposed itself. It said the
story (the <ent type='LOC'>Sunday</ent> Express article) was invented by the
the <ent type='NORP'>British</ent> Sunday Telegraph exposed itself. It said the
story (the Sunday Express article) was invented by the
<ent type='NORP'>Russians</ent> "to smear the Americans," and recalled that it
had appeared in the Soviet journal, Literary Gazette. It
said this paper based its report on the <ent type='NORP'>Patriot</ent> - and that
@ -275,9 +276,9 @@ destroyed it in six weeks as opposed to a White person's
time of six months.</p>
<p>The Evidence
What is the evidence available to the layman. First, the
initial cases were reported in New York and there is no
initial cases were reported in <ent type='GPE'>New York</ent> and there is no
dispute that Fort Detrick was working on immunological
defence against infection. The British Guardian reported
defence against infection. The <ent type='NORP'>British</ent> Guardian reported
on October 27, 1986, that in 1969 evidence was given to a
Washington Appropriation Committee that "within the next
five or ten years it would probably be possible to make a
@ -300,14 +301,14 @@ Calder said then that among the weapons being stockpiled
were some designed to bring about genetic changes. He said
the "doomsday bug was under wraps" and that there was a
conspiracy of silence about germ weapons because the
implications were so frightening." He told the British
implications were so frightening." He told the <ent type='NORP'>British</ent>
Daily Mirror after his address that "somewhere in the
world a germ is being cultured to which we would have no
natural resistance and to which there would be no sure
defence." A precise description of AIDS. The British
defence." A precise description of AIDS. The <ent type='NORP'>British</ent>
Observer, on June 30, 1968, quoted from an article in the
Journal of General Microbiology by W.D. Lawton of Fort
Detrick, and R.C. Morris and T.W. Burrows of the British
Detrick, and R.C. Morris and T.W. Burrows of the <ent type='NORP'>British</ent>
microbiological research station at Porton. One paragraph
said, "By engineering the genetics of individual strains,
microbiologists aim to produce a single strain containing
@ -349,7 +350,7 @@ not, as suggested, coming from monkeys in Africa." He also
suggested that the virus had been manufactured at the time
of the Vietnam War. These statements fit perfectly into
place as research would have been carried out at that time
at Fort Detrick for offensive purposes against the <ent type='PERSON'>North</ent>
at Fort Detrick for offensive purposes against the <ent type='LOC'>North</ent>
<ent type='NORP'>Vietnamese</ent>.</p>
<p>AIDS Was Man-Made
On all the circumstantial evidence, the layman will almost
@ -640,7 +641,7 @@ disease similar to AIDS would have to resort to visna.
The "patent" for inventing HIV should be issued to the
United States because it was there that the virus was
developed and also because Americans were the first
victims of AIDS. The disease, which broke out in New York,
victims of AIDS. The disease, which broke out in <ent type='GPE'>New York</ent>,
was carried to other big cities in the United States and
then to other countries and continents. Its virus was
transmitted by infected Americans serving at overseas
@ -742,7 +743,7 @@ ago and decimated mankind at that time. Some other life
form would presently be in control of this planet
(assuming that is not already the case). The Hepatitis B
vaccine study in 1978 appears to have been the initial
means of planting the infection in New York City. The test
means of planting the infection in <ent type='GPE'>New York City</ent>. The test
protocol specified non-monogamous males only, and
homosexuals received a different vaccine from
heterosexuals. At least 25-50% of the first reported New
@ -844,7 +845,7 @@ all the other kinds, and their ability to manage it, you
then pretty much have to do something about it.</p>
<p>Abridged from Now What #1.**</p>
<p>Immunex</p>
<p>The <ent type='PERSON'>North</ent> American-based Nation of Islam (NOI) led by Minister
<p>The <ent type='LOC'>North American</ent>-based Nation of Islam (NOI) led by Minister
Louis Farrakhan launched an offensive in its battle against the
deadly "man-made" AIDS virus during its recent Saviours' Day
weekend. The following report is courtesy of The Final Call.
@ -883,4 +884,5 @@ to kill us all." The Minister added that the drug will be
offered to all who need it "regardless of race, creed or
colour."**
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
Taken from KeelyNet BBS (214) 324-3501
Sponsored by Vangard Sciences
@ -83,7 +84,7 @@ population (including U.S.) by the year 2000.</p>
<p> ABOUT THE AUTHOR</p>
<p> William Campbell Douglass, M.D.</p>
<p> Age: 62</p>
<p> Education: BS, University of Rochester, New York;
<p> Education: BS, University of Rochester, <ent type='GPE'>New York</ent>;
MD, University of Miami School of
Medicine; Graduate, U.S. Navy School of
Aviation and Space Medicine</p>
@ -115,7 +116,7 @@ experiments on Seventh Day Adventist soldiers,</p>
<p> 1) the Tuskeegee syphilis experiments on prisoners,
2) the San Francisco Bay attack by the U.S. Army using
serratia marcescens bacteria,
3) the New York City subway germ attack
3) the <ent type='GPE'>New York City</ent> subway germ attack
4 and many other experiments on humans, largely unknown to
the victims, continue in the free world.</p>
<p> In Novosybirsk, at the Ivanofsky Institute and other Soviet
@ -192,7 +193,7 @@ Conference on AIDS, Cairo, March 1988.]</p>
where there are no wild monkeys.</p>
<p> 5. The doubling time of AIDS infection being about 12 months, one
monkey biting one native and then spreading the disease would
have taken 20 years to reach a million cases. Seventy-five million Africans became infected practically simultaneously.
have taken 20 years to reach a million cases. Seventy-five million <ent type='NORP'>Africans</ent> became infected practically simultaneously.
At the same time, the disease became rampant in the U.S.,
Haiti and Brazil.</p>
<p> It is obvious that one monkey couldn't have done that (or one
@ -229,7 +230,7 @@ their own lies.</p>
<p> The line goes: "The AIDS virus could not have been engineered
in a laboratory because the technology wasn't available until
recently."</p>
<p> Icelandic scientists combined the sheep visna virus with human
<p> <ent type='NORP'>Icelandic</ent> scientists combined the sheep visna virus with human
tissue cells over 20 years ago. The technology has been refined in
recent years, but the basic process has been actively used in labs
all over the world for long before the AIDS virus made its dramatic
@ -240,10 +241,10 @@ AIDS arising from animal retroviruses, "That is like someone saying
babies come out of cabbages."5</p>
<p> Dr. Robert Gallo said that people who claim AIDS was
manufactured artificially are "either insane or communists."6</p>
<p> Dr. Luis Montagnier, the discoverer of the AIDS virus, said,
<p> Dr. Luis <ent type='PERSON'>Montagnier</ent>, the discoverer of the AIDS virus, said,
"In 1970 there was not enough knowledge in genetic engineering to
make such a virus starting from already existing viruses."7 (See
Icelandic experiments mentioned above.)</p>
<ent type='NORP'>Icelandic</ent> experiments mentioned above.)</p>
<p> This tower of lies must eventually fall of its own weight.
Then what? Where do we look for a solution? Certainly not from
the people who caused the disaster.</p>
@ -318,7 +319,7 @@ me, you have a conspiratorial turn of mind.</p>
<p> Dr. Szmuness was a Polish Jew who supposedly ended up in a
Siberian labor camp during World War II. But after the war he
somehow became a privileged person, was sent to medical school in
Tomsk, Russia, and married a Russian woman. Hardly typical
Tomsk, Russia, and married a <ent type='NORP'>Russian</ent> woman. Hardly typical
treatment of an enemy of the Soviet state [under Stalin.</p>
<p> Szmuness' biographer said that Wolf was always reluctant to
discuss "those dark years in Siberia." Maybe he wasn't in Siberia.
@ -333,10 +334,10 @@ anywhere in the world if she stays home. She can go if he stays
home. They can both go if the children are left at home. But in
1969, the entire Szmuness family was allowed by communist Poland to
go to a medical meeting in Italy. At that time they "defected" and
moved to New York City.</p>
moved to <ent type='GPE'>New York City</ent>.</p>
<p> WITH NO AMERICAN CREDENTIALS WHATSOEVER, he immediately got a</p>
<p> Page 9</p>
<p> job as a "lab technician" at the New York City Blood Center. Within
<p> job as a "lab technician" at the <ent type='GPE'>New York City</ent> Blood Center. Within
a very few years this Polish immigrant was GIVEN HIS OWN LAB, a
separate department of epidemiology was created for him at the blood
bank and he, like the chrysalis turning into a butterfly, changed
@ -393,7 +394,7 @@ prevention program of the World Health Organization (WHO) is run by
the Soviets.</p>
<p> You don't believe it? Call WHO and ask them who is in charge
in Europe. If you want to save your nickel I'll tell you. He's a
Russian named Bysencho and he operates out of Copenhagen....</p>
<ent type='NORP'>Russian</ent> named Bysencho and he operates out of Copenhagen....</p>
<p> The Soviets control the response to AIDS of the entire free
world at many levels, including the top. Dr. Sergei Litvinov,
the coordinator of all task forces on AIDS at the WHO, is a high
@ -402,7 +403,7 @@ gave out the order to our scientists and medical organizations in
the western world not to discuss the real cause of the epidemic.</p>
<p> At a secret meeting (information supplied the author from a
confidential source) between the editors of Lancet, the highly
respected British medical publication, and a group of the leading
respected <ent type='NORP'>British</ent> medical publication, and a group of the leading
retrovirologists of the world, it was decided not to publish any
academic discussion about the possible artificial creation of the
AIDS virus in a laboratory.</p>
@ -416,7 +417,7 @@ origins of AIDS down the memory hole.</p>
<p> Did Comrade Litvinov have a little talk with the
retrovirologists? They, of course, wouldn't need any encouragement
from the Soviet [WHO] bosses to attempt a little coverup of their
own heinous crime, but Lancet, the British Medical Journal, and the
own heinous crime, but Lancet, the <ent type='NORP'>British</ent> Medical Journal, and the
New England Journal of Medicine are another matter.</p>
<p> It took some powerful and sinister forces indeed to get these
respected publications to cover up the crime of the millennium.</p>
@ -426,7 +427,7 @@ Royal Society of Medicine. Rains refers to "a conspiracy of
silence" covering the allegation that AIDS was man-made. I hope
Dr. Rains is watching his backside.</p>
<p> Dr. Zhores Medvedev, unlike Bysencho and Litvinov, supposedly
is a Russian exile. Medvedev operates out of London at the National</p>
is a <ent type='NORP'>Russian</ent> exile. Medvedev operates out of London at the National</p>
<p> Page 11</p>
<p> Institute for Medical Research. He's a senior research scientist
who continues to communicate freely with his supposed enemies in the
@ -457,7 +458,7 @@ U.N.-controlled World "Health" Organization, who needs atomic bombs
for world conquest?</p>
<p> Cuba, Dr. John Seale informs me, has a strict asylum system for
the AIDS-infected. When their troops come back from "liberating"
Africans, they are tested as they get off the boat.</p>
<ent type='NORP'>Africans</ent>, they are tested as they get off the boat.</p>
<p> If tested positive the soldier goes directly to hell --
euphemistically called a sanitarium. He can visit his family
occasionally, but only in the presence of a commissar called a
@ -503,4 +504,5 @@ Jerry at (214) 324-8741 or Ron at (214) 484-3189
--------------------------------------------------------------------
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Title : AIDS: The Facts</p>
<p>Source : American Red Cross</p>
<p> AIDS:
@ -144,4 +145,5 @@ pamphlet "Facts About AIDS"</p>
Insurance Association of America.
______________________________________________________________________________</p>
<p>AIDS-1 Rev. May 1986</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> </p>
<p> ::::::::::::::::::::::::::::::::::::::::: </p>
<p> :: AIDS: A U.S.- Made Monster? :: </p>
@ -10,8 +11,8 @@ J. Segal and Dr. L. Segal outline their theory that AIDS is a man-made disease,
originating at Pentagon bacteriological warfare labs at Fort Detrick, Maryland.
Top Secret is the international edition of the German magazine Geheim and is
considered by many to be a sister publication to the American Covert Action
Information Bulletin (CAIB). In fact, Top Secret carries the Naming Names
column, which CAIB is prevented from doing by the American government, and
Information Bulletin (<ent type='ORG'>CAIB</ent>). In fact, Top Secret carries the Naming Names
column, which <ent type='ORG'>CAIB</ent> is prevented from doing by the American government, and
which names CIA agents in different locations in the world. The article, named
"AIDS: US-Made Monster" and subtitled "AIDS - its Nature and its Origins," is
lengthy, has a lot of professional terminology and is dotted with footnotes.
@ -22,7 +23,7 @@ bookstores, or can be ordered for $3.50 from: </p>
<p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - </p>
<p> :: AIDS FACTS :: </p>
<p> "The fatal weakening of the immune system which has given AIDS its name
(Acquired Immuno-Deficiency Syndrome)," write the Segals, "has been traced back
(Acquired Immuno-Deficiency Syndrome)," write the <ent type='PERSON'>Segals</ent>, "has been traced back
to a destruction or a functional failure of the T4-lymphocytes, also called
'helper cells', which play a regulatory role in the production of antibodies in
the immune system." In the course of the illness, the number of functional T4-cells is reduced greatly so that new anti-bodies cannot be produced and the
@ -40,10 +41,10 @@ lungs. In most cases it develops into full-blown AIDS in about a year, at which
point opportunistic illnesses occur. Parallel to this syndrome, disorders in
various organ systems occur, the most severe in the brain, the symptoms of
which range from motoric disorders to severe dementia and death. </p>
<p> This set of symptoms, say the Segals, is identical in every detail with the
<p> This set of symptoms, say the <ent type='PERSON'>Segals</ent>, is identical in every detail with the
Visna sickness which occurs in sheep, mainly in Iceland. (Visna means tiredness
in Icelandic). However, the visna virus is not pathogenic for human beings. </p>
<p> The Segals note that despite the fact that AIDS is transmitted only through
in <ent type='NORP'>Icelandic</ent>). However, the visna virus is not pathogenic for human beings. </p>
<p> The <ent type='PERSON'>Segals</ent> note that despite the fact that AIDS is transmitted only through
sexual intercourse, blood transfusions and non-sterile hypodermic needles, the
infection has spread dramatically. During the first few years after its
discovery, the number of AIDS patients doubled every six months, and is still
@ -59,18 +60,18 @@ optimistic estimates. Even when such vaccination becomes available, it will not
help those already infected. These and following figures have been reached at
by several different mainstream sources, such as the US Surgeon General and the
Chief of the medical services of the US Army. </p>
<p> Say the Segals: "AIDS does not merely bring certain dangers with it; it is
<p> Say the <ent type='PERSON'>Segals</ent>: "AIDS does not merely bring certain dangers with it; it is
clearly a programmed catastrophe for the human race, whose magnitude is
comparable only with that of a nuclear war." They later explain what they mean
by "programmed," showing that the virus was produced by humans, namely Dr.
Robert Gallo of the Bethesda Cancer Research Center in Maryland. When
proceeding to prove their claims, the Segals are careful to note that: "We have
proceeding to prove their claims, the <ent type='PERSON'>Segals</ent> are careful to note that: "We have
given preference to the investigative results of highly renowned laboratories,
whose objective contents cannot be doubted. We must emphasize, in this
connection, that we do not know of any findings that have been published in
professional journals that contradict our hypotheses." </p>
<p> :: DISCOVERING AIDS :: </p>
<p> The first KNOWN cases of AIDS occurred in New York in 1979. The first
<p> The first KNOWN cases of AIDS occurred in <ent type='GPE'>New York</ent> in 1979. The first
DESCRIBED cases were in California in 1979. The virus was isolated in Paris in
May 1983, taken from a French homosexual who had returned home ill from a trip
to the East Coast of the US. One year later, Robert Gallo and his co-workers at
@ -79,7 +80,7 @@ virus, which is cytotoxic, i.e poisonous to cells. </p>
<p> Shortly after publishing his discovery, Gallo stated to newspapers that the
virus had developed by a natural process from the Human Adult Leukemia virus,
HTLV-1, which he had previously discovered. However, this claim was not
published in professional publications, and soon after, Alizon and Montagnier,
published in professional publications, and soon after, Alizon and <ent type='PERSON'>Montagnier</ent>,
two researchers of the Pasteur Institute in Paris published charts of HTLV-1
and HIV, showing that the viruses had basically different structures. They also
declared categorically that they knew of no natural process by which one of
@ -87,22 +88,22 @@ these two forms could have evolved into the other. </p>
<p> According to the professional "science" magazine, the fall 1984 annual meeting
of the American Association for the Advancement of Science (AAAS), was almost
entirely devoted to the question of: to what extent new pathogenic agents could
be produced via human manipulation of genes. According to the Segals, AIDS was
be produced via human manipulation of genes. According to the <ent type='PERSON'>Segals</ent>, AIDS was
practically the sole topic of discussion. </p>
<p> :: THE AIDS VIRUS :: </p>
<p> The Segals discuss the findings of Gonda et al, who compared the HIV, visna
<p> The <ent type='PERSON'>Segals</ent> discuss the findings of <ent type='PERSON'>Gonda</ent> et al, who compared the HIV, visna
and other closely-related viruses and found that the visna virus is the most
similar to HIV. The two were, in fact, 60% identical in 1986. According to
findings of the Hahn group, the mutation rate of the HIV virus was about a
million times higher than that of similar viruses, and that on the average a
10% alteration took place every two years. That would mean that in 1984, the
difference between HIV and visna would have been only 30%, in 1982-20%, 10% in
1980 and zero in 1978. "This means," say the Segals, "that at this time visna
1980 and zero in 1978. "This means," say the <ent type='PERSON'>Segals</ent>, "that at this time visna
viruses changed into HIV, receiving at the same time the ability to become
parasites in human T4-cells and the high genetic instability that is not known
in other retroviruses. This is also consistent with the fact that the first
cases of AIDS appeared about one year later, in the spring of 1979." </p>
<p> "In his comparison of the genomes of visna and HIV," add the Segals, "Coffin
<p> "In his comparison of the genomes of visna and HIV," add the <ent type='PERSON'>Segals</ent>, "Coffin
hit upon a remarkable feature. The env (envelope) area of the HIV genome, which
encodes the envelope proteins which help the virus to attach itself to the host
cell, is about 300 nucleotides longer than the same area in visna. This
@ -111,10 +112,10 @@ of the visna virus, a piece that alters the envelope proteins and enables them
to bind themselves to the T4-receptors. BUT THIS SECTION BEHAVES LIKE A
BIOLOGICALLY ALIEN BODY, which does not match the rest of the system
biochemically. (emphasis mine) </p>
<p> The above mentioned work by Gonda et al shows that the HIV virus has a section
<p> The above mentioned work by <ent type='PERSON'>Gonda</ent> et al shows that the HIV virus has a section
of about 300 nucleotides, which does not exist in the visna virus. That length
corresponds with what Coffin described. That section is particularly unstable,
which indicates that it is an alien object. According to the Segals, it
which indicates that it is an alien object. According to the <ent type='PERSON'>Segals</ent>, it
"originates in an HTLV-1 genome, (discovered by Gallo-ED) for the likelihood of
an accidental occurrence in HIV of a genome sequence 60% identical with a
section of the HTLV-1 that is 300 nucleotides in length is zero." Since the
@ -127,9 +128,9 @@ combination of two genome parts which are alien to each other BY ARTIFICIAL
MEANS rather than by a natural process of evolution, because this process would
have immediately eliminated, through natural selection, systems that are so
replete with disorders." </p>
<p> "These are the facts of the case," say the Segals. "HIV is essentially a visna
<p> "These are the facts of the case," say the <ent type='PERSON'>Segals</ent>. "HIV is essentially a visna
virus which carries an additional protein monomer of HTLV-1 that has an epitope
capable of bonding with T4 receptors. Neither Alizon and Montagnier nor any
capable of bonding with T4 receptors. Neither Alizon and <ent type='PERSON'>Montagnier</ent> nor any
other biologist know of any natural mechanism that would make it possible for
the epitope to be transferred from HTLV-1 to the visna virus. For this reason
we can come to only one conclusion: that this gene combination arose by
@ -139,7 +140,7 @@ artificial means, through gene manipulation." </p>
extraordinarily expensive, and it requires a large number of highly qualified
personnel, complicated equipment and expensive high security laboratories.
Moreover, the product would have no commercial value. Who, then," ask the
Segals, "would have provided the resources for a type of research that was
<ent type='PERSON'>Segals</ent>, "would have provided the resources for a type of research that was
aimed solely at the production of a new disease that would be deadly to human
beings?" </p>
<p> The English sociologist Allistair Hay (as well as Paxman et al in "A Higher
@ -149,8 +150,8 @@ requested in 1969 additional funding for biological warfare research. The
intention was to create, within the next ten years, a new virus that would
not be susceptible to the immune system, so that the afflicted patient would
not be able to develop any defense against it. Ten years later, in the spring
of 1979, the first cases of AIDS appeared in New York. </p>
<p> "Thus began a phase of frantic experimentation," say the Segals. </p>
of 1979, the first cases of AIDS appeared in <ent type='GPE'>New York</ent>. </p>
<p> "Thus began a phase of frantic experimentation," say the <ent type='PERSON'>Segals</ent>. </p>
<p> One group was working on trying to cause animal pathogens to adapt themselves
to life in human beings. This was done under the cover of searching for a cure
for cancer. The race was won by Gallo, who described his findings in 1975. A
@ -162,14 +163,14 @@ officially opened in building 550 of Fort Detrick, MD, the Pentagon's main
biological warfare research center. "In an article in 'Der Spiegel', Prof.
Mollings point out that this type of gene manipulation was still extremely
difficult in 1977. One would have had to have a genius as great as Robert Gallo
for this purpose, note the Segals." </p>
for this purpose, note the <ent type='PERSON'>Segals</ent>." </p>
<p> Lo and behold. In a supposed compliance with the international accord banning
the research, production and storage of biological weapons, part of Fort
Detrick was "demilitarized" and the virus section renamed the "Frederick
Cancer Research Facility". It was put under the direction of the Cancer
Research Institute in neighboring Bethesda, whose director was no other than
Robert Gallo. This happened in 1975, the year Gallo discovered HTLV.
Explaining how the virus escaped, the Segals note that in the US, biological
Explaining how the virus escaped, the <ent type='PERSON'>Segals</ent> note that in the US, biological
agents are traditionally tested on prisoners who are incarcerated for long
periods, and who are promised freedom if they survive the test. However, the
initial HIV infection symptoms are mild and followed by a seemingly healthy
@ -177,12 +178,12 @@ patient. </p>
<p> "Those who conducted the research must have concluded that the new virus
was...not so virulent that it could be considered for military use, and the
test patients, who had seemingly recovered, were given their freedom. Most of
the patients were professional criminals and New York City, which is
the patients were professional criminals and <ent type='GPE'>New York City</ent>, which is
relatively close, offered them a suitable milieu. Moreover, the patients were
exclusively men, many of them having a history of homosexuality and drug abuse,
as is often the case in American prisons. 1111 </p>
<p> It is understandable why AIDS broke out precisely in 1979, precisely among men
and among drug users, and precisely in New York City," assert the Segals. They
and among drug users, and precisely in <ent type='GPE'>New York City</ent>," assert the <ent type='PERSON'>Segals</ent>. They
go on to explain that whereas in cases of infection by means of sexual contact,
incubation periods are two years and more, while in cases of massive infection
via blood transfusions, as must have been the case with prisoners, incubation
@ -190,7 +191,7 @@ periods are shorter than a year. "Thus, if the new virus was ready at the
beginning of 1978 and if the experiments began without too much delay, then
the first cases of full-blown AIDS in 1979 were exactly the result that
could have been expected." </p>
<p> In the next three lengthy chapters, the Segals examine other theories,
<p> In the next three lengthy chapters, the <ent type='PERSON'>Segals</ent> examine other theories,
"legends" as they call them, of the origins of AIDS. Dissecting each claim,
they show that they have no scientific standing, providing also the findings
of other scientists. They also bring up the arguments of scientists and
@ -222,4 +223,5 @@ be the Manhattan Project." </p>
<p> Black Crawling Systems @ V0iD Information Archives </p>
<p> ( 6 1 7 ) 4 8 2 - 6 3 5 6 </p>
<p> </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> Info pulled from the Usenet. Air (atmosphere) Railway Systems.</p>
<p>Today and Yesterday
-------------------------</p>
@ -160,23 +161,23 @@ lower the pressure you need. The vehicle was a full-size broad
gauge railway car ringed with bristles; it carried 35 passengers.
The trip took 50 seconds, thus averaging about 25 mph. Another,
smaller demonstration line was built at a fair in the US in 1867
by Alfred Ely Beach.</p>
<p>Beach then formed the Beach Pneumatic Transit Company, which
by Alfred Ely <ent type='PERSON'>Beach</ent>.</p>
<p><ent type='PERSON'>Beach</ent> then formed the <ent type='PERSON'>Beach</ent> Pneumatic Transit Company, which
obtained permission to build a freight-carrying pneumatic line
under Broadway in New York. But what he actually opened in 1870
under <ent type='LOC'>Broadway</ent> in <ent type='GPE'>New York</ent>. But what he actually opened in 1870
was a passenger-carrying pneumatic subway, the only one to
actually operate under a city street. It was only 312 feet long,
from Warren Street to Murray Street. The tunnel was 9 feet in
diameter, and was worked by a single car with a capacity of
18 passengers.</p>
<p>Beach tried but failed to get permission to extend the line.
It closed after a few months, and New York did not get a subway
<p><ent type='PERSON'>Beach</ent> tried but failed to get permission to extend the line.
It closed after a few months, and <ent type='GPE'>New York</ent> did not get a subway
again until 1904, when the first Interborough Rapid Transit route
was opened (from City Hall station along the present Lexington
Avenue, 42nd Street shuttle, and 7th Avenue lines to, um, initially
somewhere around 120th Street). This route was electric and so
have been all its successors.</p>
<p>Beach's tunnel had been almost forgotten when the crews
<p><ent type='PERSON'>Beach</ent>'s tunnel had been almost forgotten when the crews
constructing the new subway broke into it in 1912.</p>
<p>In London, a pneumatic underground line was started *with* permission,
but construction was never completed. This was the Waterloo and
@ -203,7 +204,7 @@ conversely, had been used first as a footway, then converted to
railway use.)</p>
<p>After this time, electric railways began to become practical.
The next underground line to open was the City &amp; South London,
now part of the Underground's Northern Line. Its first section
now part of the Underground's <ent type='PERSON'>Northern</ent> Line. Its first section
(from Stockwell to a now disused terminus at King William Street,
replaced by the present Bank station) opened in 1890. It used
the new deep-level tube tunnels, with more limited ventilation
@ -225,11 +226,11 @@ shape of the tube trains.</p>
<p>With the success of the electric lines, the Metropolitan and
District faced the loss of traffic, and they too were converted
to elecricity -- at least for the underground sections in central
London in 1905. The first line of the present New York subway
London in 1905. The first line of the present <ent type='GPE'>New York</ent> subway
system opened in 1904 and this, too, has always used electricity.
(This was the original Interborough Rapid Transit route, from City
Hall station along the present Lexington Avenue, 42nd Street shuttle,
and 7th Avenue lines to, um, somewhere around 120th Street). Beach's
and 7th Avenue lines to, um, somewhere around 120th Street). <ent type='PERSON'>Beach</ent>'s
tunnel had been almost forgotten when the crews constructing the
new subway broke into it in 1912.</p>
<p>Meanwhile, the humble original concept of the pneumatic dispatch tube
@ -244,7 +245,7 @@ possible, as had been done on the pneumatic railways, to use both
positive pressure (on the order of 1 atmosphere) and vacuum, to
drive the capsules both ways from a single pumping station. The
tubes became quite common; many miles were built in various European
and North American cities. By 1886 London had over 34 miles of them
and <ent type='LOC'>North American</ent> cities. By 1886 London had over 34 miles of them
for the Post Office's telegraph service alone. In the Paris system
a person could pay a fee for a message to be sent specifically by
the tube.</p>
@ -260,8 +261,8 @@ of heavy cloth-reinforced rubber. Computerized remote control
is used.</p>
<p>Oh yes.</p>
<p>Pneumatic dispatch tubes were depicted in the 1985 movie "Brazil";
Beach's tunnel was depicted, in rather distorted form, in the 1989
movie "Ghostbusters II"; the modern form of the New York subway
<ent type='PERSON'>Beach</ent>'s tunnel was depicted, in rather distorted form, in the 1989
movie "Ghostbusters II"; the modern form of the <ent type='GPE'>New York</ent> subway
has been depicted in many movies, notably the 1974 one "The Taking
of Pelham One Two Three"; but I don't believe the atmospheric or
pneumatic systems have ever been depicted at work in any movie.
@ -286,4 +287,5 @@ SoftQuad Inc., Toronto who sit down and count the cost
utzoo!sq!msb, msb@sq.com of every thought and act." -- Daniel Gooch</p>
<p>This article is in the public domain.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> -Here's the lowdown on "ALTERNATIVE 3" from a TV-movie compendium.
"ALTERNATIVE 3" (GB 1977; 52m, colour)
Amusing spoof do commentary about the disappearance of various high-IQ
@ -30,25 +31,25 @@ mean little. But when jigsawed together they form a definite pattern, a
pattern which appears to emphasize the enormity of this conspiracy of
silence.</p>
<p>On May 3, 1977, the Daily Mirror published this story:</p>
<p>President Jimmy Carter has joined the ranks of UFO spotters. He sent
<p>President Jimmy Carter has joined the ranks of <ent type='EVENT'>UFO</ent> spotters. He sent
in two written reports stating he had seen a flying saucer when he was the
Governor of Georgia.</p>
<p>The President has shrugged off the incident since then, perhaps fearing
that electors might be wary of a flying saucer freak.</p>
<p>But he was reported as saying after the "sighting"; "I don't laugh at
people any more when they say they've seen UFOs because I've seen one
people any more when they say they've seen <ent type='EVENT'>UFO</ent>s because I've seen one
myself."</p>
<p>Carter described his UFO like this: "Luminous, not solid, at first bluish,
<p>Carter described his <ent type='EVENT'>UFO</ent> like this: "Luminous, not solid, at first bluish,
then reddish. It seemed to move towards us from a distance, stopped, then
moved partially away."</p>
<p>Carter filed two reports on the sighting in 1973, one to the
International UFO Bureau and the other to the National Investigations
International <ent type='EVENT'>UFO</ent> Bureau and the other to the National Investigations
Committee on Aerial Phenomena.</p>
<p>Heydon Hewes, who directs the International UFO Bureau from his
<p>Heydon Hewes, who directs the International <ent type='EVENT'>UFO</ent> Bureau from his
home in Oklahoma City, is making speeches praising the President's
"open-mindedness."</p>
<p>But during his presidential campaign last year Carter was cautious. He
admitted he had seen a light in the sky but declined to call it a UFO.</p>
admitted he had seen a light in the sky but declined to call it a <ent type='EVENT'>UFO</ent>.</p>
<p>He joked: "I think it was a light beckoning me to run in the California
primary election."</p>
<p>Why this change in Carter's attitude? Because, by then, he had been
@ -70,16 +71,16 @@ people have vanished from the Condon team without offering a satisfactory
reason for their departure.</p>
<p>The complete story behind the strange events in Colorado is hard to
decipher. But a clue, at last may be found in the recent statements of Dr.
James McDonald, the senior physicist at the Institute of Atmospheric
James <ent type='PERSON'>McDonald</ent>, the senior physicist at the Institute of Atmospheric
Physics at the University of Arizona and widely respected in his field. In a
wary, but ominous, telephone conversation this week, Dr. McDonald told me
wary, but ominous, telephone conversation this week, Dr. <ent type='PERSON'>McDonald</ent> told me
that he is "most distressed." Condon's 1485-page report denied the
existence of Flying Saucers and a panel of the American National Academy of
Sciences endorsed the conclusion that "further extensive study probably
cannot be justified."</p>
<p>But, curiously, Condon's joint principal investigator, Dr. David Saunders,
<p>But, curiously, Condon's joint principal investigator, Dr. David <ent type='PERSON'>Saunders</ent>,
had not contributed a word to that report. And on January 11, 1969, the
Daily Telegraph quoted Dr. Saunders as saying of the report:</p>
Daily Telegraph quoted Dr. <ent type='PERSON'>Saunders</ent> as saying of the report:</p>
<p>"It is inconceivable that it can be anything but a cold stew. No matter
how long it is, what it includes, how it is said, or what it recommends, it will
lack the essential element of credibility."</p>
@ -88,7 +89,7 @@ investigation had been part of an official coverup, that the government knew
the truth but was determined to keep it from the public. We now know that
those suspicions were accurate. And that the secrecy was all because of
Alternative 3.</p>
<p>Only a few months after Dr. Saunders made his "cold stew" statement a
<p>Only a few months after Dr. <ent type='PERSON'>Saunders</ent> made his "cold stew" statement a
journalist with the Columbus (Ohio) Dispatch embarrassed the National
Aeronautics and Space Agency by photographing a strange craft looking
exactly like a Flying Saucer at the White Sands missile range in New Mexico.</p>
@ -105,9 +106,9 @@ been ordered not to discuss their findings with anyone."</p>
<p>Otto Binder was a member of the NASA space team. He has stated that
NASA "killed" significant segments of conversation between Mission Control
and Apollo 11, the spacecraft which took Buzz Aldrin and Neil Armstrong to
the Moon and that those segments were deleted from the official record:</p>
the <ent type='LOC'>Moon</ent> and that those segments were deleted from the official record:</p>
<p>"Certain sources with their own VHF receiving facilities that by passed
NASA broadcast outlets claim there was a portion of Earth-Moon dialogue
NASA broadcast outlets claim there was a portion of Earth-<ent type='LOC'>Moon</ent> dialogue
that was quickly cut off by the NASA monitoring staff."</p>
<p>Binder added:</p>
<p>"It was presumably when the two moon walkers, Aldrin and Armstrong,
@ -121,37 +122,37 @@ Control calling Apollo 11.</p>
wouldn't believe it!
I'm telling you there are other space-craft out there
lined up on the far side of the crater edge.
They're on the Moon watching us.</p>
They're on the <ent type='LOC'>Moon</ent> watching us.</p>
<p>NASA, understandably, has never confirmed Binder's story but Buzz
Aldrin was soon complaining bitterly about the Agency having used him as a
"traveling salesman."</p>
<p>And two years after his Moon mission, following reported bouts of heavy
<p>And two years after his <ent type='LOC'>Moon</ent> mission, following reported bouts of heavy
drinking, he was admitted to hospital with "emotional depression."</p>
<p>"Traveling salesman", that's an odd choice of words, isn't it? What, in
Aldrin's view, were the NASA authorities trying to sell? And to whom?
Could it be that they were using him, and others like him, to sell their
official version of the truth to ordinary people right across the world?</p>
<p>Was Aldrin's Moon walk one of those great spectaculars, presented with
<p>Was Aldrin's <ent type='LOC'>Moon</ent> walk one of those great spectaculars, presented with
maximum publicity, to justify the billions being poured into space research?</p>
<p>Was it part of the American-Russian cover for Alternative 3?</p>
<p>All men who have travelled to the Moon have given indications of
<p>Was it part of the American-<ent type='NORP'>Russian</ent> cover for Alternative 3?</p>
<p>All men who have travelled to the <ent type='LOC'>Moon</ent> have given indications of
knowing about Alternative 3 and of the reasons which precipitated it.</p>
<p>In May, 1972, James Irwin, officially the sixth man to walk on the
Moon, resigned to become a Baptist missionary. And he said then, "The
<ent type='LOC'>Moon</ent>, resigned to become a Baptist missionary. And he said then, "The
flight made me a deeper religious person and more keenly aware of the
fragile nature of our planet."</p>
<p>Edgar Mitchell, who landed on the Moon with the Apollo 14 mission in
<p>Edgar Mitchell, who landed on the <ent type='LOC'>Moon</ent> with the Apollo 14 mission in
February, 1971, also resigned in May, 1972 to devote himself to
parapsychology. Later, at the headquarters of his Institute for noetic
Sciences near San Francisco, he described looking at this world from the
Moon: "I went into a very deep pathos, a kind of anguish. That incredibly
<ent type='LOC'>Moon</ent>: "I went into a very deep pathos, a kind of anguish. That incredibly
beautiful planet that was Earth, a place no bigger than my thumb was my
home.. a blue and white jewel against a velvet black sky...was being killed
off."</p>
<p>And on March 23, 1974, he was quoted in the Daily Express as saying
that society had only three ways in which to go and that the third was "the
most viable but most difficult alternative."</p>
<p>Another of the Apollo Moon walkers, Bob Grodin, was equally specific
<p>Another of the Apollo <ent type='LOC'>Moon</ent> walkers, Bob Grodin, was equally specific
when interviewed by a Sceptre Television reporter on June 20, 1977;</p>
<p>"You think they need all that crap down in Florida just to put two guys
up there on a bicycle? The hell they do! You know why they need us?
@ -183,7 +184,7 @@ top people."</p>
sailplanes in his spare time, did not realize that he was slightly off target.
He was right, of course, about the technology.</p>
<p>But he knew nothing of the political ramifications and he would have
been astounded to learn that NASA was feeding his research to the Russians.</p>
been astounded to learn that NASA was feeding his research to the <ent type='NORP'>Russian</ent>s.</p>
<p>Even eminent political specialists, as respected in their sphere as Dr.
O'Neill is in his own, have been puzzled by an undercurrent they have
detected in East-West relationships.</p>
@ -207,7 +208,7 @@ Standard that the Bill would become law that September. He wrote:</p>
<p>It prohibits the publishing of an official report without permission,
arguing that this obstructs the Government's control of its own information.
That was precisely the charge brought against Daniel Ellsberg for giving the
Pentagon papers to the New York Times.</p>
Pentagon papers to the <ent type='ORG'>New York Times</ent>.</p>
<p>Most ominous of all, the Bill would make it a crime for any present or
former civil servant to tell the Press of Government wrong doing or pass on
any news based on information "submitted to the Government in private."</p>
@ -218,7 +219,7 @@ sent to prison for up to six years.</p>
<p>We subsequently discovered that a man called Harman Leonard Harman
read that item in the newspaper and that later, in a certain television
executives' dining room, he expressed regret that a similar Law had not been
passed years earlier by the British government.</p>
passed years earlier by the <ent type='NORP'>British</ent> government.</p>
<p>He was eating treacle tart with custard at the time and he reflected
wistfully that he could then have insisted on such a Law being obeyed. That,
when it came to Alternative 3, would have saved him from a great deal of
@ -235,7 +236,7 @@ into our investigation for it is important to stress that we, like Professor
Broadbent, are not in the "business of speculation." We are interested only in
the facts.</p>
<p>And it is intriguing to note the pattern of facts relating to astronauts
who have been on Moon missions and who have therefore been exposed to
who have been on <ent type='LOC'>Moon</ent> missions and who have therefore been exposed to
some of the surprises presented by Alternative 3.</p>
<p>A number, undermined by the strain of being party to such a
horrendous secret, suffered nervous or mental collapses. A high percentage
@ -256,7 +257,7 @@ personal knowledge of the terror and clinical cruelties which have been an
integral part of the Operation, for that would make him directly responsible
for murders and barbarous mutilations.</p>
<p>We are convinced, in fact, that this is not the case. The President and
the Russian leader, together with their immediate subordinates, have been
the <ent type='NORP'>Russian</ent> leader, together with their immediate subordinates, have been
concerned only with broad sweep of policy.</p>
<p>They have acted in unison to ensure what they consider to be the best
possible future for mankind. And the day to day details have been delegated
@ -334,14 +335,14 @@ involving a "flying saucer" and hints of mass murder.</p>
<p>Sheriff's officers at Newport, Oregon, said that the 20 individuals had
vanished without trace after being told to give away all their possessions,
including their children, so that they could be transported in a flying saucer
"by UFO to a better life."</p>
"by <ent type='EVENT'>UFO</ent> to a better life."</p>
<p>"Deputies under Mr. Ron Sutton, chief criminal investigator in
surrounding Lincoln County, have traced the story back to a meeting on
September 14 in a resort hotel, the Bayshore Inn at Waldport, Oregon$
Local police have received conflicting reports as to what occurred (at the
meeting).</p>
<p>But while it is clear that the speaker did not pretend to be from outer
space, he told the audience how their souls could be "saved through a UFO.</p>
space, he told the audience how their souls could be "saved through a <ent type='EVENT'>UFO</ent>.</p>
<p>"The hall had been reserved for a fee of $50 by a man and a woman who
gave false names. Mr. Sutton said witnesses had described them as "fortyish,
well groomed, straight types."</p>
@ -373,7 +374,7 @@ were found dead, their bodies mangled and torn.</p>
have been inexplicably shattered. To add to the riddle, their bodies
decomposed to virtual skeletons within only 48 hours.</p>
<p>Animal experts confess they are baffled by the deaths at Cherry Brook
Valley near Postbridge.</p>
Valley near <ent type='LOC'>Postbridge</ent>.</p>
<p>Yesterday's search was carried out by members of the Devon
Unidentified Flying Objects centre at Torquay who are trying to prove a link
with outer space.</p>
@ -388,7 +389,7 @@ resemblance to similar events reported in America."</p>
representing The Dartmoor Livestock Protection Society and the Animal
Defence Society:</p>
<p>"Whatever happened was violent. We are keeping an open mind. I am
fascinated by the UFO theory. There is no reason to reject that possibility
fascinated by the <ent type='EVENT'>UFO</ent> theory. There is no reason to reject that possibility
since there is no other rational explanation."</p>
<p>These, then, were typical of the threads, which inspired the original
television investigation. It needed one person, however, to show how they
@ -439,7 +440,7 @@ material than they were allowed to transmit. The censored information is
now in our possession. And, as we have indicated, there was a great deal
that Benson and the rest of the television team did not discover, not until
after their programme had been screened. </p>
<p>Copies of Alternative 3 are rare. There is a source in ENGLAND which
<p>Copies of Alternative 3 are rare. There is a source in <ent type='GPE'>ENGLAND</ent> which
we do not currently know, however, you may purchase an imported copy for
about $11.00 from Metaphysical Book Store, 9511 E. Colfax, Aurora, CO
80010 (303) 341-7562. Please mention that you got the address from VANGARD
@ -454,7 +455,7 @@ from its author, Leslie Watkins</p>
<p>(This article is taken from the $Windwords$ newsletter)
address not available</p>
<p>In our June issue, we told you about the controversial book Alternative
3, by British author Leslie Watkins. In out attempt to find out if the
3, by <ent type='NORP'>British</ent> author Leslie Watkins. In out attempt to find out if the
shocking theories in the book were true, we called Avon Books, the
American publisher; they said the book was out of print in the states. We
called Penguin Books in London and found that it was listed on their
@ -510,7 +511,8 @@ some help to you and I look forward to hearing from you again.</p>
<p>With best wishes,
Leslie Watkins</p>
<p>Unfortunately, Alternative 3 is no longer available. We (Windwords)
bought all the remaining copies from the British publisher and those quickly
bought all the remaining copies from the <ent type='NORP'>British</ent> publisher and those quickly
sold out. If the book is reprinted, you can be sure we'll let you know and
we'll carry it in the Windwords bookstore.</p>
</div>
</div>
</xml>

View file

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
Anti-American Jewish League
---------------------------</p>
<p>From: San Francisco Chronicle, Wed. Dec. 12, 1990 (Briefing Section)
----</p>
<p>The British Zionists were led by Chaim Weizmann, a brilliant chemist who
<p>The <ent type='NORP'>British</ent> Zionists were led by Chaim Weizmann, a brilliant chemist who
contributed to the war effort by discovering a new process for manufacturing
acetone, a substance vital for TNT that was until then only produced in
Germany. Weizmann saw a historic opening for Zionism and began to lobby
influential British politicians.</p>
<p>Early in their talks with British politicians, it became clear to them that
only a British Palestine would be a reliable buffer for the Suez Canal.
influential <ent type='NORP'>British</ent> politicians.</p>
<p>Early in their talks with <ent type='NORP'>British</ent> politicians, it became clear to them that
only a <ent type='NORP'>British</ent> Palestine would be a reliable buffer for the Suez Canal.
Weizmann therefore assured Britain that in exchange for its support,
Zionists would work for the establishment of a British protectorate there.
Zionists would work for the establishment of a <ent type='NORP'>British</ent> protectorate there.
This suited Britain better than the agreement it had already made with
France for an international administration for Palestine.</p>
<p>So on November 2, 1917, Foreign Secretary Arthur Balfour made his famous
@ -25,7 +26,7 @@ Turks? The Arabs realized that they had been outmaneuvered.</p>
<p>Note - As you can see, the main reason our troops are in the Persian Gulf
is because of the Zionist hunger for a national home in Palestine.
Palestine was an independent land before 1917. But after the
totally unfair Balfour Declaration, written by British Zionists,
totally unfair Balfour Declaration, written by <ent type='NORP'>British</ent> Zionists,
Zionists (Jews) were given permission by Great Britain to take
over Palestine and keep lands which do not belong to them. And
the US has not done anything about it. Why? Because of the
@ -38,8 +39,8 @@ aggression committed by Saddam Hussein against Kuwait. He
must leave Kuwait, even though Kuwait, contrary to popular
opinion, once WAS a PROVINCE of Iraq. There is no doubt about
this: just go to your public library and get a good book on
Iraq, Kuwait, or British Foreign Policy in the Middle East.
Once again, it was the British (and French) who set up the
Iraq, Kuwait, or <ent type='NORP'>British</ent> Foreign Policy in the Middle East.
Once again, it was the <ent type='NORP'>British</ent> (and French) who set up the
current boundaries which exist today. However, what Saddam
has done must be overruled, exactly as what the Jews have
done to Palestine must be stopped. Do you know how much of
@ -49,7 +50,7 @@ that there are more Jews in the USA than in any other country
in the world? Do you know most Jews (especially the conservative and highly orthodox ones) are strong anti-Americans?
Why then, are we supporting them? Because many of our
highest government positions are run by Jews. They are
practically running the US. And what about the British?
practically running the US. And what about the <ent type='NORP'>British</ent>?
It is not Japan that owns more of the US than other countries.
It is Great Britain. They own more US land, corporations,
stocks, interests, etc. in the US than the <ent type='NORP'>Japanese</ent> and 5
@ -306,4 +307,5 @@ around as many bulletin boards as possible. Thank you for your
time.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>FROM THE ALL OHIO SCANNER CLUB:</p>
<p>SYSTEM PROFILE - The FEDERAL BUREAU OF INVESTIGATION</p>
<p>History</p>
@ -66,7 +67,7 @@ are the next level of command within the FBI. The FBI has ten assistant
directors who are accountable to the Director for all matters within their
sphere of operations.</p>
<p>The FBI has 59 field offices located in major cities throughout the United
States and in San Juan, Puerto Rico. Each, with the exception of the New York
States and in San Juan, Puerto Rico. Each, with the exception of the <ent type='GPE'>New York</ent>
Office which is headed by an Assistant Director, is under the direct
supervision of a Special Agent In Charge (SAIC). The SAIC is supervised and
receives directions from the FBI headquarters in Washington, D.C.</p>
@ -152,7 +153,7 @@ of a copy, however it will be fairly legible. Note the two Ohio Field Office
lists are presented later in this column with the detailed Ohio data.</p>
<p>Chicago "CG" Field Office - RA's</p>
<p> Lisle (Chicago West)
Mount Prospect (Chicago <ent type='PERSON'>North</ent>)
Mount Prospect (Chicago <ent type='LOC'>North</ent>)
Oakland Park (Chicago South)
Rockford</p>
<p>Frequency Plan:</p>
@ -268,7 +269,7 @@ and KEX 595 Niagara Falls.</p>
Airport; KEC 278 Poughkeepsie, NY; KEC 280 Staten Island; KEC 281 <ent type='GPE'>Richmond</ent>
Hills; and KEC 283 New Rochelle. From a 1988 list I have a KEC 900 for NYC as
well as KEC 270.</p>
<p>Now some frequencies from the input basket contributed by AOSC or NESN (<ent type='PERSON'>North</ent>
<p>Now some frequencies from the input basket contributed by AOSC or NESN (<ent type='LOC'>North</ent>
East Scanner News - more data at the end of this column) members during 1989 or
1990.</p>
<p>Boston F.O.: Romeo Units (R.A.'s) - 162.7625, 162.7875, 167.2625, 167.3625,
@ -595,4 +596,5 @@ and Senators literally took care of themselves) and will hopefully rectify the
problem this year.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Volume : SIRS 1991 History, Article 56
Subject: Keyword(s) : KENNEDY and ASSASSINATION
Title : Do Assassinations Alter the Course of History?
@ -36,12 +37,12 @@ They will conclude, perhaps a little unhappily for them but
fortunately for the rest of us, that Gandhi's death is unlikely
to be more than a footnote, if a substantial one, in the history
of his country. India will not disintegrate. There will be no
civil war. The Indian military will not stage a coup. Pakistan
civil war. The <ent type='NORP'>Indian</ent> military will not stage a coup. Pakistan
will not launch the oft-predicted strike which would set the
region ablaze.
</p>
<p>
Some Indians, perhaps many, may die over the next month in
Some <ent type='NORP'>Indian</ent>s, perhaps many, may die over the next month in
the kind of primitive ethnic and religious feuding which has
always threatened to destroy the country. But, unless history is
truly mischievous, India will muddle through and get on with the
@ -94,8 +95,8 @@ to cause more than outrage and pain.
When the Irish Republican Army blew up the Grand Hotel in
Brighton in 1984 in an attempt to kill Prime Minister Margaret
Thatcher and most of her Cabinet, they hoped that there would be
such disgust at the murders that the British public would force
their leaders to pull out of Northern Ireland. But, even if
such disgust at the murders that the <ent type='NORP'>British</ent> public would force
their leaders to pull out of <ent type='PERSON'>Northern</ent> Ireland. But, even if
Thatcher had died this would not have happened. Her death would
probably have strengthened her successor's resolve not to bow to
terrorism.
@ -103,7 +104,7 @@ terrorism.
<p>
The IRA should have known this from the reaction to the
killing five years earlier of Lord Louis Mountbatten,
distinguished soldier, public servant and pillar of the British
distinguished soldier, public servant and pillar of the <ent type='NORP'>British</ent>
Establishment. The murder changed nothing in the province and
only demonstrated, as if it was necessary, that determined
terrorists often find ways to murder their chosen targets.
@ -203,7 +204,7 @@ consequences of assassinating such monstres sacres as Stalin and
Hitler arise.
</p>
<p>
When the Russian dictator died suddenly of natural causes,
When the <ent type='NORP'>Russian</ent> dictator died suddenly of natural causes,
the whole Soviet Union was paralysed because no leader dared
claim the right to succeed him. That in itself suggests what
might have happened had Stalin been shot unexpectedly at a more
@ -231,7 +232,7 @@ at risk than Middle East tyrants.
<p>
A further reason for the survival of the hated monster
figure might be that Western intelligence services have been
forbidden to go in for execution. The CIA and the British secret
forbidden to go in for execution. The CIA and the <ent type='NORP'>British</ent> secret
intelligence service are now out of the killing business. Even
the KGB's assassination specialists seem to have been stood down.
</p>
@ -241,4 +242,5 @@ ruling statesmen even in the bad old days. Soviet leaders
understood the realities of power well enough to know that such
acts were unlikely to further their cause.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Volume : SIRS 1991 History, Article 02
Subject: Keyword(s) : KENNEDY and ASSASSINATION
Title : Conspiracy Theories: Doubts Refuse to Die
@ -84,15 +85,15 @@ one might conclude that the possibility of a conspiracy had never
been officially probed. The theories discount thousands of
documents and millions of investigative man-hours devoted to that
question by the Warren panel, the FBI and the CIA in 1963 and
1964; the Rockefeller Commission in 1975; the Senate Select
1964; the <ent type='PERSON'>Rockefeller</ent> Commission in 1975; the Senate Select
Committee on Intelligence in 1975 and the House Committee on
Assassinations in 1977-1978.
</p>
<p>
The list of "suspects" the theories implicate is extensive.
Among them: The Soviet KGB; anti-Soviet exiles; Fidel Castro;
pro-Castro Cubans in the United States; anti-Castro Cubans;
loyalists of slain South Vietnamese leader Ngo Dinh Diem; right
pro-Castro <ent type='NORP'>Cubans</ent> in the United States; anti-Castro <ent type='NORP'>Cubans</ent>;
loyalists of slain South <ent type='NORP'>Vietnamese</ent> leader Ngo Dinh Diem; right
wing fanatics; left wing Marxists; the Mafia; rogue Texas oilmen;
labor unions; Southern white racists; the Dallas Police
Department; the CIA; the FBI; the Secret Service; the Chinese
@ -192,7 +193,7 @@ murder that Oswald carried out.
<p>
In this scenario, the chief suspect over the years has been
the Soviet Union. After all, Oswald defected to Russia in 1959.
He married a Russian woman, Marina Prusakova, in 1961. He was a
He married a <ent type='NORP'>Russian</ent> woman, Marina Prusakova, in 1961. He was a
vociferous Marxist. Even after he returned to the United States
in June 1962, Oswald had several fleeting contacts with Soviet
diplomats.
@ -202,14 +203,14 @@ However, no evidence of Soviet complicity has been found.
Investigators who combed Oswald's effects discovered no
unexplained funds, no code books, no messages--nothing to suggest
a Soviet hand in Oswald's actions. Also, had Oswald been
recruited as a Soviet agent, the Russians would not have been
recruited as a Soviet agent, the <ent type='NORP'>Russian</ent>s would not have been
likely to allow him to defect, as he did--thereby exposing his
relationship with them.
</p>
<p>
The other top suspect has been Cuba. Oswald admired Fidel
Castro; he was a member of the Fair Play for Cuba Committee in
the United States; he visited the Cuban embassy in Mexico City a
the United States; he visited the <ent type='NORP'>Cuban</ent> embassy in Mexico City a
few weeks before the assassination, seeking a travel visa to that
country. Because the CIA was backing assassination plots against
Castro at the time, some speculate that Castro may have
@ -219,7 +220,7 @@ retaliated through Oswald.
But, as with the theory of Soviet involvement, there is no
evidence. At one point, there did appear to be some. A young
Central American informant told U.S. authorities he saw Oswald in
the Cuban embassy, talking to two other men, one of whom was
the <ent type='NORP'>Cuban</ent> embassy, talking to two other men, one of whom was
conversing in Spanish. Later, he said, Oswald supposedly received
$6500 to kill an important person. Under questioning, however,
the informant admitted he had never seen Oswald and had
@ -229,16 +230,16 @@ Finally, he failed a lie-detector test. Anyway, Oswald did not
speak Spanish.
</p>
<p>
Another account suggesting possible Cuban involvement was
provided by a Cuban exile who testified before the Warren
Another account suggesting possible <ent type='NORP'>Cuban</ent> involvement was
provided by a <ent type='NORP'>Cuban</ent> exile who testified before the Warren
commission. She said two Hispanic men and an Anglo man they
identified as "Leon Oswald" came to her Dallas apartment 28 days
before the assassination. She said they spoke vaguely of Cuban
before the assassination. She said they spoke vaguely of <ent type='NORP'>Cuban</ent>
revolutionary plans before she turned them away. She identified
Oswald in television film as the man she had seen, but federal
investigators said they do not believe it was him. They said they
believe that at that time, Oswald was traveling from his New
Orleans home to Mexico in his quest for a Cuban entry visa.
Orleans home to Mexico in his quest for a <ent type='NORP'>Cuban</ent> entry visa.
</p>
<p>
The most publicized theories involving Oswald accomplices
@ -284,7 +285,7 @@ mysterious "umbrella man" and said he was only trying to harass
Kennedy.
</p>
<p>
- Head movement: The famous Zapruder film of the
- Head movement: The famous <ent type='PERSON'>Zapruder</ent> film of the
assassination clearly shows President Kennedy's head lurching
backward when it was struck by the fatal gunshot. If the shot had
come from behind, conspiracy theorists reason, the impact would
@ -354,4 +355,5 @@ States."
<p>
Twenty years later, that is still the case.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Volume : SIRS 1991 History, Article 02
Subject: Keyword(s) : KENNEDY and ASSASSINATION
Title : The Day John Kennedy Died
@ -403,7 +404,7 @@ a President may be sworn in by any judge and that the oath is in
the Constitution. Deputy Attorney General Nicholas Katzenbach
dictated it by phone from Washington, and U.S. District Judge
Sarah Hughes, an old friend of Johnson who had been appointed to
the <ent type='PERSON'>North</ent> Texas federal bench by Kennedy, was dispatched to Love
the <ent type='LOC'>North Texas</ent> federal bench by Kennedy, was dispatched to Love
Field.
</p>
<p>
@ -482,4 +483,5 @@ became the 36th President of the United States. The big jet's
engines already were screaming. "Now, let's get airborne," he
said.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Volume : SIRS 1991 History, Article 02
Subject: Keyword(s) : KENNEDY and ASSASSINATION
Title : A Remembrance of Kennedy
@ -178,4 +179,5 @@ The legacy of that sunlit moment in Dallas was a nation's
fretful and all-consuming search for itself, a long and howling
rage against the dying of the light.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> The Next Banking Crisis:
=========================================
The Issue Whose Name They Dare Not Speak.
@ -81,7 +82,7 @@ restrictions on loans to a bank's own officers and directors and
postpone the effective date of some tighter regulations contained in
last year's banking law. </p>
<p>This proposal is only the latest in a series of deregulatory gestures
by the Administration and the Fed. The Durham, <ent type='PERSON'>North</ent> Carolina-based
by the Administration and the Fed. The Durham, <ent type='LOC'>North Carolina</ent>-based
Financial Democracy Campaign recently issued a five-page list of such
gifts to the financial industry -- forty-five actions, taken rather
quietly since December, that mandate looser capital requirements,
@ -130,7 +131,7 @@ are contaminated with billions of dollars of loans that went to build
pointless shopping centers and see-through office buildings. Salomon
Brothers estimates that it will take a national average of twelve
years to fill up existing empty commercial real estate -- ten years in
Los Angeles, twenty-six years in Boston, forty-six years in New York
Los Angeles, twenty-six years in Boston, forty-six years in <ent type='GPE'>New York</ent>
City and fifty-six years in San Antonio, the national champ. </p>
<p>Aside from increasing the ultimate cost of the financial rescue, the
conspiracy of silence has largely prevented any serious discussion of
@ -154,8 +155,9 @@ Company, Inc. Copyright 1992
##################################################################
Subscriptions to _The Nation_ -- published since 1865 and the oldest
weekly magazine in America -- are $32 per year (47 issues):
The Nation // Dept MAP // 72 Fifth Ave. // New York, NY 10011
The Nation // Dept MAP // 72 Fifth Ave. // <ent type='GPE'>New York</ent>, NY 10011
Or a half-year subscription (24 issues) is $22.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Article 1577 of misc.activism.progressive:
From: dave@ratmandu.corp.sgi.com (dave "who can do? ratmandu!" ratcliffe)
Newsgroups: misc.activism.progressive
@ -143,7 +144,7 @@ BCCI. The 1985 study notes that for all of 1984, BCCI transferred
foreign currencies worth $37.5 billion through American banks.
Most of these foreign currency transfers, $19 billion, involved
five major American banks: Bank of America, Security Pacific,
American Express Bank Ltd., the Bank of New York and First
American Express Bank Ltd., the Bank of <ent type='GPE'>New York</ent> and First
Chicago.
The BCCI study also shows that on an average working day in
1984, BCCI conducted 1434 transactions involving $2.7 billion
@ -245,7 +246,7 @@ remembers. "That's why people deposit outside the United States.
But BCCI is by no means the only bank that has been involved in
tax fraud. Using offshore havens to avoid the IRS has become
standard operating procedure for many financial institutions. In
the mid-'70s, for example, while New York City was going broke and
the mid-'70s, for example, while <ent type='GPE'>New York City</ent> was going broke and
drastically cutting social services, city officials charged that
Citibank had used offshore havens to avoid over $30 million in
taxes. In this case, Citibank created a series of fictitious
@ -302,12 +303,12 @@ family, he often demanded commissions (a polite way
of saying bribe) from multinational corporations
operating around the mideast.
In the '50s and '60s, Kamal accepted kickbacks from
the Japanese in return for cheap oil. He also took
commissions for arms deals set up for Northrup and
the <ent type='NORP'>Japanese</ent> in return for cheap oil. He also took
commissions for arms deals set up for <ent type='PERSON'>Northrup</ent> and
two other U.S. arms dealers. In the '70s, according
to the "Wall Street Journal," he was paid "many
millions of dollars in commission" by Boeing to
persuade the Egyptians to buy its planes.
persuade the <ent type='NORP'>Egyptians</ent> to buy its planes.
Besides his extensive ties to the U.S. arms
industry, Kamal maintained close ties to Western
intelligence agencies. In 1977, the "Washington
@ -398,7 +399,7 @@ the bank.
Sheikh Zayed bin Sultan al-Nahyan, the ruler of Abu
Dhabi and head of the United Arab Emirates us BCCI's
largest shareholder. He rose to power in 1966 when
the British encouraged him to overthrow his brother,
the <ent type='NORP'>British</ent> encouraged him to overthrow his brother,
Sheikh Shakbut, who provoked widespread unrest by
refusing to spend his oil revenues on various
development schemes. (Shakbut once justified his
@ -531,7 +532,7 @@ have paid only $30 million for $38 million of debt, producing a
quick $8 million profit.
To hold up the bank's end of the deal, BCCI frontman Ghaith
Pharoan then agreed to invest $38 million in a hotel and farm in
Argentina. But according to the "New York Times," Pharoan only
Argentina. But according to the "<ent type='ORG'>New York Times</ent>," Pharoan only
invested about $10 million. Assuming, conservatively, BCCI made
an $8 million windfall on the deal, the bank, in effect, purchased
a $10 million hotel for $2 million. Argentina, on the other hand,
@ -554,7 +555,7 @@ banks like BCCI continue to use offshore havens to help
multinational corporations avoid taxes, and to aid corrupt Third-World leaders in looting their countries. The international
financial system still operates outside the control of any real
government authority. BCCI will happen again. </p>
<p> George Winslow is a New York City freelance writer who regularly
<p> George Winslow is a <ent type='GPE'>New York City</ent> freelance writer who regularly
covers white-collar crime and international finance. </p>
<p> In Part II, "In These Times" shows how larger economic issues shed
new light on BCCI's more notorious operations--the bank's ties to
@ -653,7 +654,7 @@ never sets on the new world of bank fraud. Ghaith Pharaon--the
wealthy Saudi financier who was supposed to save CenTrust--was
simply one of the front men that BCCI used to secretly buy and
loot at least four American banks. </p>
<p> THE PRICE WE PAY: The "New York Times" recently assured its
<p> THE PRICE WE PAY: The "<ent type='ORG'>New York Times</ent>" recently assured its
readers that many of BCCI's crimes would have little effect on
Americans. "[The] money laundering and other corruption at BCCI
occurred largely overseas. ... The criminals and most, if not
@ -833,7 +834,7 @@ Panamanian dictator Manuel Noriega, for example, received
millions of dollars in kickbacks from the Medellin drug cartel.
When Noriega set up a $25 million account with BCCI, bank
executives issued him credit cards for his wife and mistress.
They booked him into posh New York City hotels and they took him
They booked him into posh <ent type='GPE'>New York City</ent> hotels and they took him
on shopping sprees at the city's largest department stores where
Noriega ran up as much as $100000 worth of credit-card bills.
Noriega is believed to have laundered at least $90 million through
@ -870,7 +871,7 @@ that accepted cash deposits from the drug-money-laundering
organization included Bank of America ($32 million), Republic
National Bank ($185 million), American Express Bank ($11 million),
Citibank ($63 million), and Extebank ($138 million). (BCCI, which
received a $13 million wire transfer from the Bank of New York,
received a $13 million wire transfer from the Bank of <ent type='GPE'>New York</ent>,
was a relatively minor player in this scheme.) </p>
<p> DRUGS, GUNS AND IDEOLOGY: BCCI's money-laundering activities also
have a political context that has been largely ignored by the
@ -903,7 +904,7 @@ camp--backed by the Colombian military and financed by the
cartel--trained Colombian death squads. The camp had been set up
by Israeli arms dealers and former military officers.
One officer, Lt. Col. Amatzia Shuali had trained military
officers in Guatemala and Nicaraguan Contra rebels in Honduras.
officers in Guatemala and <ent type='NORP'>Nicaraguan</ent> Contra rebels in Honduras.
At the camp, members of the cartel learned how to make bombs that
had been used to blow up a Colombian airliner with 117 passengers.
This horrifying affair has been virtually ignored by the
@ -927,7 +928,7 @@ going to fight the guerrillas. </p>
only a small part of BCCI's arms supermarket. BCCI was involved
in the sale of guns to the Contras and the CIA-backed Afghan
rebels. Gun dealers hired by the National Security Council's
Oliver North used the bank to illegally sell tow missiles to Iran
Oliver <ent type='LOC'>North</ent> used the bank to illegally sell tow missiles to Iran
during the Iran-contra affair. And the banks provided financial
services for Silkworm missiles sold to Saudi Arabia, Scud-B
missiles bought by Syria, weapons purchased by the Abu Nidal
@ -985,7 +986,7 @@ scheme to illegally fund the Contras. Jose Blandon, a former
Noriega aide, claims that the CIA advised Noriega to use BCCI as
his bank. Various published sources say that the CIA was
depositing as much as $200000 a year in Noriega's account at
BCCI. Noriega, in turn, helped Oliver North set up dummy
BCCI. Noriega, in turn, helped Oliver <ent type='LOC'>North</ent> set up dummy
corporations and secret bank accounts that were used to finance
the Contras.
Israel also played a key role. Israel shipped Noriega more than
@ -1009,13 +1010,13 @@ During the same interview, the finance minister claimed drug
traffickers in the region had used BCCI to launder profits from
sales of heroin. Furthermore, it's clear that the Afghan rebels
sold drugs to buy arms. ("We i must grow and sell opium to fight
our holy war," a rebel commander once told the "New York Times.")
our holy war," a rebel commander once told the "<ent type='ORG'>New York Times</ent>.")
And the CIA may have been involved. "In These Times" has learned
that government investigators are probing allegations that one CIA
official supervised the BCCI-financed shipment of drugs and arms
through Pakistan. </p>
<p> BANKING ON WAR: But getting rid of BCCI won't hinder those
government officials who, like William Casey and Oliver North, are
government officials who, like William Casey and Oliver <ent type='LOC'>North</ent>, are
determined to undermine American democracy. It's important to
remember that the CIA has used banks like BCCI for decades.
During the '60s, '70s and '80s, for example, the CIA laundered
@ -1028,14 +1029,14 @@ BCCI, fraud and speculative investments by top executives forced
all three banks out of business.
More recently, the CIA had ties with 22 failed thrifts that
loaned money to people involved in "gun running, drug smuggling,
money laundering and covert aid to the Nicaraguan Contras,"
money laundering and covert aid to the <ent type='NORP'>Nicaraguan</ent> Contras,"
according to the "Houston Post."
Over time, the booming CIA-backed arms trade has produced big
profits for arms dealers and banks like BCCI. But these black-market sales have also touched off a terrifying arms race in the
Third World.
Consider, for example, the role that BCCI and many other banks
played in a secret operation to build up Saddam Hussein's military
might. Last summer, a joint investigation by ABC's "Nightline"
might. Last summer, a joint investigation by <ent type='ORG'>ABC</ent>'s "Nightline"
and the "Financial Times" concluded that "Robert Gates was deeply
involved as deputy director of the CIA in a major covert operation
that funneled weapons and technology to Iraq. ... The CIA's
@ -1048,7 +1049,7 @@ million worth of weapons to Iraq in the '80s (see "In These
Times," April 17 and Oct. 9).
Industrias Cardoen is licensed to build and ship high-tech
artillery guns created by arms dealer Gerald Bull and ArmsCor, an
arms manufacturer owned by the South African government.
arms manufacturer owned by the South <ent type='NORP'>African</ent> government.
In 1990, Gerald Bull was assassinated, allegedly by Israeli
agents because he was working with Saddam Hussein to build a
"supergun" capable of firing nuclear and chemical weapons. Bull,
@ -1087,7 +1088,7 @@ million lives.
But in providing financial services to Saddam Hussein, BCCI was
not alone. In the BNL affair, for example, Bank of America
transferred $72 million between BCCI and BNL. J.P. Morgan, a
major New York bank, acted as a clearing agent for BNL in the
major <ent type='GPE'>New York</ent> bank, acted as a clearing agent for BNL in the
loans to Iraq. And many large European corporations provided the
technology and weapons. </p>
<p> A WHITEWASH? Fraud at BCCI burst into the headlines when bank
@ -1095,7 +1096,7 @@ regulators around the world shut down the bank this past July.
But like the S&amp;L scandal--which wasn't discovered by the
mainstream media until hundreds of billions of dollars had been
lost--warning bells at BCCI had been going off for well over a
decade. As early as the late '70s, British and American
decade. As early as the late '70s, <ent type='NORP'>British</ent> and American
regulators were so worried about the bank's operations that they
denied BCCI key regulatory licenses to expand its operations. Yet
BCCI marched on, illegally buying American banks and stealing
@ -1125,7 +1126,7 @@ Despite a decade of financial scandals, this well-oiled lobbying
machine has defeated every major attempt to enact tough new U.S.
regulations over the financial system.
In BCCI's case, the result has been a better cover-up than
anything Oliver North ever concocted. Washington's inaction has
anything Oliver <ent type='LOC'>North</ent> ever concocted. Washington's inaction has
allowed BCCI to continue exploiting an obsolete U.S. regulatory
system that was set up in the
Some reforms may yet come out of the BCCI scandal--but Congress
@ -1152,7 +1153,7 @@ major capitalist companies to shut down BCCI this past summer. It
will take many countries, acting together, to bring the system
that created BCCI under control. Given the current political
climate, that is unlikely. </p>
<p> George Winslow is a New York City freelance writer who regularly
<p> George Winslow is a <ent type='GPE'>New York City</ent> freelance writer who regularly
covers white-collar crime and international finance. </p>
<p> --
daveus rattus </p>
@ -1162,4 +1163,5 @@ daveus rattus </p>
in turmoil. 3. life out of balance. 4. life disintegrating.
5. a state of life that calls for another way of living. </p>
<p> </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#
%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;
#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%#&amp;%
@ -326,4 +327,5 @@ above 100%.</p>
<p>The end. Typed by (_&gt;Shadow Hawk 1&lt;_). May be distributed anywhere as long as you keep
the credits. I dont give a shit what you do with it either.</p>
<p>DOWNLOADED FROM P-80 SYSTEMS</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>"The Bermuda Triangle and Parapsychology" By Dave Beall</p>
<p>. Although not embraced by the parapsychological community, the Bermuda
Triangle phenomena is an intriguing topic to the public. Jane Roberts' Seth
@ -40,4 +41,5 @@ esoteric or metaphysical ideas may someday be explainable in purely physical
terms. In an attempt to understand paranormal occurences, an individual should
remain open and objective until all of the evidence is in so that the
temptation towards premature and unfounded conclusions can be overcome. </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Foresight Background
No. 4, Rev. 0
Copyright 1989 The Foresight Institute.
@ -305,4 +306,5 @@ science-based technologies that lie ahead.</p>
Dartmouth, and former Chairman of Avco-Everett Research Lab. He
serves as an Advisor to the Foresight Institute.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> </p>
<p> The War and Peace Digest is a bimonthly international newsletter on issues
of disarmament, government secrecy, media accountability, the nuclear
@ -7,7 +8,7 @@ threat (from both civilian power plants and the military weapons complex),
ecological destruction, and peaceful conflict resolution through the
structures of the United Nations. If you would like to be placed on our
mailing list or receive a copy of our new information packet on nuclear
power, contact Matthew Freedman at 32 Union Square East, New York, NY
power, contact Matthew Freedman at 32 Union Square East, <ent type='GPE'>New York</ent>, NY
10003-3295 (Tel: 212-777-6626). </p>
<p> Contributions are always welcome. All materials may be reproduced without
permission. </p>
@ -133,7 +134,7 @@ interlocking, international criminal conspiracy. </p>
<p> Bush's Watergate </p>
<p> Congress is now calling for the appointment of a Special Prosecutor
to investigate the ballooning BNL-Iraqgate case. In his insightful and
relentless reporting on the case in The New York Times, William Safire says
relentless reporting on the case in The <ent type='ORG'>New York Times</ent>, William Safire says
flatly that BNL will be BushUs Watergate. Saffire is now investigating the
Chicago link to the case. (Updates on the case now appear regularly on the
recorded telephone hotlines of controversial Chicago investigator, Sherman
@ -157,4 +158,5 @@ such non-proliferation legislation would mean a loss of business for
American nuclear exporters! </p>
<p> ** End of text from cdp:gen.newsletter ** </p>
<p> </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>THE BOHEMIAN CLUB</p>
<p> For two and a half weeks every July, two thousand of the top
movers and shakers in business and government attend the Bohemian
@ -19,7 +20,7 @@ artists and journalists in the Bay Area; the club proper is at 624
Taylor Street in San Francisco. The annual summer camp is held at
"Bohemian Grove," an isolated site in Sonoma County, California,
near the town of Monte Rio. To get there, you cross the bridge
over the Russian River and take the second left.
over the <ent type='NORP'>Russian</ent> River and take the second left.
Signs warn off trespassers, and the Grove is guarded during
the encampment. Visitors must have invitations and sign in and
out; cooks and other workers have to wear ID badges. The club (and
@ -35,7 +36,7 @@ takes place in front of the owl when, on the first night of camp,
robed members burn a doll representing Dull Care.
Bohemian Grove includes 122 distinct camps in its 2700
acres. The camps have whimsical names such as Whiskey Flat,
Toyland, Owl's Nest, Hill Billies, and Cave Man's, and each one
<ent type='LOC'>Toyland</ent>, Owl's Nest, Hill Billies, and Cave Man's, and each one
has its own kitchen-bar building -- there is a lot of drinking --
and sleeping quarters. The members of some camps sleep in tents;
other camps have redwood cabins. Daily "Lakeside Talks" on
@ -52,4 +53,5 @@ play. He certainly has more acting experience than most club
members.) The polished productions cost the Bohemians as much as
$25000 -- for one performance.</p>
<p> xperience than most </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Path: uuwest!spies!apple!usc!samsung!uunet!isis!jsanders
From: jsanders@isis.cs.du.edu (Jim Sanders)
Newsgroups: alt.conspiracy
@ -99,7 +100,7 @@ eight of 105 legislators as lawyers in 1983, I discovered that in Wisconsin,
for example, eleven of thirty-one senators and twelve of ninety-nine
representatives were attorneys. During that time, seventeen of Alabama's
thirty-five senators and eleven of sixty-five representatives were lawyers.
The New York State legislature was twenty percent lawyers. Governors, as in
The <ent type='GPE'>New York</ent> State legislature was twenty percent lawyers. Governors, as in
Wisconsin, frequently proved to be lawyers.
It would seem that since members of the legal fraternity occupy all branches
of government, the separation of powers exists only on paper. This enables them
@ -139,7 +140,7 @@ had to go to work in polluted northern factories for pennies a day afterwards
(quite handy however for the northern industrial imperialists.) Then the
bluecoats killed off the <ent type='NORP'>Indians</ent> and the buffalo to boot! Then came Korea, Nam,
Graneda, Nicaragua, Panama, El Salvador, Kuwait.
Around 1903 a New York oil baron had Nikolai <ent type='PERSON'>Tesla</ent> thrown out of N.Y.
Around 1903 a <ent type='GPE'>New York</ent> oil baron had Nikolai <ent type='PERSON'>Tesla</ent> thrown out of N.Y.
(<ent type='PERSON'>Tesla</ent> was a super inventer of such things as AC current and the Westinghouse
electric motor!) It seems <ent type='PERSON'>Tesla</ent> had discovered a way to transmit electricity
without wires around NY city! The oilmen knew it would be an end to their
@ -288,7 +289,7 @@ been an honored guest at Reagan's inaugural ball...
letters between Gelli and Guarino discussing ways to help "our brother
Michele," refering to Sindona, another P2 member. Sindona, who had curried the
Italian-American vote for Nixon as Guarino did for Reagan, was then on trial
in New York. Gelli also wrote a letter of support to Reagan offering to ensure
in <ent type='GPE'>New York</ent>. Gelli also wrote a letter of support to Reagan offering to ensure
favorable coverage for him in the Italian press. The powerful Italian used his
infuence in a major publishing empire to do exactly that....
....the president(Reagan-Bush) has countenanced the use of unsavory
@ -339,7 +340,7 @@ every fiber of our national life ..." --- President Woodrow Wilson</p>
<p>Hell, I'm Jewish, but it sure as hell to me looks like international
banking is a Religious plot to rule the world. After all, the
major International Banks are owned by three Jewish families, the
Rosenthauls, the <ent type='PERSON'>Rockefellers</ent>, and the Rothschilds! New York City was
Rosenthauls, the <ent type='PERSON'>Rockefellers</ent>, and the Rothschilds! <ent type='GPE'>New York City</ent> was
owned by 'em until the Japs bought them out! Read a book by a former
Moussad operative(Israeli SS) called "Moussad" to become more enlightened about
this matter! And order the best single source on the Illuminati for *FREE*
@ -393,7 +394,7 @@ they have so effectively cut off information about even their existence, that
it will damn near give one of them vapor lock if you call their hand!
(Notice that Europe houses the ultimate banks next to Bavaria on Swiss soil,
and note how the Swiss are given International Neutrality to boot so that
the Secret accounts will be safe and stable! I would wager a month of <ent type='LOC'>Sundays</ent>
the Secret accounts will be safe and stable! I would wager a month of Sundays
that money in a Swiss account is backed by real gold too!)
Bush belongs to the "Skull and Crossbones Club" which is the American
@ -479,4 +480,5 @@ __ .__
DON'T TREAD ON ME!
|____________________|
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> Feel free to copy this article far and wide, but please
keep my name and this sentence on it.</p>
<p> The Bill of Rights, a Status Report
@ -282,7 +283,7 @@ McMartin family in California have been tried two or three
times for child abuse. Anthony Barnaby was tried for
murder (without evidence linking him to the crime) three
times before New Hampshire let him go.</p>
<p> COMPELLED TO BE A WITNESS AGAINST HIMSELF: Oliver <ent type='PERSON'>North</ent>
<p> COMPELLED TO BE A WITNESS AGAINST HIMSELF: Oliver <ent type='LOC'>North</ent>
was forced to testify against himself. Congress granted
him immunity from having anything he said to them being
used as evidence against him, and then they required him to
@ -290,14 +291,14 @@ talk. After he did so, what he said was used to find other
evidence which was used against him. The courts also play
games where you can be required to testify against yourself
if you testify at all.</p>
<p> COMPELLED TO BE A WITNESS AGAINST HIMSELF: In the New York
<p> COMPELLED TO BE A WITNESS AGAINST HIMSELF: In the <ent type='GPE'>New York</ent>
Central Park assault case, three people were found guilty
of assault. But there was no physical evidence linking
them to the crime; semen did not match any of the
defendants. The only evidence the state had was
confessions. To obtain these confessions, the police
questioned a 15-year old without a parent present -- which
is illegal under New York state law. Police also refused
is illegal under <ent type='GPE'>New York</ent> state law. Police also refused
to let the subject's Big Brother, an attorney for the
Federal government, see him during questioning. Police
screamed "You better tell us what we want to hear and
@ -315,7 +316,7 @@ General Accounting Office, one of the most frequent ways
city governments use census information is to detect
illegal two-family dwellings. This has happened in
Montgomery County, Maryland; Pullman, Washington; and Long
Island, New York. The August 8, 1989, Wall Street Journal
Island, <ent type='GPE'>New York</ent>. The August 8, 1989, Wall Street Journal
reports this and other ways Census answers have been used
against the answerers.
@ -516,4 +517,5 @@ they are justly entitled. To preserve our rights for
ourselves in the future, we must defend them for everybody
today.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>NOTE: This is a report on Government and military techniques, notterrorist!</p>
<p> B R A I N W A S H I N G
By Lorenzo Saint Dubois</p>
@ -578,4 +579,5 @@ transmittal to population targets in the battle for the minds of men.</p>
it, biological radio-communication, and psychogenic agents such as LSD,
are receiving some overt attention with, possibly, applications in mind
for individual behaviour control under clandestine conditions.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Article 15189 of alt.activism:
From: covici@ccs.covici.com (John Covici)
Newsgroups: alt.activism
@ -161,9 +162,9 @@ mention Georgedirectly. Over the past several months, we have
seen a new book about Watergate that pretends to tell the public
something newby fingering Al Haig as Deep Throat, but ignoring
the central role of George Bush and his business partners in the
Watergate affair. We have a new book by Lt. Col. Oliver <ent type='PERSON'>North</ent>
Watergate affair. We have a new book by Lt. Col. Oliver <ent type='LOC'>North</ent>
which alleges that Reagan knew everything about the Iran-Contra
affair, but that George Bush was not part of <ent type='PERSON'>North</ent>'s chain of
affair, but that George Bush was not part of <ent type='LOC'>North</ent>'s chain of
command. The latter point merely paraphrasesBush'sown lame
excusethat he was "out of the loop" during all those illegal
transactions. During the hearings on the nomination of Robert
@ -648,7 +649,7 @@ ambition, and settling scores with adversaries. What emerges by
contrast is the decisive importance of Bush's network of
connections. His response to the Gulf crisis of 1991 will be
largely predetermined, not by any great flashes of geopolitical
insight, but rather by his connections to the British oligarchy,
insight, but rather by his connections to the <ent type='NORP'>British</ent> oligarchy,
to Kissinger, to Israeli and Zionist circles, to Texas oilmen in
his fundraising base, to the Saudi Arabian and Kuwaiti royal
houses. If the question is one of finance, then the opinions of
@ -708,11 +709,11 @@ court, and state workers all across the United States are
informed that the retirement pensions they had been promised will
never be paid, the relations between George Bush and Henry Kravis
will surely constitute an explosive political issue. Similarly,
once Bush's British and Kissingerian pedigree is recognized, the
once Bush's <ent type='NORP'>British</ent> and Kissingerian pedigree is recognized, the
methods he is likely to pursue in regard to situations such as
the planned Romanian-style overthrow of the Castro regime in
Cuba, or theprovocation of a splendid little nuclear war
involving <ent type='PERSON'>North</ent> Korea, or of a new Indo-Pakistani war, will
involving <ent type='LOC'>North Korea</ent>, or of a new Indo-Pakistani war, will
hardly be mysterious.</p>
<p> Theauthors have been at some pains to makethis work
intelligible to readers around the world. We offer this book to
@ -750,20 +751,20 @@ least I will provide a stimulus for the better work of others who
are wiser."--Boccaccio, {Genealogy of the National Gods}
{To be continued.}</p>
<p> Notes</p>
<p> 1. George Bush andVic Gold, {Looking Forward,} (New York:
<p> 1. George Bush andVic Gold, {Looking Forward,} (<ent type='GPE'>New York</ent>:
Doubleday, 1987), p. 47.</p>
<p>2.
Fitzhugh Green, {Looking Forward,} (New York: Hippocrene, 1989),
Fitzhugh Green, {Looking Forward,} (<ent type='GPE'>New York</ent>: Hippocrene, 1989),
p. 53.</p>
<p>3. Harry Hurt III, "George Bush, Plucky Lad," {TexasMonthly,}
June, 1983, p.142.</p>
<p>4. Richard Ben Cramer, "How He Got Here," {Esquire,} June,
1991, p. 84.</p>
<p>5. Joe Hyams, {Flight of the Avenger} (New York, 1991).</p>
<p>5. Joe Hyams, {Flight of the Avenger} (<ent type='GPE'>New York</ent>, 1991).</p>
<p>6.
Nicholas King, {George Bush: A Biography} (New York, <ent type='PERSON'>Dodd</ent>, Mead,
Nicholas King, {George Bush: A Biography} (<ent type='GPE'>New York</ent>, <ent type='PERSON'>Dodd</ent>, Mead,
1980), p. xi.</p>
<p>7. Donnie Radcliffe, {Simply Barbara Bush,} (New York: Warner,
<p>7. Donnie Radcliffe, {Simply Barbara Bush,} (<ent type='GPE'>New York</ent>: Warner,
1989), p. 103.</p>
<p>8. Rainer Bonhorst, {George Bush, Der Neue Mann im Weissen Haus,}
(Bergisch Gladbach: Gustav Luebbe Verlag, 1988), pp. 80-81.</p>
@ -782,7 +783,7 @@ Velleius Paterculus} (London: George Bell andSon, 1879), pp.
<p>12. CorneliusTacitus, {The <ent type='ORG'>Annals</ent> of Imperial Rome} (Penguin,
1962), pp. 193-221.</p>
<p>13. Gaius Suetonius Tranquillus, {The Lives of the Twelve
Caesars} (New York: Modern Library,1931),pp. 165-204, {
Caesars} (<ent type='GPE'>New York</ent>: Modern Library,1931),pp. 165-204, {
passim.</p>
<p>Any comments, please send by email, as I get very far behind on
this group.</p>
@ -809,7 +810,7 @@ Prescott Bush was managing partner of Brown Brothers<ent type='PERSON'>Harriman<
His 18-year-old son George, the future U.S. President, had just
begun training to become a naval pilot.</p>
<p> On October 20, 1942, the U.S. government ordered the seizure
of Nazi German banking operations in New York City which were
of Nazi German banking operations in <ent type='GPE'>New York City</ent> which were
being conducted by Prescott Bush.</p>
<p> Under the {Trading with the Enemy Act}, the government took
over the {Union Banking Corporation,} in which Bush was a
@ -818,7 +819,7 @@ Corp.'s stock shares, all of which were owned by Prescott Bush,
E. Roland "Bunny" <ent type='PERSON'>Harriman</ent>, three Nazi executives, and two
other associates of Bush.s1</p>
<p> The order seizing the bank "vest[ed] [seized] all of the
capital stock of Union Banking Corporation, aNew York
capital stock of Union Banking Corporation, a<ent type='GPE'>New York</ent>
corporation," and named the holders of its shares as:</p>
<p> sb|"E. Roland <ent type='PERSON'>Harriman</ent>--3991 shares." <ent type='PERSON'>Harriman</ent> was chairman
and director of Union Banking Corp. (UBC); this is"Bunny"
@ -826,7 +827,7 @@ and director of Union Banking Corp. (UBC); this is"Bunny"
get much into banking affairs; Prescott managed his personal
investments.</p>
<p> sb|"Cornelis <ent type='PERSON'>Lievense</ent>--4 shares." <ent type='PERSON'>Lievense</ent> was president and
director of UBC, and a New York resident banking functionary for
director of UBC, and a <ent type='GPE'>New York</ent> resident banking functionary for
the Nazis.</p>
<p> sb|"Harold D. Pennington--1 share." Pennington was treasurer
and director of UBC, and an office manager employed by Bush at
@ -850,7 +851,7 @@ executive in Nazi Germany.</p>
<p> The order also specified: "all of which shares areheld for
the benefit of ... membersof the Thyssen family, [and] is
property of nationals ... of a designated enemy country...."</p>
<p> By October 26, 1942, U.S. troops were underway for <ent type='PERSON'>North</ent>
<p> By October 26, 1942, U.S. troops were underway for <ent type='LOC'>North</ent>
Africa. On October 28, the government issued orders seizing two
Nazi front organizations run by theBush-<ent type='PERSON'>Harriman</ent> bank: the
{Holland-American Trading Corporation} and the {Seamless Steel
@ -891,7 +892,7 @@ country."</p>
Union BankingCorp. were legally {front men for the Nazis}, the
government avoided the more important historical issue: In what
way {were Hitler's Nazis themselves hired, armed, and instructed
by} the New York and London clique of which Prescott Bush was an
by} the <ent type='GPE'>New York</ent> and London clique of which Prescott Bush was an
executive manager? Let us examinethe <ent type='PERSON'>Harriman</ent>-Bush Hitler
project from the 1920s until it was partially broken up, to seek
an answer for that question.</p>
@ -933,7 +934,7 @@ New York and the "Thyssen interests" in Germany. By putting up
about $400000, the <ent type='PERSON'>Harriman</ent> organization would be joint owner
and manager of Thyssen's banking operations outside of Germany.</p>
<p> {How important was the Nazienterprise for whichPresident
Bush's father was the New York banker?}</p>
Bush's father was the <ent type='GPE'>New York</ent> banker?}</p>
<p> The 1942 U.S. government investigative report said that Bush's
Nazi-front bank was an interlocking concern with the Vereinigte
Stahlwerke (United Steel Works Corporation or {German Steel
@ -989,7 +990,7 @@ this crisis that certain Anglo-Americans determined on the
installation of a Hitler regime in Germany.</p>
<p> W.A. <ent type='PERSON'>Harriman</ent> &amp; Co., well-positioned for this enterprise and
rich in assets from their German and <ent type='NORP'>Russianbusiness</ent>, merged
with the British-American investment house, Brown Brothers, on
with the <ent type='NORP'>British</ent>-American investment house, Brown Brothers, on
January 1, 1931. Bert Walker retired to his own G.H.Walker&amp;
Co. This left the <ent type='PERSON'>Harriman</ent> brothers, Prescott Bush, and Thatcher
M. Brown as the senior partners ofthe new Brown Brothers
@ -1006,21 +1007,21 @@ Union Pacific Railroad.</p>
the Hitler project. American patriots had cursed its name back
in Civil War days. Brown Brothers, with offices in the U.S.A.
and in England, had carried on their ships fully 75 percent of
the slave cotton from the American South overto British mill
the slave cotton from the American South overto <ent type='NORP'>British</ent> mill
owners; through their usurious credit they controlled and
manipulated the slave-owners.</p>
<p> Now, in 1931, the virtual dictator of world finance, Bank of
England Governor Montagu Collet Norman, was a former Brown
Brothers partner, whose grandfather had been bossof Brown
Brothers during the U.S. Civil War. Montagu Norman was known as
the most avidof Hitler's supporters within British ruling
the most avidof Hitler's supporters within <ent type='NORP'>British</ent> ruling
circles, and Norman's intimacy with this firm was essential to
his management of the Hitler project.</p>
<p> In 1931, while Prescott Bush ran the New York office of Brown
<p> In 1931, while Prescott Bush ran the <ent type='GPE'>New York</ent> office of Brown
Brothers <ent type='PERSON'>Harriman</ent>, Prescott's partner wasMontagu Norman's
intimate friend Thatcher Brown. The Bank of England chief always
stayedat the home of Prescott's partner on his hush-hush trips
to New York. Prescott Bush concentrated on the firm's German
to <ent type='GPE'>New York</ent>. Prescott Bush concentrated on the firm's German
actitivites, and Thatcher Brown saw to their business in old
England, under the guidance of his mentor Montagu Norman.s1s2</p>
<p>3. Hitler's Ladder to Power</p>
@ -1084,13 +1085,13 @@ Economy Leader']...."s1s7</p>
<p> For this buildup of the Hitler war machine with coal, steel,
and arms production, using slave laborers, the Nazi Flick was
condemned to seven years in prison at the Nuremberg trials; he
served three years. With friends in New York and London,
served three years. With friends in <ent type='GPE'>New York</ent> and London,
however, Flick lived into the 1970s and died a billionaire.</p>
<p> On March 19, 1934, Prescott Bush--then director of the German
Steel Trust's Union Banking Corporation--initiated analert to
the absent Averell <ent type='PERSON'>Harriman</ent> about a problem which had developed
in the Flick partnership.s1s8 Bush sent <ent type='PERSON'>Harriman</ent> a clipping from
the {New York Times} of that day, which reported that the Polish
the {<ent type='ORG'>New York Times</ent>} of that day, which reported that the Polish
government was fighting back against American and German
stockholders who controlled "Poland's largest industrial unit,
the Upper Silesian Coal and Steel Company...."</p>
@ -1198,7 +1199,7 @@ activities of<ent type='PERSON'>Harriman</ent> and Prescott Bush, closely tied t
lawyers Allen and John Foster Dulles.</p>
<p> Baron Kurt von Schroeder was co-director of the massive
Thyssen-Huettefoundry alongwith Johann Groeninger, Prescott
Bush's New York bank partner. Kurt von Schroeder wastreasurer
Bush's <ent type='GPE'>New York</ent> bank partner. Kurt von Schroeder wastreasurer
of the support organization for the Nazi Party's private armies,
to which Friedrich Flick contributed.Kurt von Schroeder and
Montagu Norman's proteaageaaHjalmar Schacht together made the
@ -1207,7 +1208,7 @@ final arrangments for Hitler to enter the government.s2s5</p>
the Hamburg-Amerika Line. Long an intimate contact of Averell
<ent type='PERSON'>Harriman</ent>'s inGermany, Baron Rudolph sent his grandson Baron
Johann Rudolph for a tour ofPrescott Bush's Brown Brothers
<ent type='PERSON'>Harriman</ent> offices in New York City in December 1932--on the eve of
<ent type='PERSON'>Harriman</ent> offices in <ent type='GPE'>New York City</ent> in December 1932--on the eve of
their Hitler-triumph.s2s6</p>
<p> Certain actions taken directly by the <ent type='PERSON'>Harriman</ent>-Bush shipping
line in 1932 must be ranked among the gravest acts of treason in
@ -1292,11 +1293,11 @@ family, played an ugly part in the drama of Naziism. Is this why
"professional Nazi-hunters" have never discovered how the Bush
family made its money?</p>
<p> The executive board of the {HamburgAmerika Line}{(Hapag)}
met jointly with the <ent type='PERSON'>North</ent> German Lloyd company board in Hamburg
met jointly with the <ent type='LOC'>North Lloyd</ent> company board in Hamburg
on September 5, 1933. Under official Nazi supervision, the two
firms were merged. Prescott Bush's American Ship and Commerce
Corp.installed Christian J. Beck, a longtime <ent type='PERSON'>Harriman</ent>
executive, as manager of freight and operations in <ent type='PERSON'>North</ent> America
executive, as manager of freight and operations in <ent type='LOC'>North America</ent>
for the new joint Nazi shipping lines {(Hapag-Lloyd)}) on
November 4, 1933.</p>
<p> According to testimony of officials of the companies before
@ -1320,7 +1321,7 @@ Standard Oil subsidiary in Nazi Germany: "It is the intention to
continue the relations with Mr. <ent type='PERSON'>Harriman</ent> on the samebasis as
heretofore...." In a colorful gesture, Hapag's Nazi chairman
Helfferich sent the line's president across the Atlantic ona
Zeppelin to confer with their New York string-pullers.</p>
Zeppelin to confer with their <ent type='GPE'>New York</ent> string-pullers.</p>
<p> After the meeting with theZeppelin passenger, the
<ent type='PERSON'>Harriman</ent>-Bush office replied: "I am glad to learnthat Mr.
Hellferich [sic] hasstated that relations between the Hamburg
@ -1328,7 +1329,7 @@ American Line and ourselves will be continued on the same basis
as heretofore."s3s3</p>
<p> Two months before moving against Bush's Union Banking Corp.,
the U.S. government ordered the seizure of all property of the
Hamburg-Amerika Line and <ent type='PERSON'>North</ent> German Lloyd, under the Trading
Hamburg-Amerika Line and <ent type='LOC'>North Lloyd</ent>, under the Trading
with the Enemy Act. The investigators noted in the pre-seizure
reportthat Christian J. Beck was still acting as an attorney
representing the Nazi firm.s3s4</p>
@ -1384,7 +1385,7 @@ signature, and the changes went through.s3s6</p>
Cable Companyattempted to stop payment on its debts to smaller
American bondholders. The money was to be used instead for
arming the Nazi state, under a decree of the Hitler government.</p>
<p> Despite the busy efforts of Bush and Dulles, a New York court
<p> Despite the busy efforts of Bush and Dulles, a <ent type='GPE'>New York</ent> court
decided that this particular Hitler "law" was invalid in the
UnitedStates; smallbondholders, not parties to deals between
the bankers and the Nazis, were entitled to get paid.s3s7</p>
@ -1400,7 +1401,7 @@ a fortune.</p>
Signedby Leo T. Crowley, Alien Property Custodian, executed
October 20, 1942; F.R. Doc. 42-11568; Filed, November 6, 1942. 7
Fed. Reg. 9097 (November 7, 1942).
The {New York City Directory of Directors}, 1930s-40s, list
The {<ent type='GPE'>New York City</ent> Directory of Directors}, 1930s-40s, list
Prescott Bushas a director of Union Banking Corp. from 1934
through 1943.</p>
<p>2.
@ -1409,10 +1410,10 @@ Equipment Corporation; Vesting Order Number 261: Holland-American
Trading Corp.</p>
<p>3. Alien Property Custodian Vesting Order No. 370:
Silesian-American Corp.</p>
<p>4. {New York Times,} December 16, 1944, ran a five-paragraph page
25 article on actions of the New York State Banking Department.
<p>4. {<ent type='ORG'>New York Times</ent>,} December 16, 1944, ran a five-paragraph page
25 article on actions of the <ent type='GPE'>New York</ent> State Banking Department.
Only the last sentence refers to the Nazi bank, as follows: "The
Union BankingCorporation, 39 <ent type='LOC'>Broadway</ent>, New York, has received
Union BankingCorporation, 39 <ent type='LOC'>Broadway</ent>, <ent type='GPE'>New York</ent>, has received
authority to change its principal place ofbusiness to 120
<ent type='LOC'>Broadway</ent>."
The {Times} omitted the factthat the Union Banking
@ -1443,7 +1444,7 @@ States] Treasury Department,July 2, 1945. Page 507: Table of
Vereinigte Stahlwerke output, figures are percent of German total
as of1938; Thyssenorganization including Union Banking
Corporation pp. 727-731.</p>
<p>9. Robert Sobel, {The Life and Times of Dillon Read} (New York:
<p>9. Robert Sobel, {The Life and Times of Dillon Read} (<ent type='GPE'>New York</ent>:
Dutton-Penguin, 1991),pp. 92-111.The Dillon Read firm
cooperated in the development of Sobel's book.</p>
<p>10. George Walker to Averell <ent type='PERSON'>Harriman</ent>, August 11, 1927, in W.
@ -1457,7 +1458,7 @@ John A. Kouwenhouven, {Partners in Banking ... Brown Brothers
<ent type='PERSON'>Harriman</ent>} (Garden City: Doubleday &amp; Co., 1969).</p>
<p>13.
Coordination of much of the Hitler project took place ata
single New York address. The Union Banking Corporation had been
single <ent type='GPE'>New York</ent> address. The Union Banking Corporation had been
set up by George Walker at 39 <ent type='LOC'>Broadway</ent>. Management of the
Hamburg-Amerika Line,carried out through <ent type='PERSON'>Harriman</ent>'s American
Ship and Commerce Corp., was also set up by George Walker at 39
@ -1477,19 +1478,19 @@ Prescott Bush to W.A. <ent type='PERSON'>Harriman</ent>, Memorandum December 19,
on their <ent type='PERSON'>Harriman</ent> Fifteen Corp.
Annual Report of United Kings and Laura Steel and Iron Works
for the year 1930 (WAH papers) lists "Dr. Friedrich Flick ...
Berlin" and "William Averell <ent type='PERSON'>Harriman</ent> ... New York" on the
Berlin" and "William Averell <ent type='PERSON'>Harriman</ent> ... <ent type='GPE'>New York</ent>" on the
Board of Directors.
"<ent type='PERSON'>Harriman</ent>Fifteen Coporation Securities Position February
28, 1931," WAH papers. This report shows<ent type='PERSON'>Harriman</ent> Fifteen
Corporation holding 32576 shares in Silesian Holding Co. V.T.C.
worth (in scarce depression dollars) $1628800, just over half
the value of the <ent type='PERSON'>Harriman</ent> Fifteen Corporation's total holdings.
The {New York City Directory of Directors}volumes for the
The {<ent type='GPE'>New York City</ent> Directory of Directors}volumes for the
1930s (available at the Library of Congress) show Prescott
Sheldon Bush and W.Averell <ent type='PERSON'>Harriman</ent> as the directors of
<ent type='PERSON'>Harriman</ent> Fifteen Corp.
"Appointments," (three typed pages) marked "Noted May 18
1931 W.A.H.," (among the papers from PrescottBush'sNew York
1931 W.A.H.," (among the papers from PrescottBush's<ent type='GPE'>New York</ent>
Officeof Brown Brothers <ent type='PERSON'>Harriman</ent>, WAH papers), lists a meeting
between Averell <ent type='PERSON'>Harriman</ent> and Friedrich Flick in Berlin at 4:00
P.M., Wednesday April 22, 1931. This was followed immediately by
@ -1530,7 +1531,7 @@ Maryland annex. See Record Group 131, Alien Property Custodian,
investigative reports, in filebox relating to Vesting Order
Number 370.</p>
<p>22. George Walker was a director of American Ship and Commerce
from its organizationthrough 1928.Consult {New York City
from its organizationthrough 1928.Consult {<ent type='GPE'>New York City</ent>
Directory of Directors}.
"<ent type='PERSON'>Harriman</ent> FifteenCorporation Securities Position February
28, 1931," {op. cit.} The report lists 46861 shares in the
@ -1543,14 +1544,14 @@ corporation.</p>
Chief and Under Secretary of Propaganda, in Funk's postwar jail
cell at Nuremberg; but Cuno had died just as Hitler was taking
power. William L. Shirer, L., {The Rise and Fall of the Third
Reich} (New York: Simon and Schuster, 1960), p. 144. {Nazi
Reich} (<ent type='GPE'>New York</ent>: Simon and Schuster, 1960), p. 144. {Nazi
Conspiracy and Aggression, Supplement B}, {op. cit.,} p. 1688.</p>
<p>24. See "Elimination of German Resources for War," {op. cit.,}
pages 881-882 on Voegler.
SeeAnnualReport of the
(Hamburg-Amerikanische-Packetfahrt-Aktien-Gesel schaft (Hapag or
Hamburg-Amerika Line), March 1931, for the board of directors.A
copy is in the New York PublicLibrary Annexat 11th Avenue,
copy is in the <ent type='GPE'>New York</ent> PublicLibrary Annexat 11th Avenue,
Manhattan.</p>
<p>25. {Nazi Conspiracy and Aggression--Supplement B,} {op. cit.,}
pp. 1178, 1453-1454, 1597, 1599.
@ -1564,7 +1565,7 @@ In his letter, Baron Rudolph refers to the family's American
affiliate, J. Henry Schroder [name anglicized], of which Allen
Dulles was a director, and his brother John Foster Dulles was the
principal attorney.
Baron Bruno Schroder of the British branch was adviser to Bank
Baron Bruno Schroder of the <ent type='NORP'>British</ent> branch was adviser to Bank
of England Governor MontaguNorman, and Baron Bruno's partner
Frank Cyril Tiarks was Norman's co-director of the Bank of
England throughout Norman's career. Kurt von Schroeder was
@ -1582,32 +1583,32 @@ June 27, 1932 and January 9, 1933.</p>
March 7, 1933.
MaxWarburg had brokeredthe sale of Hamburg-Amerika to
<ent type='PERSON'>Harriman</ent> and Walker in 1920. Max's brothers controlledthe Kuhn
Loeb investment banking house in New York, the firm which had
Loeb investment banking house in <ent type='GPE'>New York</ent>, the firm which had
staked old E.H. <ent type='PERSON'>Harriman</ent> to his 1890s buyout of the giant Union
Pacific Railroad.
Max Warburg had long worked with Lord Milner and others of the
racialist British Round Table concerning joint projects in Africa
racialist <ent type='NORP'>British</ent> Round Table concerning joint projects in Africa
and Eastern Europe.He was an advisor to Hjalmar Schacht for
several decades and was a top executive of Hitler's Reichsbank.
The reader may consult David Farrer, {The Warburgs: The Story of
A Family} (New York: Stein and Day, 1975).</p>
A Family} (<ent type='GPE'>New York</ent>: Stein and Day, 1975).</p>
<p>30. Max Warburg, at M.M. Warburg and Co., Hamburg, to Averill
[sic] <ent type='PERSON'>Harriman</ent>, c/o Messrs.Brown Brothers <ent type='PERSON'>Harriman</ent> &amp; Co., 59
Wall Street, New York, N.Y., March 27, 1933.</p>
Wall Street, <ent type='GPE'>New York</ent>, N.Y., March 27, 1933.</p>
<p>31. This correspondence, and the joint statement of the Jewish
organizations,are reproduced in Moshe R. Gottlieb, {American
Anti-Nazi Resistance, 1933-41: An Historical Analysis} (New York:
Anti-Nazi Resistance, 1933-41: An Historical Analysis} (<ent type='GPE'>New York</ent>:
Ktav Publishing House, 1982).</p>
<p>32. {Investigation of Nazi PropagandaActivities and
Investigation of Certain Other Propaganda Activities}: Public
Hearings before A Subcommittee of the Special Committee on
Un-American Activities, United States House of Representatives,
Seventy Third Congress, New York City, July 9-12, 1934--Hearings
Seventy Third Congress, <ent type='GPE'>New York City</ent>, July 9-12, 1934--Hearings
No. 73-NY-7 (Washington, D.C., U.S. Govt. Printing Office, 1934).
See testimony of Capt. Frederick C. Mensing, John Schroeder, Paul
von Lilienfeld-Toal, and summaries by Committee members.
See {New York Times,} July 16, 1933, p. 12, for organizing of
Nazi Labor Front at <ent type='PERSON'>North</ent> German Lloyd, leading to
See {<ent type='ORG'>New York Times</ent>,} July 16, 1933, p. 12, for organizing of
Nazi Labor Front at <ent type='LOC'>North Lloyd</ent>, leading to
Hamburg-Amerika after merger.</p>
<p>33. American Ship and Commerce Corporation telegram to Rudolph
Brinckmann at M.M. Warburg, June 12, 1936.
@ -1627,15 +1628,15 @@ Now declassified in United States National Archives, Suitland,
Maryland annex. See Record Group 131, Alien Property Custodian,
investigative reports, in file boxrelating to Vesting Order
Number 126.</p>
<p>35. {New York Times,} May 20, 1933. Leading up to this agreement
<p>35. {<ent type='ORG'>New York Times</ent>,} May 20, 1933. Leading up to this agreement
is a telegramwhich somehowescaped the shredder. It is
addressed to Nazi official HjalmarSchacht at the Mayflower
Hotel, Washington, dated May 11, 1933: "Much disappointed to
have missed seeing you Tueday afternoon....I hope to see you
either in Washington or New York before you sail.
either in Washington or <ent type='GPE'>New York</ent> before you sail.
with my regards W.A. <ent type='PERSON'>Harriman</ent>" (WAH papers).</p>
<p>36. Dulles to Bush, letter and draft reply in WAH papers.</p>
<p>37. {New York Times,} Jan. 19, 1938.</p>
<p>37. {<ent type='ORG'>New York Times</ent>,} Jan. 19, 1938.</p>
<p>Any comments, please send by email, as I get very far behind on
this group.</p>
<p>Thanks.</p>
@ -1739,7 +1740,7 @@ by appointment the Royal Dutch [Shell Oil Co.] gentlemen from
Holland, and ... a general agreement was reached on the necessary
changes in our relations with the I.G. [Farben], in view of the
state of war.... [T]he Royal Dutch Shell group is essentially
British.... Ialso had several meetings with ... the [British]
British.... Ialso had several meetings with ... the [<ent type='NORP'>British</ent>]
Air Ministry....
I required help to obtain the necessary permission to go to
Holland.... After discussions with the [American] Ambassador
@ -1747,7 +1748,7 @@ Holland.... After discussions with the [American] Ambassador
gentlemen in the Air Ministry ... very kindly offered to assist
me [later] in reentering England....
Pursuant to thesearrangements, I was able to keep my
appointments in Holland [having flown there on a British Royal
appointments in Holland [having flown there on a <ent type='NORP'>British</ent> Royal
Air Force bomber], where I had three days of discussion with the
representatives of I.G. They delivered to me assignments of some
2000 foreign patents and {we did our best to work out complete
@ -1757,7 +1758,7 @@ Very truly yours, F[rank] A. Howards5</p>
<p> Here are some cold realities behind the tragedy of World War
II, which help explain the Bush-Farish family alliance--and their
peculiar closeness to the Queen of England:
sb|Shell Oil is principally owned by the British Royal
sb|Shell Oil is principally owned by the <ent type='NORP'>British</ent> Royal
family. Shell's chairman, Sir Henri Deterding, helped sponsor
Hitler's rise to power,s6 by arrangement with the Royal Family's
Bank of England Governor, Montagu Norman. Their ally, Standard
@ -1828,7 +1829,7 @@ International Federation's 1928 Munich meeting, speaking on
Americans) spoke on race-mixing and sterilization of the unfit.
Rudin had led the German delegation to the 1930 Mental Hygiene
Congress in Washington, D.C.
At the <ent type='PERSON'>Harriman</ent>s' 1932 New York Eugenics Congress, Ernst Rudin
At the <ent type='PERSON'>Harriman</ent>s' 1932 <ent type='GPE'>New York</ent> Eugenics Congress, Ernst Rudin
was unanimously elected President of the International Federation
of Eugenics Societies. This was recognition of Rudin as founder
of the German Society for Race Hygiene, with his co-founder,
@ -1874,7 +1875,7 @@ In 1933, as what Hitler called his"New Order"appeared,
John D. <ent type='PERSON'>Rockefeller</ent>,Jr. appointedWilliam S. Farish the
chairman of Standard Oil Co. of New Jersey (in 1937 he was made
president and chief executive). Farish moved his offices to
<ent type='PERSON'>Rockefeller</ent> Center, New York, where he spent a good deal of time
<ent type='PERSON'>Rockefeller</ent> Center, <ent type='GPE'>New York</ent>, where he spent a good deal of time
with Hermann Schmitz, chairman of I.G. Farben; his company paid a
publicity man,Ivy Lee, to write pro-I.G. Farben and pro-Nazi
propaganda and get it into the U.S. press.
@ -1895,7 +1896,7 @@ Bush's partners at 59 <ent type='LOC'>Broadway</ent>.s1s5
Both Emil Helfferich andKarl Lindemann were authorized to
write checks to Heinrich Himmler, chief of the Nazi SS, ona
special Standard Oil account. This account was managed by the
German-British-American banker, Kurt von Schroeder. According to
German-<ent type='NORP'>British</ent>-American banker, Kurt von Schroeder. According to
U.S. intelligence documents reviewed by author Anthony Sutton,
Helfferich continued his payments to the SS into 1944,when the
SS was supervising the mass murder at the Standard-I.G. Farben
@ -1965,7 +1966,7 @@ The Bush-Farish axis started George Bush's career.After his
society), George Bush flew down to Texas on a corporate jet and
was employed by his father's Dresser Industries. In a couple of
years he got help from his uncle, George Walker, Jr., and
Farish's British banker friends, to set him up in the oil
Farish's <ent type='NORP'>British</ent> banker friends, to set him up in the oil
property speculation business. Soon thereafter, George Bush
founded the Zapata Oil Company, which put oil drilling rigs into
certain locations of great strategic interest to the
@ -2005,7 +2006,7 @@ felt some alarm, or even panic, and paid more healthy attention
to Bush's presentation. Unfortunately,the Draper-Bush
population doctrine is now official U.S. foreign policy.
William H. Draper, Jr. had joined the Bush team in 1927, when
he was hired by Dillon Read &amp; Co., New York investment bankers.
he was hired by Dillon Read &amp; Co., <ent type='GPE'>New York</ent> investment bankers.
Draper was put into a new job slot at the firm: handling the
Thyssen account.
We recall that in 1924, Fritz Thyssen set up his Union Banking
@ -2117,7 +2118,7 @@ convenient decades later, allowing Prescott's son,President
Bush, to lecture Germany on the danger of Hitlerism. Germans are
too slow, it seems, to accept his New World Order.
After several years of government service (often working
directly for Averell <ent type='PERSON'>Harriman</ent> in the <ent type='PERSON'>North</ent> Atlantic Alliance),
directly for Averell <ent type='PERSON'>Harriman</ent> in the <ent type='LOC'>North Alliance</ent>),
Draper was appointed in 1958 chairman of a committee which was to
advise President Dwight Eisenhower on the proper course for U.S.
military aid to other countries. At that time, Prescott Bush was
@ -2184,7 +2185,7 @@ is to sterilize those young adults who have not already completed
their families.
George Bush has a rather deep-seated personal feeling about
this project, in particular as it pits him against Pope John Paul
II in Catholic countries such as Mexico. (See Chapter 4 below, on
II in <ent type='NORP'>Catholic</ent> countries such as Mexico. (See Chapter 4 below, on
the origin of a Bush-family grudge in this regard.)
The spending for birth control in the non-white countries is
one of the few items that is headed upwards in the Bush
@ -2208,7 +2209,7 @@ of waging such unusual warfare against Third World populations.
Gray knows how these things are done.
When Boyden Gray was four and five years old, his father
organized the pilot project for the present worldwide
sterilization program, from the Gray family household in <ent type='PERSON'>North</ent>
sterilization program, from the Gray family household in <ent type='LOC'>North</ent>
Carolina.
It started in 1946. The eugenics movement was looking fora
way to begin again in America.
@ -2221,8 +2222,8 @@ public nervousness about crackpots proposing to eliminate
surface in Iowa, but had to back off because of negative
publicity: a little boy had recently been sterilized there and
had died from the operation.
They decided on <ent type='PERSON'>North</ent> Carolina, where the Gray family could
play the perfect host.s3s7 Through British imperial contacts,
They decided on <ent type='LOC'>North Carolina</ent>, where the Gray family could
play the perfect host.s3s7 Through <ent type='NORP'>British</ent> imperial contacts,
Boyden Gray's grandfather Bowman Gray had become principal owner
of the R.J. <ent type='PERSON'>Reynolds</ent> Tobacco Co. Boyden's father, Gordon Gray,
had recently founded the Bowman Gray (memorial) Medical School in
@ -2231,7 +2232,7 @@ medical school was already a eugenics center.
As the experiment began, Gordon Gray's great aunt, Alice
Shelton Gray,who had raised him from childhood, was living in
his household. Aunt Alice had founded the "Human Betterment
League," the <ent type='PERSON'>North</ent> Carolina branch of the national eugenical
League," the <ent type='LOC'>North Carolina</ent> branch of the national eugenical
sterilization movement.
Aunt Alice was the official supervisor of the 1946-47
experiment. Working under Miss Gray was Dr. Claude Nash Herndon,
@ -2244,13 +2245,13 @@ the school district of Winston-Salem, N.C., were given a special
"intelligence test." Those children who scored below a certain
arbitrary low mark were then cut open and surgically sterilized.}
We quote now from the official story of the project: "In
Winston-Salem and in [nearby] Orange County, <ent type='PERSON'>North</ent> Carolina, the
Winston-Salem and in [nearby] Orange County, <ent type='LOC'>North Carolina</ent>, the
[Sterilization League's] field committee had participated in
testing projects to identify school age children who should be
considered for sterilization. The project in Orange County was
conducted by the University of <ent type='PERSON'>North</ent> Carolina and was financed by
conducted by the University of <ent type='LOC'>North Carolina</ent> and was financed by
a 'Mr. Hanes,' a friend of Clarence Gamble and supporter of the
field work project in <ent type='PERSON'>North</ent> Carolina. The Winston-Salem project
field work project in <ent type='LOC'>North Carolina</ent>. The Winston-Salem project
was also financed by Hanes. ["Hanes" was underwear mogul James
Gordon Hanes, a trustee of Bowman Gray Medical School and
treasurer of Alice Gray's group]....
@ -2265,16 +2266,16 @@ County the results indicated that three percent of the school age
children were either insane or feeble-minded.... [Then] the field
committee hired a social worker to review each case ... and to
present any cases in which sterilization was indicated to the
State Eugenics Board, which under <ent type='PERSON'>North</ent> Carolina law had the
State Eugenics Board, which under <ent type='LOC'>North Carolina</ent> law had the
authority to order sterilization...."
Race science experimenter Dr. Claude Nash Herndon provided
more details in an interview in 1990:s3s8
"Alice Gray was the general supervisor of the project. She
and Hanes sent out letters promoting the program to the
commissioners of all 100 counties in <ent type='PERSON'>North</ent> Carolina.... What did
commissioners of all 100 counties in <ent type='LOC'>North Carolina</ent>.... What did
I do? Nothing besides riding herd on the whole thing! The
social workers operated out of my office. I was at the time also
director of outpatient services at <ent type='PERSON'>North</ent> Carolina Baptist
director of outpatient services at <ent type='LOC'>North Baptist</ent>
Hospital. We would see the [targeted] parents and children
there.... I.Q. tests were run on all the children in the
Winston-Salem public school system. Only the ones who scored
@ -2307,7 +2308,7 @@ Dr. C. Nash Herndon, became president of the American Eugenics
Society in 1953, as its work expanded under <ent type='PERSON'>Rockefeller</ent>
patronage.
Meanwhile, the International Planned Parenthood Federation was
founded in London, in the offices of the British Eugenics
founded in London, in the offices of the <ent type='NORP'>British</ent> Eugenics
Society.
The undead enemy from World War II, renamed "Population
Control," had now been revived.
@ -2324,7 +2325,7 @@ In 1988, the U.S. Agency for International Development signed
its latest contract with the old Sterilization League (a.k.a.
"Association for Voluntary Sterilization"), committing the
U.S. government to spend $80 million over five years.
Having gotten away with sterilizing several hundred <ent type='PERSON'>North</ent>
Having gotten away with sterilizing several hundred <ent type='LOC'>North</ent>
Carolina school children, "not usually less than eight to ten
years old," the identical group is now authorized by President
Bush to do it to 58 countries in Asia, Africa, and Ibero-America.
@ -2339,7 +2340,7 @@ local social groups in the non-white countries, to break down
psychological resistance to the surgical sterilization teams.</p>
<p>Notes</p>
<p>1. Phyllis Tilson Piotrow, {World Population Crisis: The United
States Response} (New York: Praeger Publishers, 1973),
States Response} (<ent type='GPE'>New York</ent>: Praeger Publishers, 1973),
"Forward" by George H.W. Bush, pp. vii-viii.</p>
<p>2.
Adolf Hitler, {Mein Kampf} (Boston, Houghton Mifflin Company,
@ -2355,23 +2356,23 @@ company that 'invests in and oversees a lot of smaller companies
Committee of the U.S. Senate Investigating the National Defense
Program. The hearings on Standard Oil were held March 5, 24, 26,
27, 31, and April 1, 2, 3 and 7, 1942. Available on microfiche,
law section, Library of Congress. See also {New York Times,}
law section, Library of Congress. See also {<ent type='ORG'>New York Times</ent>,}
March 26 and March 27, 1942, and {Washington Evening Star,} March
26 and March 27, 1942.</p>
<p>5. {Ibid.,} Exhibit No. 368, printed on pp. 4584-87 of the
hearing record. See also Charles Higham,{Trading With The
Enemy} (New York: Delacorte Press, 1983), p. 36.</p>
Enemy} (<ent type='GPE'>New York</ent>: Delacorte Press, 1983), p. 36.</p>
<p>6. Confidential memorandum from U.S. Embassy, Berlin, {op.
cit.,} chapter2. Sir Henri Deterding was among the most
notorious pro-Nazis of the early war period.</p>
<p>7. See sections on Prescott Bush in Darwin Payne, {Initiative in
Energy: Dresser Industries, Inc.} (New York: Distributed by Simon
Energy: Dresser Industries, Inc.} (<ent type='GPE'>New York</ent>: Distributed by Simon
and Schuster, 1979) (published by the Dresser Company).</p>
<p>8. William Stamps Farish obituary, {New York Times,} Nov. 30,
<p>8. William Stamps Farish obituary, {<ent type='ORG'>New York Times</ent>,} Nov. 30,
1942.</p>
<p>9. {A Decade of Progress in Eugenics: Scientific Papers of the
Third International Congress of Eugenics held at American Museum
of Natural History New York, August 21-23, 1932.} (<ent type='GPE'>Baltimore</ent>:
of Natural History <ent type='GPE'>New York</ent>, August 21-23, 1932.} (<ent type='GPE'>Baltimore</ent>:
Williams &amp; Wilkins Company, September, 1934).
The term "eugenics" is taken from the Greek to signify
"good birth" or "well-born," as in aristocrat. Its basic
@ -2391,9 +2392,9 @@ I will be only too glad to put you in touch with the
Hamburg-American Line they may be able to co-operate in making
suggestions which will keep the expenses to a minimum. I have
referred your letter to Mr. Emil Lederer [of the Hamburg-Amerika
executive board in New York] with the request that he communicate
executive board in <ent type='GPE'>New York</ent>] with the request that he communicate
with you.</p>
<p> Davenport to Mr. W.A. <ent type='PERSON'>Harriman</ent>, 59Wall Street, New York,
<p> Davenport to Mr. W.A. <ent type='PERSON'>Harriman</ent>, 59Wall Street, <ent type='GPE'>New York</ent>,
N.Y.</p>
<p> January 23, 1932
Dear Mr. <ent type='PERSON'>Harriman</ent>:
@ -2409,12 +2410,12 @@ those carrying out Nazi propaganda chores. See {Investigation of
Nazi Propaganda Activities and Investigation of Certain Other
Propaganda Activities,} {op. cit.,} chapter 2.</p>
<p>12.
Alexis Carrel, {Man the Unknown} (New York: Halcyon House,
Alexis Carrel, {Man the Unknown} (<ent type='GPE'>New York</ent>: Halcyon House,
published by arrangement with Harper &amp; Brothers, 1935), pp.
318-19.
The battle cry of the New Order was sounded in 1935with the
publication of {Man the Unknown,} by Dr. Alexis Carrel of the
<ent type='PERSON'>Rockefeller</ent> Institute in New York. This Nobel Prize-winner said
<ent type='PERSON'>Rockefeller</ent> Institute in <ent type='GPE'>New York</ent>. This Nobel Prize-winner said
"enormous sums are now required to maintain prisons and insane
asylums.... Why do we preserve these useless and harmful
beings? This fact must be squarely faced. Why should society
@ -2440,8 +2441,8 @@ Syracuse, N.Y.</p>
<p>14.
Higham, {op. cit.,} p. 35.</p>
<p>15.
Engagement announced Feb. 10, 1939, {New York Times,}p. 20.
See also {Directory of Directors} for New York City, 1930s and
Engagement announced Feb. 10, 1939, {<ent type='ORG'>New York Times</ent>,}p. 20.
See also {Directory of Directors} for <ent type='GPE'>New York City</ent>, 1930s and
1940s.</p>
<p>16.
Higham, {op. cit.,} pp. 20, 22 and other references to
@ -2472,9 +2473,9 @@ strike his German bargains. All Dillon Read &amp; Co. affairs in
Germany were supervised by J.P. Morgan &amp; Co. partner Thomas
Lamont, and were authorized by Bank of England Governor Montagu
Norman.</p>
<p>24. See {Poor's Register of Directors and Executives,} (New York:
<p>24. See {Poor's Register of Directors and Executives,} (<ent type='GPE'>New York</ent>:
Poor's Publishing Company, late 1920s, '30s and '40s).See also
{Standard Corporation Records} (New York: Standard &amp; Poor), 1935
{Standard Corporation Records} (<ent type='GPE'>New York</ent>: Standard &amp; Poor), 1935
edition pp. 2571-25,and 1938 edition pp. 7436-38, for
description and history of the German Credit and Investment
Corporation. For Frederic Brandi, See also Sobel, {op. cit.,} p.
@ -2494,14 +2495,14 @@ Federation as of publication date in September, 1934.Rudin is
listed as president--a year after he has written the
sterilization law for Hitler.</p>
<p>28.
{Directory of Directors for New York City,} 1942. Interview with
{Directory of Directors for <ent type='GPE'>New York City</ent>,} 1942. Interview with
Nancy Bowles, librarian of Dillon Read &amp; Co.</p>
<p>29.
Higham, {op. cit.,} p. 129, 212-15, 219-23.</p>
<p>30.
Walter Isaacson and Evan Thomas, {The Wise Men: Six Friends and
the World They Made--Acheson, Bohlen, <ent type='PERSON'>Harriman</ent>, Kennan, Lovett,
McCloy} (New York: Simon and Schuster, 1986), pp. 122, 305.</p>
McCloy} (<ent type='GPE'>New York</ent>: Simon and Schuster, 1986), pp. 122, 305.</p>
<p>31.
Piotrow, {op. cit.,} pp. 36-42.</p>
<p>32.
@ -2547,8 +2548,8 @@ Lines: 1271</p>
New Federalist. For further information, or to subscribe, please
contact me by e-mail.</p>
<p>CHAPTER 4: "THE CENTER OFPOWER IS IN WASHINGTON" Brown
Brothers <ent type='PERSON'>Harriman</ent> &amp; Co. 59 Wall Street, New York Cable Address
"Shipley-New York" Business Established 1818
Brothers <ent type='PERSON'>Harriman</ent> &amp; Co. 59 Wall Street, <ent type='GPE'>New York</ent> Cable Address
"Shipley-<ent type='GPE'>New York</ent>" Business Established 1818
Private Bankers</p>
<p>September 5, 1944</p>
<p>The Honorable W. A. <ent type='PERSON'>Harriman</ent> American Ambassador to the U.S.S.R.
@ -2580,27 +2581,27 @@ April Roosevelt died. The agreement reached at Yalta, calling
for free elections in Poland once the war ended, was never
enforced.
Over the next eight years (1945 through 1952), Prescott Bush
was <ent type='PERSON'>Harriman</ent>'sanchorin the New York financial world. The
was <ent type='PERSON'>Harriman</ent>'sanchorin the <ent type='GPE'>New York</ent> financial world. The
increasingly powerful Mr. <ent type='PERSON'>Harriman</ent> and his allies gave Eastern
Europe over to Soviet dictatorship. A Cold War was then
undertaken, to "counterbalance" the Soviets.
This British-inspired strategy paid several nightmarish
This <ent type='NORP'>British</ent>-inspired strategy paid several nightmarish
dividends. Eastern Europe was to remain enslaved. Germany was
"permanently" divided. Anglo-American power was jointly
exercised over the non-Soviet "Free World." The confidential
functions of the British and American governments were merged.
functions of the <ent type='NORP'>British</ent> and American governments were merged.
The <ent type='PERSON'>Harriman</ent> clique took possession of the U.S. national security
apparatus, and in doing so, they opened the gate and let the Bush
family in.
- * * * -</p>
<p> Following his services to Germany's Nazi Party, Averell
<ent type='PERSON'>Harriman</ent> spent several years mediating between the British,
<ent type='PERSON'>Harriman</ent> spent several years mediating between the <ent type='NORP'>British</ent>,
American, and Soviet governments in the war to stop the Nazis. He
was ambassador to Moscow from 1943 to 1946.</p>
<p> President Harry Truman, whom <ent type='PERSON'>Harriman</ent> and his friends held in
amused contempt, appointed <ent type='PERSON'>Harriman</ent> U.S. ambassador to Britain
in 1946.
<ent type='PERSON'>Harriman</ent> was at lunch with former British Prime Minister
<ent type='PERSON'>Harriman</ent> was at lunch with former <ent type='NORP'>British</ent> Prime Minister
Winston Churchill one day in 1946,when Truman telephoned.
<ent type='PERSON'>Harriman</ent> asked Churchill if he should accept Truman's offer to
come back to the U.S. as Secretary of Commerce. According to
@ -2699,12 +2700,12 @@ partner at Brown Brothers <ent type='PERSON'>Harriman</ent>, had been Assistant
of War for Air from 1941 to 1945. Lovett was the leading American
advocate of the policy of terror-bombing of civilians. He
organized the Strategic Bombing Survey, carried out for the
American and British governments by the staff of the Prudential
American and <ent type='NORP'>British</ent> governments by the staff of the Prudential
Insurance Company, guided by London's Tavistock Psychiatric
Clinic.
In the postwar period, Prescott Bush was associated with
Prudential Insurance,one of Lovett's intelligence channels to
the British secret services. Prescott was listed by Prudential
the <ent type='NORP'>British</ent> secret services. Prescott was listed by Prudential
as a director of the company for about two years in the early
1950s.
Their Strategic Bombing Survey failed to demonstrate any real
@ -2749,7 +2750,7 @@ new CIA.
U.S. military traditionalists centered around Gen. Douglas
MacArthur opposed Lovett's proposal. The continuation of the OSS
had been attacked at the end of the war on the grounds that the
OSS was entirely under British control, and that it would
OSS was entirely under <ent type='NORP'>British</ent> control, and that it would
constitute an American Gestapo.s6 But the CIA was established in
1947 according to the prescription of Robert Lovett, of Jupiter
Island.
@ -2762,7 +2763,7 @@ Whitney, long-time chairman of Pan American Airways (Prescott was
a Pan Am director), became assistant secretary of the U.S. Air
Force in 1947. Sonny's wife Marie had divorced him and married
Averell <ent type='PERSON'>Harriman</ent> in 1930. Joan and Sonny's uncle, Air Marshal Sir
Thomas Elmhirst, was director of intelligence for the British Air
Thomas Elmhirst, was director of intelligence for the <ent type='NORP'>British</ent> Air
Force from 1945 to 1947.
Joan's brother, John Hay("Jock") Whitney, was to be
ambassador to Great Britain from 1955 to 1961 ... when it would
@ -2774,8 +2775,8 @@ was chairman of Vitro Corporation,makers of parts for
submarine-launched ballistic missiles, equipment for frequency
surveillance and torpedo guidance, and other subsurface
weaponry.
Naval warfare has long been a preoccupation of the British
Empire. British penetration of the U.S. Naval Intelligence
Naval warfare has long been a preoccupation of the <ent type='NORP'>British</ent>
Empire. <ent type='NORP'>British</ent> penetration of the U.S. Naval Intelligence
service has been particularly heavy since the tenure of Joan's
Anglophile grandfather, William C. Whitney, as secretary of the
Navy for President Grover Cleveland. This traditional covert
@ -2845,10 +2846,10 @@ Dillon Read firm in 1971 and himself continued as chairman of the
Executive Committee. C. Douglas Dillon would be a vital ally of
his neighbor Prescott Bush during the Eisenhower administration.
sb|{Publisher Nelson Doubleday} headed his family's publishing
firm, founded under the auspices of J.P. Morgan and other British
firm, founded under the auspices of J.P. Morgan and other <ent type='NORP'>British</ent>
Empire representatives. When George Bush's"Uncle Herbie"
died, Doubleday took over as majority owner and chief executive
of the New York Mets baseball team.
of the <ent type='GPE'>New York</ent> Mets baseball team.
Some other specialized corporate owners had their place in
<ent type='PERSON'>Harriman</ent>'s strange club.
sb|{George W. Merck,} chairman of Merck &amp; Co., drug and
@ -2913,7 +2914,7 @@ The results of the Army's inquest were kept secret. Forrestal's
diaries were published, 80 percent deleted, after a year of
direct government censorship and rewriting.
- * * * -
<ent type='PERSON'>North</ent> Korean troops invaded South Korea in June 1950, after
<ent type='LOC'>North Korean</ent> troops invaded South Korea in June 1950, after
U.S. Secretary of State Dean Acheson (<ent type='PERSON'>Harriman</ent>'s very close
friend) publicly specified that Korea would not be defended.
With a new war on, <ent type='PERSON'>Harriman</ent> came back to serve as President
@ -2957,8 +2958,8 @@ everything but commander-in-chief.
These were, of course, exciting times for the Bush family,
whose wagon was hitched to the financial gods of Olympus--to
Jupiter, that is.</p>
<p>Brown Brothers <ent type='PERSON'>Harriman</ent> &amp; Co. 59 Wall Street, New York 5, N.Y.
Business Established 1818 Cable Address "Shipley-New York"
<p>Brown Brothers <ent type='PERSON'>Harriman</ent> &amp; Co. 59 Wall Street, <ent type='GPE'>New York</ent> 5, N.Y.
Business Established 1818 Cable Address "Shipley-<ent type='GPE'>New York</ent>"
Private Bankers
April 2, 1951</p>
<p>The Honorable W.A. <ent type='PERSON'>Harriman</ent>, The White House, Washington, D.C.</p>
@ -2983,11 +2984,11 @@ The <ent type='PERSON'>Harriman</ent> security regime created the Psychological
Strategy Board (PSB) in 1951. The man appointed director of the
PSB, Gordon Gray, is familiar to the reader as the sponsor of the
child sterilization experiments, carried out by the <ent type='PERSON'>Harriman</ent>ite
eugenics movement in <ent type='PERSON'>North</ent> Carolina following World War II.
eugenics movement in <ent type='LOC'>North Carolina</ent> following World War II.
Gordon Gray was an avid Anglophile, whose father had gotten
controlling ownership of the R.J. <ent type='PERSON'>Reynolds</ent> Tobacco Company
through alliance with the British Imperial tobacco cartel's U.S.
representatives, the Duke family of <ent type='PERSON'>North</ent> Carolina. Gordon's
through alliance with the <ent type='NORP'>British</ent> Imperial tobacco cartel's U.S.
representatives, the Duke family of <ent type='LOC'>North Carolina</ent>. Gordon's
brother, R.J. <ent type='PERSON'>Reynolds</ent> chairman Bowman Gray Jr., was also a naval
intelligence officer, known around Washington as the "founder of
operational intelligence." Gordon Gray became a close friend and
@ -3074,7 +3075,7 @@ In his foreword to a population control propaganda book,
George Bush wrote about that1950 election: "My own first
awareness of birth control as a public policy issue came with a
jolt in 1950 when my father was running for United States Senate
in Connecticut. Drew Pearson, on the <ent type='LOC'>Sunday</ent> before Election day,
in Connecticut. Drew Pearson, on the Sunday before Election day,
'revealed' that my father was involved with Planned
Parenthood.... Many political observers felt a sufficient number
of voters were swayed by his alleged contacts with the birth
@ -3089,14 +3090,14 @@ his seat in the United States Senate, because it has just been
made known that Prescott Bush, his opponent, is president of the
Birth Control Society" or chairman, member of the board of
directors, or something, "of the Birth Control Society. In this
country, and of course with Connecticut's heavy Catholic
country, and of course with Connecticut's heavy <ent type='NORP'>Catholic</ent>
population, and its laws against birth control ... this is going
to be too much for Bush to rise above. Benton will be elected.
I predict."
The next <ent type='LOC'>Sunday</ent>, they handed out, at these Catholic Churches
The next Sunday, they handed out, at these <ent type='NORP'>Catholic</ent> Churches
in Waterbury and Torrington and Bridgeport, handbills, quoting
Drew Pearson's statement on the radio about Prescott Bush, you
see--I predict. Well, my telephone started ringing that <ent type='LOC'>Sunday</ent>
see--I predict. Well, my telephone started ringing that Sunday
at home, and when I'd answer, or Dotty [Prescott's wife, George's
mother] would answer--"Is this true, what they say about
Prescott Bush?This can't be true. Is it true?"
@ -3112,16 +3113,16 @@ switch [sic].
recollections.]
"I'd forgotten the exact sequence, but that was it.... The
state then--and I think still is--probably about 55 percent
Catholic population, with all the Italian derivation people
[sic],and Polish is very heavy, and the Catholic church is very
<ent type='NORP'>Catholic</ent> population, with all the Italian derivation people
[sic],and Polish is very heavy, and the <ent type='NORP'>Catholic</ent> church is very
dominant here, and the archbishop was death on this birth control
thing. They fought repeal every time it came up in the
legislature, and {we never did get rid of that prohibition until
just a year or two ago,} as I recall it [emphasis added].s1s2</p>
<p> Prescott Bush was defeated, while the other Republican
candidates fared well in Connecticut. He attributed his loss to
the Catholic Church. After all, he had dependable friends in the
news media. The {New York Times}loved him for his bland
the <ent type='NORP'>Catholic</ent> Church. After all, he had dependable friends in the
news media. The {<ent type='ORG'>New York Times</ent>}loved him for his bland
pleasantness. He just about owned <ent type='ORG'>CBS</ent>. Twenty years earlier,
Prescott Bush had personally organized the credit to allow
William S. Paley to buy the <ent type='ORG'>CBS</ent> (radio, later television) network
@ -3197,7 +3198,7 @@ concerns, and monitor his moods. Ike was very grateful to
Prescott, who never revealed the President's scores.
The public image of his relationship to the President may be
gleaned from a 1956 newspaper profile of Prescott Bush's role in
the party. The {New York Times,}which 11 years before had
the party. The {<ent type='ORG'>New York Times</ent>,}which 11 years before had
consciously protected him from public exposure as a Nazi banker,
fawned over him in an article entitled, "His Platform:
Eisenhower":"A tall, lean, well-dressed man who looks exactly
@ -3252,7 +3253,7 @@ Hill...."s1s5
<p>1.
Walter Isaacson and Evan Thomas, {The Wise Men}: Six Friends and
the World They Made--Acheson, Bohlen, <ent type='PERSON'>Harriman</ent>, Kennan, Lovett,
McCloy} (New York: Simon and Schuster, 1986), p. 377.</p>
McCloy} (<ent type='GPE'>New York</ent>: Simon and Schuster, 1986), p. 377.</p>
<p>2.
Reed was better known in high society as a minor diplomat, the
founder of the Triton Press and the president of the American
@ -3277,23 +3278,23 @@ postwar world and to pry into the lives of citizens sat home.
York: Times Books, 1982), p.625, on warnings to FDR about the
British control of U.S. intelligence.</p>
<p>7. Dennis Eisenberg, Uri Dan, Eli Landau, {Meyer Lansky: Mogul of
the Mob} (New York: Paddington Press, 1979) pp. 227-28.</p>
the Mob} (<ent type='GPE'>New York</ent>: Paddington Press, 1979) pp. 227-28.</p>
<p>8. See John Ranelagh, {The Agency: The Rise and Decline of the
CIA}, (New York: Simon and Schuster, 1987), pp. 131-32.</p>
<p>9. Clark Clifford, {Counsel to the President} (New York: Random
CIA}, (<ent type='GPE'>New York</ent>: Simon and Schuster, 1987), pp. 131-32.</p>
<p>9. Clark Clifford, {Counsel to the President} (<ent type='GPE'>New York</ent>: Random
House, 1991).</p>
<p>10. Sidney Hyman, {The Life of William Benton} (Chicago: The
University of Chicago Press, 1969), pp. 438-41.</p>
<p>11. Phyllis Tilson Piotrow, {World Population Crisis: The United
States Response} (New York: Praeger Publishers, 1973),
States Response} (<ent type='GPE'>New York</ent>: Praeger Publishers, 1973),
"Forward" by George H.W. Bush, p. vii.</p>
<p>12. Interview with Prescott Bush in the Oral History Research
Project conducted by <ent type='GPE'>Columbia</ent> University in1966, Eisenhower
Administration Part II; pp. 62-4.</p>
<p>13. Herbert S. Parmet, {Eisenhower and the American Crusades}
(New York: The Macmillan Company, 1972), p. 14.</p>
<p>14. {New York Times}, Sept. 6, 1952, Nov. 5, 1952, Nov. 7, 1956.</p>
<p>15. {New York Times}, Aug. 21, 1956.</p>
(<ent type='GPE'>New York</ent>: The Macmillan Company, 1972), p. 14.</p>
<p>14. {<ent type='ORG'>New York Times</ent>}, Sept. 6, 1952, Nov. 5, 1952, Nov. 7, 1956.</p>
<p>15. {<ent type='ORG'>New York Times</ent>}, Aug. 21, 1956.</p>
<p>Any comments, please send by email, as I get very far behind on
this group.</p>
<p>Thanks.</p>
@ -3301,4 +3302,5 @@ this group.</p>
coviciccs.covici.com
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
Wrong Number BBS FILE NAME: BUSHBOMB.TXT </p>
<p> [Reproduced with permission from _The Spotlight_, June 22, 1992 </p>
@ -91,4 +92,5 @@ international terrorist crimes when it clamped harsh sanctions on Libya
last April, faces a tougher challenge: How to deal with a case of aerial
mass murder in which the principal suspect happens to be THE INCUMBENT
PRESIDENT OF THE UNITED STATES. </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
*** The "Liberation of the Camps": FACTS vs. LIES ***</p>
<p> By Theodore J. O'Keefe
@ -15,7 +16,7 @@ destroying their national pride and their will to a united, independant national
* was quite different from the one in which they were coaching military *
* public information officers, government spokesmen, politicians, *
* journalists, and other mouthpieces. *</p>
<p> When American and British forces overran western and central Germany in the spring of 1945, they were followed by troops charged with discovering and securing any evidence of German war crimes. Among them was Dr. Charles Larson, one of America's
<p> When American and <ent type='NORP'>British</ent> forces overran western and central Germany in the spring of 1945, they were followed by troops charged with discovering and securing any evidence of German war crimes. Among them was Dr. Charles Larson, one of America's
leading forensic pathologists, who was assigned to the Judge Advocate General's Department. Dr. Larson performed autopsies at <ent type='LOC'>Dachau</ent> and some twenty other German camps, examining on some days more than 100 corpses. After his grim work at <ent type='LOC'>Dachau</ent>, he was questioned for three days by U.S. Army prosecutors.^1</p>
<p> Dr. Larson's findings? According to an interview he gave to an American journalist in 1980, "What we've heard is that six million Jews were exterminated. Part of that is a hoax."^2 And what part was the hoax? Dr. Larson, who told his biographer that to his knowledge he "was the only forensic pathologist on duty in the entire European Theater,"^3 informed "Wichita Eagle" reporter Jan Floerchinger that "never was a case of poison gas uncovered."^4 Neither Dr. Larson nor any other forensic specialist has ever been cited by any Holocaust historian to substantiate a single case of death by poison gas, whether Zyklon-B or any other variety.</p>
<p> Typhus, Not Poison Gas</p>
@ -25,7 +26,7 @@ who was with U.S. forces in Germany in 1945. Dr. Gordon reported in 1948 that "T
follows:</p>
<p> Germany was in chaos. The destruction of whole cities and the path left by advancing armies produced a disruption of living conditions contributing to the spread of the disease. Sanitation was low grade, public utilities were seriously disrupted
food supply and food distribution was poor, housing was inadequate and order and discipline were everywhere lacking. Still more important, a shifting of populations was occurring such as few countries and few times have experienced.^5</p>
<p> Dr. Gordon's findings are corroborated by Dr. Russel Barton, today a psychiatrist of international repute, who entered Bergen-Belsen with British forces as a young medical student in 1945. Barton, who volunteered to care for the diseased survivors, testified under sworn oath in a Toronto courtroom in 1985 that "Thousands of prisoners who died at the Bergen-Belsen concentration camp during World War II weren't deliberately starved to death but died from a rash of diseases."^6 Dr. Barton further testified that on entering the camp he had credited stories of deliberate starvations but had decided such stories were untrue after inspecting the well-equipped kitchens and the meticulously maintained ledgers, dating back to 1942, of food cooked and dispensed each day. Despite noisily publicized claims and widespread popular notions to the contrary, no researcher has been able to document a German policy of extermination through starvation in the German camps.</p>
<p> Dr. Gordon's findings are corroborated by Dr. Russel Barton, today a psychiatrist of international repute, who entered Bergen-Belsen with <ent type='NORP'>British</ent> forces as a young medical student in 1945. Barton, who volunteered to care for the diseased survivors, testified under sworn oath in a Toronto courtroom in 1985 that "Thousands of prisoners who died at the Bergen-Belsen concentration camp during World War II weren't deliberately starved to death but died from a rash of diseases."^6 Dr. Barton further testified that on entering the camp he had credited stories of deliberate starvations but had decided such stories were untrue after inspecting the well-equipped kitchens and the meticulously maintained ledgers, dating back to 1942, of food cooked and dispensed each day. Despite noisily publicized claims and widespread popular notions to the contrary, no researcher has been able to document a German policy of extermination through starvation in the German camps.</p>
<p> No Lampshades, No Handbags, Etc.</p>
<p> What of the ghoulish stories of concentration camp inmates skinned for their tattoos, flayed to make lampshades and handbags, or other artifacts? What of the innumerable "torture racks," "meathooks," whipping posts, gallows, and other tools of torment and death that are reported to have abounded at every German camp? These allegations, and even more grotesque ones profferred by Soviet prosecutors, found their way into the record at Nuremberg.</p>
<p> The lampshade and tattooed-skin charges were made against Ilse Koch, dubbed by journalists the "Bitch of Buchenwald," who was reported to have furnished her house with objects manufactured from the tanned hides of luckless inmates. But General Lucius Clay, military governor of the U.S. zone of occupied Germany, who reviewed her case in 1948, told his superiors in Washington: "There is no convincing evidence that she [Ilse Koch] selected inmates for extermination in order to secure tattooed sins or that she possessed any articles made of human skin."^7 In an interview General Clay gave years later, he stated about the material for the infamous lampshades: "Well, it turned out actually that it was goat flesh. But at the trial it was still
@ -56,16 +57,16 @@ he German weekly "Die Zeit" in which he stated categorically: "Neither in <ent t
camps on German soil."^17 And <ent type='LOC'>Dachau</ent> "gas chamber" No. 2, which was once presented to a stunned and grieving world as a weapon which claimed hundreds of thousands of lives, is now described in the brochure issued to tourists at the modern <ent type='LOC'>Dachau</ent> "memorial site" in these words: "This gas chamber, camouflaged as a shower room, was not used."^18</p>
<p> The Propaganda Intensifies</p>
<p> More than forty years after American troops entered <ent type='LOC'>Dachau</ent>, Buchenwald, and the other German camps, and trained American investigators established the facts as to what had gone on in them, the government in Washington, the entertainment media in
Hollywood, and the print media in New York continue to churn out millions of words and images annually on the horrors of the camps and the infamy of the Holocaust. Despite the fact that, with the exception of the defeated Confederacy, no enemy of America has ever so suffered so complete and devestating defeat as did Germany in 1945, the mass media and the politicians and bureaucrats behave as if Hitler, his troops, and his concentration camps continue to exist in an eternal present, and our opinion makers continue to distort, through ignorance or malice, the facts about the camps.</p>
Hollywood, and the print media in <ent type='GPE'>New York</ent> continue to churn out millions of words and images annually on the horrors of the camps and the infamy of the Holocaust. Despite the fact that, with the exception of the defeated Confederacy, no enemy of America has ever so suffered so complete and devestating defeat as did Germany in 1945, the mass media and the politicians and bureaucrats behave as if Hitler, his troops, and his concentration camps continue to exist in an eternal present, and our opinion makers continue to distort, through ignorance or malice, the facts about the camps.</p>
<p> Time for the Truth</p>
<p> It is time that the government and the professional historians revealed the facts about <ent type='LOC'>Dachau</ent>, Buchenwald, and the other camps. It is time that they let the American public know how the inmates died, and how they didn't die. It is time that the
claims as to mass murder by gassing were clarified and investigated in the same manner as any other claims of murder are dealt with. It is time that the free ride certain groups have enjoyed as the result of unchallenged Holocaust claims be terminate, just as it is time that other groups, including Germans, eastern Europeans, the Roman Catholic hierarchy, and the wartime leadership of America and Britain stop being scapegoated, either for their alleged role in the Holocaust or their supposed failure to stop it.</p>
claims as to mass murder by gassing were clarified and investigated in the same manner as any other claims of murder are dealt with. It is time that the free ride certain groups have enjoyed as the result of unchallenged Holocaust claims be terminate, just as it is time that other groups, including Germans, eastern Europeans, the Roman <ent type='NORP'>Catholic</ent> hierarchy, and the wartime leadership of America and Britain stop being scapegoated, either for their alleged role in the Holocaust or their supposed failure to stop it.</p>
<p> Above all, it is time that the citizens of this great democratic Republic have the facts about the camps, facts which they possess a right to know, a right that is fundamental to the exercise of their authority and their will in the governance o
their country. As citizens and as taxpayers, Americans of all ethnic backgrounds, of all faiths, have a basic right and an overriding interest in determining the facts of incidents which are deemed by those in positions of power to be determinative in America's foreign policy, in its educational policy, in its selection of past events to be memorialized in our civic life. The alleged facts of the Holocaust are today at issue all over the civilized world: in Germany, in France, in Italy, in Britain, in the Low Countries and Scandinavia, in Japan, across our border in <ent type='GPE'>Canada</ent> and in the United States of America itself. The truth will be decided only by recourse to the facts, in the public forum: not by concealing the facts, denying the truth, stonewalling reality. The truth will out, and it is time the government of this country, and governments and international bodies throughout the world, made public and patent the evidence of what actually transpired in the German concentration camps in
the years 1933-1945, so that we may put paid to the lies, without fear or favor, and carry out the work of reconciliation and renewal that is and must be the granite foundation of mutual tolerance between peoples and of a peace based on justice, rather than on guns, barbed wire, prisons, and lies.</p>
<p> NOTES</p>
<p> 1. _Crime Doctor_, a biography of Larson by John D. McCallum, Mercer,
Washington &amp; Vancouver, British <ent type='GPE'>Columbia</ent>, <ent type='GPE'>Canada</ent>, 1979, p. 69.</p>
Washington &amp; Vancouver, <ent type='NORP'>British</ent> <ent type='GPE'>Columbia</ent>, <ent type='GPE'>Canada</ent>, 1979, p. 69.</p>
<p> 2. _Wichita Eagle_, April 1, 1980, p. 4C.</p>
<p> 3. _Crime Doctor_, p. 46.</p>
<p> 4. _Wichita Eagle_, April 1, 1980, p. 4C.</p>
@ -74,7 +75,7 @@ Operations, U.S. Army, 1945," in Forest Ray Moulton, Ed., _Rickettsial
Diseases of Man_, Am. Acad. for the Advancement of Science, Washington D.C.
1948.</p>
<p> 6. _Toronto Star_, February 8, 1985, p. A2.</p>
<p> 7. _New York Times_, 24 September 1948, p. 3.</p>
<p> 7. _<ent type='ORG'>New York Times</ent>_, 24 September 1948, p. 3.</p>
<p> 8. Interview with Lucius Clay, _Official Proceeding of the George C. Marshall
Research Foundation,_ cited in "Buchenwald: Legend and Reality," Mark
Weber, _The Journal of Historical Review_, Vol. 7, no. 4.</p>
@ -94,7 +95,7 @@ IHR, 1984, pp. 110-111.</p>
<p>15. _Concentration Camp at Natzwiller [sic]_, RG 331, Records of Allied
Operations and Occupation, Army Headquarters WW2, SHAEF/G-5/2717, Modern
Military, National Archives, Washington, D.C., cited in Robert H. Abzug,
_Inside the Vicious Heart_, Oxford University Press, New York, 1985, p. 10,
_Inside the Vicious Heart_, Oxford University Press, <ent type='GPE'>New York</ent>, 1985, p. 10,
p. 181.</p>
<p>16. _Die Zeit_, Hamburg, Germany, August 26, 1960.</p>
<p>17. _Books &amp; Bookmen_, April 1975, Vol. 7, p. 5.</p>
@ -139,4 +140,5 @@ THE INSTITUTE FOR HISTORICAL REVIEW
1822 1/2 Newport Blvd., Suite 191
Costa Mesa, California 92627
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
-------------------------------------------------------------------------------
CARTER'S TRUE LEGACY SHOCKING</p>
@ -85,4 +86,5 @@ to The Spotlight appears, including this address:</p>
Washington, DC 20003
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>CUBA, <ent type='PERSON'>CASTRO</ent>, and the UNITED STATES
or How One Man With A Cigar Dominated American Foreign Policy</p>
<p> In 1959, a rebel, Fidel Castro, overthrew the reign of
@ -379,4 +380,5 @@ insane speculation, and wild rumours. ALL-TEXT BBS SYSTEMS.</p>
<p>Full access for first-time callers. We don't want to know who you are,
where you live, or what your phone number is. We are not Big Brother.</p>
<p> "Raw Data for Raw Nerves"</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> CELINE'S LAWS
by Hagbard Celine</p>
<p> As every thinking person has noticed, our national life has
@ -64,7 +65,7 @@ audible sound, because of the possible electronic eavesdroppers.
As Nixion says so wistfully on the Watergate transcripts, "Well,
Hoover performed. He would have fought. That was the point. He
would have defied a few people. He would have scared them to
death. HE HAS A FILE ON EVERYBODY!" <info type="">Caps added</info>. Thus, those
death. HE HAS A FILE ON EVERYBODY!" <special>Caps added</special>. Thus, those
who employ secret-police organizations MUST monitor them th be
sure they are not acquiring too much power.
In the United States today, the superelite that monitors the
@ -191,9 +192,9 @@ Dept. of Bedding, Washington DC 20001.</p>
those who hold a multiconspiracy theory (e.g., the Lesbian
Vegetarians are allied with the Yankees and Bilderbergers against
the Cowboys, the TV Networks, and the Cattle Mutilators); those
who believe it is all part of the UFO Cover-Up; and those who
who believe it is all part of the <ent type='EVENT'>UFO</ent> Cover-Up; and those who
claim that demons in the form of dogs told them it's connected
somehow with the alligators in New York's sewers.
somehow with the alligators in <ent type='GPE'>New York</ent>'s sewers.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p>************************************
@ -274,11 +275,11 @@ with the circulation of disinformation; we all need to know, at
least roughly, what the hell is really going on if we are not to
stumble around like blind robots colliding with things we weren't
told were there.
Maybe the UFO's really exist---or maybe the whole UFO
Maybe the <ent type='EVENT'>UFO</ent>'s really exist---or maybe the whole <ent type='EVENT'>UFO</ent>
phenomenon is a cover for an intelligence operation. Maybe there
are black holes where space and time implode---or maybe the
entire black-hole cosmology was created to befuddle and mislead
Russian scientists. Maybe Jimmy Carter really exists---or maybe
<ent type='NORP'>Russian</ent> scientists. Maybe Jimmy Carter really exists---or maybe
he is, as the National Lampoon claims, an actor named Sidney
Goldfarb specially trained to project the down-home virtues that
the American people nostalgically seek. Perhaps only three men
@ -287,7 +288,7 @@ answers to these questions---or perhaps those three are being
deceived by certain subordinates (as Lyndon Johnson was deceived
by the CIA about Vietnam) and are as disoriented as the rest of
us. Such is the logic of a Disinformation Matrix.
Personally, I find it easier to believe in UFO's than in black
Personally, I find it easier to believe in <ent type='EVENT'>UFO</ent>'s than in black
holes or Jimmy Carter; but that may just indicate the damage to
my own brain caused by the Optimum Fuckup of the Disinformation
Matrix.
@ -446,7 +447,7 @@ These three generalizations---that national security produces
national insecurity; that authoritarianism produces
miscommunication and eventual idiocy; and that honest politicians
are a plague upon society---will be found to fully explain the
Decline and Fall of Rome, the Decline and Fall of the British
Decline and Fall of Rome, the Decline and Fall of the <ent type='NORP'>British</ent>
Empire, and the Decline and Fall of any country you care to name.
They are as universal as Newton's laws of motion and apply to
ALL cases. Of course, the American Sociological Association says
@ -476,4 +477,5 @@ insane speculation, and wild rumours. ALL-TEXT BBS SYSTEMS.</p>
<p> Full access for first-time callers. We don't want to know who you are,
where you live, or what your phone number is. We are not Big Brother.</p>
<p> "Raw Data for Raw Nerves"</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p><ent type='NORP'>CHRISTIANITY</ent> AND FREEDOM</p>
<p>By JACOB G. HORNBERGER</p>
<p>Many Americans believe that by supporting the Welfare State,
@ -154,4 +155,5 @@ PO Box 9752, Denver, Colorado 80209, 303-777-3588.
Permission granted to reprint; please give appropriate credit
and send one copy of reprinted material to the Foundation.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
CHRONOLOGY OF SECRET SOCIETIES
Excerpted from THE OCCULT CONSPIRACY
@ -21,8 +22,8 @@ Stone Age tribes in Tibet.</p>
<p> 9000 - 8000 BCE
Estimated date of the destruction of Atlantis, according to some
occult traditions. The Atlantean priesthood flee to establish
colonies in the British Isles, Western Europe, North Africa and
South America. Rise of the Northern Mystery Tradition centered on
colonies in the <ent type='NORP'>British</ent> Isles, Western Europe, <ent type='LOC'>North Africa</ent> and
South America. Rise of the <ent type='LOC'>North Tradition</ent> centered on
the island of Thule and the Aryan culture. Invention of the runic
alphabet.</p>
<p> 5000 BCE
@ -32,41 +33,41 @@ goats. Possible contact between extraterrestials and early
Sumerian culture.</p>
<p> 5000 - 3000 BCE
Formation of the two lands in pre-dynastic Egypt ruled by
outsiders (Isis and Osiris). The Egyptian pantheon of gods
outsiders (Isis and Osiris). The <ent type='NORP'>Egyptian</ent> pantheon of gods
established including Horus, Thoth, Set, Ra, Ptah and Hathor.
Pharoahs regarded as the divine representatives of the Gods.</p>
<p> 3000 - 2000 BCE
Building of burial mounds and chambered tombs in Western Europe
and the Mediterranean area; the Sphinx and the Great Pyramids of
Giza and Cheops of Egypt; and the ziggurat (Towers of Babel) in
Ur. Sarmoung Brotherhood founded in Babylon.</p>
Ur. Sarmoung Brotherhood founded in <ent type='GPE'>Babylon</ent>.</p>
<p> 2000 - 1000 BCE
Reign of Thothmes III in Egypt (c. 1480). Foundation of the
Rosicrucian Order. Reign of Akhenaton (c. 1370) who establishes
the mystical Brotherhood of Aton dedicated to the worship of the
Sun as a symbol of the Supreme Creator. Erection of Stonehenge
and other megalithic stone circles in the British Isles. Reign of
<ent type='LOC'>Sun</ent> as a symbol of the Supreme Creator. Erection of Stonehenge
and other megalithic stone circles in the <ent type='NORP'>British</ent> Isles. Reign of
Ankhenaton's son Tutankhamun who re-establishes the old pantheon
of Egyptian gods and goddesses. Moses leads Children of Israel
of <ent type='NORP'>Egyptian</ent> gods and goddesses. Moses leads Children of Israel
out of slavery in Egypt during the reign of Ramses II to the
promised land of Canaan.</p>
<p> 1000 - 500 BCE
Foundation of the Dionysian Artificers. The building of Solomon's
temple (c. 950). Establishment of the city states of Greece and
the Olympic pantheon of gods to replace earlier Nature worship.
First temples erected in Mexico, Peru and southwest North America.
First temples erected in Mexico, Peru and southwest <ent type='LOC'>North America</ent>.
Celts invade Western Europe. Decline of Goddess worship and rise
of patriarchal sky gods personified by priest-kings. Rome founded
in 750.</p>
<p> 500 BCE - 001 CE
Celtic culture established in Britain. The foundation of Druidic
wisdom colleges in Gaul and the British Isles. Odin recognized as
major god in the Northern Mysteries replacing the Mother Goddess
wisdom colleges in Gaul and the <ent type='NORP'>British</ent> Isles. Odin recognized as
major god in the <ent type='LOC'>Northern Mysteries</ent> replacing the Mother Goddess
and is credited with inventing the runes. Buddha, Lao Tze,
Confucius, Pythagoras, Plato and Zoroaster preach their new
religions and philosophies. Maya culture in South America.
Establishment of Eleusinian mystery cults. Rise of the Essene
sect in Palestine and Judea. Birth of Jesus of Nazareth.</p>
sect in Palestine and Judea. Birth of Jesus of <ent type='GPE'>Nazareth</ent>.</p>
<p> 001 - 400 CE
Jesus possibly travels to India, Tibet and Britain to be initiated
into the esoteric traditions of East and West. Crucified for his
@ -79,13 +80,13 @@ by Zealots (66). Essenes suppressed and Dead Sea Scrolls hidden
in caves. Temple in Jerusalem destroyed by Romans (70). New
testament written. The Nazarenes break away from Judaism to found
the Christian Church (c. 80). Ormus is converted to Esoteric
Christianity by Mark. Mithrasim and the Mysteries of Isis compete
with Christianity in the Roman Empire. Mani, a Persian high
priest of Zoroastrianism, is crucified (276). Emperor Constantine
declares Christianity the official religion of the Roman Empire.
<ent type='NORP'>Christianity</ent> by Mark. Mithrasim and the Mysteries of Isis compete
with <ent type='NORP'>Christianity</ent> in the Roman Empire. Mani, a Persian high
priest of Zoroastrianism, is crucified (276). Emperor <ent type='PERSON'>Constantine</ent>
declares <ent type='NORP'>Christianity</ent> the official religion of the Roman Empire.
The Council of Nicea defines heresy, condemns paganism and lays
the theological foundation for the Catholic or Universal Church
(325). Constantine's successor Julian the Apostate (361 - 363)
the theological foundation for the <ent type='NORP'>Catholic</ent> or Universal Church
(325). <ent type='PERSON'>Constantine</ent>'s successor Julian the Apostate (361 - 363)
briefly re-establishes the pagan old religion. Emperor Theodosius
outlaws the worship of the pagan gods in Rome and closes the pagan
temples (378). Invasion of Rome, Greece and Europe by the
@ -98,7 +99,7 @@ Council of Whitby (664). Foundation of first Sufi secret
societies (c. 700). First written translation of Emerald Tablet
of Hermes Trismegistus. Charlemagne founds alleged first
Rosicrucian Lodge in Toulouse (898). Foundation of the Cathars,
Druzes and Yezedi (900). Heretical Catholic monks found first
Druzes and Yezedi (900). Heretical <ent type='NORP'>Catholic</ent> monks found first
Rosicrucian college (1000).</p>
<p> 1000 - 1400 CE
Foundation of the Order of the Devoted of Assassins by
@ -127,7 +128,7 @@ bull of Pope Innocent which began the medieval witch hunting
hysteria (1484 and 1486). Martin Luther begins Reformation
(1521). Henry Agrippa refers to the Templars as Gnostics and
worshippers of the phallic god Priapus (1530). Life of Dr John
Dee (1527-1608). Foundation of the British Secret Service by Sir
Dee (1527-1608). Foundation of the <ent type='NORP'>British</ent> Secret Service by Sir
Francis Walsingham. Birth of Johann Valenti Andrea (1586). Life
of Sir Francis Bacon (1561-1626). Defeat of the Spanish Armada,
with magical help from the New Forest Witches (1588).</p>
@ -142,12 +143,12 @@ Morton. English Civil War begins (1642). First English Mason
guild accepts non-stonemasons into its meetings (c. 1646).
Charles I convicted of treason and beheaded (1649). Oliver
Cromwell allegedly makes pact with the Devil in order to retain
power. Introduction of Freemasonry to American colonies by Dutch
settlers (1658). Order of Pietists founded in Pennsylvania
power. Introduction of <ent type='NORP'>Freemasonry</ent> to American colonies by Dutch
settlers (1658). Order of Pietists founded in <ent type='GPE'>Pennsylvania</ent>
(1694).</p>
<p> 1700 - 1800 CE
Birth of the Comte de Saint-Germain (1710). Masonic Grand Lodge
of England and Druid Order founded (1717). First Masonic lodge
Birth of the Comte de Saint-Germain (1710). <ent type='NORP'>Masonic</ent> Grand Lodge
of England and Druid Order founded (1717). First <ent type='NORP'>Masonic</ent> lodge
founded in France (1721)&gt; Benjamin Franklin initiated as Mason
(1731). Chevalier Alexander Ramsey informs French Masons that
they are heirs to the Templar tradition (1736). Roman Church
@ -160,15 +161,15 @@ visits England to discuss the future of American colonies with
Dashwood (1758). Foundation of the Rite of the Strict Observance
by Baron von Hund based on the Templar tradition. Frederick of
Prussia founds Order of the Architects of Africa and uses the
title Illuminati to describe his neo-Masonic lodges (1768).
title Illuminati to describe his neo-<ent type='NORP'>Masonic</ent> lodges (1768).
Franklin elected Grand Master of the Nine Sisters lodge in Paris
(1770). Grand Orient founded in France (1771). Boston Tea Party
(1773). Washington appointed Commander-in-Chief of the new
American Army (1775). Order of Perfectibilists or Illuminati
founded. American Revolution (1776). Czar Peter founds the
Secret Circle (1778). Supposed death of the Comte Saint-Germain
(1784). Grand Masonic Congress allegedly plots French Revolution.
Cagliostro involved in Diamond Necklace Affair. Illuminati banned
(1784). Grand <ent type='NORP'>Masonic</ent> Congress allegedly plots French Revolution.
Cagliostro involved in <ent type='PERSON'>Diamond</ent> Necklace Affair. Illuminati banned
in Bavaria and goes underground (1785). French Revolution (1789).
Illuminist conspiracy to overthrow the Hapsburgs (1794).</p>
<p> 1800 - 1900 CE
@ -185,10 +186,10 @@ to defeat Italian revolution incited by secret societies. John
Quincy Adams, initiate of the Dragon Society, is elected US
President (1820). Czar Alexander outlaws Masonry in Russia
(1822). Decembrist secret society attempts coup when Czar
Alexander allegedly dies (1825). AntiMasonic Party founded in US
Alexander allegedly dies (1825). Anti<ent type='NORP'>Masonic</ent> Party founded in US
to combat secret societies in American politics (1828). Wagner
joins the Vaterlandsverein, a secret society dedicated to the
formation of a pan-European federation of nations. Masonic
formation of a pan-European federation of nations. <ent type='NORP'>Masonic</ent>
convention at Strasbourg allegedly plots second French Revolution
(1848). Napoleon III condemns Grand Orient for dabbling in
radical politics (1850). Paschal Randolph founds Hermetic
@ -203,11 +204,11 @@ Assassination of Empress Elizabeth von Hapsburg by anarchist
(1898).</p>
<p> 1900 - 1897 CE
Foundation of the Ordo Templi Orientis (1900). International
Order of CoFreemasonry founded in 1902. Publication of The
Order of Co<ent type='NORP'>Freemasonry</ent> founded in 1902. Publication of The
Protocols of the Wise Men of Zion in Russia (1905). Foundation of
the Ancient and Mystical Order of the Rose Crucis (1909). Black
Hand Society founded in 1911. Aleister Crowley accepted as head
of the British OTO. Order of the Temple of the Rosy Cross founded
of the <ent type='NORP'>British</ent> OTO. Order of the Temple of the Rosy Cross founded
in 1912. Assassination of ArchDuke Franz Ferdinand and
Archduchess Sophia von Hapsberg. Attempted murder of Rasputin.
WWI begins in 1914. Kaiser Wilhelm abdicates. Hapsburg dynasty
@ -229,6 +230,7 @@ Exposure of P2 conspiracy. Attempt to assassinate John Paul II
founded on instructions of the revived Order of the Temple in
France (1984).</p>
<p>
<info type="">EOF</info>
<special>EOF</special>
5 January 1991</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
Article: 569 of sgi.talk.ratical
From: dave@ratmandu.esd.sgi.com (dave "who can do? ratmandu!" ratcliffe)
@ -44,7 +45,7 @@ explosive, commonly known as a urine bomb. This weapon is quite
deadly, easily exploded, and consists primarily of nitric acid and
urine. The urine bomb is one of literally hundreds of murderous
weapons in the CIA arsenal.
"The New York Times" of September 26, 1975 revealed the
"The <ent type='ORG'>New York Times</ent>" of September 26, 1975 revealed the
existence of guns that shoot cobra-venom darts. Then there was the
shoe polish compound intended to make Fidel Castro's beard fall
out, so that he would lose his "charisma." And CIA laboratories in
@ -93,7 +94,7 @@ scientific work being done by another nation. Or, the CIA might
want to disrupt a nation's economy in the hope that the resulting
chaos will lead to civil unrest and the overthrow of the existing
government (some of this actually happened in Chile). The original
John Rockefeller used such tactics against his competitors. He
John <ent type='PERSON'>Rockefeller</ent> used such tactics against his competitors. He
simply had their refineries blown up.
Another pamphlet the CIA would not like you to see is titled
"How to Kill," written by John Minnery, edited by Robert Brown and
@ -251,7 +252,7 @@ The author then cautions the reader:
injected into the subject, or taken orally by him by adding it to
his food. Use common sense in the application of these potions
and, if possible, double the O.D. necessary."
W.H. Bowart, in his book, "Operation Mind Control" described the
W.H. <ent type='PERSON'>Bowart</ent>, in his book, "Operation Mind Control" described the
CIA's use of drugs: "In 1953, the CIA made plans to purchase ten
kilograms of LSD for use in 'drug experiments with animals and
human beings.' Since there are more than 10000 doses in a gram,
@ -277,7 +278,7 @@ through the CIA, employed germ warfare during the Korean War. A
number of captured pilots testified that germ warfare was used, but
their testimony was dismissed as brainwashing. A Marine Corps
colonel named Frank H. Schwable signed a germ warfare confession
and, according to W.H. Bowart, "named names, cited missions,
and, according to W.H. <ent type='PERSON'>Bowart</ent>, "named names, cited missions,
described meetings and strategy conferences."
Schwable later repudiated his confession. But the charges of
germ warfare were taken up in front of the United Nations, and a
@ -301,4 +302,5 @@ daveus rattus </p>
<p> ko.yan.nis.qatsi (from the Hopi Language) n. 1. crazy life. 2. life
in turmoil. 3. life out of balance. 4. life disintegrating.
5. a state of life that calls for another way of living.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>EX-CIA OFFICIAL SPEAKS OUT</p>
<p>By Greg Kaza</p>
<p> This article is reprinted from Full Disclosure. Copyright (c) 1986
@ -241,7 +242,7 @@ the Soviets, who among other things captured Penkovsky, interrogated him, and
executed him, do you think for one minute they believe he kept a diary like
that? How could he have possibly have done it under the circumstances? The
whole thing is ludicrous. So we're not fooling the Soviets. What we're doing
is fooling the American people and pumping up the CIA. The British are
is fooling the American people and pumping up the CIA. The <ent type='NORP'>British</ent> are
notorious for this kind of thing. They're always putting out phony
autobiographies and biographies on their spies and their activities which are
just outright lies. They're done really to maintain the myth of English
@ -314,7 +315,7 @@ manuscript, where he was met by the KGB who took it back to Leningrad, looked
at it, and then it was finally published by TIME-LIFE. None of that has ever
been explained in my book. A couple of other journalists have made references
to this episode but never went into it. It's an open secret in the press
corps here in Washington and New York, but nobody ever wrote a real big story
corps here in Washington and <ent type='GPE'>New York</ent>, but nobody ever wrote a real big story
for a lot of reasons, because I guess it's just the kind of story that it's
difficult for them to get their hooks into. I knew people who were then in
the White House and State Department who were very suspicious of it because
@ -402,13 +403,13 @@ years that has always puzzled me is United States support for the Vanaaka
Party in what was once the New Hebrides Islands. In the late '70s, before the
New Hebrides achieved independence, there were basically two factions
fighting between themselves to see who would maintain control when the
colonial powers left. The British and the French had governed the New
colonial powers left. The <ent type='NORP'>British</ent> and the French had governed the New
Hebrides under a concept known as the condominium, and before independence,
the British and the labor movement in Australia threw their support behind
the <ent type='NORP'>British</ent> and the labor movement in Australia threw their support behind
the ubiquitous socialist faction, in this case, the Vanaaka Party. The French
offered some behind-the-scenes support to the second faction, which was
basically pro-free market and pro-West. The U.S. under Jimmy Carter went
along with the British. Do you have any idea why this might have been done?</p>
along with the <ent type='NORP'>British</ent>. Do you have any idea why this might have been done?</p>
<p>Marchetti: Offhand, I don't. The CIA has learned over the years that you
sometimes cannot support the people you would prefer to support, because they
just do not have the popular power to gain control or maintain control
@ -722,4 +723,5 @@ really worked.</p>
could derive additional information. To my knowledge none of this stuff
really worked.</p>
<p>FD: Tha</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> "Our Presidents should not be able to conduct secret
operations which violate our principles, jeopardize our rights,
and have not been subject to the checks and balances which
@ -34,7 +35,7 @@ Economic Covert Operations . . . . . . . . . . . . 10
Paramilitary Operations . . . . . . . . . . . . . . 10</p>
<p>CHAPTER THREE . . . . . . . . . . . . . . . . . . . . . 14
Project NKNAOMI . . . . . . . . . . . . . . . . . . 14
Project MKULTRA . . . . . . . . . . . . . . . . . . 15
Project <ent type='ORG'>MKULTRA</ent> . . . . . . . . . . . . . . . . . . 15
LSD Experimentation . . . . . . . . . . . . . . . . 17
Project BLUEBIRD . . . . . . . . . . . . . . . . . 18
Project ARTICHOKE . . . . . . . . . . . . . . . . . 18</p>
@ -60,7 +61,7 @@ executive order setting up a National Intelligence Authority,
and under it, a Central Intelligence Group, which was the
forerunner of the Central Intelligence Agency. Truman
recognized the need for a centralized intelligence apparatus
in peacetime to help ensure that nothing like the Japanese
in peacetime to help ensure that nothing like the <ent type='NORP'>Japanese</ent>
surprise attack on Pearl Harbor would ever again happen.
The organization that was to become the CIA took on a life of
its own and over the past four decades has become the secret
@ -140,7 +141,7 @@ channeled money directly or indirectly into a multitude of
business, labor, and church groups; universities; charitable
organizations; and educational and cultural groups.
PROPAGANDA</p>
<ent type='NORP'>PROPAGANDA</ent></p>
<p> Propaganda is any action that is "intended to undermine the
beliefs, perceptions, and value systems of the people under the
rule of the adversary government..." The ultimate aim of
@ -292,7 +293,7 @@ to succeed.
is made to affect the economic machinery within a country
with the aim of achieving a desired result. An example would
be the CIA's involvement in trying to contaminate part of a
cargo of Cuban sugar that was bound for the Soviet Union.
cargo of <ent type='NORP'>Cuban</ent> sugar that was bound for the Soviet Union.
This type of activity might also come in the form of helping
a country become more economically efficient and hoping that
the success will be noticed by other countries who will then
@ -339,7 +340,7 @@ interest within the State Department and the Kennedy
Administration in Third World Countries, which were regarded
as the first line of defense against the Soviets. The U.S.
Government assumed that the Soviets would attempt to encroach
upon the newly independent states. Thus the African
upon the newly independent states. Thus the <ent type='NORP'>African</ent>
continent, which prior to 1960 was included in the CIA's
Middle-Eastern Division became a separate division. In
addition, between 1959 and 1963, the number of CIA stations
@ -363,7 +364,7 @@ of mine was a pilot for a private CIA airline. The
agent threw a box on the airplane one day and said
"Take this to Landry in Udorn". (Pat Landry was
the head of the CIA in Udorn, coordinating the
Burma-Thailand-Laos-North Vietnam theatre). My
Burma-Thailand-Laos-<ent type='LOC'>North Vietnam</ent> theatre). My
friend started flying the plane and noticed a bad
odor coming from the box. After some time he could
not stand it anymore and opened up the box. Inside
@ -422,12 +423,12 @@ presidential order, a CIA scientist acquired around 11 grams
of a deadly shellfish toxin from SOD personnel at Fort
Detrick and stored it in a little-used CIA laboratory where
it remained, undetected, for over five years.
Another project, MKULTRA, provided for the research and
Another project, <ent type='ORG'>MKULTRA</ent>, provided for the research and
development of chemical, biological, and radiological
materials which could be employed in clandestine operations
to control human behavior. According to the Church
Committee, a CIA memo was uncovered which stated the purpose
of the project. The memo indicated that MKULTRA's purpose
of the project. The memo indicated that <ent type='ORG'>MKULTRA</ent>'s purpose
was </p>
<p>to develop a capability in the covert use of
biological and chemical materials...Aside from the
@ -480,7 +481,7 @@ situations". In some situations, heroin addicts were enticed
into participating in order to get a reward--heroin. Perhaps
most disturbing of all is the fact that the extent of
experimentation on human subjects cannot readily be
determined, since the records of all MKULTRA activities were
determined, since the records of all <ent type='ORG'>MKULTRA</ent> activities were
destroyed in January 1973 at the instruction of then CIA
director Richard Helms.
At least one project undertaken by the CIA in 1950 was
@ -581,7 +582,7 @@ persuasive propaganda technique elsewhere, most notably, in
Cuba. In 1961, the Agency used a broadcasting station in
conjunction with other arrangements that were made to support
the invasion at the Bay of Pigs. The CIA used Radio Swan to
mislead the Cuban government, encourage the rebels, and to
mislead the <ent type='NORP'>Cuban</ent> government, encourage the rebels, and to
make it seem like there was massive support for a rebellion
within Cuba. </p>
<p> ECONOMIC COVERT ACTIVITIES: TAIWAN</p>
@ -656,7 +657,7 @@ office, Cline comments in his book Secrets, Spies, and
Scholars, "There was almost an obsession with Cuba on the
part of policy matters" and it was widely believed in the
Kennedy Administration "that the assassination of Castro by a
Cuban might have been viewed as not very different in the
<ent type='NORP'>Cuban</ent> might have been viewed as not very different in the
benefits that would have accrued from the assassination of
Hitler in 1944." It should also be noted that after the
failure at the Bay of Pigs in 1961, the pride of the United
@ -697,7 +698,7 @@ Attorney-General Robert Kennedy had stopped a deal between
the CIA and the Mafia to murder Fidel Castro.
The CIA asked a mobster named Roselli to go to Florida
on its behalf in 1961 and 1962 to organize assassination
teams of Cuban exiles who would infiltrate their homeland and
teams of <ent type='NORP'>Cuban</ent> exiles who would infiltrate their homeland and
assassinate Castro. Rosselli called upon two other crime
figures, Sam Giancana, a mobster from Chicago, and the Costra
Nostra chieftain for Cuba, Santos Trafficante, to help him.
@ -797,7 +798,7 @@ excited, undecided, and alone.
In mid-campaign, Castillo Armas had lost two of his
three P-47s without which he would be incapable of
maintaining a show of force. The United States negotiated
the "sale" of a number of planes to the Nicaraguan Air-Force.
the "sale" of a number of planes to the <ent type='NORP'>Nicaraguan</ent> Air-Force.
Sorties were flown in the planes for Castillo Armas by CIA
pilots.
Arbenz was forced to flee, and on June 25, 1954, he
@ -821,7 +822,7 @@ of Pigs in Cuba seriously altered the perception of the CIA's
ability to plan and conduct covert paramilitary operations.
Indeed, as Satish Kumar pointed out in his book The CIA in the
Third World: A Study in Crypto-Diplomacy, "it is certain that
the Cuban operation cast serious doubts as to the efficacy of
the <ent type='NORP'>Cuban</ent> operation cast serious doubts as to the efficacy of
large-scale para-military operations as an instrument of covert
action." Says Harry Rositzke, a former CIA operative, </p>
<p>Para-military operations are the "noisiest" of all
@ -843,7 +844,7 @@ operation (Operation MONGOOSE) aimed at accomplishing just that.
The alternative of initiating guerilla operations against
Castro had been abandoned by the CIA in 1960. Instead,
Eisenhower set-up a CIA-run program for training hundreds of
highly motivated anti-Castro Cuban refugees in the arts of
highly motivated anti-Castro <ent type='NORP'>Cuban</ent> refugees in the arts of
guerilla combat, planning to possibly use the force to overthrow
the Castro government. Vice President Richard Nixon was a strong
supporter of a program to topple the Castro regime, and
@ -870,25 +871,25 @@ dagger in the heart.</p>
<p>The Senator's views were no doubt on Kennedy's mind when he
later declined to commit American troops after the invasion
began to fall apart.
The CIA trained some 1400 Cuban emigres for action
against Castro. Some of the Cubans were trained as ground
The CIA trained some 1400 <ent type='NORP'>Cuban</ent> emigres for action
against Castro. Some of the <ent type='NORP'>Cuban</ent>s were trained as ground
forces and the remainder as pilots. It was eventually
decided that the guerilla brigade would make an amphibious
landing in the Bay of Pigs. Air support for the operation
was to be supplied for the operation by emigre pilots flying
in American B-26s made up to look like Cuban Air Force
in American B-26s made up to look like <ent type='NORP'>Cuban</ent> Air Force
planes. This would help create the illusion that Castro's
own men were rebelling against him. On April 15, 1961, eight
U.S.-made planes conducted air strikes against three Cuban
air bases with the intention of destroying the Cuban Air
U.S.-made planes conducted air strikes against three <ent type='NORP'>Cuban</ent>
air bases with the intention of destroying the <ent type='NORP'>Cuban</ent> Air
Force on the ground. These attempts proved to be
unsuccessful. The events that followed spelled disaster for
the Cuban guerrillas and the CIA.
the <ent type='NORP'>Cuban</ent> guerrillas and the CIA.
When the invasion force landed at the Bay of Pigs, it
met considerably more resistance than had been expected.
Despite broadcasts by the CIA run Radio Swan, the Cuban
Despite broadcasts by the CIA run Radio Swan, the <ent type='NORP'>Cuban</ent>
militia and citizens were not incited to rebel against the
Castro regime as the CIA had estimated. Instead, the Cuban
Castro regime as the CIA had estimated. Instead, the <ent type='NORP'>Cuban</ent>
forces fought valiantly against the exile force. The Castro
Air Force, which had not been completely destroyed, began to
inflict severe damages on both the rebel air and ground
@ -901,7 +902,7 @@ onset of the invasion never materialized because of a
miscommunication between the rebels and the U.S. Air Force.
The rebel Air Force sustained such heavy casualties that CIA
pilots had to fly missions in a futile attempt to salvage
the operation. As has already been mentioned, the Cuban
the operation. As has already been mentioned, the <ent type='NORP'>Cuban</ent>
people did not react as had been expected, and without
popular support, the invasion had little chance of success.
Even before the operation was a confirmed failure, the CIA
@ -917,7 +918,7 @@ shipments to Cuba. Of the approximately 1300 guerrillas that
actually had gone ashore, 114 were killed during the three
fatal days of the operation.
LAOS: THE SECRET ARMY</p>
<ent type='LOC'>LAOS</ent>: THE SECRET ARMY</p>
<p> The CIA was involved in what has been regarded by many
experts as the most outstanding example of the depth and
magnitude of the clandestine operations of a major power in
@ -929,8 +930,8 @@ over two million tons of bombs, as much as had been loosed on
all Europe and the Pacific Theatre in World War II".
The CIA involvement in Laos began with a presence in the
country in the late 1950s. Initially, the operation involved
air supply and paramilitary training of the Meo tribesmen to
help them defend their country against the North Vietnamese.
air supply and paramilitary training of the <ent type='NORP'>Meo</ent> tribesmen to
help them defend their country against the <ent type='LOC'>North</ent> <ent type='NORP'>Vietnamese</ent>.
However, the operation gradually evolved into a full-scale
management of the ground war in Laos by the CIA.
According to Fred Branfman, what the CIA did in Laos was
@ -966,10 +967,10 @@ certainly control their political behavior.</p>
<p> SOUTH VIETNAM: THE PHOENIX PROGRAM</p>
<p> Another country in Asia in which the CIA found itself
heavily involved was Vietnam. From 1962-1965, the CIA worked
with the South Vietnamese government to organize police
with the South <ent type='NORP'>Vietnamese</ent> government to organize police
forces and paramilitary units. After 1965, the CIA became
engaged in a full-scale paramilitary assistance program to
the South Vietnamese Government. The CIA commitment
the South <ent type='NORP'>Vietnamese</ent> Government. The CIA commitment
paralleled the growing U.S. commitment to South Vietnam.
Perhaps one of the most grisly of all CIA paramilitary
operations in any country was the Phoenix Program, which was
@ -984,7 +985,7 @@ infrastructure", interrogate civilians picked up at random by
military units carrying out sweeps through villages, and
"neutralize" targeted members of the NLF. The task of
"neutralizing" NLF members was carried out by CIA-led South
Vietnamese soldiers, organized into Provincial Reconnaissance
<ent type='NORP'>Vietnamese</ent> soldiers, organized into Provincial Reconnaissance
Units.
The original concept of the Phoenix Program was quickly
diluted for two major reasons. One was that the pressure
@ -1019,7 +1020,7 @@ calls for the elimination of 1800 VCI per month" as
fulfillment of the quotas set by those running the Phoenix
Program.
The CIA-backed Phoenix Program assassinated and jailed
large numbers of Vietnamese civilians without evidence of
large numbers of <ent type='NORP'>Vietnamese</ent> civilians without evidence of
judicial procedure. This fact was confirmed by Colby in an
admission to Representative Reid in his July 1971 testimony
before Congress. According to Colby, the Phoenix Program had
@ -1033,7 +1034,7 @@ States. </p>
action mentioned above is the Agency's involvement in the
internal political affairs of Chile beginning in 1963 and
reaching a climax in 1973. In 1964, the United States became
involved in a covert assistance program to Eduardo Frei in
involved in a covert assistance program to <ent type='PERSON'>Eduardo</ent> Frei in
his campaign for the presidency of Chile. Frei was running
against Salvador Allende, a candidate disliked by U.S.
leaders for his leftist leanings. The CIA had judged
@ -1142,7 +1143,7 @@ can occur is the so-called "Iran-Contra Affair" which made
the headlines in late 1986 and earlier this year. The fiasco
was an embarrassing illustration of the example which was
discussed above. Although the CIA itself was not directly
implicated in the scandal, Colonel Oliver North and other
implicated in the scandal, Colonel Oliver <ent type='LOC'>North</ent> and other
members of the government were discovered to have been
carrying out the aims of the President--by channeling funds
from arms sales to Iran to the Contras in Nicaragua--
@ -1241,7 +1242,7 @@ it was compiled using information available in the public
domain.</p>
<p>1946: GREECE. Restore monarch after overthrow of Metaxas
government. Successful.</p>
<p>1946-1955: WEST GERMANY. Average of $6 million annually to
<p>1946-1955: WEST <ent type='GPE'>GERMANY</ent>. Average of $6 million annually to
support former Nazi intelligence network of General
Reinhard Gehlen. Successful.</p>
<p>1948-1968: ITALY. Average of $30 million annually in
@ -1270,7 +1271,7 @@ Analysis</p>
Unsuccessful.</p>
<p>1954: SOUTH VIETNAM. Install government of Ngo Dinh Diem.
Successful.</p>
<p>1954: WEST GERMANY. Arrange abduction and discreditation of
<p>1954: WEST <ent type='GPE'>GERMANY</ent>. Arrange abduction and discreditation of
West German intelligence chief Otto John, and replace
with Reinhard Gehlen. Successful.
@ -1308,17 +1309,17 @@ B-26 bombers for government of Miguel Ydigoras Fuentes
to defeat rebel forces. Successful.</p>
<p>1960: ANGOLA. Financial and military assistance to rebel
forces of Holden Roberto. Inconclusive.</p>
<p>1960: LAOS. Military assistance, including 400 United
<p>1960: <ent type='LOC'>LAOS</ent>. Military assistance, including 400 United
States Special Forces troops, to deny the Plain of Jars
bad Mekong Basin to Pathet Lao. Inconclusive.</p>
<p>1961-1965: LAOS. Average of $300 million annually to
<p>1961-1965: <ent type='LOC'>LAOS</ent>. Average of $300 million annually to
recruit and maintain L'Armee Clandestine of 35000 Hmong
and Meo tribesmen and 17000 Thai mercenaries in support
and <ent type='NORP'>Meo</ent> tribesmen and 17000 Thai mercenaries in support
of government of Phoumi Nosavan to resist Pathet Lao.
Successful.</p>
<p>1961-1963: CUBA. Assassinate Fidel Castro. Six attempts in
this period. Unsuccessful.</p>
<p>1961: CUBA. Train and support invasion force of Cuban
<p>1961: CUBA. Train and support invasion force of <ent type='NORP'>Cuban</ent>
exiles to overthrow Castro government, and assist their
invasion at the Bay of Pigs. Cost: $62 million.
Unsuccessful.</p>
@ -1352,17 +1353,17 @@ Alberto Medrano and Colonel Nicolas Carranza, and
provide intelligence support and training in
surveillance, interrogation and assassination
techniques. Successful.</p>
<p>1963-1973: IRAQ. Financial and military assistance for
<p>1963-1973: <ent type='GPE'>IRAQ</ent>. Financial and military assistance for
Freedom Party of Mulla Mustafa al Barzani in effort to
establish independent Kurdistan. Unsuccessful.</p>
<p>1964: CHILE. $20 million in assistance for Eduardo Frei to
<p>1964: CHILE. $20 million in assistance for <ent type='PERSON'>Eduardo</ent> Frei to
defeat Salvador Allende in Chilean elections.Successful.</p>
<p>1964: BRAZIL, GUATEMALA, URUGUAY, DOMINICAN REPUBLIC.
Provide training in assassination and interrogation
techniques for police and intelligence personnel.
Inconclusive.</p>
<p>1964: CONGO. Financial and military assistance, including
B-26 and T-28 aircraft, and American and exiled Cuban
B-26 and T-28 aircraft, and American and exiled <ent type='NORP'>Cuban</ent>
pilots, for Joseph Mobutu and Cyril Adoula, and later
for Moise Tshombe in Katanga, to defeat rebel forces
loyal to Lumumba. Successful.</p>
@ -1373,9 +1374,9 @@ partially successful.</p>
<p>1964-1971: NORTH VIETNAM. Sabotage and ambush missions
under Operations Plan 34A by United States Special
Forces and Nung tribesmen. Inconclusive.</p>
<p>1965-1971: LAOS. Under Operations Shining Brass and Prairie
<p>1965-1971: <ent type='LOC'>LAOS</ent>. Under Operations Shining Brass and Prairie
Fire, sabotage and ambush missions by United States
Special Forces personnel and Nung and Meo tribesmen
Special Forces personnel and Nung and <ent type='NORP'>Meo</ent> tribesmen
under General Bang Pao. Inconclusive.</p>
<p>1965: THAILAND. Recruit 17000 mercenaries to support
Laotian government of Phoumi Nosavan resisting Pathet
@ -1394,11 +1395,11 @@ opposition to new Suharto government. Successful.</p>
Guevara. Successful.</p>
<p>1967: GREECE. Overthrow government of George Papandreou and
install military government of Colonel George
Papadopolous after abdication of King Constantine.
Papadopolous after abdication of King <ent type='PERSON'>Constantine</ent>.
Successful. </p>
<p>1967-1971: CAMBODIA. Under Projects Daniel Boone and Salem
House, sabotage and ambush missions by United States
Special Forces personnel and Meo tribesmen.
Special Forces personnel and <ent type='NORP'>Meo</ent> tribesmen.
Inconclusive.</p>
<p>1969-1970: CAMBODIA. Bombing campaign to crush Viet Cong
sanctuaries in Cambodia. Unsuccessful.</p>
@ -1551,7 +1552,7 @@ ENTRY THIS MEANS SEEMS REMOTE. </p>
Mobutu's forces in December, would soon be freed by his
supporters and seize power, Leopoldville cables headquarters:</p>
<p>THE COMBINATION OF [LUMUMBA'S] POWERS AS DEMAGOGUE, HIS ABLE
USE OF OF GOON SQUADS AND PROPAGANDA AND SPIRIT OF DEFEAT
USE OF OF GOON SQUADS AND <ent type='NORP'>PROPAGANDA</ent> AND SPIRIT OF DEFEAT
WITHIN [GOVERNMENT]...WOULD ALMOST CERTAINLY INSURE [LUMUMBA]
VICTORY IN PARLIAMENT...REFUSAL TAKE DRASTIC STEPS AT THIS
TIME WILL LEAD TO DEFEAT OF [UNITED STATES] POLICY IN CONGO.</p>
@ -1568,4 +1569,5 @@ Church Committee investigation found that "the toxic
substances were never used. But there is, however, no
suggestion of a connection between the assassination plot and
the events which actually led to Lumumba's death". </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>SEE NOTES AT END FOR INFO ON SOURCES OF THESE DOCUMENTS</p>
<p> CENTRAL INTELLIGENCE AGENCY
WASHINGTON 25, D. C.</p>
@ -590,7 +591,7 @@ Annual Review of Psychology, Vol. 15, 1964, p. 493-594.</p>
<p> SECRET CD 1131</p>
<p> PAGE 3</p>
<p> The first letter and attachment are from DECLASSIFIED
DOCUMENTS 1984 microfilms under MKULTRA (84) 002258, published
DOCUMENTS 1984 microfilms under <ent type='ORG'>MKULTRA</ent> (84) 002258, published
by Research Publication Woodbridge, CT 06525. Some original
markings were not retyped, but the content is the same. </p>
<p> The second letter and attachment are from the Warren
@ -628,4 +629,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
Article: 571 of sgi.talk.ratical
From: dave@ratmandu.esd.sgi.com (dave "who can do? ratmandu!" ratcliffe)
@ -433,7 +434,7 @@ costs of procurement and by the enormous amounts of time and
money required to keep them in operation. By 1959 almost
all helicopter manufacturers were broke, or at least on very
hard times. This included the Bell Helicopter Company in
<ent type='GPE'>Buffalo</ent>, New York.
<ent type='GPE'>Buffalo</ent>, <ent type='GPE'>New York</ent>.
The helicopters used on operational missions into Laos,
mentioned in this article, were the only military
helicopters anywhere in the world getting regular and
@ -538,4 +539,5 @@ daveus rattus </p>
<p> ko.yan.nis.qatsi (from the Hopi Language) n. 1. crazy life. 2. life
in turmoil. 3. life out of balance. 4. life disintegrating. 5. a state of life that calls for another way of living.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
John Stockwell
The Secret Wars of the CIA</p>
@ -108,7 +109,7 @@ Africa at that time.</p>
life, began to get a little bit more serious. They assigned me a country. It
was during the cease-fire, '73 to '75. There was no cease-fire. Young men
were being slaughtered. I saw a slaughter. 300 young men that the South
Vietnamese army ambushed. Their bodies brought in and laid out in a lot next
<ent type='NORP'>Vietnamese</ent> army ambushed. Their bodies brought in and laid out in a lot next
to my compound. I was up-country in Tay-ninh. They were laid out next door,
until the families could come and claim them and take them away for burial.</p>
<p>I thought about this. I had to work with the sadistic police chief. When I
@ -138,8 +139,8 @@ horrors of what's being done. They pretend like it isn't true.</p>
intelligence business that made me question very seriously what it was all
about, including what I was doing ... risking my life ... what I found was
that the CIA, us, the case officers, were not permitted to report about the
corruption in the South Vietnamese army....</p>
<p>Now, the corruption was so bad, that the S. Vietnamese army was a skeleton
corruption in the South <ent type='NORP'>Vietnamese</ent> army....</p>
<p>Now, the corruption was so bad, that the S. <ent type='NORP'>Vietnamese</ent> army was a skeleton
army. Colonels would let the troops go home if they would come in once a
month and sign the pay vouchers so the colonel could pocket the money. Then
he could sell half of the uniforms and boots and M-16's to the communist
@ -176,18 +177,18 @@ one of these meetings....</p>
Nicaragua.... the basic structure, all the way through including the mining
of harbors, we addressed all of these issues. The point is that the U.S. led
the way at every step of the escalation of the fighting. We said it was the
Soviets and the Cubans that were doing it. It was the U.S. that was
Soviets and the <ent type='NORP'>Cubans</ent> that were doing it. It was the U.S. that was
escalating the fighting. There would have been no war if we hadn't gone in
first. We put arms in, they put arms in. We put advisors in, they answered
with advisors. We put in Zairian para-commando battalions, they put in Cuban
army troops. We brought in the S. African army, they brought in the Cuban
with advisors. We put in Zairian para-commando battalions, they put in <ent type='NORP'>Cuban</ent>
army troops. We brought in the S. <ent type='NORP'>African</ent> army, they brought in the <ent type='NORP'>Cuban</ent>
army. And they pushed us away. They blew us away because we were lying, we
were covering ourselves with lies, and they were telling the truth. And it
was not a war that we could fight. We didn't have interests there that should
have been defended that way.</p>
<p>There was never a study run that evaluated the MPLA, FNLA and UNITA, the three
movements in the country, to decide which one was the better one. The
assistant secretary of state for African affairs, Nathaniel Davis, no
assistant secretary of state for <ent type='NORP'>African</ent> affairs, Nathaniel Davis, no
bleeding-heart liberal (he was known by some people in the business as the
butcher of Santiago), he said we should stay out of the conflict and work with
whoever eventually won, and that was obviously the MPLA. Our consul in
@ -199,7 +200,7 @@ pushed into the arms of the Soviet Union; they begged us not to fight them,
they wanted to work with us. We said they wanted a cheap victory, they wanted
a walk-over, they wanted to be un-opposed, that we wouldn't give them a cheap
victory, we would make them earn it, so to speak. And we did. 10000
Africans died and they won the victory that they were winning anyway.</p>
<ent type='NORP'>African</ent>s died and they won the victory that they were winning anyway.</p>
<p>Now, the most significant thing that I got out of all of this, in addition to
the fact that our rationales were basically false, was that we lied. To just
about everybody involved. One third of my staff in this task force that I put
@ -207,12 +208,12 @@ together in Washington, commanding this global operation, pulling strings all
over the world to focus pressure onto Angola, and military activities into
Angola, one third of my staff was propagandists, who were working, in every
way they could think of, to get stories into the U.S. press, the world press,
to create this picture of Cubans raping Angolans, Cubans and Soviets
introducing arms into the conflict, Cubans and Russians trying to take over
to create this picture of <ent type='NORP'>Cubans</ent> raping Angolans, <ent type='NORP'>Cubans</ent> and Soviets
introducing arms into the conflict, <ent type='NORP'>Cubans</ent> and <ent type='NORP'>Russians</ent> trying to take over
the world.</p>
<p>Our ambassador to the United Nations, Patrick Moynihan, he read continuous
statements of our position to the Security Council, the general assembly, and
the press conferences, saying the Russians and Cubans were responsible for the
the press conferences, saying the <ent type='NORP'>Russians</ent> and <ent type='NORP'>Cubans</ent> were responsible for the
conflict, and that we were staying out, and that we deplored the
militarization of the conflict.</p>
<p>And every statement he made was false. And every statement he made was
@ -222,7 +223,7 @@ the press. We would write papers for him. Four paragraphs. We would call
him on the phone and say, 'call us 10 minutes before you go on, the situation
could change overnight, we'll tell you which paragraph to read. And all four
paragraphs would be false. Nothing to do with the truth. Designed to play on
events, to create this impression of Soviet and Cuban aggression in Angola.
events, to create this impression of Soviet and <ent type='NORP'>Cuban</ent> aggression in Angola.
When they were in fact responding to our initiatives.</p>
<p>And the CIA director was required by law to brief the Congress. This CIA
director Bill Colby - the same one that dumped our people in Vietnam - he gave
@ -230,12 +231,12 @@ director Bill Colby - the same one that dumped our people in Vietnam - he gave
doing in Angola. And he lied. At 36 formal briefings. And such lies are
perjury, and it's a felony to lie to the Congress.</p>
<p>He lied about our relationship with South Africa. We were working closely
with the South African army, giving them our arms, coordinating battles with
with the South <ent type='NORP'>African</ent> army, giving them our arms, coordinating battles with
them, giving them fuel for their tanks and armored cars. He said we were
staying well away from them. They were concerned about these white
mercenaries that were appearing in Angola, a very sensitive issue, hiring
whites to go into a black African country, to help you impose your will on
that black African country by killing the blacks, a very sensitive issue. The
whites to go into a black <ent type='NORP'>African</ent> country, to help you impose your will on
that black <ent type='NORP'>African</ent> country by killing the blacks, a very sensitive issue. The
Congress was concerned we might be involved in that, and he assured them we
had nothing to do with it.</p>
<p>We had in fact formed four little mercenary armies and delivered them into
@ -251,10 +252,10 @@ alive that were killed in the thing. The outcome might have been peaceful, or
at least much less bloody. The MPLA was winning when we went in, and they
went ahead and won, which was, according to our consul, the best thing for the
country.</p>
<p>At the end of this thing the Cubans were entrenched in Angola, seen in the
<p>At the end of this thing the <ent type='NORP'>Cubans</ent> were entrenched in Angola, seen in the
eyes of much of the world as being the heroes that saved these people from the
CIA and S. African forces. We had allied the U.S. literally and in the eyes
of the world with the S. African army, and that's illegal, and it's impolitic.
CIA and S. <ent type='NORP'>African</ent> forces. We had allied the U.S. literally and in the eyes
of the world with the S. <ent type='NORP'>African</ent> army, and that's illegal, and it's impolitic.
We had hired white mercenaries and eventually been identified with them. And
that's illegal, and it's impolitic. And our lies had been visible lies. We
were caught out on those lies. And the world saw the U.S. as liars.</p>
@ -262,12 +263,12 @@ were caught out on those lies. And the world saw the U.S. as liars.</p>
MPLA do after they had won? Were they lying when they said they wanted to be
our friends? 3 weeks after we were shut down... the MPLA had Gulf oil back in
Angola, pumping the Angolan oil from the oilfields, with U.S. gulf technicians
protected by Cuban soldiers, protecting them from CIA mercenaries who were
still mucking around in Northern Angola.</p>
protected by <ent type='NORP'>Cuban</ent> soldiers, protecting them from CIA mercenaries who were
still mucking around in <ent type='PERSON'>Northern</ent> Angola.</p>
<p>You can't trust a communist, can you? They proceeded to buy five 737 jets
from Boeing Aircraft in Seattle. And they brought in 52 U.S. technicians to
install the radar systems to land and take-off those planes. They didn't buy
[the Soviet Union's] Aeroflot.... David Rockefeller himself tours S. Africa
[the Soviet Union's] Aeroflot.... David <ent type='PERSON'>Rockefeller</ent> himself tours S. Africa
and comes back and holds press conferences, in which he says that we have no
problem doing business with the so-called radical states of Southern Africa.</p>
<p>I left the CIA, I decided that the American people needed to know what we'd
@ -338,7 +339,7 @@ past 4 years, that a good communist is a dead communist. If you're killing 1
to 3 million communists, that's great. President Reagan has gone public and
said he would reduce the Soviet Union to a pile of ashes. The problem,
though, is that these people killed by our national security activities are
not communists. They're not Russians, they're not KGB. In the field we used
not communists. They're not <ent type='NORP'>Russians</ent>, they're not KGB. In the field we used
to play chess with the KGB officers, and have drinks with them. It was like
professional football players - we would knock heads on Sunday, maybe in an
operation, and then Tuesday you're at a banquet together drinking toasts and
@ -347,7 +348,7 @@ talking.</p>
That's the common denominator that you come up with. People of the third
world. People that have the misfortune of being born in the Mitumba mountains
of the Congo, in the jungles of Southeast Asia, and now in the hills of
northern Nicaragua. Far more Catholics than communists, far more Buddhists
northern Nicaragua. Far more <ent type='NORP'>Catholics</ent> than communists, far more Buddhists
than communists. Most of them couldn't give you an intelligent definition of
communism, or of capitalism.</p>
<p>Central America has been a traditional target of U.S. dominion. If you want
@ -368,7 +369,7 @@ Nicaragua....</p>
Colonel Armas in a coup] died violent deaths, and amnesty international tells
us that the governments we've supported in power there since then, have killed
80000 people. You can read about that one in the book "Bitter Fruit", by
Kinzer and Schlesinger. Kinzer's a New York Times Journalist... or Jonathan
Kinzer and Schlesinger. Kinzer's a <ent type='ORG'>New York Times</ent> Journalist... or Jonathan
Kwitny, the Wall Street Journal reporter, his book "Endless Enemies" all
discuss this....</p>
<p>However, the money, the millions and millions of dollars we put into this
@ -431,10 +432,10 @@ better off.</p>
classic de-stabilization program. In November 16, 1981, President Reagan
allocated 19 million dollars to form an army, a force of contras, they're
called, ex-Somoza national guards, the monsters who were doing the torture and
terror in Nicaragua that made the Nicaraguan people rise up and throw out the
terror in Nicaragua that made the <ent type='NORP'>Nicaraguan</ent> people rise up and throw out the
dictator, and throw out the guard. We went back to create an army of these
people. We are killing, and killing, and terrorizing people. Not only in
Nicaragua but the Congress has leaked to the press - reported in the New York
Nicaragua but the Congress has leaked to the press - reported in the <ent type='GPE'>New York</ent>
Times, that there are 50 covert actions going around the world today, CIA
covert actions going on around the world today.</p>
<p>You have to be asking yourself, why are we destabilizing 50 corners of the
@ -482,7 +483,7 @@ terrorist sympathizers. And if your name, or your organization, is put on
this list, they could kick down your door and haul you away, or kill you,
without any due process of the law and search warrants and trial by jury, and
all of that, with impunity.</p>
<p>Now, there was a tremendous outcry on the part of jurists. The New York Times
<p>Now, there was a tremendous outcry on the part of jurists. The <ent type='ORG'>New York Times</ent>
columns and other newspapers saying, 'this is no different from Hitler's
"night and fog" program', where the government had the authority to haul
people off at night. And they did so by the thousands. And President Reagan
@ -503,7 +504,7 @@ pre-emptive striking have already been created, and trained in the defense
department.</p>
<p>They're building detention centers. There were 8 kept as mothballs under the
McCarran act after World War II, to detain aliens and dissidents in the next
war, as was done in the next war, as was done with the Japanese people during
war, as was done in the next war, as was done with the <ent type='NORP'>Japanese</ent> people during
World War II. They're building 10 more, and army camps, and the... executive
memos about these things say it's for aliens and dissidents in the next
national emergency....</p>
@ -676,7 +677,7 @@ catch them getting arms from the Soviet Union, flying things back and forth to
Cuba. We have airplanes and picket ships watching everything that flies out
of that country, and into it. How are they going to have a steady flow of
drug-smuggling planes into the U.S.? Not likely! However, there are
Nicaraguans, on these bases in Honduras, that have planes flying into CIA
<ent type='NORP'>Nicaraguan</ent>s, on these bases in Honduras, that have planes flying into CIA
training camps in Florida, Alabama, Louisiana, several times a week.</p>
<p> Now, obviously i'm not going to stand in front of you and say that the CIA
might be involved in drug trafficking, am I? READ THE BOOK. Read "The
@ -690,7 +691,7 @@ the first target, market, of this heroin was the U.S. GI's in Vietnam. If
anybody in Nicaragua is smuggling drugs, it's the contras. Now i've been
saying that since the state department started waving this red herring around
a couple of years ago, and the other day you notice President Reagan said that
the Nicaraguans, the Sandinistas, were smuggling drugs, and the DEA said, 'it
the <ent type='NORP'>Nicaraguan</ent>s, the Sandinistas, were smuggling drugs, and the DEA said, 'it
ain't true, the contras are smuggling drugs'.</p>
<p>We claim the Sandinistas are responsible for the terrorism that's happening
anywhere in the world. 'The country club of terrorism' we call it. There's an
@ -715,7 +716,7 @@ get invited in? You have to ask yourself, what's the purpose of this
destabilization program? For this I direct you back to the Newsweek article
in Sept. 1981, where they announce the fact that the CIA was beginning to put
together this force of Somoza's ex-guard. Newsweek described it as 'the only
truly evil, totally unacceptable factor in the Nicaraguan equation'. They
truly evil, totally unacceptable factor in the <ent type='NORP'>Nicaraguan</ent> equation'. They
noted that neither the white house nor the CIA pretended it ever could have a
chance of winning. So then they asked, rhetorically, 'what's the point?' and
they concluded that the point is that by attacking the country, you can force
@ -773,7 +774,7 @@ and train the death squads.</p>
<p>In El Salvador specifically, under the 'Alliance for Progress' in the early
1960's, the CIA helped put together the treasury police. These are the people
that haul people out at night today, and run trucks over their heads. These
are the people that the Catholic church tells us, has killed something over
are the people that the <ent type='NORP'>Catholic</ent> church tells us, has killed something over
50000 civilians in the last 5 years. And we have testimony before our
Congress that as late as 1982, leaders of the treasury police were still on
the CIA payroll.</p>
@ -809,11 +810,11 @@ in these other wars, they're people of the third world, they're citizens of
countries that are too small to defend them from United States brutality and
aggression. They're people of the Mitumba mountains of the Congo, and the
jungles of Southeast Asia, and now the hills of northern Nicaragua - 12000
peasants. We have not killed KGB or Russian army advisors in Nicaragua. We
are not killing Cuban advisors. We're not killing very many Sandinistas. The
peasants. We have not killed KGB or <ent type='NORP'>Russian</ent> army advisors in Nicaragua. We
are not killing <ent type='NORP'>Cuban</ent> advisors. We're not killing very many Sandinistas. The
12000 that we have killed in Nicaragua are peasants, who have the misfortune
of living in a CIA's chosen battlefield. Mostly women and children.
Communists? Far, far, far more Catholics than anything else.</p>
Communists? Far, far, far more <ent type='NORP'>Catholics</ent> than anything else.</p>
<p>Now case officers that do these things in places in Nicaragua, they do not
come back to the U.S. and click their heels and suddenly become responsible
citizens. They see themselves - they have been functioning above the laws, of
@ -881,9 +882,9 @@ CIA plane tickets, going on television and pin-pointing a Congressional and
saying, 'That man is soft on Communism. That man is a Sandinista lover.' A
CIA agent going on television, trying to manipulate our elections.</p>
<p>All of this, to keep America safe for freedom and democracy.</p>
<p>In Nicaragua the objective is to stop the Cuban and Soviet take-over, we say.
<p>In Nicaragua the objective is to stop the <ent type='NORP'>Cuban</ent> and Soviet take-over, we say.
Another big operation in which we said the same thing was Angola, 1975, my
little war. We were saying exactly the same thing - Cubans and Soviets.</p>
little war. We were saying exactly the same thing - <ent type='NORP'>Cubans</ent> and Soviets.</p>
<p>Now I will not going into great detail about this one tonight because I wrote
a book about it, I detailed it. And you can get a copy of that book and read
it for yourselves. I have to urge you, however - please do not rush out and
@ -936,8 +937,8 @@ reasons and rationales to send the young men off to fight.</p>
200 incidents in which we put our troops into other countries to force them to
our will. Now we're being prepared to hate the Sandinistas. The leaders are
doing exactly what they have done time and again throughout history. In the
past we were taught to hate and fight the Seminole Indians, after the leaders
decided to annex Florida. To hate and fight the Cherokee Indians after they
past we were taught to hate and fight the Seminole <ent type='NORP'>Indians</ent>, after the leaders
decided to annex Florida. To hate and fight the Cherokee <ent type='NORP'>Indians</ent> after they
found gold in Georgia. To hate and fight Mexico twice. We annexed Texas, New
Mexico, Arizona, part of Colorado, and California.</p>
<p>In each of these wars the leaders have worked to organize, to orchestrate
@ -950,7 +951,7 @@ In 1915, she said about WW I, 'The Women of the U.S. are nothing but
brutesalles, producing sons to be put in the army, to be made into
fertilizer'. She was jailed for 5 years for anti-war talk.</p>
<p>The lessons of the Vietnam war for the American people is that it was a tragic
mistake.... 58000 of our own young people were killed, 2 million Vietnamese
mistake.... 58000 of our own young people were killed, 2 million <ent type='NORP'>Vietnamese</ent>
were killed. We withdrew, and our position wound up actually stronger in the
Pacific Basin.</p>
<p>You look around this society today to see if there's any evidence of our
@ -1066,4 +1067,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
<p> "Raw Data for Raw Nerves"</p>
<p>X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>The following pamphlet was written in 1989 by a minister (now
deceased) who had the courage and inspiration to explain in
very simple and uncluttered language -- how it is that we
@ -1110,7 +1111,7 @@ continue to create deposits."</p>
of nothing. The process is perhaps the most astounding piece of
sleight of hand that was ever invented. Banks can in fact inflate,
mint, and unmint the modern ledger-emntry currency."</p>
<p> RALPH M. HAWTREY (Former Secretary of the British Treasury): "Banks
<p> RALPH M. HAWTREY (Former Secretary of the <ent type='NORP'>British</ent> Treasury): "Banks
lend by creating credit. They create the means of payment out of
nothing."</p>
<p> ROBERT H. HEMPHILL (Credit Manager of Federal Reserve Bank, Altanta,
@ -1208,7 +1209,7 @@ similar "protest" organizations or publications? They protest
people by the Billionaire Bankers!</p>
<p> <ent type='NORP'>Masonic</ent> Orders, Lodges or publications;</p>
<p> Knights of Columbus;</p>
<p> Any Catholic Pope, Bishop or Priest? (Father Coughlin of Michigan
<p> Any <ent type='NORP'>Catholic</ent> Pope, Bishop or Priest? (Father Coughlin of Michigan
spoke on radio and wrote books in the 1930's protesting the Bankers'
plunder of America. He was silenced in a few years on direct orders
of the Pope. Since then few Priests have mentioned the plunder).</p>
@ -1287,4 +1288,5 @@ media will not tell you?</p>
<p> Visit the NEW WORLD ORDER INTELLIGENCE UPDATE Web page
at:</p>
<p> http://www.inforamp.net/~jwhitley</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Date: <ent type='LOC'>Sun</ent>, 8 Jan 1995 08:21:07 -0500
From: James Daugherty <special>jhdaugh@a-albionic.com</special>
Newsgroups: alt.conspiracy
@ -264,7 +265,7 @@ toying with an American ruling-class Yankee-Cowboy split that goes back a
generation or so, Miller dwells on a split between the Knights of Malta
and the Knights Templar going back to the year 1307. The modern derivative
of this struggle provides his hypothesis that "the overt and covert organs
of the Vatican and British Empire are locked in mortal combat for control
of the Vatican and <ent type='NORP'>British</ent> Empire are locked in mortal combat for control
of the world." In Miller's theory, Jesuit-controlled Georgetown is the
Vatican headquarters on the American front, and Quigley is a Vatican agent
exposing the Anglo-American connection. Miller is more sophisticated than
@ -276,7 +277,7 @@ much beyond the last 100 years.</p>
analysis and the theories of Lyndon <ent type='PERSON'>LaRouche</ent>. For anyone who wants to
figure out what <ent type='PERSON'>LaRouche</ent> is talking about, it is necessary to be
conversant with esoterica concerning <ent type='NORP'>Freemasonry</ent>, the Knights of Malta,
and British imperialism. The alternative is to see all of the above as
and <ent type='NORP'>British</ent> imperialism. The alternative is to see all of the above as
code words for Jews, and <ent type='PERSON'>LaRouche</ent>'s enemies -- namely Chip Berlet, Dennis
King, and the Anti-Defamation League -- tend to take this easy way out. I
don't believe that right-wing globalist conspiracy theories in general, or
@ -379,7 +380,7 @@ state campaign for Jimmy Carter. Two years later he won the race for
governor.</p>
<p> The anti-war sentiments among Clinton's Oxford colleagues did not
produce an antipathy toward the CIA. Robert Earl, later an assistant to
Oliver <ent type='PERSON'>North</ent> at the National Security Council, was one of these
Oliver <ent type='LOC'>North</ent> at the National Security Council, was one of these
colleagues. And while governor, Clinton was aware that an airfield in
Mena, Arkansas played a major role in secret contra logistics involving
gun and drug running. Clinton's security chief is being sued for an
@ -526,19 +527,19 @@ more useful discussion of the right and Quigley, see Frank P. Mintz,
The Liberty Lobby and the American Right: Race, Conspiracy and
Culture (Westport CT: Greenwood Press, 1985), pp. 145-51.</p>
<p> 3. This conclusion in inescapable after reading Dick Russell, The Man
Who Knew Too Much (New York: Carroll &amp; Graf, 1992).</p>
Who Knew Too Much (<ent type='GPE'>New York</ent>: Carroll &amp; Graf, 1992).</p>
<p> 4. Who's Who in America, 1976-1977 (Chicago: Marquis Who's Who, 1976).</p>
<p> 5. Carroll Quigley, Tragedy and Hope: A History of the World in Our Time
(New York: Macmillan Company, 1966), p. 950.</p>
<p> 6. Carroll Quigley, The Anglo-American Establishment (New York: Books in
(<ent type='GPE'>New York</ent>: Macmillan Company, 1966), p. 950.</p>
<p> 6. Carroll Quigley, The Anglo-American Establishment (<ent type='GPE'>New York</ent>: Books in
Focus, 1981), pp. xi, 197.</p>
<p> 7. Carl Oglesby, The Yankee and Cowboy War (New York: Berkley Publishing,
<p> 7. Carl Oglesby, The Yankee and Cowboy War (<ent type='GPE'>New York</ent>: Berkley Publishing,
1977), pp.6-7.</p>
<p> 8. Quigley, Tragedy and Hope, pp. 945-9.</p>
<p> 9. Ibid., pp. 1245-6.</p>
<p>10. Oglesby, p. 25.</p>
<p>11. G. William Domhoff, "Who Made American Foreign Policy, 1945-1963?" In
David Horowitz, ed., Corporations and the Cold War (New York: Monthly
David Horowitz, ed., Corporations and the Cold War (<ent type='GPE'>New York</ent>: Monthly
Review, 1969), p.34.</p>
<p>12. Erwin Knoll, "Memo from the Editor," The Progressive, March 1992,
p. 4.</p>
@ -560,22 +561,22 @@ York: Cambridge University Press, 1991).</p>
<p>18. Association of National Security Alumni, Unclassified, February-March
1992, pp. 6-9.</p>
<p>19. James Simon Kunen, The Strawberry Statement: Notes of a College
Revolutionary (New York: Avon Books, 1970), pp. 130-1.</p>
Revolutionary (<ent type='GPE'>New York</ent>: Avon Books, 1970), pp. 130-1.</p>
<p>20. Steve Weissman, Big Brother and the Holding Company (Palo Alto CA:
<ent type='ORG'>Ramparts</ent> Press, 1974), pp. 298-9.</p>
<p>21. AP in San Francisco Examiner, June 21, 1986.</p>
<p>22. Martin A. Lee and Bruce Shlain, Acid Dreams: The CIA, LSD, and the
Sixties Rebellion (New York: Grove Press, 1985).</p>
Sixties Rebellion (<ent type='GPE'>New York</ent>: Grove Press, 1985).</p>
<p>23. Kai Bird, The Chairman: John J. McCloy, The Making of the American
Establishment (New York: Simon &amp; Schuster, 1992), pp. 483-4, 727.</p>
Establishment (<ent type='GPE'>New York</ent>: Simon &amp; Schuster, 1992), pp. 483-4, 727.</p>
<p>24. Richard Cummings, The Pied Piper: Allard K. Lowenstein and the
Liberal Dream (New York: Grove Press, 1985).</p>
<p>25. Douglas Valentine, The Phoenix Program (New York: William Morrow,
Liberal Dream (<ent type='GPE'>New York</ent>: Grove Press, 1985).</p>
<p>25. Douglas Valentine, The Phoenix Program (<ent type='GPE'>New York</ent>: William Morrow,
1990), p. 337.</p>
<p>26. Douglas Jehl, "CIA Nominee Wary of Budget Cuts," New York Times,
<p>26. Douglas Jehl, "CIA Nominee Wary of Budget Cuts," <ent type='ORG'>New York Times</ent>,
February 3, 1993, p. A18.</p>
<p>27. Robin W. Winks, Cloak and Gown: Scholars in the Secret War, 1939-1961
(New York: William Morrow, 1987).
(<ent type='GPE'>New York</ent>: William Morrow, 1987).
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p>This article is from NameBase NewsLine, which is distributed to users of
NameBase, a microcomputer database with 170000 citations and 78000 names
@ -1074,7 +1075,7 @@ less than the Balkanization of the American middle class. Comparatively
speaking, this class is one of world's few remaining reservoirs of
unprotected, unexploited wealth.</p>
<p> 1. Peter Coleman, The Liberal Conspiracy: The Congress for Cultural
Freedom and the Struggle for the Mind of Postwar Europe (New York:
Freedom and the Struggle for the Mind of Postwar Europe (<ent type='GPE'>New York</ent>:
Free Press, 1989), 333 pages.</p>
<p> 2. Dan Schechter, Michael Ansara, and David Kolodney, "The CIA as an
Equal Opportunity Employer," <ent type='ORG'>Ramparts</ent>, June 1969, pp. 25-33.
@ -1085,7 +1086,7 @@ van Meter, and Louis Wolf, eds., Dirty Work 2: The CIA in Africa
globalized consumer economy, stupid." Harper's, August 1993,
pp. 62-72.</p>
<p> 4. Sigmund <ent type='PERSON'>Diamond</ent>, Compromised Campus: The Collaboration of
Universities with the Intelligence Community, 1945-1955 (New York:
Universities with the Intelligence Community, 1945-1955 (<ent type='GPE'>New York</ent>:
Oxford University Press, 1992), 371 pages; David Horowitz, "Sinews of
Empire," <ent type='ORG'>Ramparts</ent>, October 1969, pp. 32-42.</p>
<p> 5. Sara <ent type='PERSON'>Diamond</ent>, "The Funding of the NAS." In Patricia Aufderheide, ed.,
@ -1132,7 +1133,7 @@ pp. 185-90.</p>
<p>25. Karen <ent type='PERSON'>Lehrman</ent>, "Off Course," Mother Jones, September-October 1993,
pp. 45-51, 64, 66, 68.</p>
<p>26. Shalala is quoted in Dinesh D'Souza, Illiberal Education: The
Politics of Race and Sex on Campus (New York: Vintage Books, 1992),
Politics of Race and Sex on Campus (<ent type='GPE'>New York</ent>: Vintage Books, 1992),
p. 13.</p>
<p>27. National Association of Scholars, p. 9.</p>
<p>28. <ent type='PERSON'>Lehrman</ent>, pp. 64, 66, 68.</p>
@ -1151,4 +1152,5 @@ e-mail: majordomo@mail.msen.com | <special>http://gopher.a-albionic.com:9006/</s
message: info prj | <special>ftp://ftp.a-albionic.com/</special>
get prj gopher/keytogopher | <special>gopher.a-albionic.com 9006</special>
////////////////////////////////////*\\\\\\\\\\\<special>ftp.a-albionic.com</special>\\\\\\\\</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
SUBJECT: FEMA GULAG</p>
<p>
@ -8,7 +9,7 @@ SECRET CONCENTRATION CAMPS
The September issue of THE OSTRICH reprinted a story from the
CBA BULLETIN which listed the following principal civilian concentration camps established in GULAG USA under the =Rex '84= program:
Ft. Chaffee, Arkansas; Ft. Drum, New York; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Ft. Chaffee, Arkansas; Ft. Drum, <ent type='GPE'>New York</ent>; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Air Force Base, Florida; Vendenberg AFB, California; Ft. Mc Coy,
Wisconsin; Ft. Benning, Georgia; Ft. Huachuca, Arizona; Camp
Krome, Florida. The February OSTRICH printed a map of the expanding
@ -138,13 +139,13 @@ Note Chapter 14
<p> REGION I: Connecticut, Massachusetts, New Hampshire, Rhode
Island, Vermont.
Regional Capitol: Boston
REGION II: New York, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: New York City
REGION II: <ent type='GPE'>New York</ent>, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: <ent type='GPE'>New York City</ent>
REGION III: Delaware, Maryland, <ent type='GPE'>Pennsylvania</ent>, Virginia, West
Virginia, District of <ent type='GPE'>Columbia</ent>.
Regional Capitol: Philadelphia
REGION IV: Alabama, Florida, Georgia, Kentucky, Mississippi,
<ent type='PERSON'>North</ent> Carolina, Tennessee.
<ent type='LOC'>North Carolina</ent>, Tennessee.
Regional Capitol: Atlanta
REGION V: Illinois, <ent type='NORP'>Indian</ent>a, Michigan, Minnesota, Ohio, Wisconsin.
Regional Capitol: Chicago
@ -152,7 +153,7 @@ REGION VI: Arkansas, Louisiana, New Mexico, Oklahoma, Texas.
Regional Capitol: Dallas-Fort Worth
REGION VII: Iowa, Kansas, Missouri, Nebraska.
Regional Capitol: Kansas City
REGION VIII: Colorado, Montana, <ent type='PERSON'>North</ent> Dakota, South Dakota,
REGION VIII: Colorado, Montana, <ent type='LOC'>North Dakota</ent>, South Dakota,
Utah, Wyoming.
Regional Capitol: Denver
REGION IX: Arizona, California, Hawaii, Nevada.
@ -351,9 +352,9 @@ political ends of Team B's rightwing members. See Cline, |
quoted in "Carter to Inherit Intense Dispute on Soviet |
Intentions," Mary Marder, "Washington Post," January 2, |
1977; Arthur Macy Cox, "Why the U.S. Since 1977 Has |
Been Mis-perceiving Soviet Military Strength," "New York |
Been Mis-perceiving Soviet Military Strength," "<ent type='GPE'>New York</ent> |
Times," October 20, 1980; Paul Warnke, "George Bush and |
Team B," "New York Times," September 24, 1988. |
Team B," "<ent type='ORG'>New York Times</ent>," September 24, 1988. |
|
2. George Bush, "Public Report of the Vice President's Task |
Force On Combatting Terrorism" (Washington, D.C.: U.S. |
@ -421,7 +422,7 @@ review normally required. The information on the waiver was
eventually released by the Boston-based National Toxic Campaign Fund
(NTCF), an environmental group which investigates pollution on the
nation's military bases. It was not until January 30, 1991, five
months after it went into effect, that the "New York Times," acting
months after it went into effect, that the "<ent type='ORG'>New York Times</ent>," acting
on the NTCF information, reported that the White House had bypassed
the usual legal requirement for environmental impact statements on
Pentagon projects.[7] So far, no specific executive order or
@ -551,10 +552,10 @@ foreign intelligence information without a court order.[17] No
Executive Order has been published which activates emergency powers to
wiretap or to engage in counter-terrorist activity. Nonetheless,
there is substantial evidence that such activities have taken place.
According to the New York-based Center for Constitutional Rights, the
According to the <ent type='GPE'>New York</ent>-based Center for Constitutional Rights, the
FBI launched an anti-terrorist campaign which included a broad sweep
of Arab-Americans. Starting in August, the FBI questioned, detained,
and harassed Arab-Americans in California, New York, Ohio,
and harassed Arab-Americans in California, <ent type='GPE'>New York</ent>, Ohio,
<ent type='GPE'>Pennsylvania</ent>, Virginia, Maryland, and Colorado.[18]
A CIA agent asked the University of Connecticut for a list of all
foreign students at the institution, along with their country of
@ -578,7 +579,7 @@ reporters complained that the rules limited their ability to gather
information independently, thereby obstructing informed and objective
reporting.[20]
Three Pentagon press officials in the Gulf region admitted to James
LeMoyne of the "New York Times" that they spent significant time
LeMoyne of the "<ent type='ORG'>New York Times</ent>" that they spent significant time
analyzing reporters' stories in order to shape the coverage in the
Pentagon's favor. In the early days of the deployment, Pentagon press
officers warned reporters who asked hard questions that they were seen
@ -635,13 +636,13 @@ Environmental Quality (Washington, DC: Executive Office of the
President), August 24, 1990; Michael R. Deland, Letter to Colin
McMillan, Assistant Secretary of Defense for Production and Logistics
(Washington, DC: Department of Defense), August 291990.</p>
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "New York
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "<ent type='GPE'>New York</ent>
Times," January 30, 1991.</p>
<p> 8. 33 U.S. Code (USC) sec. 1902 9(b).</p>
<p> 9. 33 USC sec. 2503 l(b).</p>
<p> 10. 50 USC sec. 1521(b) (3)(A).</p>
<p> ll. Adam Clymer, "New Bill Mandates Sanctions On Makers of Chemical Arms,"
"New York Times," February 22, 1991.</p>
"<ent type='ORG'>New York Times</ent>," February 22, 1991.</p>
<p> 12. 31 USC O10005 (f); 2 USC O632 (i), 6419 (d), 907a (b); and Public
Law 101-508, Title X999, sec. 13101.</p>
<p> 13. 10 USC sec. 2434/2461 9F.</p>
@ -656,7 +657,7 @@ the Congressional Budget office estimates that cost at only $40
billion, $16 billion less than allied pledges.</p>
<p> 15. Michael Kamish, "After The War: At Home, An Unconquered Recession,"
"Boston Globe," March 6, 1991; Peter Passell, "The Big Spoils From a
Bargain War," "New York Times," March 3, 1991; and Alan Abelson, "A
Bargain War," "<ent type='ORG'>New York Times</ent>," March 3, 1991; and Alan Abelson, "A
War Dividend For The Defense Industry?" "Barron's," March 18, 1991.</p>
<p> 16. Lawrence Korb, "The Pentagon's Creative Budgetry Is Out of Line,"
"International Herald Tribune," April 5, 199l.</p>
@ -672,12 +673,12 @@ classes of aliens from entry into the U.S. when their entry may be
imposition of travel restrictions on aliens within the U.S. (8 USC sec.
1185); and requiring aliens to be fingerprinted (8 USC sec. 1302).</p>
<p> 18. Ann Talamas, "FBI Targets Arab-Americans," "<ent type='ORG'>CAIB</ent>," Spring 1991, p. 4.</p>
<p> 19. "Anti-Repression Project Bulletin" (New York: Center for
<p> 19. "Anti-Repression Project Bulletin" (<ent type='GPE'>New York</ent>: Center for
Constitutional Rights), January 23, 1991.</p>
<p> 20. James DeParle, "Long Series of Military Decisions Led to Gulf War News
Censorship," "New York Times," May 5, 1991.</p>
Censorship," "<ent type='ORG'>New York Times</ent>," May 5, 1991.</p>
<p> 21. James LeMoyne, "A Correspondent's Tale: Pentagon's Strategy for the
Press: Good News or No News," "New York Times," February 17, 1991.</p>
Press: Good News or No News," "<ent type='ORG'>New York Times</ent>," February 17, 1991.</p>
<p>______________________________________________________________________________
Covert Action INFORMATION BULLETIN</p>
<p> Back Issues</p>
@ -695,7 +696,7 @@ for Nicaragua; CIA's secret "Perspectives for Intelligence."*
No. 7 (Dec. 1979-Jan. 1980): Media destabilization in Jamaica; Robert
Moss; CIA budget; media operations; UNITA; Iran.*
No. 8 (Mar.-Apr. 1980): Attacks on Agee; U.S. intelligence legislation;
<ent type='ORG'>CAIB</ent> statement to Congress; Zimbabwe; <ent type='PERSON'>North</ent>ern Ireland.
<ent type='ORG'>CAIB</ent> statement to Congress; Zimbabwe; <ent type='LOC'>Northern Ireland</ent>.
No. 9 (June 1980): NSA in Norway; Glomar Explorer; mind control; NSA.
No. 10 (Aug.-Sept. 1980): Caribbean; destabilization in Jamaica; Guyana;
Grenada bombing; "The Spike"; deep cover manual.
@ -733,7 +734,7 @@ Greek civil war and Eleni; <ent type='ORG'>WACL</ent> and Nicaragua; torture.
No. 26 (Summer 1986): U.S. state terrorism; Vernon Walters; Libya bombing;
contra agents; Israel and South Africa; Duarte; media in Costa
Rica; democracy in Nicaragua; plus complete index to nos. 13-25.*
No. 27 (Spring 1987): Special: Religious Right; New York Times and Pope
No. 27 (Spring 1987): Special: Religious Right; <ent type='ORG'>New York Times</ent> and Pope
Plot; Carlucci; Southern Air Transport; Michael Ledeen.*
No. 28 (Summer 1987): Special: CIA and drugs: S.E. Asia, Afghanistan,
Central America; Nugan Hand; <ent type='ORG'>MKULTRA</ent> in <ent type='GPE'>Canada</ent>; Delta Force;
@ -760,7 +761,7 @@ No. 36 (Spring 1991): Racism &amp; Nat. Security: FBI v. Arab-Americans &amp; Bl
Officials; Special: Destabilizing Africa: Chad, Uganda, S. Africa,
Angola, Mozambique, Zaire; Haiti; Panama; Gulf War; COINTELPRO "art."
No. 37 (Summer 1990): Special: Gulf War: Media; U.N.; Libya; Iran;
Domestic costs; <ent type='PERSON'>North</ent> Korea Next? Illegal Arms Deals.</p>
Domestic costs; <ent type='LOC'>North Next</ent>? Illegal Arms Deals.</p>
<p> * Available in Photocopy only</p>
<p> Subscriptions (4 issues/year) (check one)</p>
<p> ___$17 one year ___$32 two years U.S.
@ -795,16 +796,16 @@ in turmoil. 3. life out of balance. 4. life disintegrating.
** Written 8:11 pm Jan 17, 1991 by nlgclc in cdp:mideast.forum **
An excellent book which deals with the REX 84 detention plan is:</p>
<p> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Guts and Glory: The Rise and Fall of Oliver <ent type='PERSON'>North</ent>,'' by Ben
"Guts and Glory: The Rise and Fall of Oliver <ent type='LOC'>North</ent>,'' by Ben
Bradlee Jr. (Donald I. fine, $21.95. 573 pp.)
------------------------------------------------------------------
Reviewed by Dennis M. Culnan Copyright 1990, Gannett News Service All
Rights Reserved Short excerpt posted here under applicable copyright
laws</p>
<p>[Oliver] <ent type='PERSON'>North</ent> managed to network himself into the highest levels of
<p>[Oliver] <ent type='LOC'>North</ent> managed to network himself into the highest levels of
the CIA and power centers around the world. There he lied and
boastfully ignored the constitutional process, Bradlee writes.</p>
<p>Yet more terrifying is the plan hatched by <ent type='PERSON'>North</ent> and other Reagan
<p>Yet more terrifying is the plan hatched by <ent type='LOC'>North</ent> and other Reagan
people in the Federal Emergency Manpower Agency (FEMA): A blueprint
for the military takeover of the United States. The plan called for
FEMA to become "emergency czar'' in the event of a national emergency
@ -815,7 +816,7 @@ commanders and run state and local governments. Finally, it would
have the authority to order suspect aliens into concentration camps
and seize their property.</p>
<p>When then-Attorney General William French Smith got wind of the plan,
he killed it. After Smith left the administration, <ent type='PERSON'>North</ent> and his FEMA
he killed it. After Smith left the administration, <ent type='LOC'>North</ent> and his FEMA
cronies came up with the Defense Resource Act, designed to suspendend
the First Amendment by imposing censorship and banning strikes.</p>
<p>Where was it all heading? The book's answer: "REX-84 Bravo, a
@ -959,7 +960,7 @@ intelligence organizations monitoring peace demonstrations."
According to the University of Connecticut student paper, the Daily
Campus, CIA officials have recently met there to discuss talking with
Middle Eastern students.</p>
<p>The New York Times reports that the FBI has ordered its agents around
<p>The <ent type='ORG'>New York Times</ent> reports that the FBI has ordered its agents around
the country to question Arab-American leaders and business people in
search of information on potential Iraqi "terrorist" attacks in
response to a Gulf war.</p>
@ -1311,7 +1312,7 @@ staff the National Coordinating Center. The meetings, which
continued over the next three years, were held at the White
House, the State Department, the Strategic Air Command (SAC)
headquarters at Offutt Air Force Base in Nebraska, and at the
<ent type='PERSON'>North</ent> American Aerospace Defense Command (NORAD) in Colorado
<ent type='LOC'>North Command</ent> (NORAD) in Colorado
Springs.
The industry officials attending constituted the National
Security Telecommunications Advisory Committee -- called <ent type='ORG'>NSTAC</ent>
@ -1427,4 +1428,5 @@ courtesy of our being members of a free and open society and not
courtesy of the Pentagon.</p>
<p>=================================================================
Psi-Tech and alien brain-wave research -- Whats going on at Los Alamos?</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>CONCENTRATION CAMP PLANS FOR U.S. CITIZENS</p>
<p>Transcript of taped message concerning the implementation of a
dictatorial government in the United States.</p>
@ -28,13 +29,13 @@ did not have a baby carriage, they had a machine gun.</p>
<p>And that is exactly the situation that I am going to present to you at this
time. The center for the Study for Democratic Institutions recently
completed a proposed constitution for the "Newstates of America." The
Center is Rockefeller funded. To give you an indication of the type of
Center is <ent type='PERSON'>Rockefeller</ent> funded. To give you an indication of the type of
constitution proposed, the term "national emergency" is mentioned 134
times. The document did not have a Bill of Rights and the right to own
arms was taken away. At the same time, House Concurrent Resolution
#28 awaited for calling a constitutional convention on or before July 4,
1976. The presiding officer of such an event would have been Nelson
Rockefeller, Vice President and president pro tem of the Senate. This
<ent type='PERSON'>Rockefeller</ent>, Vice President and president pro tem of the Senate. This
particular resolution awaited in committee. Obviously, money would
not be spent on these massive programs unless there would be the
chance for the actual implementation of such a scheme.</p>
@ -51,7 +52,7 @@ may be declared based upon this frightening decree, dated October
Executive Order that established the federal regions and their capitals.
All the departments of the government were involved, including the
L.E.A.A. (Law Enforcement Assistance Administration) and H.E.W.
(Health, Education, and Welfare). Congressman Larry McDonald has
(Health, Education, and Welfare). Congressman Larry <ent type='PERSON'>McDonald</ent> has
revealed to Congress that various guerrilla and terrorist groups were
being financed by the federal government. If they (the terrorist groups)
actually began in search of activities, Executive Order #11490 would
@ -319,7 +320,7 @@ governments by the federal government.</p>
<p>An investigation was completed in Nov., 1975 by four sources: The
Conservative publication, 'American Challenge' the leftist 'New Times';
the foundation financed Fund for Investigative Journalism, and, Don
Wood of the trustworthy 'Ozark Sunbeam. ' It involves the potential
Wood of the trustworthy 'Ozark <ent type='LOC'>Sunbeam</ent>. ' It involves the potential
creation of a Police State through the use of the Pentagon and its
computerized intelligence dossier (lodged in the Pentagon basement) of
thousands of citizens by the National Guard, state and local police
@ -395,7 +396,7 @@ these persons would deny that the system was for U.S. citizens. The
provost marshal for the Fifth Army--when I mentioned the names of all
the camp sites--said, "Well at least you've got that right."</p>
<p>The names of the detention facilities that I gave him were a list that I
had acquired from the 'Ozark Sunbeam.' That list of names was the
had acquired from the 'Ozark <ent type='LOC'>Sunbeam</ent>.' That list of names was the
same list of facilities designated under the old Detention Act of 1950 as
"emergency detention centers." But there is only one problem: That act
was supposed to have been repealed in 1971. After some research, I
@ -405,9 +406,9 @@ that there are 17 other bits of law that provided for the same thing. So it
didn't matter whether they ever repealed the Emergency Detention Act.
The public was in fact tricked by the Congress of the United States!</p>
<p>Here are the designated sites: Tucked away in the Appalachian
Mountains of central Pennsylvania is a bustling town of approximate
Mountains of central <ent type='GPE'>Pennsylvania</ent> is a bustling town of approximate
10000 people. Fifteen to twenty years ago it was a sleepy village of
400. Allanwood, PA is linked to New York City by Interstate U.S. 80. It
400. <ent type='GPE'>Allanwood</ent>, PA is linked to <ent type='GPE'>New York City</ent> by Interstate U.S. 80. It
takes up approximately 400 acres and is surrounded by a 10-foot barbed
wire fence. It now holds approximately 300 minimum security prisoners
to keep in shape. It could hold 12000 people from one day to the next.</p>
@ -443,7 +444,7 @@ Alderson, WV, a women's federal reformatory, Lewisburg, WV, a
federal prison; Greenville, SC in Greenville County is now occupied
by the State Youthful Offenders Division. Even that is a mystery to the
people of that area.</p>
<p>At Montgomery, AL we have a federal civilian prison camp at Maxwell
<p>At Montgomery, AL we have a federal civilian prison camp at <ent type='PERSON'>Maxwell</ent>
Air Force Base. Now does that sound right? There's one at Tucson,
AZ, David Munson Air Base. In Alaska we have Elmendorf at
Eielson Air Force Base.</p>
@ -510,7 +511,7 @@ Community Mental Health Care Centers so that persons may be treated
in their own neighborhood. 3) Child Care Centers for dealing with early
difficulties of nationalism in a child's life.</p>
<p>Two years earlier, Major General G. B. Chisholm, Deputy Minister of
Health in Canada_ who later became director of United Nations World
Health in <ent type='GPE'>Canada</ent>_ who later became director of United Nations World
Health Organization--explained, "Self defense may involve a neurotic
reaction when it means defending one's own excessive material wealth
from others who are in great need. This attitude leads to war..." So his
@ -519,7 +520,7 @@ everyone.</p>
<p>Further, the re-interpretation and eventual eradication of the individual's
concept of right and wrong-which has been the basis of child training
are the belated objectives of practically all effective psychotherapies.
Now if we digress even further, to Buria (phonetic spelling), the director
Now if we digress even further, to <ent type='PERSON'>Buria</ent> (phonetic spelling), the director
of the Soviet Secret Police in the 1930's, we see he explained the
communist political strategy through the use of "mental heating" of
psychiatry:</p>
@ -529,7 +530,7 @@ bureaus, and masses, and the effecting of the conquest of enemy nations
through mental healing. You must work,: he stated, "Until every teacher
of psychology unknowingly or knowingly teaches only communistic
doctrine under the guise of psychology."</p>
<p>If you look at the Russian manual of instruction of psycho-political
<p>If you look at the <ent type='NORP'>Russian</ent> manual of instruction of psycho-political
warfare, we see in chapter nine, "Psycho-political operations should at
all times be alert to the Opportunities to organize for the betterment of
the community mental health centers."</p>
@ -596,7 +597,7 @@ your nationalistic tendencies, your love for the United States, or your
adherence to any political or religious doctrine.</p>
<p>Let's look a little further into the type of program that the L.E.A.A. is
paying for through the Dept. of Justice. The Federal Bureau of Prisons--
located in the backwoods of North Carolina, near a tiny village called
located in the backwoods of <ent type='LOC'>North Carolina</ent>, near a tiny village called
Butner--is constructing a mammoth 42 acre research complex for
prisoners from throughout the East. Who will be sent for experiments to
test new behavioral programs and techniques? Target date for
@ -992,7 +993,7 @@ across the United States.</p>
<p>PRICE OF APATHY</p>
<p>I obtained the 1945 report of the O. S. S. (Office of Strategic Services)-
-the precursor of the C.I.A.-7th Army, William W. Quinn, Colonel
G.F.CA.C.of the G2, on the liberation of Dachau, a concentration camp
G.F.CA.C.of the G2, on the liberation of <ent type='LOC'>Dachau</ent>, a concentration camp
during the liberation in Germany. It contains much groupings of
information, but the relevant portion of the report concerns itself with
the section on the townspeople. Quoting from his report, on why the
@ -1018,7 +1019,7 @@ came in full and always went out empty? A typical reply was, 'We were
told it was all army material and booty from France.'</p>
<p>"It is established that anyone who stated that he was only one train come
in in the daytime was telling a flat lie. There are quite a few such
people in Dachau."</p>
people in <ent type='LOC'>Dachau</ent>."</p>
<p>The analysis of the anti-Nazi element of the town: 1) The people knew
what was going on in the camp, even ten years prior to liberation; 2)
The town did a thriving business from the concentration camp guard; 3)
@ -1026,7 +1027,7 @@ Ninety percent are guilty and have dabbed themselves with the blood of
innocent human beings; 4) The people are to blame for their cowardice--
they were all too cowardly. They didn't want to risk anything--and that
was the way it was in all of Germany.</p>
<p>The conclusion of this report written on Dachau written in 1945 on the
<p>The conclusion of this report written on <ent type='LOC'>Dachau</ent> written in 1945 on the
liberation of the concentration camp applies today. The conclusion is as
follows: If one is to attempt tremendous task and accept the terrible
responsibility of judging a whole town, assess it in mass as to collective
@ -1067,4 +1068,5 @@ because you did nothing to prevent it. Once we lose our freedom, we
are never going to regain it. That is why we must stand together to
prevent the loss of our freedom as citizens of the United States.</p>
<p>Thank you very much. (Conclusion of taped report.)</p>
</div>
</div>
</xml>

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<p>From: Bill Cooper <info type="">dont.tread.on.me@usa.com</info>
<xml>
<div class="article">
<p>From: Bill Cooper <special>dont.tread.on.me@usa.com</special>
Newsgroups: alt.conspiracy
Subject: READ BEFORE "THEY" DELETE!
Date: Tue, 22 Oct 1996 22:12:01 -0400
@ -68,7 +69,7 @@ field by reducing space and power requirements. </p>
<p> With these three inventions under their direction, those in
positions of power strongly suspected that it was possible for them
to control the whole world with the push of a button. </p>
<p> Immediately, the Rockefeller Foundation got in on the ground
<p> Immediately, the <ent type='PERSON'>Rockefeller</ent> Foundation got in on the ground
floor by making a four-year grant to Harvard College, funding the
Harvard Economic Research Project for the study of the structure of
the American Economy. One year later, in 1949, The United States Air
@ -79,7 +80,7 @@ research. The Harvard project had been very fruitful, as is borne
out by the publication of some of its results in 1953 suggesting the
feasibility of economic (social) engineering. (Studies in the
Structure of the American Economy - copyright 1953 by Wassily
Leontief, International Science Press Inc., White Plains, New York). </p>
Leontief, International Science Press Inc., White Plains, <ent type='GPE'>New York</ent>). </p>
<p> Engineered in the last half of the decade of the 1940's, the new
Quiet War machine stood, so to speak, in sparkling gold-plated
hardware on the showroom floor by 1954. </p>
@ -733,7 +734,7 @@ payments (7) payments on credit cards </p>
strengths/weaknesses (5) projects/activities </p>
<p>Legal inputs - behavioral control (Excuses for investigation,
search, arrest, or employment of force to modify behavior): (1)
court records (2) police records - NCIC (3) driving record (4)
court records (2) police records - <ent type='ORG'>NCIC</ent> (3) driving record (4)
reports made to police (5) insurance information (6) anti-establishment acquaintances </p>
<p>NATIONAL INPUT INFORMATION</p>
<p>Business sources (via I.R.S., etc.): (1) prices of commodities (2)
@ -1040,7 +1041,7 @@ of a mother's instruction to her daughter, causing that daughter to
put certain behavioral demands upon a future husband ten or fifteen
years hence; thus, by suppressing his resistance to a perversion of
a government, making it easier for a banking cartel to buy the State
of New York in, say, twenty years. </p>
of <ent type='GPE'>New York</ent> in, say, twenty years. </p>
<p> Such a problem leans heavily upon the observations and data of
wartime espionage and many types of psychological testing. But crude
mathematical models (algorithms, etc.) can be devised, if not to
@ -1118,4 +1119,5 @@ husband regardless of the price. </p>
who have no brains, and so this mindless school of jelly-fish,
father, mother, son, and daughter, become useful beasts of burden or
trainers of the same. [ table of contents ] </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>From alt.conspiracy
From: vincent@dreamon.com (The Bok)
Subject: The History and Significance of the New World Order
@ -139,7 +140,7 @@ mentor of Karl Marx. </p>
Zionism helped to dismantle the White-dominated world of our
grandfathers, ushering in the Jews' New World Order of multiracialism,
the absolute rule of money, and cultural chaos.</p>
<p>In 1914 the greatest power in the White world was the British Empire.
<p>In 1914 the greatest power in the White world was the <ent type='NORP'>British</ent> Empire.
After the First World War the alleged "victor," Great Britain, was a
second-rate power. After the Second World War, which Britain also
supposedly "won," she was a third-rate power and quickly stripped of
@ -153,7 +154,7 @@ been better if the United States had stayed out of World War I. </p>
<p>However, it was the moral weakness of Britain's leaders which allowed
Britain to suffer usury and to participate in that fratricidal war.
One can blame the people of Britain for having elected such leaders,
and it is the British people who have suffered because of it, but it
and it is the <ent type='NORP'>British</ent> people who have suffered because of it, but it
is an inherent feature of every democratic republic that the people
can only vote on the basis of information the controlled media give
them. It is only in retrospect that a voter can know whether he has
@ -214,12 +215,12 @@ of outraged justice never known before. </p>
treachery toward defeated Germany, whose people were certainly not
granted self-determination, did abide by their foolish feel-good
propaganda of a "New World Order" when it came to the non-White world.
Unrest by non-Whites in British and French colonies was met with
Unrest by non-Whites in <ent type='NORP'>British</ent> and French colonies was met with
concessions, and the European empires were gradually dissolved. </p>
<p>It is ironic that Britain was a leading promoter of the League of
Nations and the New World Order; it perhaps lost more than
any other nation because of it. It seems less ironic if one considers
that British foreign policy was under the control of Jewish
that <ent type='NORP'>British</ent> foreign policy was under the control of Jewish
bankers, who did not give a hoot about Britain's destiny. Once the
<ent type='GPE'>Britons</ent> had developed and pacified the dark continent
sufficiently for safe operation of Jewish-owned gold, copper, and
@ -260,7 +261,7 @@ years earlier. They said the same things because they suffered from
the same syndrome: sadomasochistic race-treason clothed in the
sanctimonious pretension of Judaic otherworldliness. </p>
<p>The conspiracy theorists who make so much noise about Cecil Rhodes and
say the New World Order is a British conspiracy are trafficking
say the New World Order is a <ent type='NORP'>British</ent> conspiracy are trafficking
information that is not only incomplete and misleading, but grossly
out of date. One of these groups is the Lyndon Larouche organization
whose leading figures appear to be mostly Jews. Similarly, it is a lie
@ -327,7 +328,7 @@ primarily based, not on religion, but on race. </p>
the memory of Hitler's New European Order. For example, there has been
an effort to manipulate Christians with the lie that Adolf Hitler was
a scourge of <ent type='NORP'>Christianity</ent>. In fact, Adolf Hitler received a great deal
of support from Christian clergymen, Catholic and Lutheran. Among the
of support from Christian clergymen, <ent type='NORP'>Catholic</ent> and Lutheran. Among the
smaller sects, the Seventh Day Adventist and New Apostolic churches
were among the most ardent supporters of National Socialism, long
before the party actually came to power. </p>
@ -669,7 +670,7 @@ universal language and "pantarchical" order." </p>
<p>These flakes were an embarrassment even to the Marxists. In the
interests of party orthodoxy, Victoria Woodhull's section was expelled
from the party when Marx relocated the center of World Communism from
London to New York City in 1872. </p>
London to <ent type='GPE'>New York City</ent> in 1872. </p>
<p>In 1863 Henry C. Wright published The Self-Abnegationist, which was a
reaction against the findings of Charles Darwin vis a vis the
implications for man. Wright defined self-abnegation in these terms:
@ -692,7 +693,7 @@ was possible for those who deemed their personal sanctification
to be perfect to attack the practices of institutional churches
and hold themselves to new standards of morality. Rumors of
sexual promiscuity particularly haunted the career of
perfectionism in upstate New York. John Humphrey Noyes
perfectionism in upstate <ent type='GPE'>New York</ent>. John Humphrey Noyes
proceeded from the development of perfectionist religious
theories to preach common marriage among the saints, a belief
which, as practiced by Noyes and his followers at the Oneida
@ -964,7 +965,7 @@ policy. Almost one-quarter of a million largely non-White immigrants
enter <ent type='GPE'>Canada</ent> legally every year, despite horrendous unemployment among
the White population. The U.S. government pursues by subterfuge the
very same New World Order policy which the Canadian government pursues
openly, and which the British government pursued by bringing Blacks
openly, and which the <ent type='NORP'>British</ent> government pursued by bringing Blacks
into Britain. </p>
<p>One would have to be brain-dead to believe that the motive for
bringing these fast-breeding non-White populations into our
@ -1007,4 +1008,5 @@ price of $50.00 postpaid. </p>
http://www,natvan.com
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> JOHN STOCKWELL</p>
<p> THE SECRET WARS OF THE CIA</p>
<p> 10 October 1987</p>
@ -380,14 +381,14 @@ pile of ashes. The problem, though, is that these people killed by
our national security activities are not communists. They're not
<ent type='NORP'>Russians</ent>, they're not KGB. In the field we used to play chess with
the KGB officers, and have drinks with them. It was like professional
football players - we would knock heads on <ent type='LOC'>Sunday</ent>, maybe in an
football players - we would knock heads on Sunday, maybe in an
operation, and then Tuesday you're at a banquet together drinking
toasts and talking.</p>
<p> The people that are dying in these things are people of the third
world. That's the common denominator that you come up with. People of
the third world. People that have the misfortune of being born in the
Metumba mountains of the Congo, in the jungles of Southeast Asia, and
now in the hills of northern Nicaragua. Far more Catholics than
now in the hills of northern Nicaragua. Far more <ent type='NORP'>Catholics</ent> than
communists, far more Buddhists than communists. Most of them couldn't
give you an intelligent definition of communism, or of capitalism.</p>
<p> Central America has been a traditional target of U.S. dominion. If
@ -411,7 +412,7 @@ puppet, Colonel Armaz in a coup] died violent deaths, and amnesty
international tells us that the governments we've supported in power
there since then, have killed 80000 people. You can read about that
one in the book Bitter Fruit, by Schlesinger and Kinzer. [5] Kinzer's
a New York Times Journalist... or Jonathan Kwitny, the Wall Street
a <ent type='ORG'>New York Times</ent> Journalist... or Jonathan Kwitny, the Wall Street
Journal reporter, his book Endless Enemies [7] - all discuss this....</p>
<p> However, the money, the millions and millions of dollars we put into
this program [helping Central America] inevitably went to the rich,
@ -483,7 +484,7 @@ who were doing the torture and terror in Nicaragua that made the
<ent type='NORP'>Nicaraguan</ent> people rise up and throw out the dictator, and throw out
the guard. We went back to create an army of these people. We are
killing, and killing, and terrorizing people. Not only in Nicaragua
but the Congress has leaked to the press - reported in the New York
but the Congress has leaked to the press - reported in the <ent type='GPE'>New York</ent>
Times, that there are 50 covert actions going around the world today,
CIA covert actions going on around the world today.</p>
<p> You have to be asking yourself, why are we destabilizing 50 corners
@ -681,7 +682,7 @@ contras are the people president Reagan calls 'freedom fighters'. He
says they're the moral equivalent of our founding fathers. And the
whole world gasps at this confession of his family traditions.</p>
<p> Read Contra Terror by Reed Brodie [1], former assistant Attorney
General of New York State. Read The Contras by Dieter Eich. [4] Read
General of <ent type='GPE'>New York</ent> State. Read The Contras by Dieter Eich. [4] Read
With the Contras by Christopher Dickey. [2] This is a main-line
journalist, down there on a grant with the Council on Foreign
Relations, a slightly to the right of the middle of the road
@ -861,7 +862,7 @@ squads.</p>
<p> In El Salvador specifically, under the 'Alliance for Progress' in
the early 1960's, the CIA helped put together the treasury police.
These are the people that haul people out at night today, and run
trucks over their heads. These are the people that the Catholic
trucks over their heads. These are the people that the <ent type='NORP'>Catholic</ent>
church tells us, have killed something over 50000 civilians in the
last 5 years. And we have testimony before our Congress that as late
as 1982, leaders of the treasury police were still on the CIA payroll.</p>
@ -905,7 +906,7 @@ Nicaragua. We are not killing <ent type='NORP'>Cuban</ent> advisors. We're not k
many Sandinistas. The 12000 that we have killed in Nicaragua are
peasants, who have the misfortune of living in a CIA's chosen
battlefield. Mostly women and children. Communists? Far, far, far
more Catholics than anything else.</p>
more <ent type='NORP'>Catholics</ent> than anything else.</p>
<p> Now case officers that do these things in places in Nicaragua, they
do not come back to the U.S. and click their heels and suddenly become
responsible citizens. They see themselves - they have been
@ -962,7 +963,7 @@ journalists, including some of the biggest names in the business, to
pump its propaganda stories into our media, to teach us to hate Fidel
Castro, and Ho Chi Minh, and the Chinese, and whomever. The latest
flap or scandal we had about that was a year and a half ago. Lesley
Gelp, the heavyweight with the New York Times, was exposed for having
Gelp, the heavyweight with the <ent type='ORG'>New York Times</ent>, was exposed for having
been working covertly with the CIA in 1978 to recruit journalists in
Europe, who would introduce stories, print stories that would create
sympathy for the neutron bomb.</p>
@ -1216,4 +1217,5 @@ Monthly Review, 1969.</p>
<p>[15] The Americas Watch.
The Violations of War on Both Sides.
??, .</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> (The Elkhorn Manifesto) </p>
<p> SHADOW OF THE SWASTIKA:</p>
<p> The Real Reason the Government Won't Debate Medical Cannabis and
@ -189,7 +190,7 @@ be vacant lands in any part of America. When they get piled upon one
another in large cities as in Europe they will become corrupt as in
Europe." (8) </p>
<p> It is important to remember that the American Revolution was a
clash between the agriculturists in the colonies, and the British
clash between the agriculturists in the colonies, and the <ent type='NORP'>British</ent>
industrialists who controlled the government in England. Almost 100
years later the Civil War was fought as a continuation of the same
basic struggle, but with the victory going back to the
@ -265,7 +266,7 @@ moviehouses had their minds poisoned by Hitler propaganda. </p>
<ent type='PERSON'>Dodd</ent>] almost on the day it happened, in September 1934, and it is
detailed in the book 'Ambassador <ent type='PERSON'>Dodd</ent>'s Diary,' published in 1941,
and again in libel-proof documents on file in the courts of the
state of New York. William E. <ent type='PERSON'>Dodd</ent>, professor of history [at the
state of <ent type='GPE'>New York</ent>. William E. <ent type='PERSON'>Dodd</ent>, professor of history [at the
University of Chicago], told me about the Hearst sell-out . . . </p>
<p> "According to Ambassador <ent type='PERSON'>Dodd</ent>, Hearst came to take the waters at
Bad Nauheim in September 1934, and <ent type='PERSON'>Dodd</ent> somehow learned immediately
@ -337,7 +338,7 @@ one of which Higham identifies as the American Liberty League: "a
Nazi organization whipping up hatred of blacks and Jews," and the
"love of Hitler. </p>
<p> "Financed . . . to the tune of $500000 the first year, the Liberty
League had a lavish thirty-one-room office in New York, branches in
League had a lavish thirty-one-room office in <ent type='GPE'>New York</ent>, branches in
twenty-six colleges, and fifteen subsidiary organizations nationwide
that distributed fifty million copies of its Nazi pamphlets. . . . </p>
<p> "The Du Ponts' fascistic behavior was seen in 1936, when Irenee du
@ -740,7 +741,7 @@ industry endures.] </p>
Higham: ". . . the German army, navy, and air force contracted with
ITT for the manufacture of switchboards, telephones, alarm gongs,
buoys, air raid warning devices, radar equipment, and thirty
thousand fuses per month for artillery shells used to kill British
thousand fuses per month for artillery shells used to kill <ent type='NORP'>British</ent>
and American troops." </p>
<p> ITT also "supplied ingredients for the rocket bombs that fell on
London," and other devices as well, without which "it would have
@ -864,13 +865,13 @@ betrayed their country, by giving aid and comfort to the enemy in
time of war." (2) </p>
<p> Much of what is now known about the activities of the Dulles
brothers and other American Nazi collaborators in banking and
industry came as a result of a top-secret joint U.S.-British
industry came as a result of a top-secret joint U.S.-<ent type='NORP'>British</ent>
intelligence program known as the Ultra Project. "Prior to the
United States' entry into the war," write Loftus and Aarons,
"Roosevelt permitted British intelligence to wiretap American
"Roosevelt permitted <ent type='NORP'>British</ent> intelligence to wiretap American
targets.</p>
<p> "According to our sources in the intelligence community, the area
of coverage included a good bit of the New York financial district,
of coverage included a good bit of the <ent type='GPE'>New York</ent> financial district,
several floors of <ent type='PERSON'>Rockefeller</ent> Plaza, part of the RCA Building, two
prominent clubs, and various shipping firms. . . . </p>
<p> "The wiretap unit reported to Sir William Stephenson, a Canadian
@ -884,9 +885,9 @@ New York branch of the Office of the Coordinator of Information
precursor to the Office of Strategic Services (OSS). Its primary
mission was to collect information against the Nazis and their
collaborators. In other words, Dulles was asked to inform on his own
clients in New York. . . ." </p>
clients in <ent type='GPE'>New York</ent>. . . ." </p>
<p> "Roosevelt had approved his selection as head of the COI Manhattan
branch because he wanted Dulles where the British wiretappers could
branch because he wanted Dulles where the <ent type='NORP'>British</ent> wiretappers could
keep an eye on him. . . . </p>
<p> "One floor below Dulles was Stephenson's wiretap shop. Inside
Dulles's operation was one of Roosevelt's spies, Arthur Goldberg . .
@ -908,7 +909,7 @@ intelligence chief in Switzerland - where he would be most tempted
to aid his German clients with their money laundering."</p>
<p> Roosevelt had one thing in mind: "The sudden release of the
Safehaven intercepts would force a public outcry to bring treason
charges against those British and American businessmen who aided the
charges against those <ent type='NORP'>British</ent> and American businessmen who aided the
enemy in time of war." Among the targets were Allen Dulles, Henry
Ford, and other U.S. industrialists. (5) </p>
<p> The plan failed, however, due to Dulles being "tipped off . . .
@ -986,8 +987,8 @@ reached the Vatican Bank, while the rest was held in cooperative
banks in Belgium, Liechtenstein, and especially Switzerland." It was
only necessary to transfer the paperwork on the gold, not the gold
itself. Since, by that time, Dulles knew his telegraph
communications were being monitored by the British wiretap operation
in New York, he instead used couriers to "ensure absolute secrecy in
communications were being monitored by the <ent type='NORP'>British</ent> wiretap operation
in <ent type='GPE'>New York</ent>, he instead used couriers to "ensure absolute secrecy in
moving the foreign currency and the ownership documents out of
Switzerland . . . special agents of the Vatican who had diplomatic
immunity to move back and forth across both Nazi and Allied lines. .
@ -997,7 +998,7 @@ Bosnian-Croat priest Krunoslav Draganovic, was involved in
transporting large quantities of Nazi booty, especially gold
bullion, from Austria to the safety of the Holy See with the help of
the Dulles-Angleton clique in Rome. Some of the booty was
transported in truck convoys run by British troops. Other shipments
transported in truck convoys run by <ent type='NORP'>British</ent> troops. Other shipments
were carried in U.S. Army jeeps provided to Father Draganovic so
that he could conduct pastoral visits' on behalf of the Vatican. </p>
<p> "Another ardent Nazi propagandist and agent, Slovenian bishop
@ -1021,7 +1022,7 @@ refused. </p>
deal of influence to ensure that Western investments in Nazi Germany
were not seized by the Allies as reparations for the Jews. After
all, much of 'Hitler's Gold' had originally belonged to the bankers
in London and New York. The . . . captured Nazi loot went
in London and <ent type='GPE'>New York</ent>. The . . . captured Nazi loot went
underground. . . . </p>
<p> "In the cause of anticommunism, and to retrieve its own investments
in Germany, the Vatican agreed to become part of Dulles's smuggling
@ -1075,16 +1076,16 @@ industrial empires to become the richest men in the world. Dulles's
clients got away with it. President Roosevelt's dream of putting the
Nazis' moneymen on trial died with him."</p>
<p> England also failed to see justice done, according to the authors:
"The British authorities in Germany ordered the U.S. Army to release
all of the VIP British Nazis and hand over the evidence against
"The <ent type='NORP'>British</ent> authorities in Germany ordered the U.S. Army to release
all of the VIP <ent type='NORP'>British</ent> Nazis and hand over the evidence against
them. Even before Roosevelt's death, Churchill had already begun to
withdraw from his commitment to prosecute Nazis." The reason?" Too
many British industries might be seized as Nazi fronts. Too many
many <ent type='NORP'>British</ent> industries might be seized as Nazi fronts. Too many
upper-class collaborators might have to be prosecuted. The Germans
were defeated, and the Soviets were now the enemy.</p>
<p> "Funding for British war crimes investigations suddenly dried up.
<p> "Funding for <ent type='NORP'>British</ent> war crimes investigations suddenly dried up.
Nazi bankers such as Herman Abs were released from prison to work as
economic advisers in the British zone of Germany. The history of
economic advisers in the <ent type='NORP'>British</ent> zone of Germany. The history of
British 'efforts' to punish Nazis after the war is aptly summarized
in Tom Bower's book, 'The Pledge betrayed'. . . . </p>
<p> "The pattern was repeated all over the remnants of the Third Reich.
@ -1135,11 +1136,11 @@ are released or there will be no German army.' American diplomats
followed Dr. Adenauer's plan to feed the nationalistic monster
piecemeal. Every few days we quietly released one or two more from
prison - the Krupps, the I.G. Farben directors, and dozens of former
Wehrmacht Generals. On friendly advice from Washington, the British
Wehrmacht Generals. On friendly advice from Washington, the <ent type='NORP'>British</ent>
and the French, extremely reluctant, had to follow suit. When the
supply dried up, there remained behind bars only the SS, the mass
murderers from <ent type='LOC'>Dachau</ent>, Belsen, and Buchenwald, and the toughs from
the Waffen SS who had massacred American, British, and Canadian
the Waffen SS who had massacred American, <ent type='NORP'>British</ent>, and Canadian
prisoners of war. This put High Commissioner John McCloy in a most
embarrassing position. . . ." </p>
<p> Tetens explains how Chancellor Adenauer helped High Commissioner
@ -1177,14 +1178,14 @@ killing more than 600 military and civilian prisoners, among them
later commuted to life imprisonment. In 1955 he was one of the last
poor devils' quietly released from prison and greeted by the Bonn
government with the homecoming pay of 6000 marks." (16) </p>
<p> In a "New York Times" article published February 1, 1951, one
<p> In a "<ent type='ORG'>New York Times</ent>" article published February 1, 1951, one
prominent American expressed support for the reduction of sentences
for those responsible for the mass murder of the 600 unarmed
prisoners of war at Malmedy, describing the decision as "extremely
wise." The American was Senator Joseph <ent type='PERSON'>McCarthy</ent>, Republican from
Wisconsin. </p>
<p> Tetens observes that, despite the wide-spread fear by "the French,
the British, and the smaller European countries" of a re-militarized
the <ent type='NORP'>British</ent>, and the smaller European countries" of a re-militarized
Germany, "the outbreak of the Korean War (June 1950) brought a total
change. The provisions which banned all military and veterans'
organizations lost all their meaning and were no longer enforced.
@ -1308,7 +1309,7 @@ Austrian Jew named Richard Kauder created a secret intelligence
network, code named MAX." Kauder, using the name of [Max] Klatt -
Turkel's intelligence chief ["Unholy Trinity," Aarons and Loftus, p.
166] - "worked exclusively for Admiral Wilhelm Canaris, the German
spy chief who collaborated with the Vatican and the British to
spy chief who collaborated with the Vatican and the <ent type='NORP'>British</ent> to
topple Hitler during the war [the group known as the Black
Orchestra]." </p>
<p> The Nazis thought the Max network was made up of "so-called Fascist
@ -1380,7 +1381,7 @@ and was sought by the French Government for atrocities committed
against French Resistance fighters captured by the Nazis. Barbie was
recruited as a U.S. intelligence "asset" in 1947 by one branch of
the State Department's Counter-intelligence Corps (<ent type='ORG'>CIC</ent>), while
another branch, the Operation Selection Board, a joint U.S./British
another branch, the Operation Selection Board, a joint U.S./<ent type='NORP'>British</ent>
project, was trying to put him in prison for war crimes. </p>
<p> Eventually, according to Aarons and Loftus, "Barbie's employment
(and protection) by the Americans began to reach French newspapers
@ -1416,7 +1417,7 @@ of the weekly radio program "World Watchers International" began
with the Kennedy assassination. "In ferreting out every morsel from
the Warren Report," writes Jonathan Vankin, author of the book
"Conspiracies, Cover-ups and Crimes," "supplementing her research
with untold amounts of reading from the 'New York Times' to 'Soldier
with untold amounts of reading from the '<ent type='ORG'>New York Times</ent>' to 'Soldier
of Fortune,' Brussell discovered not merely a conspiracy of a few
renegade CIA agents, Mafiosi, and Castro haters behind Kennedy's
death, but a vast, invisible institutional structure layered into
@ -1525,7 +1526,7 @@ to steer the investigations away from the intelligence community.</p>
reason for it. Dulles had been recruiting Nazis under the cover of
the State Department's Office of Policy Coordination, whose chief,
Frank Wisner, had systematically recruited the Eastern European
emigre networks that had worked first for the SS, then the British,
emigre networks that had worked first for the SS, then the <ent type='NORP'>British</ent>,
and finally Dulles. </p>
<p> "The CIA did not know it, but Dulles was bringing them to the
United States less for intelligence purposes than for political
@ -1732,7 +1733,7 @@ began trading in 1924. In just one three-year period, the <ent type='PERSON'>Har
firm sold more than $50 million of German bonds to American
investors. 'Bert' Walker was Union Banking's president, and the firm
was located in the offices of Averill <ent type='PERSON'>Harriman</ent>'s company at 39
<ent type='LOC'>Broadway</ent> in New York. </p>
<ent type='LOC'>Broadway</ent> in <ent type='GPE'>New York</ent>. </p>
<p> "In 1926 Bert Walker did a favor for his new son-in-law, Prescott
Bush. It was the sort of favor families do to help their children
make a start in life, but Prescott came to regret it bitterly.
@ -1741,13 +1742,13 @@ was that Walker's specialty was companies that traded with Germany.
As Thyssen and the other German industrialists consolidated Hitler's
political power in the 1930s, an American financial connection was
needed. According to our sources, Union Banking became an out-and-out Nazi money-laundering machine. . . . </p>
<p> "In [1931], <ent type='PERSON'>Harriman</ent> &amp; Company merged with a British-American
<p> "In [1931], <ent type='PERSON'>Harriman</ent> &amp; Company merged with a <ent type='NORP'>British</ent>-American
investment company to become Brown Brothers, <ent type='PERSON'>Harriman</ent>. Prescott Bush
became one of the senior partners of the new company, which
relocated to 59 <ent type='LOC'>Broadway</ent>, while Union Banking remained at 39
<ent type='LOC'>Broadway</ent>. But in 1934 Walker arranged to put his son-in-law on the
board of directors of Union Banking. </p>
<p> "Walker also set up a deal to take over the <ent type='PERSON'>North</ent> American
<p> "Walker also set up a deal to take over the <ent type='LOC'>North American</ent>
operations of the Hamburg-Amerika Line, a cover for I.G. Farben's
Nazi espionage unit in the United States. The shipping line smuggled
in German agents, propaganda, and money for bribing American
@ -2051,4 +2052,5 @@ appropriate. R. William Davis - Founder and Director, The Elkhorn
Project "Restoring Kentucky's Proud Heritage and Bright Future" All
email responses should be directed to: randy@ka.net Hemp for
Victory! Thank you r </p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> TRANSCRIPT OF AN INTERVIEW WITH MR. BRIAN MEE</p>
<p> CONCERNING THE FAMOUS BACKYARD RIFLE PHOTOGRAPHS</p>
<p>On Tuesday, 16 August, 1994, I met with Mr. Brian Mee in my home
@ -99,7 +100,7 @@ were that the edge of a water spot would form a nearly straight
line. Some of the people with whom I consulted included the
following:</p>
<p>* Mr. Konrad Mandl, a professional photographer and photo
lab technician, and a certified member of the British Institute
lab technician, and a certified member of the <ent type='NORP'>British</ent> Institute
of Professional Photography.</p>
<p>* Miss Davette Johnson, a professional photographer and photo
lab technician, and a computer graphics technician.</p>
@ -162,7 +163,7 @@ development and color negative development at the Winona School
of Photography, which is affiliated with the Professional
Photographers of America School. He has also had courses in
automatic printing and in using computer video analyzers at the
KODAK School of Photography in Rochester, New York.</p>
KODAK School of Photography in Rochester, <ent type='GPE'>New York</ent>.</p>
<p>Mr. Mee asked me to make it clear that the views he expressed
were his own, and that he was not speaking on behalf of any
government agency.</p>
@ -582,7 +583,7 @@ things. But, in general, I think he's on the right track. I
mean, from everything I've seen so far, from all the copies and
everything that I've looked at so far, I would say he's made some
valid arguments.</p>
<p>MTG. Well, you know that British photographic expert mentioned
<p>MTG. Well, you know that <ent type='NORP'>British</ent> photographic expert mentioned
in the video, Jeffrey Crowley, looked at White's work and was
quite impressed with it.</p>
<p>MR. MEE. Uh-huh. Yeah, I remember that. I mean, the guy [Jack
@ -1781,4 +1782,5 @@ further indications of tampering.</p>
<p>MTG. I would like to thank you for coming here tonight and for
taking so much of your time to answer my questions.</p>
<p>MR. MEE. You're quite welcome, and it was my pleasure.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> PROOF THAT OSWALD DID NOT SHOOT JFK:</p>
<p> THE BAKER-OSWALD ENCOUNTER</p>
<p> Michael T. Griffith
@ -1264,22 +1265,22 @@ Commission's own diagram of Baker's movements likewise puts Baker
just in front of the door when he observed Oswald.</p>
<p> Bibliography
------------
Brown, Walt, THE PEOPLE V. LEE HARVEY OSWALD, New York:
Brown, Walt, THE PEOPLE V. LEE HARVEY OSWALD, <ent type='GPE'>New York</ent>:
Carroll &amp; Graf Publishers, 1992.</p>
<p> Groden, Robert J., THE KILLING OF A PRESIDENT: THE COMPLETE
PHOTOGRAPHIC RECORD OF THE JFK ASSASSINATION, THE CONSPIRACY, AND
THE COVER-UP, New York: Viking Studio Books, 1993.</p>
THE COVER-UP, <ent type='GPE'>New York</ent>: Viking Studio Books, 1993.</p>
<p> Hurt, Henry, REASONABLE DOUBT: AN INVESTIGATION INTO THE
ASSASSINATION OF JOHN F. KENNEDY, New York: Holt, Rinehart,
ASSASSINATION OF JOHN F. KENNEDY, <ent type='GPE'>New York</ent>: Holt, Rinehart,
and Winston, 1985.
Lifton, David, BEST EVIDENCE, New York: Carroll &amp; Graf, 1988</p>
Lifton, David, BEST EVIDENCE, <ent type='GPE'>New York</ent>: Carroll &amp; Graf, 1988</p>
<p> Marrs, Jim, CROSSFIRE: THE PLOT THAT KILLED KENNEDY, New
York: Carroll &amp; Graf Publishers, 1989.</p>
<p> Meagher, Sylvia, ACCESSORIES AFTER THE FACT, New York:
<p> Meagher, Sylvia, ACCESSORIES AFTER THE FACT, <ent type='GPE'>New York</ent>:
Vintage Books edition, 1992.</p>
<p> Posner, Gerald, CASE CLOSED: LEE HARVEY OSWALD AND THE
ASSASSINATION OF JFK, New York: Random House, 1993.</p>
ASSASSINATION OF JFK, <ent type='GPE'>New York</ent>: Random House, 1993.</p>
<p> Savage, Gary, FIRST DAY EVIDENCE, Monroe, Louisiana: The
Shoppe Press, 1993,</p>
<p> THE WARREN COMMISSION REPORT, Washington, D.C.: Government
@ -1288,9 +1289,9 @@ the report.</p>
<p> Trask, Richard, PICTURES OF THE PAIN: PHOTOGRAPHY AND THE
ASSASSINATION OF PRESIDENT KENNEDY, <ent type='GPE'>Danvers</ent>, Massachusetts:
Yeoman Press, 1994.</p>
<p> Weisberg, Harold, NEVER AGAIN, New York: Carroll &amp; Graf
<p> Weisberg, Harold, NEVER AGAIN, <ent type='GPE'>New York</ent>: Carroll &amp; Graf
Publishers, 1995.</p>
<p> -----, SELECTIONS FROM "WHITEWASH," New York: Carroll &amp; Graf
<p> -----, SELECTIONS FROM "WHITEWASH," <ent type='GPE'>New York</ent>: Carroll &amp; Graf
Publishers, 1994.</p>
<p> -----, WHITEWASH, Hyattstown, Maryland, 1966.
@ -1303,4 +1304,5 @@ DALLAS and in DALLAS '63. (CompuServe ID: 74274650; Internet
address: mtgriff@ironrod.win-uk.net or 74274.650@compuserve.com)
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> Host Element Fusion</p>
<p> Unpublished Work
Copyright (c) 1990
@ -138,4 +139,5 @@ convert to neutrinos</p>
-2.015447128 amu + 1.9441763x10-03 amu - 1.007825 amu)]
x 931.5 Mev/amu = Q = .42 Mev
</p>
</div>
</div>
</xml>

View file

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
The Computational Self
by Robert M. Galatzer-Levy, M.D.
180 <ent type='PERSON'>North</ent> Michigan Avenue
180 <ent type='LOC'>North Avenue</ent>
Chicago, Illinois 60601
CIS PPN 722551101
This is a paper original delivered at the First Annual Mathematics
and Psychoanalysis Meeting in New York, N.Y. on June 6, 1988. Any
and Psychoanalysis Meeting in <ent type='GPE'>New York</ent>, N.Y. on June 6, 1988. Any
comments are very welcome.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>EDITOR'S NOTE:</p>
<p>I have only compiled this list. I claim no responsibility for errors,
discrepensies, bogus entries, repeated or contradictiory entries,
@ -22,7 +23,7 @@ things that some folks claim have existed for years (like the 100 MPG
carburetor) that the Government has decided to hide away somewhere. (This
is where you conspiracy folks come in).</p>
<p>NOTE:
This list also contains items containted in the British Government Warehouse,
This list also contains items containted in the <ent type='NORP'>British</ent> Government Warehouse,
the Vatican Warehouse, and the Soviet Government Warehouse</p>
<p>POSSIBLE LOCATIONS OF THE WAREHOUSE:</p>
<p>A fish processing/packaging plant in the warehouse district of a large
@ -193,7 +194,7 @@ the Kate Bush video "Cloudbusting")</p>
<p>The Terminator's arm</p>
<p><ent type='PERSON'>Beethoven</ent>'s Eleventh Symphony</p>
<p>A phone booth with an odd antenna on top, and a San Dimas, CA number</p>
<p>A blue British police call box</p>
<p>A blue <ent type='NORP'>British</ent> police call box</p>
<p>A tight-fitting blue costume with a big red "S" on the chest</p>
<p>The backup tape archives from the "Terminator 2" lab</p>
<p>The Infinite Improbability Generator</p>
@ -262,7 +263,7 @@ Props include Mars landscape sections and lifesized fibreglass spaceships</p>
<p>The original magnifying glass used by Sherlock Holmes</p>
<p>A bottle of smoke from the Chicago Fire</p>
<p>A crate containing a machine, labeled "Owner - Danny Dunn"</p>
<p>Oliver <ent type='PERSON'>North</ent>'s diary</p>
<p>Oliver <ent type='LOC'>North</ent>'s diary</p>
<p>A brain laleled "Ronald Reagan"</p>
<p>Ten crates of clothes labeled "Liberace"</p>
<p>25 crates of confederate money</p>
@ -344,7 +345,7 @@ out</p>
<p>A gold medallion with raised markings on each side, and an off-center
hole holding a red crystal</p>
<p>A glowing green crystal, about 10 inches long and 2.5 inches wide with
angled ends, discovered near the <ent type='PERSON'>North</ent> Pole</p>
angled ends, discovered near the <ent type='LOC'>North Pole</ent></p>
<p>An illuminated manuscript much like a Bible, along with a rabbit's
corpse and many pieces of shrapnel</p>
<p>A large emerald in the shape of a heart, confiscated from a fence in new
@ -387,7 +388,7 @@ Had "This is a fake" written on the canvases in felt tip marker.</p>
is a version of 'Gin 'n Tonic'.</p>
<p>The formula for Coca-Cola</p>
<p>The missing 80 points of Dan Quayle's IQ</p>
<p>Every taxicab in the Metropolitan New York area (only while it's raining)</p>
<p>Every taxicab in the Metropolitan <ent type='GPE'>New York</ent> area (only while it's raining)</p>
<p>The Golden Fleece</p>
<p>A broadsword from roughly 1000 AD with a woman's hand still gripping the handle</p>
<p>A grafitti-free subway car</p>
@ -479,7 +480,7 @@ Shangri-La, and Xanadu</p>
<p>A complete set of the Golden Age Suicide Squid comics</p>
<p>Two 16-inch Battleship Cannon shells (you know - like the ones on the Ne
Jersey) Filled with Quick-Death organism bomblets</p>
<p>the British copy of the <ent type='PERSON'>North</ent> American Treaty</p>
<p>the <ent type='NORP'>British</ent> copy of the <ent type='LOC'>North Treaty</ent></p>
<p>Several kilograms of Byzanium, along with a 1889 Colorado newspaper and the
body of a Red Army corporal</p>
<p>A wooden staff, with a claw holding a crystal on the end</p>
@ -772,7 +773,7 @@ London, AD 1666)</p>
in London in the 1890's</p>
<p>A file cabinet, formerly belongong to one Brigadier Arthur Gordon
Lethbridge-Stewart, containing detailed documents of encounters with
assorted aliens and creatures on the British Isles, all stamped with the
assorted aliens and creatures on the <ent type='NORP'>British</ent> Isles, all stamped with the
words "TOP SECRET:UNIT"</p>
<p>Blueprints for a "Time Machine", with the initials "H.G.W." signed at
the bottom</p>
@ -794,7 +795,7 @@ Diagrams for a semi-functionnal mind control device,
and (pessimistic) progress reports for control of subject
"John M."</p>
<p>Details of the massive conspiracy which seems to have resulted
in most of the British secrets ending up in the US warehouse</p>
in most of the <ent type='NORP'>British</ent> secrets ending up in the US warehouse</p>
<p>The names and scorecards of all the international teams competing
in the "World Series"</p>
<p>The formula for the Top Secret language encrypting system developed
@ -846,12 +847,12 @@ code named "Babel"</p>
lifted out of Aukland harbour</p>
<p>A rain making machine confiscated from the MCC</p>
<p>A letter from the Secratary of State for Defence to the commanders of
all British submarines pointing out that, contrary to earlier orders,
all <ent type='NORP'>British</ent> submarines pointing out that, contrary to earlier orders,
issued due to a previous minister having his hair shampooed and set
while typing, it is _Soviet_ trawlers that pose a thright to British
while typing, it is _Soviet_ trawlers that pose a thright to <ent type='NORP'>British</ent>
security and not, as stated, _Scottish_ ones</p>
<p>The final page of the Communist Manefesto containing the punch line,
found inside a volume in the British library where it had seemingly
found inside a volume in the <ent type='NORP'>British</ent> library where it had seemingly
been dropped in the haste of getting the book to the publisher</p>
<p>The original plans for the analytical engine clearly labeled as
"Automatic bacon slicer and piano key carving machine"</p>
@ -868,7 +869,7 @@ of the fallen stones at stonehenge bearing the name "M A trnspt ltd,
by apointment, intrnl. removals"</p>
<p>A shard of crystal found wedged in a crevice on Rockall</p>
<p>The complete transcript of Joan of Ark's trial</p>
<p>The recipe for British Rail sausage rolls, confiscated for national
<p>The recipe for <ent type='NORP'>British</ent> Rail sausage rolls, confiscated for national
security reasons</p>
<p>A working Advanced Passenger Train</p>
<p>The Great Rat of Sumatra</p>
@ -967,4 +968,5 @@ through the long wait; the cattle WILL find their way home.</p>
Institute For Relearning
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>From: Alan Lustiger alu@pruxp.pr.att.com
Newsgroups: rec.humor.funny
Subject: 25 QUESTIONS AND ANSWERS ABOUT THE "ATOM BOMB"
@ -148,4 +149,5 @@ liberally and out of context. If against you, do the same.</p>
<p>------------------------------------------------------------------
Alan LustigerINTERNET:lustiger@att.com UUCP:att!pruxp!alu
ATTMAIL:!alustiger CIS:72657366</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>SOLDIER OF FORTUNE DIES MYSTERIOUSLY AFTER
TALKING TO CONGRESSIONAL INVESTIGATORS</p>
<p>by Vince Bielski and Dennis Bernstein</p>
@ -130,7 +131,7 @@ Rica."</p>
authorities that several major players in the arms supply network
were involved in the shipment, including Tom Posey, head of the
mercenary group Civilian Materiel Assistance, Robert <ent type='PERSON'>Owen</ent>,
reportedly a liaison to fired Lt. Col. Oliver <ent type='PERSON'>North</ent>, and Hull,
reportedly a liaison to fired Lt. Col. Oliver <ent type='LOC'>North</ent>, and Hull,
Sheehan said.</p>
<p> With no criminal indictment by October, Sheehan alleged
before a congressional committee that the Justice Department had
@ -156,4 +157,5 @@ unfortunate," Winer said.
e, and I think that is very
unfortunate,"</p>
</div>
</div>
</xml>

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>SECRET TEAM OF WEAPONS DEALERS
by Vince Bielski</p>
<p> A "secret team" of former CIA and military officials and
arms dealers are responsible for the covert weapons shipments to
Iran and the contras under the direction of fired White House
aide Lt. Col. Oliver North.</p>
aide Lt. Col. Oliver <ent type='LOC'>North</ent>.</p>
<p> Members of the "secret team" came together in the secret war
against Cuba in 1961, and have since been involved in "political
assassination" programs in Laos, Vietnam, Chile and now
@ -55,19 +56,19 @@ Army in Alabama, Sheehan learned from a member of the group.</p>
<p> In June 1984, Sheehan was informed a man who
working with the para-military organization in helping arm the
contras also claimed to be a "personal representative to the
Contras of...Lt. Col. Oliver North." His name is Robert Owen.</p>
Contras of...Lt. Col. Oliver <ent type='LOC'>North</ent>." His name is Robert <ent type='PERSON'>Owen</ent>.</p>
<p> One year later, Sheehan began putting this information into
a law suit when he learned that Posey, Owen and others
a law suit when he learned that Posey, <ent type='PERSON'>Owen</ent> and others
were allegedly involved in the bombing of the Pastora press
conference which caused physical and personal injury to the two
American reporters.</p>
<p> Sheehans investigation also led him to the discovery of a
"secret team" of former high ranking U.S. officials and officers
who oversaw the procurement and shipment of weapons to the
contras to to Iran. Through Posey, Owen and other they allegedly
contras to to Iran. Through Posey, <ent type='PERSON'>Owen</ent> and other they allegedly
supplied the explosives for the press conference bombing. The
"secret team" includes former high-ranking CIA officials Theodore
Shackley and Thomas Clines, ret. Air Force Gen. Richard Secord,
Shackley and Thomas <ent type='PERSON'>Clines</ent>, ret. Air Force Gen. Richard Secord,
ex-CIA operative Edwin Wilson, and two arms dealers, Albert Hakim
(of Los Gatos) and Rafael Quintero, both of whom are U.S.
citizens.</p>
@ -92,20 +93,20 @@ gather intelligence on the anti-Shah terrorist missions, and then
pass the information to Quintero, "who was responsible for the
assassination of these Libyan terrorists,"</p>
<p> Wilson was convicted for his dealings with Gadhafi, and
Shackley and Clines resigned under pressure from then-CIA
director Stansfield Turner. Shackley and Clines then join with
Shackley and <ent type='PERSON'>Clines</ent> resigned under pressure from then-CIA
director Stansfield Turner. Shackley and <ent type='PERSON'>Clines</ent> then join with
Secord and Hakim and "went private" continuing to run their
"secret team," the affidavit reads.</p>
<p> This group--initially through the Egyptian-American
<p> This group--initially through the <ent type='NORP'>Egyptian</ent>-American
Transport and Service Company--was "responsible for the entire
supply of weapons...to the Contras," when the CIA wasn't directly
providing them. They began arming the contras in August 1979,
after entering "into a formal contractual agreement with
Nicaraguan dictator Anastasio Somoza" despite President Carter's
<ent type='NORP'>Nicaraguan</ent> dictator Anastasio Somoza" despite President Carter's
order banning the sending of weapons to Somoza, the affidavit
reads.</p>
<p> The CIA took over in 1981, but when the 1984 ban on U.S.
support went into effect, North reactivated the private
support went into effect, <ent type='LOC'>North</ent> reactivated the private
merchants. Quintero, operating through a Florida based
corporation named Orca Supply Company--a company earlier set up
by Edwin Wilson--saw to it that the supplies were delivered to
@ -123,40 +124,40 @@ Hakim in Standford Technology Trading Group International, was
involved in the 1981 sale of AWACS to Saudi Arabia, in which
money from that sale financed the contra operation.</p>
<p> In another report, the Examiner said the weapons were also
financed by an elaborate cocaine ring involing Columbia's largest
cocaine dealers in which the drug moves from Columbia,
financed by an elaborate cocaine ring involing <ent type='GPE'>Columbia</ent>'s largest
cocaine dealers in which the drug moves from <ent type='GPE'>Columbia</ent>,
through Hull's land, into the U.S at a level of one ton each
week.</p>
<p> When the Reagan Administration decided to undertake the
secret sales of arms to Iran in 1985, it was Shackley, Clines,
secret sales of arms to Iran in 1985, it was Shackley, <ent type='PERSON'>Clines</ent>,
Hakim and Secord whom they used to carry out the mission, the
affidavit reads.</p>
<p>BACKGROUND</p>
<p> In 1961, Shackley, a CIA station chief in Miami, and his
deputy Clines, directed the covert war against Cuba. A special
deputy <ent type='PERSON'>Clines</ent>, directed the covert war against Cuba. A special
unit formed to assassinate Castro, supervised by the "Mafia
Lieutenant Santo Trafficante," included Quintero--and Felix
Rodreguez and Luis Pasada Carillo--two ex-CIA agent who
reportedly operate the contras arms network at an El Salvador air
base. Pasada was involved in the 1976 mid-air bombing
of a Cuban passenger airliner.</p>
of a <ent type='NORP'>Cuban</ent> passenger airliner.</p>
<p> After the covert war activists were caught smuggling narcotics
into the U.S. from Cuba, the operation was shut down, and Shackley
and Clines were transfered to Laos, where Shackley was made CIA
Deputy Chief of Station and Clines continued as his deputy.</p>
<p> According to the affidavit, Shackley and Clines directed a
secret program which trained and used Meo tribesmen "to
and <ent type='PERSON'>Clines</ent> were transfered to Laos, where Shackley was made CIA
Deputy Chief of Station and <ent type='PERSON'>Clines</ent> continued as his deputy.</p>
<p> According to the affidavit, Shackley and <ent type='PERSON'>Clines</ent> directed a
secret program which trained and used <ent type='NORP'>Meo</ent> tribesmen "to
secretly assassinated over 100000 non-combatant village mayors,
book-keepers, clerks and other civilian bureaucrats in Laos,
Cambodia and Thailand." The operation was funded by profits from
an illegal opium trade.</p>
<p> A commander the political assassination program was ret.
Army General John Singlaub, who has said publicly that he is
helping arm the contras. North, a Marine Corps Major at the time,
helping arm the contras. <ent type='LOC'>North</ent>, a Marine Corps Major at the time,
was one of Singlaub's deputies. Also involved with Shackley in
Laos was Secord, then an Air Force General, the affidavit
reads.</p>
<p> In 1971, Shackley and Clines, from their post the CIA's
<p> In 1971, Shackley and <ent type='PERSON'>Clines</ent>, from their post the CIA's
Western Hemisphere operations, directed the "Track II" operation
in Chile which played a role in the assassination of Chilean
President Salvador Allende, the affidavit reads.</p>
@ -168,4 +169,5 @@ coming to a end,...(they) started their own private assassination
business..."</p>
<p> ) started their own private assassination
business..."</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>RACISM, CONTROL, AND ROCK AND ROLL</p>
<p>By JACOB G. HORNBERGER</p>
<p>Civil rights laws are among the most repugnant forms of
@ -120,7 +121,7 @@ and white racists were infuriated.</p>
<p>The market process was also bringing whites and blacks closer
together in other ways. Buddy Holly, who created some of the
most beautiful music ever written, shocked the black audience
at the Apollo Theater in New York City. (No white act had ever
at the Apollo Theater in <ent type='GPE'>New York City</ent>. (No white act had ever
played the Apollo!) And they loved him! White teenagers were
flocking to see Chuck Berry sing "Roll Over <ent type='PERSON'>Beethoven</ent>,"
"Maybellene," and "Sweet Little Sixteen." And, horror of
@ -198,4 +199,5 @@ PO Box 9752, Denver, Colorado 80209, 303-777-3588.
Permission granted to reprint; please give appropriate credit
and send one copy of reprinted material to the Foundation.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Subject: Corporate buyout of the Democratic Party</p>
<p>******************************
&gt;From the SF Examiner, Monday July 20, 1992.
@ -41,7 +42,7 @@ With so much media focus on these relatively powerless grass-roots
groups, powerful corporations - the country's REAL special
interests - ran off with the party.</p>
<p> ITEM: Two days before the convention, a "Victory Train'' carried
congressional Democrats from Washington to New York. Accompanying
congressional Democrats from Washington to <ent type='GPE'>New York</ent>. Accompanying
the party elite on the train ride were corporate lobbyists who
paid $10000 to $25000 for the right to mingle and shmooze.
The Democratic National Committee has been raking in money from
@ -76,13 +77,13 @@ who seek his help in raising money; a match depends on what
legislation is pending before Congress.</p>
<p>ITEM: The Boggs law firm also boasts partner Ron Brown,
chair of the Democratic Party. Some pundits have suggested
that since Brown in an African-American, the Clinton-Gore
that since Brown in an <ent type='NORP'>African</ent>-American, the Clinton-Gore
ticket has less need of Jesse Jackson to mobilize the
black vote in November. But Ron Brown is far more familiar
with corporate boardrooms and government corridors than
grass-roots organizing. His clients have included an
array of U.S. and foreign business interests, as well as
the regime of Haitian dictator Jean Claude Duvalier.</p>
the regime of <ent type='NORP'>Haitian</ent> dictator Jean Claude Duvalier.</p>
<p> When Jerry Brown spent his campaign denouncing
"Washington sleaze,'' he was referring to these kinds of
cozy corporate-government relations.
@ -97,4 +98,5 @@ laughing all the way to the bank.</p>
very little influence over the choices. Those decisions have
already been made for us. We should feel glad about it, now
we don't have to make the difficult decisions...</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Subject: Conspiracy for the Day -- November 3, 1993
From: bfrg9732@uxa.cso.uiuc.edu (Brian F. Redman)
Date: 3 Nov 1993 00:02:07 GMT</p>
@ -121,4 +122,5 @@ Brian Francis Redman
:...................:
(bfrg9732@uxa.cso.uiuc.edu) (72567.3145@compuserve.com)
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> THE COWTOWN CONNECTION
by
M. Duke Lane
@ -33,8 +34,8 @@ this time, however, naming names and adding new information. One piece of
this "new information" is that an "unidentified suspect" taken into custody
in Fort Worth, 30 miles west of Dallas, was, in fact, David Atlee Phillips, a
former CIA operative who was based in Mexico City while Lee Harvey Oswald was
purportedly visiting Soviet and Cuban embassies in that city, and/or the
"Maurice Bishop" character said to be Cubans refugees' CIA contact for the
purportedly visiting Soviet and <ent type='NORP'>Cuban</ent> embassies in that city, and/or the
"Maurice Bishop" character said to be <ent type='NORP'>Cuban</ent>s refugees' CIA contact for the
Bay of Pigs operation. What, the reader must wonder, was this man--of all
people--doing in that place at that time? This is information with curious
implications indeed!</p>
@ -474,7 +475,7 @@ station while injecting nitroglycerine into his arm. Maybe the day wasn't so
<p>Midway through the day's reports was the arrest report for Donald Wayne
House, which I decided to make a copy of since, after all, I'd been told it
hadn't been filed. The very next arrest report was for another man named
Kenneth Glenn Wilson, then of 6121 Broadway in Haltom City to the east of
Kenneth Glenn Wilson, then of 6121 <ent type='LOC'>Broadway</ent> in Haltom City to the east of
Fort Worth. Interestingly, he had also been arrested at the 3400 block of
East Belknap Street, 23 minutes after House had been. The arresting officers
were listed as Lt LE Wood and HW Sinclair.[50]</p>
@ -506,7 +507,7 @@ his wife--must be who House was going to see.</p>
<p>When I was talking with WD Roberts earlier, neither of us could figure out
why he had gotten off of the highway and driven up Riverside Drive since his
home was a number of miles farther out the same road. I drove to 6121
Broadway, the address given on Wilson's arrest record. While the house no
<ent type='LOC'>Broadway</ent>, the address given on Wilson's arrest record. While the house no
longer exists, the route that House took would have led him to his cousin's
house about a mile from where he was arrested. This particular segment of the
story no longer held any mystery. The question that nagged at me, though, was
@ -514,7 +515,7 @@ how Wilson knew House had been arrested in the first place, an answer I knew
only Wilson could provide.</p>
<p>I was finally able to locate and contact Wilson (he no longer lives in Fort
Worth), who verified that he was the same Kenneth Glenn Wilson who had lived
at the 6121 Broadway address nearly 30 years ago. I explained the reason I
at the 6121 <ent type='LOC'>Broadway</ent> address nearly 30 years ago. I explained the reason I
was calling, to identify a man in a photo which I believed to be him, and
wondered if he would be willing to help me. We discussed the circumstances
which led up to the photo being taken, and as he provided me with various
@ -690,7 +691,7 @@ of Gary Mack, Mary Ferrell, Dave Perry, and other Dallas area researchers in
this investigation.</p>
<p>NOTES
-----</p>
<p>1. Interview with Gary Null, WBAI-FM New York, 99.5 FM, October 1992</p>
<p>1. Interview with Gary Null, WBAI-FM <ent type='GPE'>New York</ent>, 99.5 FM, October 1992</p>
<p>2. See Letters to the Editor of The Third Decade, Volume 9, Number 1,
November 1992, pp 36-40; Number 2, January 1993, pp 9-11; and Number 3, March
1993, pp 27-28 (all related).</p>
@ -708,7 +709,7 @@ event in the paper.</p>
<p>7. Earl Golz, "Ex-officer suspect he chased '2nd gun'," The Dallas Morning
News, August 20, 1978, p 42A.</p>
<p>8. Jim Marrs, Crossfire: The Plot that Killed Kennedy, 1989, Carroll &amp; Graf
Publishers, New York, pp 325-327. This is a nearly verbatim recounting of the
Publishers, <ent type='GPE'>New York</ent>, pp 325-327. This is a nearly verbatim recounting of the
aforementioned Golz article.</p>
<p>9. Golz, "'2nd gun'"</p>
<p>10. "Scenes From an Assassination" (photographic essay), The Dallas
@ -789,4 +790,5 @@ actual time.</p>
<p>58. House disposition report #19560</p>
<p>59. WBAP-TV (NBC) news footage</p>
<p>60. Wilson interview</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>I notice the now-ancient Gauquelin "Mars Effect" affair continues to
crop up, perennially, with considerable time-honoured but still-fuzzy
rhetoric about an alleged CSICOP "cover up", including copious
@ -691,12 +692,12 @@ previous travel expense as soon as he submitted an expense
account--which Rawlins had never done (In "sTARBABY," Rawlins
characterizes this as a "ridiculous excuse" for failure to
reimburse him earlier.) Rawlins cashed the $350 check but did not
attend the New York Council meeting, nor did he inform the
attend the <ent type='GPE'>New York</ent> Council meeting, nor did he inform the
Council that he would not attend. Rawlins never refunded the $120
difference between $230 he claimed was due him and the $350 he
received. Yet Rawlins professes to have been shocked and
surprised when the Council voted unanimously not to reelect
Rawlins at its New York meeting. (Since Rawlins seems so easily
Rawlins at its <ent type='GPE'>New York</ent> meeting. (Since Rawlins seems so easily
shocked and surprised, I suspect he was equally surprised at the
resignation of Richard M. Nixon.) </p>
<p> Two months later, Rawlins wrote to Frazier saying he wished
@ -795,15 +796,15 @@ receive publicity by making sensational charges of
scientific coverup and fraud. In 1988 he made national
headlines by renewing an earlier charge he had made before
CSICOP's founding, this time supposedly supported by a new-found document: that Admiral Peary never actually reached
the <ent type='PERSON'>North</ent> Pole during his famous expedition in 1909, but
the <ent type='LOC'>North Pole</ent> during his famous expedition in 1909, but
instead fabricated his navigational records to make it
appear as if he had. A New York Times article of October 13,
appear as if he had. A <ent type='ORG'>New York Times</ent> article of October 13,
1988 carries the headline: "Peary's Notes Said to Imply He
Fell Short of Pole." It begins: "New evidence based on
navigational notes by Robert E. Peary indicates that the
Arctic explorer fell short of his goal and deliberately
faked his claim in 1909 that he was the first person to
reach the <ent type='PERSON'>North</ent> Pole, according to an analysis by a
reach the <ent type='LOC'>North Pole</ent>, according to an analysis by a
<ent type='GPE'>Baltimore</ent> astronomer and historian ... Dennis Rawlins, an
independent scholar who trained as an astronomer and who has
a long-standing interest in Peary's expedition, said
@ -822,7 +823,7 @@ reported in a <ent type='GPE'>Baltimore</ent> <ent type='LOC'>Sun</ent> story sy
M. Grosvenor and others had quietly endured Rawlins' public
calls for debate and unconditional surrender on the Peary
issue." The Society was willing to take seriously an
analysis by the British explorer Wally Herbert, based on
analysis by the <ent type='NORP'>British</ent> explorer Wally Herbert, based on
other evidence, that a navigation error may have caused
Peary to miss the pole by about 45 miles. "Suggesting that
Peary might not have reached the Pole is one thing," said
@ -838,7 +839,7 @@ think I have not yet met the burden of proof." </p>
<p> Finally, in December, 1989, a 230-page report commissioned
by the National Geographic Society was released, concluding
that Peary actually did reach the Pole. As reported in a
story on p.1 of the New York Times, Dec. 12, 1989, a new
story on p.1 of the <ent type='ORG'>New York Times</ent>, Dec. 12, 1989, a new
analysis of Peary's records by professional navigators
concluded that Peary's final camp was not more than five
miles from the Pole. "The report said, there was no evidence
@ -856,4 +857,5 @@ INTERNET: moen@f207.n914.z8.RBBS-NET.ORG
Robert Sheaffer, Nov., 1991]
--
Rick Moen - via RBBS-</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Path: uuwest!spies!mips!spool.mu.edu!olivea!sgigate!odin!ratmandu.esd.sgi.com!dave
From: dave@ratmandu.esd.sgi.com (dave "who can do? ratmandu!" ratcliffe)
Newsgroups: alt.conspiracy.jfk,alt.conspiracy,alt.activism
@ -89,7 +90,7 @@ Yes, history has been made by a series of murders, but not
enough has been done to solve them. The trial of Watergate was the
trial of the cover-up. There has been no trial about the real
crime of Watergate. There has been no trial of the big power
behind Watergate. The Hunts, Liddys, McCords, and the Cubans were
behind Watergate. The Hunts, Liddys, McCords, and the <ent type='NORP'>Cubans</ent> were
not drawn into that drama solely for their own interests. They
were working for someone much higher up. They were all pawns, just
like Nixon was. This is a game for the biggest stake of all--
@ -177,7 +178,7 @@ These will begin with either the cancellation of elections in 1976
or with elections that will be a total sham. For who will dare run
against the candidate of the conspiracy? Will it be Wallace with
his wounds and from his wheelchair, or another Kennedy, or Ed
Muskie, who was badly roughed up in 1972, or George McGovern, who
Muskie, who was badly roughed up in 1972, or George <ent type='PERSON'>McGovern</ent>, who
was twice scheduled for assassination in 1972?
Who, unless he sells his soul to the cabal, can face those hired
guns?
@ -225,13 +226,13 @@ and its bumble-bee flight to any jury of intelligent Americans?
The Commission was stuck with a "three bullet" crime because the
Secret Service and the FBI had both reported three bullets, because
there were only 6.8 seconds of shooting[1], as proven precisely by
a film of the event made by Abraham Zapruder, and because the
a film of the event made by Abraham <ent type='PERSON'>Zapruder</ent>, and because the
character who planted the shells at the "Oswald lair" had only put
three there. Furthermore, if they were going to stick with the
"lone assassin" solution, they were faced with the hard task of
making it appear feasible that Oswald alone could have gotten off
just three bullets in 6.8 seconds, let alone four, five, or six.
The Zapruder movie film, which shows the entire scene from
The <ent type='PERSON'>Zapruder</ent> movie film, which shows the entire scene from
beginning to end, became invaluable as a master clock of the whole
affair. It established a foolproof chronology of the crime. It is
not too difficult to determine precisely when (what frame of the
@ -263,7 +264,7 @@ fired and that two hit JFK and one hit Connally. The FBI later
found the nick in the curbstone, took a section of it back to their
labs in Washington, analyzed it, and decided that a bullet had
indeed hit the curb.
The Zapruder film makes it abundantly clear that the top of the
The <ent type='PERSON'>Zapruder</ent> film makes it abundantly clear that the top of the
President's head was blown off and the skull and brain spattered as
far as thirty-seven yards away by a third shot. Thus the
Commission gives the "official" version: three shots. The third
@ -289,9 +290,9 @@ undamaged bullet show it as clean as a brand-new slug. It looks as
though it had hardly been fired at all, let alone having traveled
through two men, broken three bones, and lodged in a fourth. [3]</p>
<p> ____________________________________________________________________
How the Zapruder Film Created a Time Clock
How the <ent type='PERSON'>Zapruder</ent> Film Created a Time Clock
for the Assassination in Dealey Plaza
| Abraham Zapruder's camera was running at a determinable
| Abraham <ent type='PERSON'>Zapruder</ent>'s camera was running at a determinable
speed: 18.3 frames per second. The camera had a
governor control, so its speed was constant. Each frame
of the film was 1/18th of a second apart. Since John
@ -301,12 +302,12 @@ of Dealey Plaza, Kennedy's exact position at each frame
number. This "map" perfectly coordinated two functions:
time and place--where Kennedy was at each moment, within
1/18th of a second accuracy, and a distance error of no
more than 7.3 inches. The Zapruder film was used to
more than 7.3 inches. The <ent type='PERSON'>Zapruder</ent> film was used to
determine the speed of the President's car, the elapsed
time between events, especially between the first and last
shots (6.8 seconds), and the timing of events in the
background. --Richard E. Sprague
| Z denotes Zapruder film and frame number.
| Z denotes <ent type='PERSON'>Zapruder</ent> film and frame number.
|___________________________________________________________________|</p>
<p> I have worked with the CIA and military officials in testing
special rifles. I have seen countless bullets fired into gelatin
@ -359,8 +360,8 @@ position, the top of the white car in the center lane, anyone can
see where the shot came from: the second floor window of the Dal
Tex building. See Altgen's photo, number 8.])
It is not hard to find another shot that Oswald could not have
made. The Zapruder film clearly fixes the time of the first shot
at frame Z-189. Also, the Zapruder film clearly fixes the location
made. The <ent type='PERSON'>Zapruder</ent> film clearly fixes the time of the first shot
at frame Z-189. Also, the <ent type='PERSON'>Zapruder</ent> film clearly fixes the location
of the car--and thus the President--at Z-189. (See photo 7.
[NUMBER 7. This is Z-189. JFK was slowly waving his right hand to
the crowd.]) There were broken white lines on the road and it can
@ -392,7 +393,7 @@ Z-189.])
Who then fired at Z-189? Was it the mechanic who missed later,
and hit Tague? This is impossible. (See photo 12. [NUMBER 12.*
This is Phil Willis' fifth photo, showing JFK approaching sign;
Zapruder in background on grassy knoll pedestal, camera at eye.
<ent type='PERSON'>Zapruder</ent> in background on grassy knoll pedestal, camera at eye.
Willis said he snapped photo in reaction to hearing first shot.
Photo was sanpped at Z-202, confirming Z-189 was time of first
shot. A similar photo taken by Hugh Betzner confirms the timing of
@ -405,7 +406,7 @@ At this point it is important to make certain that we have laid
all of this out with reasonable credibility. I have been working
on this problem since 1963. Many others have been working that
long doing very specialized and very detailed work. (See photos
13-16. [NUMBERs 13-16. This series of frames from the Zapruder
13-16. [NUMBERs 13-16. This series of frames from the <ent type='PERSON'>Zapruder</ent>
film show that JFK's right hand is still falling and clenched as he
emerges from behind the sign (up to frame Z-225). Note the drastic
change in his position: hands, head, elbows, shoulders, and arms
@ -439,7 +440,7 @@ photographs? In all there were more than 25000 frames of pictures
exposed within that crucial hour at Dealey Plaza. (This includes
the frames of movie camera film, some of which have been so vitally
important when studied frame by frame.) (See photos 17-20.
[NUMBERs 17-20. This sequence of Zapruder frames shows that the
[NUMBERs 17-20. This sequence of <ent type='PERSON'>Zapruder</ent> frames shows that the
final and fatal shot striking JFK at Z-313, which caused an
enormous explosion, drove his head and upper body back and to his
left until he bounced off the rear seat cushion at Z-321. The
@ -499,7 +500,7 @@ bullets were fired, including the near miss.</p>
<p> * The fact that the Warren Commission missed the
back-to-left motion of JFK's head (see photos).</p>
<p> * The fact that only three members of the Commission
ever saw the Zapruder film in motion.</p>
ever saw the <ent type='PERSON'>Zapruder</ent> film in motion.</p>
<p> * The fact that the Warren Commission missed seeing
the evidence of three separate bullets hitting JFK
and a fourth hitting Connally; and then
@ -626,7 +627,7 @@ the thousands of pictures available about this incident. One of
the most remarkable and important pictures taken of the entire
25000 was one taken by James Altgens, a professional photographer
from the Associated Press. (See photo 8.) By cross-referencing
this remarkable photograph with the Zapruder film chronology, it is
this remarkable photograph with the <ent type='PERSON'>Zapruder</ent> film chronology, it is
possible to determine that this picture was taken 3.6 seconds after
the first shot was fired and 3.2 seconds before the last shot.
This is very important. This picture clearly shows JFK
@ -654,7 +655,7 @@ opened the door of that car and that he is preparing to jump out--
all by 3.6 seconds.
This one indelible record of a fragment in history tells a truer
story than all twenty-six volumes of the Warren report. It is
possible to place the first shot at Zapruder film frame 189 and the
possible to place the first shot at <ent type='PERSON'>Zapruder</ent> film frame 189 and the
Altgens photograph at Z-255. It is interesting to note that nearly
one half of the background of the Altgens photo is filled with that
huge oak tree we mentioned earlier. It has keen carefully
@ -875,7 +876,7 @@ from Ohio. As soon as possible, we purchased the first newspaper
available--the "Christchurch Star." It is amazing to re-read the
front page of that paper today and find all of the detail, the
remarkable detail, about Lee Harvey Oswald, about his service in
the Marine Corps, about his living in Russia, about his Russian
the Marine Corps, about his living in Russia, about his <ent type='NORP'>Russian</ent>
wife, and then the full scenario of the crime.[7]
Then one begins to wonder--understanding full well the
capability of modern-day communications and reporting--who it was
@ -883,7 +884,7 @@ that was able in so short a time to come up with such a life
history of so obscure a twenty-four-year-old "loner." Even the
Dallas police had not charged him with any crime by the time that
paper had hit the streets. In the crime scenario it states that
two Dallas cops, J.D. Tippit and M.N. McDonald, had chased Oswald
two Dallas cops, J.D. Tippit and M.N. <ent type='PERSON'>McDonald</ent>, had chased Oswald
into a theater and that Tippit was shot dead "as he ran into the
cinema." Who fabricated all of that news? Who was at the right
place at that moment to flood the whole world with all of this news
@ -928,7 +929,7 @@ was ready when called. He became President because his real
opposition had recently been buried in Arlington.
After a defeat in the mid-term elections during that winter of
our discontent in 1970-71, Nixon faced a panel of reporters on an
ABC broadcast in January 1971. When asked why he had been unable
<ent type='ORG'>ABC</ent> broadcast in January 1971. When asked why he had been unable
to bring the country "the lift of a driving dream" he had promised
during the New Hampshire primaries, Nixon--in one of his rare human
moments--looked at the reporters and then mumbled, "When you have
@ -955,7 +956,7 @@ work to do. We want free elections in 1976 and we want to begin a
glorious new century of the free.</p>
<p> [1] Even the tests which "prove" it could have been done in 5.7 seconds are
faulty. The shots in Dallas were not fired evenly; this is proved by
the Zapruder film and by the Commission's own figures--Zapruder film
the <ent type='PERSON'>Zapruder</ent> film and by the Commission's own figures--<ent type='PERSON'>Zapruder</ent> film
frames 186-215-313. Tests were made with a "clip" of three bullets.
No clip was found in the Book Depository Building.</p>
<p> [2] The Warren Commission allowed even less time; according to their
@ -970,7 +971,7 @@ got it, he "planted" it as the "Miracle" bullet.</p>
the Commission "notes" that a "gap occurred in the leaves of the tree
at Z-186," then says nothing. If there was this split-second gap,
then the gun would have had to have been aimed and fired in that
split second (about 1/20th of a second), and the Zapruder film tree
split second (about 1/20th of a second), and the <ent type='PERSON'>Zapruder</ent> film tree
would have to confirm that possibility. It does not!</p>
<p> [6] Edmund C. Berkeley is the publisher of the magazine "People and the
Pursuit of Truth," Newtonville, Mass.</p>
@ -985,4 +986,5 @@ ko.yan.nis.qatsi (from the Hopi Language) n. 1. crazy life. 2. life
in turmoil. 3. life out of balance. 4. life disintegrating.
5. a state of life that calls for another way of living.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>***************************************************************************
***************************************************************************</p>
<p>
@ -35,20 +36,20 @@ limited range. The larger the darksucker, the greater its capacity to suck
dark. Darksuckers in a parking lot or on a football field have a much
greater capacity than the ones in used in the home, for example.</p>
<p>It may come as a surprise to learn that darksuckers also operate on a
celestial scale; witness the Sun. Our Sun makes use of dense dark, sucking
it in from all the planets and intervening dark space. Naturally, the Sun
celestial scale; witness the <ent type='LOC'>Sun</ent>. Our <ent type='LOC'>Sun</ent> makes use of dense dark, sucking
it in from all the planets and intervening dark space. Naturally, the <ent type='LOC'>Sun</ent>
is better able to suck dark from the planets which are situated closer to
it, thus explaining why those planets appear brighter than do those which
are far distant from the Sun.</p>
<p>Occasionally, the Sun actually oversucks; under those conditions, dark
spots appear on the surface of the Sun. Scientists have long studied these
are far distant from the <ent type='LOC'>Sun</ent>.</p>
<p>Occasionally, the <ent type='LOC'>Sun</ent> actually oversucks; under those conditions, dark
spots appear on the surface of the <ent type='LOC'>Sun</ent>. Scientists have long studied these
'sunspots' and are only recently beginning to realize that the dark spots
represent leaks of high pressure dark because the Sun has oversucked dark
represent leaks of high pressure dark because the <ent type='LOC'>Sun</ent> has oversucked dark
to such an extent that some of actually leaks back into space. This
leakage of high pressure dark frequently causes problems with radio
communications here on Earth due to collisions between the dark particles
as they stream out into space via the black 'holes' in the surface of the
Sun.</p>
<ent type='LOC'>Sun</ent>.</p>
<p>As with all manmade devices, darksuckers have a finite lifetime. Once they
are full of dark, they can no longer suck. This condition can be observed
by looking for the black spot on a full darksucker when it has reached
@ -92,7 +93,7 @@ bottom of lakes by pushing it through turbines, which generate electricity
to help push the dark into the ocean where it may be safely stored for
their devious purposes.</p>
<p>Prior to the development of turbines, it was much more difficult to get the
dark from the rivers and lakes to the ocean. The Indians recognized this
dark from the rivers and lakes to the ocean. The <ent type='NORP'>Indians</ent> recognized this
problem, and developed means to assist the flow of dark on it's long
journey to the ocean. When on a river in a canoe travelling in the same
direction as the flow of dark, they paddled slowly, so as not to impede the
@ -122,4 +123,5 @@ the A.C. is not yet known, but the D.C. is rapidly yielding it's secrets to
the probing eyes and instruments of honest scientists around the world.
New developments are being announced every day and we promise to keep the
public informed of these announcements as they occur via this newsletter.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>From "CROSSFIRE" by Jim Marrs
ISBN 0-88184-524-8
Copyright (c) 1989 by Jim Marrs
@ -10,7 +11,7 @@ First published by Carroll &amp; Graf 1989</p>
Kennedy and Lee Harvey Oswald, 18 material witnesses died - six by
gunfire, three in motor accidents, two by suicide, one from a cut
throat, one from a karate chop to the neck, five from natural causes.
An actuary, engaged by the London <ent type='LOC'>Sunday</ent> Times, concluded that on
An actuary, engaged by the London Sunday Times, concluded that on
November 22, 1963m the odds against these witnesses being dead by
February 1967, were one hundred thousand trillion to one.</p>
<p> The above comment on the deaths of assassination witnesses was published in
@ -24,16 +25,16 @@ information because of the stories of strange and sudden death that seemed to
visit some people with information about the assassination.
Finally, in the late 1970s, the House Select Committee on Assassinations
felt compelled to look into the matter.
But aside from discrediting the London <ent type='LOC'>Sunday</ent> Times actuarial study, the
But aside from discrediting the London Sunday Times actuarial study, the
Committee was unable to come to any conclusions regarding the growing number
of deaths. The Committee said it could not make a valid actuarial study due
to the broad number and types of persons that had to be included in such a
study.
In response to a letter from the Committee, London <ent type='LOC'>Sunday</ent> Times legal
In response to a letter from the Committee, London Sunday Times legal
manager Anthony Whitaker stated:</p>
<p> Our piece about the odds against the deaths of the Kennedy witnesses
was, I regret to say, based on a careless journalistic mistake and
should not have been published. This was realized by The <ent type='LOC'>Sunday</ent> Times
should not have been published. This was realized by The Sunday Times
editorial staff after the first edition - the one which goes to the
United States... - had gone out, and later editions were amended.
There was no question of our actuary having got his answer wrong: it
@ -375,7 +376,7 @@ was an "open underworld challenge to governmental infiltration of Mafia
activities."
One FBI source was quoted as saying: "Our main concern is that we may be
facing a revival of the old 'Murder, Inc.' days."
A New York News story concerning this official fear of roving
A <ent type='GPE'>New York</ent> News story concerning this official fear of roving
assassination squads even mentions the death of Sam Giancana, who was killed
one day before he was scheduled to testify about mob-CIA connections and
while under government protection.
@ -448,4 +449,5 @@ if JFK limousine
--- end
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>PRODUCER INTERESTS VS. THE PUBLIC INTEREST: THE ORIGIN OF
DEMOCRATIZED PRIVILEGE</p>
<p>By RICHARD M. EBELING</p>
@ -175,4 +176,5 @@ PO Box 9752, Denver, Colorado 80209, 303-777-3588.
Permission granted to reprint; please give appropriate credit
and send one copy of reprinted material to the Foundation.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Desktop genetic engineering.</p>
<p>By Kevin Kelly</p>
<p>I spent a day recently a biotechnology trade show, snooping around the
@ -59,4 +60,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
-------------------------------------------------------------------------------
BLUEPRINT FOR U.S. DICTATORSHIP PLACES INDIVIDUAL RIGHTS AT RISK</p>
@ -70,21 +71,21 @@ young men for the Union Army. The act was rife with inequities, such as
the provision which allowed a man to pay $300 or hire a substitute to take
his place. This hated "Rich Man's Exemption," as it was called, angered
the average American of military age and in particular young Irish
immigrants in New York City.</p>
<p> A riot erupted in New York in 1863, and it resulted in Lincoln using
immigrants in <ent type='GPE'>New York City</ent>.</p>
<p> A riot erupted in <ent type='GPE'>New York</ent> in 1863, and it resulted in Lincoln using
some extraordinary powers of his office to keep the Union from falling
apart from within.</p>
<p> But over the years, presidents have used these powers for purposes
never intended by the Founding Fathers.</p>
<p> INDIANS VICTIMIZED</p>
<p> President John Tyler used such powers in 1842 to round up Seminole
Indians in Georgia and Florida and force-march them -- men, women and
<ent type='NORP'>Indians</ent> in Georgia and Florida and force-march them -- men, women and
children -- to Arkansas. This was probably the first use of internment in
America to deal with unpopular minorities. It was not the last.</p>
<p> In 1886, the Geronimo Chiricahua Apache Indians surrendered to U.S.
<p> In 1886, the Geronimo Chiricahua Apache <ent type='NORP'>Indians</ent> surrendered to U.S.
troops in the West, were rounded up by order of President Grover Cleveland,
and shipped to internment in Florida and Alabama.</p>
<p> Earlier, during the War Between the States, Sioux Indians in
<p> Earlier, during the War Between the States, Sioux <ent type='NORP'>Indians</ent> in
Minnesota, when there was a delay in paying them their yearly allowance,
began attacking nearby white settlements. Lincoln sent in a hastily raised
force of volunteers under Col. H. H. Sibley. Little Crow, leader of the
@ -96,7 +97,7 @@ Sioux leaders were publicly hanged. Whether the Sioux executed were
innocent or guilty was apparently immaterial. The revolt was quelled, and
the Minnesota Sioux were all moved to reservations in Dakota.</p>
<p> These instances of the nation's executive branch taking extraordinary
measures to confine, or intern, American Indians are just a few of many
measures to confine, or intern, American <ent type='NORP'>Indians</ent> are just a few of many
examples.</p>
<p> More recent examples of interning minorities by executive order
occurred during World War I and World War II.</p>
@ -106,15 +107,15 @@ regardless of the First Amendment of the Constitution, which guarantees
freedom of speech and of the press. German-language newspapers, published
within German-American communities in the United States, were banned.</p>
<p> WW II INTERNMENTS</p>
<p> After the Japanese attack on Pearl Harbor on December 7, 1941, within
days the FBI rounded up tens of thousands of Japanese-Americans, guilty
only of being of Japanese ancestry, under the authority of an executive
<p> After the <ent type='NORP'>Japanese</ent> attack on Pearl Harbor on December 7, 1941, within
days the FBI rounded up tens of thousands of <ent type='NORP'>Japanese</ent>-Americans, guilty
only of being of <ent type='NORP'>Japanese</ent> ancestry, under the authority of an executive
order issued by President Franklin Delano Roosevelt. The lists of those to
be apprehended had been drawn up months earlier, before the war.</p>
<p> Held in concentration camps, the perimeters guarded by U.S. soldiers
armed with machine guns, the mostly innocent and patriotic Japanese-Americans were not released until after the war.</p>
armed with machine guns, the mostly innocent and patriotic <ent type='NORP'>Japanese</ent>-Americans were not released until after the war.</p>
<p> Congress has recently passed legislation extending the nation's
apologies to the Japanese-Americans and extending them compensation for
apologies to the <ent type='NORP'>Japanese</ent>-Americans and extending them compensation for
their years of confinement.</p>
<p> However, no apology or compensation has ever been extended to the more
than 8000 German-Americans who were confined in dozens of jails and camps
@ -141,4 +142,5 @@ to The Spotlight appears, including this address:</p>
Washington, DC 20003
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
-------------------------------------------------------------------------------
DICTATORSHIP POSSIBLE HERE</p>
@ -73,4 +74,5 @@ to The Spotlight appears, including this address:</p>
<p> The SPOTLIGHT
300 Independence Avenue, SE
Washington, DC 20003</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> (word processor parameters LM=8, RM=75, TM=2, BM=2)
Taken from KeelyNet BBS (214) 324-3501
Sponsored by Vangard Sciences
@ -26,7 +27,7 @@ the codes for eighteen "problem" nations.</p>
<p> These nations are identified by the following codes :</p>
<p> Albania CP Libya FM
Bulgaria OM Nicaragua QU
China CY North Korea GQ
China CY <ent type='LOC'>North Korea</ent> GQ
Cuba DC Poland QW
Czechoslavakia PH Romania ND
East Germany TJ South Africa FY
@ -47,4 +48,5 @@ Vangard Sciences/KeelyNet</p>
If we can be of service, you may contact
Jerry at (214) 324-8741 or Ron at (214) 242-9346
--------------------------------------------------------------------</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Carolee Boyles-SprenkelAbout 2650 words
Route 3, Box 2180Copyright 1989
Quincy, FL 32351Carolee Boyles-Sprenkel
@ -202,7 +203,7 @@ usually resolves itself after a few days or a few weeks. A few
people, though, develop Q Fever endocarditis, or inflammation of
the heart. This can be a chronic problem, hard to treat, and
sometimes leading to death. Q-fever has been associated with
rabbit hunting in Canada.
rabbit hunting in <ent type='GPE'>Canada</ent>.
Rabies</p>
<p>Despite modern vaccinations, rabies is still a potential
@ -319,4 +320,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
VIOLATION OF LAW OF CONSERVATION OF CHARGE
IN SPACE POWER GENERATION PHENOMENON</p>
@ -161,4 +162,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
<p> "Raw Data for Raw Nerves"</p>
<p>X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
HOMOPOLAR "FREE-ENERGY" GENERATOR TEST</p>
<p> Robert Kincheloe
@ -33,10 +34,10 @@ tests on this particular machine, summarizes and presents
tentative conclusions from the resulting data.</p>
<p> THE SUNBURST HOMOPOLAR GENERATOR</p>
<p> In July, 1985, I became aware of and was invited to examine and
test a so-called free-energy generator known as the Sunburst N
test a so-called free-energy generator known as the <ent type='LOC'>Sunburst</ent> N
Machine.</p>
<p> This device, shown in Figs 1a and 1b, was proposed by Bruce
DePalma and constructed by Charya Bernard of the Sunburst
DePalma and constructed by Charya Bernard of the <ent type='LOC'>Sunburst</ent>
Community in Santa Barbara, CA, about 1979.</p>
<p> The term "free-energy" refers to the claim by DePalma [1]
(and others [2]) that it was capable of producing electrical
@ -127,7 +128,7 @@ and with counteracting armature reaction which otherwise would
reduce the output voltage because of the magnetic field
distortion resulting from the high currents.</p>
<p> From the standpoint of prior art, the design of the
Sunburst generator is inefficient and not suitable for power
<ent type='LOC'>Sunburst</ent> generator is inefficient and not suitable for power
generation:</p>
<p> 1. The magnetic field is concentrated near the axis where
the tangential velocity is low, reducing the generated
@ -146,7 +147,7 @@ as a means for testing the free energy principle, however,
from this point of view efficiency in producing external
power was not required or relevant.</p>
<p> DEPALMA'S RESULTS WITH THE SUNBURST HOMOPOLAR GENERATOR</p>
<p> In 1980 DePalma conducted tests with the Sunburst
<p> In 1980 DePalma conducted tests with the <ent type='LOC'>Sunburst</ent>
generator, describing his measurement technique and results in an
unpublished report [10].</p>
<p> The generator was driven by a 3 phase a-c 40 horsepower motor
@ -188,11 +189,11 @@ resistance that is common to both sets of brushes and
calculated to 62.5 microohms.</p>
<p> Of these, the first assumption seems the most serious, and it is my
opinion that the results of this particular test were inaccurate.</p>
<p> Tim Wilhelm of Stelle, Illinois, who witnessed tests of the Sunburst
<p> Tim Wilhelm of Stelle, Illinois, who witnessed tests of the <ent type='LOC'>Sunburst</ent>
generator in 1981, had a similar opinion [11].</p>
<p> RECENT TESTS OF THE SUNBURST GENERATOR</p>
<p> Being intrigued by DePalma's hypothesis, I accepted the offer by
Mr. Norman Paulsen, founder of the Sunburst Community, to
Mr. Norman Paulsen, founder of the <ent type='LOC'>Sunburst</ent> Community, to
conduct tests on the generator which apparently had not been
used since the tests by DePalma and Bernard in 1979.</p>
<p> Experimental Setup</p>
@ -200,7 +201,7 @@ used since the tests by DePalma and Bernard in 1979.</p>
with the physical equipment shown in Fig. 10. The generator
is shown coupled by a long belt to the drive motor behind it,
together with the power supplies and metering both contained
within and external to the Sunburst power and metering cabinet.</p>
within and external to the <ent type='LOC'>Sunburst</ent> power and metering cabinet.</p>
<p> Figure 10b shows the panel of the test cabinet which provided
power for the generator magnet and motor field. The 4-1/2 digit
meters on the panel were not functional and were not used;
@ -386,7 +387,7 @@ in machines with commutators or slip rings.</p>
a voltage drop that is essentially constant at approximately one
volt per brush contact when the current density rises above 10-15
amperes per square centimeter.</p>
<p> To compare this with the Sunburst machine the total brush
<p> To compare this with the <ent type='LOC'>Sunburst</ent> machine the total brush
voltage was calculated by subtracting the IR drop due to the
output current in the known (meter shunt) and calculated (disk,
shaft, and brush lead) resistances from the assumed
@ -436,7 +437,7 @@ physics, and if true has incredible implications.</p>
<p> 4. Perhaps other possibilities will occur to the reader.</p>
<p> The data obtained so far seems to have shown that while DePalma's
numbers were high, his basic premise has not been disproved.
While the Sunburst generator does not produce useful output power
While the <ent type='LOC'>Sunburst</ent> generator does not produce useful output power
because of the internal losses inherent in the design, a
number of techniques could be used to reduce the friction
losses, increase the total generated voltage and the
@ -491,7 +492,7 @@ ENGINEERING, Nov 1949, p1018. (Responds to criticism by Savage)</p>
<p> [Crooks, 1978] - M. J. Crooks et al, "One-piece Faraday generator:
A paradoxical experiment from 1851", Am. J. Phys. 46(7), July
1978, p729-31. (Derives Faraday generator performance using
Maxwell's equations)</p>
<ent type='PERSON'>Maxwell</ent>'s equations)</p>
<p> [Cullwick, 1957] - E. G. Cullwick, ELECTROMAGNETISM AND RELATIVITY,
Longmans &amp; Green, London, 1957. (Chapter 10, "A Rotating
Conducting Magnet", pp.141-60, discusses question of flux rotation
@ -512,8 +513,8 @@ the World Symposium on Humanity, Pasadena, CA, 12 April 1979.
(Describes background, development of "free-energy" theories)</p>
<p> [DePalma, 1979c] - Bruce DePalma, ROTATION OF A MAGNETIZED
GYROSCOPE, Simularity Institute Report #33, 16 July 1979.
(Describes design of Sunburst homopolar generator)</p>
<p> [DePalma, 1980] - Bruce DePalma, "Performance of the Sunburst N
(Describes design of <ent type='LOC'>Sunburst</ent> homopolar generator)</p>
<p> [DePalma, 1980] - Bruce DePalma, "Performance of the <ent type='LOC'>Sunburst</ent> N
Machine", Simularity Institute, Santa Barbara, CA, 17 December
1980. (Description of tests and results)</p>
<p> [DePalma, 1981] - Bruce DePalma, "Studies on rotation leading to the
@ -662,4 +663,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
<p> "Raw Data for Raw Nerves"</p>
<p>X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
ENERGY FROM SPACE
An Engineer's Invention Excites Interest</p>
@ -98,4 +99,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
WBAI Pacifica Radio New York
WBAI Pacifica Radio <ent type='GPE'>New York</ent>
Interview with Mark Swaney
By: Paul DeRienzo.</p>
<p>WBAI radio interview with Mark Swaney from "Faithful Arkansas"
@ -49,7 +50,7 @@ Chief of Security, a man named Raymond Buddy Young, and
another man Tommy Baker, Private Investigator and I'm told
former member of the Arkansas State Police, were framing
Terry Reid for mail fraud. What this involved was the so
called project donation that Oliver North had set up. Terry
called project donation that Oliver <ent type='LOC'>North</ent> had set up. Terry
Reid's plane had been stolen a number of years earlier
-- and used in drug missions and such without his knowledge
-- and he claimed the insurance money for his plane being stolen
@ -389,7 +390,7 @@ Thank you very much Mark Swaney --this is an amazing story and
the amazing thing about it is that this is the *real* story about
Governor Bill Clinton and that what we're getting served to us from
all the media from start to finish from morning to night headlines
in all the New York papers, is this thing about Governor Clinton
in all the <ent type='GPE'>New York</ent> papers, is this thing about Governor Clinton
and this woman Jennifer Flowers and her association with the
Governor who is married for 14 years, and the real story which
you get on WBAI underneath it all from our contacts in Arkansas
@ -448,4 +449,5 @@ country to danger. It works the same in any country.</p>
<p>Hermann Goering, 1936
</p>
</div>
</div>
</xml>

View file

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
CONTRAS USED COCAINE TO BUY ARMS
BY VINCE BIELSKI and DENNIS BERNSTEIN</p>
<p> WASHINGTON--Senator John Kerry (D-Mass) and his staff said recently
they are "confident" that money from the sale of narcotics helped finance
the contras and that the arms network set up by Lt. Col. Oliver North could
the contras and that the arms network set up by Lt. Col. Oliver <ent type='LOC'>North</ent> could
be involved.</p>
<p> North was fired from the staff of the National Security Council by
President Reagan this week after the Administration discovered that North
<p> <ent type='LOC'>North</ent> was fired from the staff of the National Security Council by
President Reagan this week after the Administration discovered that <ent type='LOC'>North</ent>
arranged for the transfer $30 million from the sale of arms to Iran to
Swiss bank accounts controlled by the contras.</p>
<p> "I'm confident that the contras have received drug money. They have
@ -16,19 +17,19 @@ received illegal shipments of weapons and that U.S. officials knew of it,"
Kerry said, in calling for a special prosecutor to look into these other
allegations.</p>
<p> John Weiner, a Kerry aide, said while congressional investigators do
not know if North was directly involved, they do have evidence linking the
"North network" to the cocaine-arms operation. According to a report
produced by Kerry's staff, North established a network, involving retired
Army Gen. John Singlaub, U.S. mercenaries and Cuban-Americans, to provide
not know if <ent type='LOC'>North</ent> was directly involved, they do have evidence linking the
"<ent type='LOC'>North</ent> network" to the cocaine-arms operation. According to a report
produced by Kerry's staff, <ent type='LOC'>North</ent> established a network, involving retired
Army Gen. John Singlaub, U.S. mercenaries and <ent type='NORP'>Cuban</ent>-Americans, to provide
arms to the contras during the two-year congressional ban on U.S. support.
After the downing of the C-123 cargo plane over Nicaragua, Administration
officials also acknowledged that North set up the private arms operation to
officials also acknowledged that <ent type='LOC'>North</ent> set up the private arms operation to
the contras.</p>
<p> Weiner and several other sources charge that individuals involved in
the network traffic in cocaine to help buy weapons for the contras.</p>
<p> "We have received a variety of allegations about drug connections to
the contras and to parts of the North network. As to whether Oliver North
was directly involved in that I can't say. But parts of the North network
the contras and to parts of the <ent type='LOC'>North</ent> network. As to whether Oliver <ent type='LOC'>North</ent>
was directly involved in that I can't say. But parts of the <ent type='LOC'>North</ent> network
allegedly were. And that needs to be looked at very seriously," he said.</p>
<p> The Senate Foreign Relations committee is expected to investigate
these charges when Congress reconvenes in January.</p>
@ -36,22 +37,22 @@ these charges when Congress reconvenes in January.</p>
two-year investigation carried out by the Christic Institute, a Washington-based law firm. Dan Sheehan, the attorney directing the investigation, said
the proceeds from the sale of cocaine has been "one significant source of
funding for the contras. He said he has subsantial evidence to prove that
the contras and their Cuban-American supporters are smuggling one ton of
the contras and their <ent type='NORP'>Cuban</ent>-American supporters are smuggling one ton of
cocaine into the United States each week.</p>
<p> The Drug Enforcement Administration estimates that one ton of cocaine
has a street value of between $26 and $50 million. Sheehan said a portion
the profits are used to purchase weapons.</p>
<p> The cocaine ring, involving mostly major Columbian cocaine trafficker,
or "cocaine lords," and Cuban-Americans from Miami had been operating for
years before the North network began in 1984. John Mattes, an attorney for
one of the Cuban-Americans involved in the North network, said that the
<p> The cocaine ring, involving mostly major <ent type='GPE'>Columbian</ent> cocaine trafficker,
or "cocaine lords," and <ent type='NORP'>Cuban</ent>-Americans from Miami had been operating for
years before the <ent type='LOC'>North</ent> network began in 1984. John Mattes, an attorney for
one of the <ent type='NORP'>Cuban</ent>-Americans involved in the <ent type='LOC'>North</ent> network, said that the
cocaine traffickers and the arms network "got together as a marriage of
convenience."</p>
<p> "The Columbians saw that the contra base in Costa Rica was an ideal
<p> "The <ent type='GPE'>Columbian</ent>s saw that the contra base in Costa Rica was an ideal
transhipment point. Their planes would land there and refuel. They also
benefit from the pilots, planes and intelligence information which the arms
suppliers had and which they make extensive use of," Mattes said. In
return, Mattes said the Columbians paid the contras $10000 to $25000 for
return, Mattes said the <ent type='GPE'>Columbian</ent>s paid the contras $10000 to $25000 for
each plane carry cocaine which landed in Costa Rica for refueling. The
Christic Institute's allegations are all contained in a civil suit filed in
May 1986 in U.S. District Court in the Southern District of Florida.</p>
@ -71,17 +72,17 @@ term for possession of a firearm, he said "it is common knowledge here in
Miami that that this whole contra operation in Costa Rica was paid for with
cocaine. Everyone involved knows it. I actually saw the cocaine and the
weapons together under one roof, weapons that I helped ship to Costa Rica."
In May of 1983, according to the suit, two Cuban-Americans, Rene Corbo and
In May of 1983, according to the suit, two <ent type='NORP'>Cuban</ent>-Americans, Rene Corbo and
Felipe Vidal joined forces with John Hull, a U.S. citizen who owns 1750
acres of land in northern Costa Rica, "to recruit, train, finance (and)
arm" a Cuban-American mercenary force to attack Nicaragua.</p>
<p> To finance the mercenary force, the Cuban-Americans, Hull and others
made arrangements with two known Columbian cocaine trafficers, Pablo
arm" a <ent type='NORP'>Cuban</ent>-American mercenary force to attack Nicaragua.</p>
<p> To finance the mercenary force, the <ent type='NORP'>Cuban</ent>-Americans, Hull and others
made arrangements with two known <ent type='GPE'>Columbian</ent> cocaine trafficers, Pablo
Escobar and Jorge Ochoa, "to provide hundreds of pounds of cocaine on a
regular basis," according to the suit. Garcia said that individuals
involved in the arms supply operation told him that Ochoa was supplying
cocaine to the contras.</p>
<p> The cocaine was flown from Columbia to Hull's ranch, Sheehan said,
<p> The cocaine was flown from <ent type='GPE'>Columbia</ent> to Hull's ranch, Sheehan said,
where the planes would refuel. Sheehan said he has obtained records of
Corbo buying huge gasoline tanks in Costa Rica which are used for refueling
the planes. The Christic Institute learned about the cocaine shipments from
@ -107,7 +108,7 @@ working for the U.S. government.</p>
to Memphis and then to Denver. The drug is also packed into container ships
at the Costa Rican port of Limon and transported to Miami, New Orleans and
San Francisco.</p>
<p> Francisco Chanes, a Cuban-American, is the major importer and
<p> Francisco Chanes, a <ent type='NORP'>Cuban</ent>-American, is the major importer and
distributor of the cocaine coming in from Costa Rica, according to the
suit. Sheehan said he learned of Chanes' role from Drug Enforcement
Administration agents who investigated Chanes, Corbo and Vidal.</p>
@ -151,7 +152,7 @@ and bullets to the contras," according to the report.</p>
Reasearch and Editorial Assistance: Connie Blitt</p>
<p> Articles by Vince Bielski (San Fransisco-based) and Dennis Bernstein
(new York) have appeared in Newsday, Philadelphia Inquirer, Plain Dealer,
Denver Post, Dallas Times Herald, Dallas Morning News, Baltimore Sun, San
Denver Post, Dallas Times Herald, Dallas Morning News, <ent type='GPE'>Baltimore</ent> <ent type='LOC'>Sun</ent>, San
Fransisco Examiner, Oakland Tribune, San Jose Mercury, Arizona Daily Star,
Seattle Times, Minnieapolis Star and Tribune, and others.
--------------------------------------------------------------------------</p>
@ -171,4 +172,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> A QUICK LESSON IN DO-IT-YOURSELF EMBALMING</p>
<p>FROM 'THE BATHROOM ALMANAC' BY GUS MCLEAVY (FREDERICK FELL PUBLISHERS, INC.)</p>
<p>TYPED IN 80 COLUMNS BY BIG BAD BARBARIAN (PARDON MY BAD TASTE.)</p>
@ -63,4 +64,5 @@ where you live, or what your phone number is. We are not Big Brother.</p>
X-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-X
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> ."". "NO STONE UNTURNED"
." ". R A R A T REPORT
~~ ~~
@ -40,7 +41,7 @@ photos. They flew out of the same base in Adana. As you will recall from the
Gary Powers' incident the Americans were flying reconnoissance missions deep
into the heart of the Soviet Union. On many occasions this took them right
over Ararat. </p>
<p> In the spring of 1985, one <ent type='LOC'>Sunday</ent> morning, we received a phone call at 7:00
<p> In the spring of 1985, one Sunday morning, we received a phone call at 7:00
a.m. with the caller excitedly telling us that he knew someone who had seen
photographs of the Ark while in the Air Force. After garnering some of the
facts, we made an appointment to see this man to check out his story.
@ -154,7 +155,7 @@ added confirmation. We agree. Perhaps one of our readers may have a close up
of this formation. </p>
<p>(In subsequent issues we will continue our investigation of post WWII
sightings.) </p>
<p>EVOLUTION CONTRA CHRISTIANITY </p>
<p>EVOLUTION CONTRA <ent type='NORP'>CHRISTIAN</ent>ITY </p>
<p> Why are evolutionists so opposed to the subject of special creation? Is
it due to the overwhelming superiority of the evidence? We think not. The
real reason these two positions are so at loggerheads is much deeper than
@ -409,9 +410,9 @@ REPORT, is a faith ministry. That is, we depend on the gifts of God's people
to sustain us. The ARARAT REPORT is sent as a free gift to those who enable
this ministry to continue through their giving. If you own a personal
computer equipped with a modem and are interested in knowing more about THE
INFORMED CHRISTIAN NETWORK, write or call to receive a password. All back
INFORMED <ent type='NORP'>CHRISTIAN</ent> NETWORK, write or call to receive a password. All back
issues of ARARAT REPORT are downloadable from our database. THE INFORMED
CHRISTIAN NETWORK is a growing library of Christian Information that we are
<ent type='NORP'>CHRISTIAN</ent> NETWORK is a growing library of Christian Information that we are
seeking to make available to the Body of Christ. </p>
<p>* We would like to make our readers aware of Origins Research &amp; Information
Service, 137 Oak Crest Dr., Lafayette, LA 70503. For $1.00 they will send an
@ -420,4 +421,5 @@ introductory packet of Creationist material. </p>
contribution to the overall discussion.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>Path: uuwest!control.spies.com!spies!sgiblab!sgigate!olivea!stratus!florida!lpb
From: lpb@florida.swdc.stratus.com (Len Bucuvalas)
Newsgroups: alt.conspiracy
@ -24,7 +25,7 @@ SECRET CONCENTRATION CAMPS
The September issue of THE OSTRICH reprinted a story from the
CBA BULLETIN which listed the following principal civilian concentration camps established in GULAG USA under the =Rex '84= program:
Ft. Chaffee, Arkansas; Ft. Drum, New York; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Ft. Chaffee, Arkansas; Ft. Drum, <ent type='GPE'>New York</ent>; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Air Force Base, Florida; Vendenberg AFB, California; Ft. Mc Coy,
Wisconsin; Ft. Benning, Georgia; Ft. Huachuca, Arizona; Camp
Krome, Florida. The February OSTRICH printed a map of the expanding
@ -154,13 +155,13 @@ Note Chapter 14
<p> REGION I: Connecticut, Massachusetts, New Hampshire, Rhode
Island, Vermont.
Regional Capitol: Boston
REGION II: New York, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: New York City
REGION II: <ent type='GPE'>New York</ent>, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: <ent type='GPE'>New York City</ent>
REGION III: Delaware, Maryland, <ent type='GPE'>Pennsylvania</ent>, Virginia, West
Virginia, District of <ent type='GPE'>Columbia</ent>.
Regional Capitol: Philadelphia
REGION IV: Alabama, Florida, Georgia, Kentucky, Mississippi,
<ent type='PERSON'>North</ent> Carolina, Tennessee.
<ent type='LOC'>North Carolina</ent>, Tennessee.
Regional Capitol: Atlanta
REGION V: Illinois, <ent type='NORP'>Indian</ent>a, Michigan, Minnesota, Ohio, Wisconsin.
Regional Capitol: Chicago
@ -168,7 +169,7 @@ REGION VI: Arkansas, Louisiana, New Mexico, Oklahoma, Texas.
Regional Capitol: Dallas-Fort Worth
REGION VII: Iowa, Kansas, Missouri, Nebraska.
Regional Capitol: Kansas City
REGION VIII: Colorado, Montana, <ent type='PERSON'>North</ent> Dakota, South Dakota,
REGION VIII: Colorado, Montana, <ent type='LOC'>North Dakota</ent>, South Dakota,
Utah, Wyoming.
Regional Capitol: Denver
REGION IX: Arizona, California, Hawaii, Nevada.
@ -374,9 +375,9 @@ political ends of Team B's rightwing members. See Cline,
quoted in "Carter to Inherit Intense Dispute on Soviet
Intentions," Mary Marder, "Washington Post," January 2,
1977; Arthur Macy Cox, "Why the U.S. Since 1977 Has
Been Mis-perceiving Soviet Military Strength," "New York
Been Mis-perceiving Soviet Military Strength," "<ent type='GPE'>New York</ent>
Times," October 20, 1980; Paul Warnke, "George Bush and
Team B," "New York Times," September 24, 1988.
Team B," "<ent type='ORG'>New York Times</ent>," September 24, 1988.
| 2. George Bush, "Public Report of the Vice President's Task
Force On Combatting Terrorism" (Washington, D.C.: U.S.
Government Printing Office), February 1986.
@ -443,7 +444,7 @@ review normally required. The information on the waiver was
eventually released by the Boston-based National Toxic Campaign Fund
(NTCF), an environmental group which investigates pollution on the
nation's military bases. It was not until January 30, 1991, five
months after it went into effect, that the "New York Times," acting
months after it went into effect, that the "<ent type='ORG'>New York Times</ent>," acting
on the NTCF information, reported that the White House had bypassed
the usual legal requirement for environmental impact statements on
Pentagon projects.[7] So far, no specific executive order or
@ -556,10 +557,10 @@ foreign intelligence information without a court order.[17] No
Executive Order has been published which activates emergency powers to
wiretap or to engage in counter-terrorist activity. Nonetheless,
there is substantial evidence that such activities have taken place.
According to the New York-based Center for Constitutional Rights, the
According to the <ent type='GPE'>New York</ent>-based Center for Constitutional Rights, the
FBI launched an anti-terrorist campaign which included a broad sweep
of Arab-Americans. Starting in August, the FBI questioned, detained,
and harassed Arab-Americans in California, New York, Ohio,
and harassed Arab-Americans in California, <ent type='GPE'>New York</ent>, Ohio,
<ent type='GPE'>Pennsylvania</ent>, Virginia, Maryland, and Colorado.[18]
A CIA agent asked the University of Connecticut for a list of all
foreign students at the institution, along with their country of
@ -583,7 +584,7 @@ reporters complained that the rules limited their ability to gather
information independently, thereby obstructing informed and objective
reporting.[20]
Three Pentagon press officials in the Gulf region admitted to James
LeMoyne of the "New York Times" that they spent significant time
LeMoyne of the "<ent type='ORG'>New York Times</ent>" that they spent significant time
analyzing reporters' stories in order to shape the coverage in the
Pentagon's favor. In the early days of the deployment, Pentagon press
officers warned reporters who asked hard questions that they were seen
@ -640,13 +641,13 @@ Environmental Quality (Washington, DC: Executive Office of the
President), August 24, 1990; Michael R. Deland, Letter to Colin
McMillan, Assistant Secretary of Defense for Production and Logistics
(Washington, DC: Department of Defense), August 291990.</p>
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "New York
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "<ent type='GPE'>New York</ent>
Times," January 30, 1991.</p>
<p> 8. 33 U.S. Code (USC) sec. 1902 9(b).</p>
<p> 9. 33 USC sec. 2503 l(b).</p>
<p> 10. 50 USC sec. 1521(b) (3)(A).</p>
<p> ll. Adam Clymer, "New Bill Mandates Sanctions On Makers of Chemical Arms,"
"New York Times," February 22, 1991.</p>
"<ent type='ORG'>New York Times</ent>," February 22, 1991.</p>
<p> 12. 31 USC O10005 (f); 2 USC O632 (i), 6419 (d), 907a (b); and Public
Law 101-508, Title X999, sec. 13101.</p>
<p> 13. 10 USC sec. 2434/2461 9F.</p>
@ -661,7 +662,7 @@ the Congressional Budget office estimates that cost at only $40
billion, $16 billion less than allied pledges.</p>
<p> 15. Michael Kamish, "After The War: At Home, An Unconquered Recession,"
"Boston Globe," March 6, 1991; Peter Passell, "The Big Spoils From a
Bargain War," "New York Times," March 3, 1991; and Alan Abelson, "A
Bargain War," "<ent type='ORG'>New York Times</ent>," March 3, 1991; and Alan Abelson, "A
War Dividend For The Defense Industry?" "Barron's," March 18, 1991.</p>
<p> 16. Lawrence Korb, "The Pentagon's Creative Budgetry Is Out of Line,"
"International Herald Tribune," April 5, 199l.</p>
@ -677,12 +678,12 @@ classes of aliens from entry into the U.S. when their entry may be
imposition of travel restrictions on aliens within the U.S. (8 USC sec.
1185); and requiring aliens to be fingerprinted (8 USC sec. 1302).</p>
<p> 18. Ann Talamas, "FBI Targets Arab-Americans," "<ent type='ORG'>CAIB</ent>," Spring 1991, p. 4.</p>
<p> 19. "Anti-Repression Project Bulletin" (New York: Center for
<p> 19. "Anti-Repression Project Bulletin" (<ent type='GPE'>New York</ent>: Center for
Constitutional Rights), January 23, 1991.</p>
<p> 20. James DeParle, "Long Series of Military Decisions Led to Gulf War News
Censorship," "New York Times," May 5, 1991.</p>
Censorship," "<ent type='ORG'>New York Times</ent>," May 5, 1991.</p>
<p> 21. James LeMoyne, "A Correspondent's Tale: Pentagon's Strategy for the
Press: Good News or No News," "New York Times," February 17, 1991.</p>
Press: Good News or No News," "<ent type='ORG'>New York Times</ent>," February 17, 1991.</p>
<p>______________________________________________________________________________
Covert Action INFORMATION BULLETIN</p>
<p> Back Issues</p>
@ -700,7 +701,7 @@ for Nicaragua; CIA's secret "Perspectives for Intelligence."*
No. 7 (Dec. 1979-Jan. 1980): Media destabilization in Jamaica; Robert
Moss; CIA budget; media operations; UNITA; Iran.*
No. 8 (Mar.-Apr. 1980): Attacks on Agee; U.S. intelligence legislation;
<ent type='ORG'>CAIB</ent> statement to Congress; Zimbabwe; <ent type='PERSON'>North</ent>ern Ireland.
<ent type='ORG'>CAIB</ent> statement to Congress; Zimbabwe; <ent type='LOC'>Northern Ireland</ent>.
No. 9 (June 1980): NSA in Norway; Glomar Explorer; mind control; NSA.
No. 10 (Aug.-Sept. 1980): Caribbean; destabilization in Jamaica; Guyana;
Grenada bombing; "The Spike"; deep cover manual.
@ -738,7 +739,7 @@ Greek civil war and Eleni; <ent type='ORG'>WACL</ent> and Nicaragua; torture.
No. 26 (Summer 1986): U.S. state terrorism; Vernon Walters; Libya bombing;
contra agents; Israel and South Africa; Duarte; media in Costa
Rica; democracy in Nicaragua; plus complete index to nos. 13-25.*
No. 27 (Spring 1987): Special: Religious Right; New York Times and Pope
No. 27 (Spring 1987): Special: Religious Right; <ent type='ORG'>New York Times</ent> and Pope
Plot; Carlucci; Southern Air Transport; Michael Ledeen.*
No. 28 (Summer 1987): Special: CIA and drugs: S.E. Asia, Afghanistan,
Central America; Nugan Hand; <ent type='ORG'>MKULTRA</ent> in <ent type='GPE'>Canada</ent>; Delta Force;
@ -765,7 +766,7 @@ No. 36 (Spring 1991): Racism &amp; Nat. Security: FBI v. Arab-Americans &amp; Bl
Officials; Special: Destabilizing Africa: Chad, Uganda, S. Africa,
Angola, Mozambique, Zaire; Haiti; Panama; Gulf War; COINTELPRO "art."
No. 37 (Summer 1990): Special: Gulf War: Media; U.N.; Libya; Iran;
Domestic costs; <ent type='PERSON'>North</ent> Korea Next? Illegal Arms Deals.</p>
Domestic costs; <ent type='LOC'>North Next</ent>? Illegal Arms Deals.</p>
<p> * Available in Photocopy only</p>
<p> Subscriptions (4 issues/year) (check one)</p>
<p> ___$17 one year ___$32 two years U.S.
@ -801,16 +802,16 @@ Lines: 72</p>
** Written 8:11 pm Jan 17, 1991 by nlgclc in cdp:mideast.forum **
An excellent book which deals with the REX 84 detention plan is:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Guts and Glory: The Rise and Fall of Oliver <ent type='PERSON'>North</ent>,'' by Ben
"Guts and Glory: The Rise and Fall of Oliver <ent type='LOC'>North</ent>,'' by Ben
Bradlee Jr.(Donald I. fine, $21.95. 573 pp.)
------------------------------------------------------------------
Reviewed by Dennis M. Culnan Copyright 1990, Gannett News Service All
Rights Reserved Short excerpt posted here under applicable copyright
laws</p>
<p>[Oliver] <ent type='PERSON'>North</ent> managed to network himself into the highest levels of
<p>[Oliver] <ent type='LOC'>North</ent> managed to network himself into the highest levels of
the CIA and power centers around the world. There he lied and
boastfully ignored the constitutional process, Bradlee writes.</p>
<p>Yet more terrifying is the plan hatched by <ent type='PERSON'>North</ent> and other Reagan
<p>Yet more terrifying is the plan hatched by <ent type='LOC'>North</ent> and other Reagan
people in the Federal Emergency Manpower Agency (FEMA): A blueprint
for the military takeover of the United States. The plan called for
FEMA to become "emergency czar'' in the event of a national emergency
@ -821,7 +822,7 @@ commanders and run state and local governments. Finally, it would
have the authority to order suspect aliens into concentration camps
and seize their property.</p>
<p>When then-Attorney General William French Smith got wind of the plan,
he killed it. After Smith left the administration, <ent type='PERSON'>North</ent> and his FEMA
he killed it. After Smith left the administration, <ent type='LOC'>North</ent> and his FEMA
cronies came up with the Defense Resource Act, designed to suspendend
the First Amendment by imposing censorship and banning strikes.</p>
<p>Where was it all heading? The book's answer: "REX-84 Bravo, a
@ -970,7 +971,7 @@ intelligence organizations monitoring peace demonstrations."
According to the University of Connecticut student paper, the Daily
Campus, CIA officials have recently met there to discuss talking with
Middle Eastern students.</p>
<p>The New York Times reports that the FBI has ordered its agents around
<p>The <ent type='ORG'>New York Times</ent> reports that the FBI has ordered its agents around
the country to question Arab-American leaders and business people in
search of information on potential Iraqi "terrorist" attacks in
response to a Gulf war.</p>
@ -1326,7 +1327,7 @@ staff the National Coordinating Center. The meetings, which
continued over the next three years, were held at the White
House, the State Department, the Strategic Air Command (SAC)
headquarters at Offutt Air Force Base in Nebraska, and at the
<ent type='PERSON'>North</ent> American Aerospace Defense Command (NORAD) in Colorado
<ent type='LOC'>North Command</ent> (NORAD) in Colorado
Springs.
The industry officials attending constituted the National
Security Telecommunications Advisory Committee -- called <ent type='ORG'>NSTAC</ent>
@ -1448,4 +1449,5 @@ The accountability of government has gone to the point where the very
use of the law is the instrument of illegality.
-- Ralph Nader @ Harvard Law School, 1/15/92
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
SUBJECT: FEMA GULAG</p>
<p>
@ -8,12 +9,12 @@ SECRET CONCENTRATION CAMPS
The September issue of THE OSTRICH reprinted a story from the
CBA BULLETIN which listed the following principal civilian concentration camps established in GULAG USA under the =Rex '84= program:
Ft. Chaffee, Arkansas; Ft. Drum, New York; Ft. Indian Gap, Pennsylvania; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Ft. Chaffee, Arkansas; Ft. Drum, <ent type='GPE'>New York</ent>; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Air Force Base, Florida; Vendenberg AFB, California; Ft. Mc Coy,
Wisconsin; Ft. Benning, Georgia; Ft. Huachuca, Arizona; Camp
Krome, Florida. The February OSTRICH printed a map of the expanding
Gulag. Alhough this listing and map stirred considerable interest,
the report was not new. For at least 20 years, knowledgeable Patriots
the report was not new. For at least 20 years, knowledgeable <ent type='NORP'>Patriots</ent>
have been warning of these sinister plots to incarcerate dissidents
opposing plans of the =Elitist Syndicate= for a totalitarian
=New World Order=. Indeed, the plot was recognized with the insidious
@ -138,21 +139,21 @@ Note Chapter 14
<p> REGION I: Connecticut, Massachusetts, New Hampshire, Rhode
Island, Vermont.
Regional Capitol: Boston
REGION II: New York, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: New York City
REGION III: Delaware, Maryland, Pennsylvania, Virginia, West
Virginia, District of Columbia.
REGION II: <ent type='GPE'>New York</ent>, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: <ent type='GPE'>New York City</ent>
REGION III: Delaware, Maryland, <ent type='GPE'>Pennsylvania</ent>, Virginia, West
Virginia, District of <ent type='GPE'>Columbia</ent>.
Regional Capitol: Philadelphia
REGION IV: Alabama, Florida, Georgia, Kentucky, Mississippi,
North Carolina, Tennessee.
<ent type='LOC'>North Carolina</ent>, Tennessee.
Regional Capitol: Atlanta
REGION V: Illinois, Indiana, Michigan, Minnesota, Ohio, Wisconsin.
REGION V: Illinois, <ent type='NORP'>Indian</ent>a, Michigan, Minnesota, Ohio, Wisconsin.
Regional Capitol: Chicago
REGION VI: Arkansas, Louisiana, New Mexico, Oklahoma, Texas.
Regional Capitol: Dallas-Fort Worth
REGION VII: Iowa, Kansas, Missouri, Nebraska.
Regional Capitol: Kansas City
REGION VIII: Colorado, Montana, North Dakota, South Dakota,
REGION VIII: Colorado, Montana, <ent type='LOC'>North Dakota</ent>, South Dakota,
Utah, Wyoming.
Regional Capitol: Denver
REGION IX: Arizona, California, Hawaii, Nevada.
@ -188,9 +189,9 @@ Be Forcibly Taken!</p>
Subject: 1988 National Emergencies Act--&gt; Consolidating the Imperial Executive
Followup-To: alt.activism.d
Lines: 691</p>
<p>&gt;Sender: Activists Mailing List <info type="">ACTIV-L@UMCVMB.BITNET</info>
<p>&gt;Sender: Activists Mailing List <special>ACTIV-L@UMCVMB.BITNET</special>
&gt;From: dave 'who can do? ratmandu!' ratcliffe
&gt; <info type="">dave@ratmandu.corp.sgi.com</info>
&gt; <special>dave@ratmandu.corp.sgi.com</special>
</p>
<p>Keywords: "To preserve, protect, and defend the Constitution, so help me God."
Lines: 696</p>
@ -207,9 +208,9 @@ citizens. The Bill of Rights--[almost too late to] use 'em or lose 'em:</p>
From "Covert Action Information Bulletin," Number 37, Summer, 1991 (see
bottom 2 pages for subscription &amp; back issues info on this quarterly):</p>
<p> Domestic Consequences of the Gulf War
Diana Reynolds
Reprinted with permission of CAIB. Copyright 1991</p>
<p> Diana Reynolds is a Research Associate at the Edward R. Murrow Center,
Diana <ent type='PERSON'>Reynolds</ent>
Reprinted with permission of <ent type='ORG'>CAIB</ent>. Copyright 1991</p>
<p> Diana <ent type='PERSON'>Reynolds</ent> is a Research Associate at the Edward R. Murrow Center,
Fletcher School for Public Policy, Tufts University. She is also an
Assistant Professor of Politics at Broadford College and a Lecturer at
Merrimack College.</p>
@ -358,9 +359,9 @@ political ends of Team B's rightwing members. See Cline,
quoted in "Carter to Inherit Intense Dispute on Soviet
Intentions," Mary Marder, "Washington Post," January 2,
1977; Arthur Macy Cox, "Why the U.S. Since 1977 Has
Been Mis-perceiving Soviet Military Strength," "New York
Been Mis-perceiving Soviet Military Strength," "<ent type='GPE'>New York</ent>
Times," October 20, 1980; Paul Warnke, "George Bush and
Team B," "New York Times," September 24, 1988.
Team B," "<ent type='ORG'>New York Times</ent>," September 24, 1988.
| 2. George Bush, "Public Report of the Vice President's Task
Force On Combatting Terrorism" (Washington, D.C.: U.S.
Government Printing Office), February 1986.
@ -370,13 +371,13 @@ Border Control Committee" (Washington, DC), October 1,
1988.
| 4. Steven Emerson, "America's Doomsday Project," "U.S. News
&amp; World Report," August 7, 1989.
| 5. See: Diana Reynolds, "FEMA and the NSC: The Rise of the
National Security State," "CAIB," Number 33 (Winter 1990);
| 5. See: Diana <ent type='PERSON'>Reynolds</ent>, "FEMA and the NSC: The Rise of the
National Security State," "<ent type='ORG'>CAIB</ent>," Number 33 (Winter 1990);
Keenan Peck, "The Take-Charge Gang," "The Progressive,"
May 1985; Jack Anderson, "FEMA Wants to Lead Economic
War," "Washington Post," January 10, 1985.
| 6. These Presidential powers were authorized by the Anti-Drug Abuse Act of 1988, Public Law 100-690: 100th
Congress. See also: Diana Reynolds, "The Golden Lie,"
Congress. See also: Diana <ent type='PERSON'>Reynolds</ent>, "The Golden Lie,"
"The Humanist," September/October 1990; Michael Isikoff,
"Is This Determination or Using a Howitzer to Kill a
Fly?" "Washington Post National Weekly," August 27-,
@ -427,7 +428,7 @@ review normally required. The information on the waiver was
eventually released by the Boston-based National Toxic Campaign Fund
(NTCF), an environmental group which investigates pollution on the
nation's military bases. It was not until January 30, 1991, five
months after it went into effect, that the "New York Times," acting
months after it went into effect, that the "<ent type='ORG'>New York Times</ent>," acting
on the NTCF information, reported that the White House had bypassed
the usual legal requirement for environmental impact statements on
Pentagon projects.[7] So far, no specific executive order or
@ -519,7 +520,7 @@ hiring private contractors.[13]</p>
<p> While there is no published evidence on which powers Bush actually
invoked, the administration was able to push through the 1990 Omnibus
Reconciliation Act. This legislation put a cap on domestic spending,
created a record $300 billion deficit, and undermined the Gramm-Rudman-Hollings Act intended to reduce the federal deficit. Although
created a record $300 billion deficit, and undermined the <ent type='PERSON'>Gramm</ent>-Rudman-Hollings Act intended to reduce the federal deficit. Although
Congress agreed to pay for the war through supplemental appropriations
and approved a $42.2 billion supplemental bill and a $4.8 billion
companion "dire emergency supplemental appropriation,"[14] it
@ -527,7 +528,7 @@ specified that the supplemental budget should not be used to finance
costs the Pentagon would normally experience.[15]
Lawrence Korb, a Pentagon official in the Reagan administration,
believes that the Pentagon has already violated the spirit of the 1990
Omnibus Reconciliation Act. It switched funding for the Patriot,
Omnibus Reconciliation Act. It switched funding for the <ent type='NORP'>Patriot</ent>,
Tomahawk, Hellfire and HARM missiles from its regular budget to the
supplemental budget; added normal wear and tear of equipment to
supplemental appropriations; and made supplemental requests which
@ -540,11 +541,11 @@ foreign intelligence information without a court order.[17] No
Executive Order has been published which activates emergency powers to
wiretap or to engage in counter-terrorist activity. Nonetheless,
there is substantial evidence that such activities have taken place.
According to the New York-based Center for Constitutional Rights, the
According to the <ent type='GPE'>New York</ent>-based Center for Constitutional Rights, the
FBI launched an anti-terrorist campaign which included a broad sweep
of Arab-Americans. Starting in August, the FBI questioned, detained,
and harassed Arab-Americans in California, New York, Ohio,
Pennsylvania, Virginia, Maryland, and Colorado.[18]
and harassed Arab-Americans in California, <ent type='GPE'>New York</ent>, Ohio,
<ent type='GPE'>Pennsylvania</ent>, Virginia, Maryland, and Colorado.[18]
A CIA agent asked the University of Connecticut for a list of all
foreign students at the institution, along with their country of
origin, major field of study, and the names of their academic
@ -567,7 +568,7 @@ reporters complained that the rules limited their ability to gather
information independently, thereby obstructing informed and objective
reporting.[20]
Three Pentagon press officials in the Gulf region admitted to James
LeMoyne of the "New York Times" that they spent significant time
LeMoyne of the "<ent type='ORG'>New York Times</ent>" that they spent significant time
analyzing reporters' stories in order to shape the coverage in the
Pentagon's favor. In the early days of the deployment, Pentagon press
officers warned reporters who asked hard questions that they were seen
@ -624,13 +625,13 @@ Environmental Quality (Washington, DC: Executive Office of the
President), August 24, 1990; Michael R. Deland, Letter to Colin
McMillan, Assistant Secretary of Defense for Production and Logistics
(Washington, DC: Department of Defense), August 291990.</p>
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "New York
<p> 7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "<ent type='GPE'>New York</ent>
Times," January 30, 1991.</p>
<p> 8. 33 U.S. Code (USC) sec. 1902 9(b).</p>
<p> 9. 33 USC sec. 2503 l(b).</p>
<p> 10. 50 USC sec. 1521(b) (3)(A).</p>
<p> ll. Adam Clymer, "New Bill Mandates Sanctions On Makers of Chemical Arms,"
"New York Times," February 22, 1991.</p>
"<ent type='ORG'>New York Times</ent>," February 22, 1991.</p>
<p> 12. 31 USC O10005 (f); 2 USC O632 (i), 6419 (d), 907a (b); and Public
Law 101-508, Title X999, sec. 13101.</p>
<p> 13. 10 USC sec. 2434/2461 9F.</p>
@ -645,7 +646,7 @@ the Congressional Budget office estimates that cost at only $40
billion, $16 billion less than allied pledges.</p>
<p> 15. Michael Kamish, "After The War: At Home, An Unconquered Recession,"
"Boston Globe," March 6, 1991; Peter Passell, "The Big Spoils From a
Bargain War," "New York Times," March 3, 1991; and Alan Abelson, "A
Bargain War," "<ent type='ORG'>New York Times</ent>," March 3, 1991; and Alan Abelson, "A
War Dividend For The Defense Industry?" "Barron's," March 18, 1991.</p>
<p> 16. Lawrence Korb, "The Pentagon's Creative Budgetry Is Out of Line,"
"International Herald Tribune," April 5, 199l.</p>
@ -660,31 +661,31 @@ classes of aliens from entry into the U.S. when their entry may be
"detrimental to the interests of the United States" (8 USC sec. 1182(f));
imposition of travel restrictions on aliens within the U.S. (8 USC sec.
1185); and requiring aliens to be fingerprinted (8 USC sec. 1302).</p>
<p> 18. Ann Talamas, "FBI Targets Arab-Americans," "CAIB," Spring 1991, p. 4.</p>
<p> 19. "Anti-Repression Project Bulletin" (New York: Center for
<p> 18. Ann Talamas, "FBI Targets Arab-Americans," "<ent type='ORG'>CAIB</ent>," Spring 1991, p. 4.</p>
<p> 19. "Anti-Repression Project Bulletin" (<ent type='GPE'>New York</ent>: Center for
Constitutional Rights), January 23, 1991.</p>
<p> 20. James DeParle, "Long Series of Military Decisions Led to Gulf War News
Censorship," "New York Times," May 5, 1991.</p>
Censorship," "<ent type='ORG'>New York Times</ent>," May 5, 1991.</p>
<p> 21. James LeMoyne, "A Correspondent's Tale: Pentagon's Strategy for the
Press: Good News or No News," "New York Times," February 17, 1991.</p>
Press: Good News or No News," "<ent type='ORG'>New York Times</ent>," February 17, 1991.</p>
<p>______________________________________________________________________________
Covert Action INFORMATION BULLETIN</p>
<p> Back Issues</p>
<p>No. 1 (July 1978): Agee on CIA; Cuban exile trial; consumer research-Jamaica.*
<p>No. 1 (July 1978): Agee on CIA; <ent type='NORP'>Cuban</ent> exile trial; consumer research-Jamaica.*
No. 2 (Oct. 1978): How CIA recruits diplomats; researching undercover
officers; double agent in CIA.*
No. 3 (Jan. 1979): CIA attacks CAIB; secret supp. to Army field manual;
No. 3 (Jan. 1979): CIA attacks <ent type='ORG'>CAIB</ent>; secret supp. to Army field manual;
spying on host countries.*
No. 4 (Apr.-May 1979): U.S. spies in Italian services; CIA in Spain; CIA
recruiting for Africa; subversive academics; Angola.*
No. 5 (July-Aug. 1979): U.S. intelligence in Southeast Asia; CIA in
Denmark, Sweden, Grenada.*
No. 6 (Oct. 1979): U.S. in Caribbean; Cuban exile terrorists; CIA plans
No. 6 (Oct. 1979): U.S. in Caribbean; <ent type='NORP'>Cuban</ent> exile terrorists; CIA plans
for Nicaragua; CIA's secret "Perspectives for Intelligence."*
No. 7 (Dec. 1979-Jan. 1980): Media destabilization in Jamaica; Robert
Moss; CIA budget; media operations; UNITA; Iran.*
No. 8 (Mar.-Apr. 1980): Attacks on Agee; U.S. intelligence legislation;
CAIB statement to Congress; Zimbabwe; Northern Ireland.
<ent type='ORG'>CAIB</ent> statement to Congress; Zimbabwe; <ent type='LOC'>Northern Ireland</ent>.
No. 9 (June 1980): NSA in Norway; Glomar Explorer; mind control; NSA.
No. 10 (Aug.-Sept. 1980): Caribbean; destabilization in Jamaica; Guyana;
Grenada bombing; "The Spike"; deep cover manual.
@ -696,10 +697,10 @@ No. 13 (July-Aug. 1981): South Africa documents; Namibia; mercenaries;
the Klan; Globe Aero; Angola; Mozambique; BOSS; Central America;
Max Hugel; mail surveillance.
No. 14-15 (Oct. 1981): Complete index to nos. 1-12; review of intelligence
legislation; CAIB plans; extended Naming Names.
legislation; <ent type='ORG'>CAIB</ent> plans; extended Naming Names.
No. 16 (Mar. 1982): Green Beret torture in Salvador; Argentine death squads;
CIA media ops; Seychelles; Angola; Mozambique; the Klan; Nugan Hand.*
No. 17 (Summer 1982): CBW History; Cuban dengue epidemic; Scott Barnes
No. 17 (Summer 1982): CBW History; <ent type='NORP'>Cuban</ent> dengue epidemic; Scott Barnes
and yellow rain lies; mystery death in Bangkok.*
No. 18 (Winter 1983): CIA &amp; religion; "secret" war in Nicaragua; Opus Dei;
Miskitos; evangelicals-Guatemala; Summer Inst. of Linguistics; World
@ -711,21 +712,21 @@ Israel and South Korea in Central America; KAL flight 007.
No. 21 (Spring 1984): N.Y. Times and the Salvador election; Time and
Newsweek in distortions; Accuracy in Media; Nicaragua.
No. 22 (Fall 1984): Mercenaries &amp; terrorism; Soldier of Fortune; "privatizing"
the war in Nicaragua; U.S.-South African terrorism; Italian fascists.
the war in Nicaragua; U.S.-South <ent type='NORP'>African</ent> terrorism; Italian fascists.
No. 23 (Spring 1985): Special issue on "plot" to kill the Pope and the
"Bulgarian Connection"; CIA ties to Turkish and Italian neofascists.
No. 24 (Summer 1985): State repression, infiltrators, provocateurs;
sanctuary movement; American Indian Movement; Leonard Peltier;
NASSCO strike; Arnaud de Borchgrave, Moon, and Moss; Tetra Tech.
sanctuary movement; American <ent type='NORP'>Indian</ent> Movement; Leonard Peltier;
NASSCO strike; Arnaud de Borchgrave, <ent type='LOC'>Moon</ent>, and Moss; Tetra Tech.
No. 25 (Winter 1986): U.S., Nazis, and the Vatican; Knights of Malta;
Greek civil war and Eleni; WACL and Nicaragua; torture.
Greek civil war and Eleni; <ent type='ORG'>WACL</ent> and Nicaragua; torture.
No. 26 (Summer 1986): U.S. state terrorism; Vernon Walters; Libya bombing;
contra agents; Israel and South Africa; Duarte; media in Costa
Rica; democracy in Nicaragua; plus complete index to nos. 13-25.*
No. 27 (Spring 1987): Special: Religious Right; New York Times and Pope
No. 27 (Spring 1987): Special: Religious Right; <ent type='ORG'>New York Times</ent> and Pope
Plot; Carlucci; Southern Air Transport; Michael Ledeen.*
No. 28 (Summer 1987): Special: CIA and drugs: S.E. Asia, Afghanistan,
Central America; Nugan Hand; MKULTRA in Canada; Delta Force;
Central America; Nugan Hand; <ent type='ORG'>MKULTRA</ent> in <ent type='GPE'>Canada</ent>; Delta Force;
special section on AIDS theories and CBW.*
No. 29 (Winter 1988): Special issue on Pacific: Philippines, Fiji, New
Zealand, Belau, Kanaky, Vanuatu; atom testing; media on Nicaragua;
@ -735,13 +736,13 @@ sales; Israel in Africa; disinformation and Libya; CIA's William
Buckley; the Afghan arms pipeline and contra lobby.
No. 31 (Winter 1989): Special issue on domestic surveillance. The FBI; CIA
on campus; Office of Public Diplomacy; Lexington Prison; Puerto Rico.
No. 32 (Summer 1989): Tenth Year Anniversary Issue: The Best of CAIB.
No. 32 (Summer 1989): Tenth Year Anniversary Issue: The Best of <ent type='ORG'>CAIB</ent>.
Includes articles from our earliest issues, Naming Names, CIA at home,
abroad, and in the media. Ten-year perspective by Philip Agee.
No. 33 (Winter 1990): The Bush Issue: CIA agents for Bush; Terrorism Task
Force; El Salvador and Nicaragua intervention; Republicans and Nazis.
No. 34 (Summer 1990): Assassination of Martin Luther King Jr; Nicaraguan
elections; South African death squads; U.S. and Pol Pot; Pan Am
No. 34 (Summer 1990): Assassination of Martin Luther King Jr; <ent type='NORP'>Nicaraguan</ent>
elections; South <ent type='NORP'>African</ent> death squads; U.S. and Pol Pot; Pan Am
Flight 103; Noriega and the CIA; Council for National Policy.
No. 35 (Fall 1990): Special: Eastern Europe; Analysis-Persian Gulf and
Cuba; massacres in Indonesia; CIA and Banks; Iran-contra
@ -749,11 +750,11 @@ No. 36 (Spring 1991): Racism &amp; Nat. Security: FBI v. Arab-Americans &amp; Bl
Officials; Special: Destabilizing Africa: Chad, Uganda, S. Africa,
Angola, Mozambique, Zaire; Haiti; Panama; Gulf War; COINTELPRO "art."
No. 37 (Summer 1990): Special: Gulf War: Media; U.N.; Libya; Iran;
Domestic costs; North Korea Next? Illegal Arms Deals.</p>
Domestic costs; <ent type='LOC'>North Next</ent>? Illegal Arms Deals.</p>
<p> * Available in Photocopy only</p>
<p> Subscriptions (4 issues/year) (check one)</p>
<p> ___$17 one year ___$32 two years U.S.
___$22 one year ___$42 two years Canada/Mexico
___$22 one year ___$42 two years <ent type='GPE'>Canada</ent>/Mexico
___$27 one year ___$52 two years Latin America/Europe
___$29 one year ___$56 two years Other
$5 per year addition charge for institutions</p>
@ -765,8 +766,8 @@ $6.50 "White Paper/Whitewash," Agee/Poelchau
$10 "On The Run," Agee
$1 "No CIA" buttons (additionals $.50)</p>
<p> BACK ISSUES: Circle above, or list below. $6 per copy in U.S.
Airmail: Canada/Mexico add $2; other countries add $4.</p>
<p> CAIB, P.O. Box 34583, Washington, DC 20043</p>
Airmail: <ent type='GPE'>Canada</ent>/Mexico add $2; other countries add $4.</p>
<p> <ent type='ORG'>CAIB</ent>, P.O. Box 34583, Washington, DC 20043</p>
<p> KOYAANISQATSI</p>
<p> ko.yan.nis.qatsi (from the Hopi Language) n. 1. crazy life. 2. life
in turmoil. 3. life out of balance. 4. life disintegrating.
@ -785,16 +786,16 @@ Lines: 72</p>
** Written 8:11 pm Jan 17, 1991 by nlgclc in cdp:mideast.forum **
An excellent book which deals with the REX 84 detention plan is:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Guts and Glory: The Rise and Fall of Oliver North,'' by Ben
"Guts and Glory: The Rise and Fall of Oliver <ent type='LOC'>North</ent>,'' by Ben
Bradlee Jr.(Donald I. fine, $21.95. 573 pp.)
------------------------------------------------------------------
Reviewed by Dennis M. Culnan Copyright 1990, Gannett News Service All
Rights Reserved Short excerpt posted here under applicable copyright
laws</p>
<p>[Oliver] North managed to network himself into the highest levels of
<p>[Oliver] <ent type='LOC'>North</ent> managed to network himself into the highest levels of
the CIA and power centers around the world. There he lied and
boastfully ignored the constitutional process, Bradlee writes.</p>
<p>Yet more terrifying is the plan hatched by North and other Reagan
<p>Yet more terrifying is the plan hatched by <ent type='LOC'>North</ent> and other Reagan
people in the Federal Emergency Manpower Agency (FEMA): A blueprint
for the military takeover of the United States. The plan called for
FEMA to become "emergency czar'' in the event of a national emergency
@ -805,7 +806,7 @@ commanders and run state and local governments. Finally, it would
have the authority to order suspect aliens into concentration camps
and seize their property.</p>
<p>When then-Attorney General William French Smith got wind of the plan,
he killed it. After Smith left the administration, North and his FEMA
he killed it. After Smith left the administration, <ent type='LOC'>North</ent> and his FEMA
cronies came up with the Defense Resource Act, designed to suspendend
the First Amendment by imposing censorship and banning strikes.</p>
<p>Where was it all heading? The book's answer: "REX-84 Bravo, a
@ -859,17 +860,17 @@ Iraqi assets in the United States.</p>
to freeze foreign assets after declaring a "national emergency," a
move that has been made three times before -- against Panama in 1987,
Nicaragua in 1985 and Iran in 1979.</p>
<p>According to Professor Diana Reynolds, of the Fletcher School of
<p>According to Professor Diana <ent type='PERSON'>Reynolds</ent>, of the Fletcher School of
Diplomacy at Boston's Tufts University, when Bush declared a national
emergency he "activated one part of a contingency national security
emergency plan." That plan is made up of a series of laws passed since
the presidency of Richard Nixon, which Reynolds says give the
the presidency of Richard Nixon, which <ent type='PERSON'>Reynolds</ent> says give the
president "boundless" powers.</p>
<p>According to Reynolds, such laws as the Defense Industrial
<p>According to <ent type='PERSON'>Reynolds</ent>, such laws as the Defense Industrial
Revitalization and Disaster Relief Acts of 1983 "would permit the
president to do anything from seizing the means of production, to
conscripting a labor force, to relocating groups of citizens."</p>
<p>Reynolds says the net effect of invoking these laws would be the
<p><ent type='PERSON'>Reynolds</ent> says the net effect of invoking these laws would be the
suspension of the Constitution.</p>
<p>She adds that national emergency powers "permit the stationing of the
military in cities and towns, closing off the U.S. borders, freezing
@ -877,7 +878,7 @@ all imports and exports, allocating all resources on a national
security priority, monitoring and censoring the press, and warrantless
searches and seizures."</p>
<p>The measures would allow military authorities to proclaim martial law
in the United States, asserts Reynolds. She defines martial law as the
in the United States, asserts <ent type='PERSON'>Reynolds</ent>. She defines martial law as the
"federal authority taking over for local authority when they are
unable to maintain law and order or to assure a republican form of
government."</p>
@ -903,7 +904,7 @@ his chief aide Edwin Meese.</p>
anti-war protesters "challenged the authority of the state." In 1981,
Reagan as president moved Giuffrida up to the big leagues, appointing
him director of FEMA.</p>
<p>According to Reynolds, however, it was the actions of George Bush in
<p>According to <ent type='PERSON'>Reynolds</ent>, however, it was the actions of George Bush in
1976, while he was the director of the Central Intelligence Agency
(CIA), that provided the stimulus for centralization of vast powers in
FEMA.</p>
@ -917,7 +918,7 @@ developing these plans.</p>
organizing for a post-nuclear world, Reagan's FEMA chief Giuffrida
publicly argued that the 1865 Posse Comitatus Act prohibited the
military from arresting civilians.</p>
<p>However, Reynolds says that Congress eroded the act by giving the
<p>However, <ent type='PERSON'>Reynolds</ent> says that Congress eroded the act by giving the
military reserves an exemption from Posse Comitatus and allowing them
to arrest civilians. The National Guard, under the control of state
governors in peace time, is also exempt from the act and can arrest
@ -928,17 +929,17 @@ the full range of powers Congress has given the agency. FEMA has
prepared legislation to be introduced in Congress in the event of a
national emergency that would give the agency sweeping powers. The
right to "deputize" National Guard and police forces is included in
the package. But Reynolds believes that actual martial law need not be
the package. But <ent type='PERSON'>Reynolds</ent> believes that actual martial law need not be
declared publicly.</p>
<p>Giuffrida has written that "Martial Rule comes into existence upon a
determination (not a declaration) by the senior military commander
that the civil government must be replaced because it is no longer
functioning anyway." He adds that "Martial Rule is limited only by the
principle of necessary force."</p>
<p>According to Reynolds, it is possible for the president to make
<p>According to <ent type='PERSON'>Reynolds</ent>, it is possible for the president to make
declarations concerning a national emergency secretly in the form of a
Natioanl Security Decision Directive. Most such directives are
classified as so secret that Reynolds says "researchers don't even
classified as so secret that <ent type='PERSON'>Reynolds</ent> says "researchers don't even
know how many are enacted."</p>
<p>DOMESTIC SPYING</p>
<p>Throughout the 1980s, FEMA was prohibited from engaging in
@ -948,13 +949,13 @@ would "have as a primary function intelligence, counterintelligence,
investigative, or national security work." Recent events indicate that
domestic spying in response to the looming Middle East war is now
under way.</p>
<p>Reynolds reports that "the CIA is going to various campuses asking for
<p><ent type='PERSON'>Reynolds</ent> reports that "the CIA is going to various campuses asking for
information on Middle Eastern students. I'm sure that there are
intelligence organizations monitoring peace demonstrations."
According to the University of Connecticut student paper, the Daily
Campus, CIA officials have recently met there to discuss talking with
Middle Eastern students.</p>
<p>The New York Times reports that the FBI has ordered its agents around
<p>The <ent type='ORG'>New York Times</ent> reports that the FBI has ordered its agents around
the country to question Arab-American leaders and business people in
search of information on potential Iraqi "terrorist" attacks in
response to a Gulf war.</p>
@ -990,7 +991,7 @@ CONTRIBUTED BY: Donald Goldberg
========================================================
PARANET INFORMATION SERVICE BBS
========================================================
Although this article does not deal directly with UFOs,
Although this article does not deal directly with <ent type='EVENT'>UFOs</ent>,
ParaNet felt it important as an offering to our readers who
depend so much upon communications as a way to stay informed.
This article raises some interesting implications for the future
@ -1008,7 +1009,7 @@ The scene is of a Soviet military installation on the Kola
Peninsula in the icy Barents Sea, a place usually off-limits to
the gaze of the Western world. It was captured by a small French
satellite called SPOT Image, orbiting at an altitude of 517 miles
above the hidden Russian outpost. On each of several passes --
above the hidden <ent type='NORP'>Russian</ent> outpost. On each of several passes --
made over a two-week period last fall -- the satellite's high-resolution lens took its pictures at a different angle; the
images were then blended into a three-dimensional, computer-generated video. Buildings, docks, vessels, and details of the
Artic landscape are all clearly visible.
@ -1310,10 +1311,10 @@ staff the National Coordinating Center. The meetings, which
continued over the next three years, were held at the White
House, the State Department, the Strategic Air Command (SAC)
headquarters at Offutt Air Force Base in Nebraska, and at the
North American Aerospace Defense Command (NORAD) in Colorado
<ent type='LOC'>North Command</ent> (NORAD) in Colorado
Springs.
The industry officials attending constituted the National
Security Telecommunications Advisory Committee -- called NSTAC
Security Telecommunications Advisory Committee -- called <ent type='ORG'>NSTAC</ent>
(pronounced N-stack) -- set up by President Reagan to address
those same problems that worried the Pentagon. It was at these
secret meetings, according to the minutes, that the idea of a
@ -1362,8 +1363,9 @@ The center is a powerful and unprecedented tool to assume
control over the nation's vast communications and information
network. For years the Pentagon has been studying how to take
over the common carriers' facilities. That research was prepared
by NSTAC at the DoD's request and is contained in a series of
by <ent type='ORG'>NSTAC</ent> at the DoD's request and is contained in a series of
internal Pentagon documents obtained by Omni. Collectively this
series is known as the Satellite Survivability Report. Completed
in 1984, it is the on</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
DESIGNER DISEASES</p>
<p> AIDS As Biological &amp; Psychological Warfare</p>
@ -74,10 +75,10 @@ to occur naturally it would have done so ages ago and decimated
mankind at that time. Some other life form would presently be in
control of this planet (assuming that is not already the case).</p>
<p>The Hepatitis B vaccine study in 1978 appears to have been the
initial means of planting the infection in New York City. The
initial means of planting the infection in <ent type='GPE'>New York City</ent>. The
test protocol specified non-monogamous males only, and
homosexuals received a different vaccine from heterosexuals. At
least 25-50% of the first reported New York AIDS cases in 1981
least 25-50% of the first reported <ent type='GPE'>New York</ent> AIDS cases in 1981
had received the Hepatitis B test vaccine in 1978. By 1984, 64%
of the vaccine recipients had AIDS, and the figures on the
current infection rate for the participants of that study are
@ -133,7 +134,7 @@ classified, in which an undisclosed bacteria was released in the
Tampa Bay region of Florida, causing a dramatic increase in
whooping cough infections, including twelve deaths. A third
example was the July 7-10, 1966 release of bacteria throughout
the New York subway system, conducted by the U.S. Army's Special
the <ent type='GPE'>New York</ent> subway system, conducted by the U.S. Army's Special
Operations Division. Due to the vast number of people exposed it
would virtually impossible to identify, let alone prove, and
specific health problems resulting directly from this test.</p>
@ -208,4 +209,5 @@ Co., 1300-D Space Park Way, Mountain View, CA 94043.</p>
Consensus Reality, P.O. Box 11368, Santa Rosa, CA 95406. $15.00
for three issues (one year).
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 102nd Congress
2nd Session</p>
<p> Amendment No.
@ -227,4 +228,5 @@ be closed to the public.</p>
section.
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
</p>
<p>SUBJECT: FEMA GULAG</p>
@ -8,7 +9,7 @@
SECRET CONCENTRATION CAMPS</p>
<p>The September issue of THE OSTRICH reprinted a story from the
CBA BULLETIN which listed the following principal civilian concentration camps established in GULAG USA under the =Rex '84= program:
Ft. Chaffee, Arkansas; Ft. Drum, New York; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Ft. Chaffee, Arkansas; Ft. Drum, <ent type='GPE'>New York</ent>; Ft. <ent type='NORP'>Indian</ent> Gap, <ent type='GPE'>Pennsylvania</ent>; Camp A. P. Hill, Virginia; Oakdale, California; Eglin
Air Force Base, Florida; Vendenberg AFB, California; Ft. Mc Coy,
Wisconsin; Ft. Benning, Georgia; Ft. Huachuca, Arizona; Camp
Krome, Florida. The February OSTRICH printed a map of the expanding
@ -132,13 +133,13 @@ Note Chapter 14
<p>REGION I: Connecticut, Massachusetts, New Hampshire, Rhode
Island, Vermont.
Regional Capitol: Boston
REGION II: New York, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: New York City
REGION II: <ent type='GPE'>New York</ent>, New Jersey, Puerto Rico, Virgin Island.
Regional Capitol: <ent type='GPE'>New York City</ent>
REGION III: Delaware, Maryland, <ent type='GPE'>Pennsylvania</ent>, Virginia, West
Virginia, District of <ent type='GPE'>Columbia</ent>.
Regional Capitol: Philadelphia
REGION IV: Alabama, Florida, Georgia, Kentucky, Mississippi,
<ent type='PERSON'>North</ent> Carolina, Tennessee.
<ent type='LOC'>North Carolina</ent>, Tennessee.
Regional Capitol: Atlanta
REGION V: Illinois, <ent type='NORP'>Indian</ent>a, Michigan, Minnesota, Ohio, Wisconsin.
Regional Capitol: Chicago
@ -146,7 +147,7 @@ REGION VI: Arkansas, Louisiana, New Mexico, Oklahoma, Texas.
Regional Capitol: Dallas-Fort Worth
REGION VII: Iowa, Kansas, Missouri, Nebraska.
Regional Capitol: Kansas City
REGION VIII: Colorado, Montana, <ent type='PERSON'>North</ent> Dakota, South Dakota,
REGION VIII: Colorado, Montana, <ent type='LOC'>North Dakota</ent>, South Dakota,
Utah, Wyoming.
Regional Capitol: Denver
REGION IX: Arizona, California, Hawaii, Nevada.
@ -344,9 +345,9 @@ political ends of Team B's rightwing members. See Cline,
quoted in "Carter to Inherit Intense Dispute on Soviet
Intentions," Mary Marder, "Washington Post," January 2,
1977; Arthur Macy Cox, "Why the U.S. Since 1977 Has
Been Mis-perceiving Soviet Military Strength," "New York
Been Mis-perceiving Soviet Military Strength," "<ent type='GPE'>New York</ent>
Times," October 20, 1980; Paul Warnke, "George Bush and
Team B," "New York Times," September 24, 1988.
Team B," "<ent type='ORG'>New York Times</ent>," September 24, 1988.
| 2. George Bush, "Public Report of the Vice President's Task
Force On Combatting Terrorism" (Washington, D.C.: U.S.
Government Printing Office), February 1986.
@ -370,4 +371,5 @@ September 2, 1990; Bernard Weintraub, "Bush Considers
Calling Guard To Fight Drug Violence in Capital," "New
York Times," March 21, 1989.
--------------------------------------------------------------------</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
----FEMA pt 2 continued ----------------------------------------------</p>
<p>
@ -42,7 +43,7 @@ review normally required. The information on the waiver was
eventually released by the Boston-based National Toxic Campaign Fund
(NTCF), an environmental group which investigates pollution on the
nation's military bases. It was not until January 30, 1991, five
months after it went into effect, that the "New York Times," acting
months after it went into effect, that the "<ent type='ORG'>New York Times</ent>," acting
on the NTCF information, reported that the White House had bypassed
the usual legal requirement for environmental impact statements on
Pentagon projects.[7] So far, no specific executive order or
@ -155,10 +156,10 @@ foreign intelligence information without a court order.[17] No
Executive Order has been published which activates emergency powers to
wiretap or to engage in counter-terrorist activity. Nonetheless,
there is substantial evidence that such activities have taken place.
According to the New York-based Center for Constitutional Rights, the
According to the <ent type='GPE'>New York</ent>-based Center for Constitutional Rights, the
FBI launched an anti-terrorist campaign which included a broad sweep
of Arab-Americans. Starting in August, the FBI questioned, detained,
and harassed Arab-Americans in California, New York, Ohio,
and harassed Arab-Americans in California, <ent type='GPE'>New York</ent>, Ohio,
<ent type='GPE'>Pennsylvania</ent>, Virginia, Maryland, and Colorado.[18]
A CIA agent asked the University of Connecticut for a list of all
foreign students at the institution, along with their country of
@ -182,7 +183,7 @@ reporters complained that the rules limited their ability to gather
information independently, thereby obstructing informed and objective
reporting.[20]
Three Pentagon press officials in the Gulf region admitted to James
LeMoyne of the "New York Times" that they spent significant time
LeMoyne of the "<ent type='ORG'>New York Times</ent>" that they spent significant time
analyzing reporters' stories in order to shape the coverage in the
Pentagon's favor. In the early days of the deployment, Pentagon press
officers warned reporters who asked hard questions that they were seen
@ -239,13 +240,13 @@ Environmental Quality (Washington, DC: Executive Office of the
President), August 24, 1990; Michael R. Deland, Letter to Colin
McMillan, Assistant Secretary of Defense for Production and Logistics
(Washington, DC: Department of Defense), August 291990.</p>
<p>7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "New York
<p>7. Keith Schneider, "Pentagon Wins Waiver Of Environmental Rule," "<ent type='GPE'>New York</ent>
Times," January 30, 1991.</p>
<p>8. 33 U.S. Code (USC) sec. 1902 9(b).</p>
<p>9. 33 USC sec. 2503 l(b).</p>
<p>10. 50 USC sec. 1521(b) (3)(A).</p>
<p>ll. Adam Clymer, "New Bill Mandates Sanctions On Makers of Chemical Arms,"
"New York Times," February 22, 1991.</p>
"<ent type='ORG'>New York Times</ent>," February 22, 1991.</p>
<p>12. 31 USC O10005 (f); 2 USC O632 (i), 6419 (d), 907a (b); and Public
Law 101-508, Title X999, sec. 13101.</p>
<p>13. 10 USC sec. 2434/2461 9F.</p>
@ -260,7 +261,7 @@ the Congressional Budget office estimates that cost at only $40
billion, $16 billion less than allied pledges.</p>
<p>15. Michael Kamish, "After The War: At Home, An Unconquered Recession,"
"Boston Globe," March 6, 1991; Peter Passell, "The Big Spoils From a
Bargain War," "New York Times," March 3, 1991; and Alan Abelson, "A
Bargain War," "<ent type='ORG'>New York Times</ent>," March 3, 1991; and Alan Abelson, "A
War Dividend For The Defense Industry?" "Barron's," March 18, 1991.</p>
<p>16. Lawrence Korb, "The Pentagon's Creative Budgetry Is Out of Line,"
"International Herald Tribune," April 5, 199l.</p>
@ -276,12 +277,12 @@ classes of aliens from entry into the U.S. when their entry may be
imposition of travel restrictions on aliens within the U.S. (8 USC sec.
1185); and requiring aliens to be fingerprinted (8 USC sec. 1302).</p>
<p>18. Ann Talamas, "FBI Targets Arab-Americans," "<ent type='ORG'>CAIB</ent>," Spring 1991, p. 4.</p>
<p>19. "Anti-Repression Project Bulletin" (New York: Center for
<p>19. "Anti-Repression Project Bulletin" (<ent type='GPE'>New York</ent>: Center for
Constitutional Rights), January 23, 1991.</p>
<p>20. James DeParle, "Long Series of Military Decisions Led to Gulf War News
Censorship," "New York Times," May 5, 1991.</p>
Censorship," "<ent type='ORG'>New York Times</ent>," May 5, 1991.</p>
<p>21. James LeMoyne, "A Correspondent's Tale: Pentagon's Strategy for the
Press: Good News or No News," "New York Times," February 17, 1991.</p>
Press: Good News or No News," "<ent type='ORG'>New York Times</ent>," February 17, 1991.</p>
<p>______________________________________________________________________________
Covert Action INFORMATION BULLETIN</p>
<p>Back Issues</p>
@ -337,7 +338,7 @@ Greek civil war and Eleni; <ent type='ORG'>WACL</ent> and Nicaragua; torture.
No. 26 (Summer 1986): U.S. state terrorism; Vernon Walters; Libya bombing;
contra agents; Israel and South Africa; Duarte; media in Costa
Rica; democracy in Nicaragua; plus complete index to nos. 13-25.*
No. 27 (Spring 1987): Special: Religious Right; New York Times and Pope
No. 27 (Spring 1987): Special: Religious Right; <ent type='ORG'>New York Times</ent> and Pope
Plot; Carlucci; Southern Air Transport; Michael Ledeen.*
No. 28 (Summer 1987): Special: CIA and drugs: S.E. Asia, Afghanistan,
Central America; Nugan Hand; <ent type='ORG'>MKULTRA</ent> in <ent type='GPE'>Canada</ent>; Delta Force;
@ -364,7 +365,7 @@ No. 36 (Spring 1991): Racism &amp; Nat. Security: FBI v. Arab-Americans &amp; Bl
Officials; Special: Destabilizing Africa: Chad, Uganda, S. Africa,
Angola, Mozambique, Zaire; Haiti; Panama; Gulf War; COINTELPRO "art."
No. 37 (Summer 1990): Special: Gulf War: Media; U.N.; Libya; Iran;
Domestic costs; <ent type='PERSON'>North</ent> Korea Next? Illegal Arms Deals.</p>
Domestic costs; <ent type='LOC'>North Next</ent>? Illegal Arms Deals.</p>
<p>* Available in Photocopy only</p>
<p>Subscriptions (4 issues/year) (check one)</p>
<p>___$17 one year ___$32 two years U.S.
@ -395,4 +396,5 @@ KOYAANISQATSI</p>
<p>ko.yan.nis.qatsi (from the Hopi Language) n. 1. crazy life. 2. life
in turmoil. 3. life out of balance. 4. life disintegrating.
5. a state of life that calls for another way of living.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>
</p>
<p>[PeaceNet forward from AML (ACTIV-L) -- see bottom for more info]
@ -8,16 +9,16 @@
** Written 8:11 pm Jan 17, 1991 by nlgclc in cdp:mideast.forum **
An excellent book which deals with the REX 84 detention plan is:</p>
<p>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Guts and Glory: The Rise and Fall of Oliver <ent type='PERSON'>North</ent>,'' by Ben
"Guts and Glory: The Rise and Fall of Oliver <ent type='LOC'>North</ent>,'' by Ben
Bradlee Jr. (Donald I. fine, $21.95. 573 pp.)
------------------------------------------------------------------
Reviewed by Dennis M. Culnan Copyright 1990, Gannett News Service All
Rights Reserved Short excerpt posted here under applicable copyright
laws</p>
<p>[Oliver] <ent type='PERSON'>North</ent> managed to network himself into the highest levels of
<p>[Oliver] <ent type='LOC'>North</ent> managed to network himself into the highest levels of
the CIA and power centers around the world. There he lied and
boastfully ignored the constitutional process, Bradlee writes.</p>
<p>Yet more terrifying is the plan hatched by <ent type='PERSON'>North</ent> and other Reagan
<p>Yet more terrifying is the plan hatched by <ent type='LOC'>North</ent> and other Reagan
people in the Federal Emergency Manpower Agency (FEMA): A blueprint
for the military takeover of the United States. The plan called for
FEMA to become "emergency czar'' in the event of a national emergency
@ -28,7 +29,7 @@ commanders and run state and local governments. Finally, it would
have the authority to order suspect aliens into concentration camps
and seize their property.</p>
<p>When then-Attorney General William French Smith got wind of the plan,
he killed it. After Smith left the administration, <ent type='PERSON'>North</ent> and his FEMA
he killed it. After Smith left the administration, <ent type='LOC'>North</ent> and his FEMA
cronies came up with the Defense Resource Act, designed to suspendend
the First Amendment by imposing censorship and banning strikes.</p>
<p>Where was it all heading? The book's answer: "REX-84 Bravo, a
@ -172,7 +173,7 @@ intelligence organizations monitoring peace demonstrations."
According to the University of Connecticut student paper, the Daily
Campus, CIA officials have recently met there to discuss talking with
Middle Eastern students.</p>
<p>The New York Times reports that the FBI has ordered its agents around
<p>The <ent type='ORG'>New York Times</ent> reports that the FBI has ordered its agents around
the country to question Arab-American leaders and business people in
search of information on potential Iraqi "terrorist" attacks in
response to a Gulf war.</p>
@ -526,7 +527,7 @@ staff the National Coordinating Center. The meetings, which
continued over the next three years, were held at the White
House, the State Department, the Strategic Air Command (SAC)
headquarters at Offutt Air Force Base in Nebraska, and at the
<ent type='PERSON'>North</ent> American Aerospace Defense Command (NORAD) in Colorado
<ent type='LOC'>North Command</ent> (NORAD) in Colorado
Springs.
The industry officials attending constituted the National
Security Telecommunications Advisory Committee -- called <ent type='ORG'>NSTAC</ent>
@ -640,4 +641,5 @@ mechanisms are already in place; and few barriers remain to
guarantee that what we hear, see, and read will come to us
courtesy of our being members of a free and open society and not
courtesy of the Pentagon.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> HELP BUNGLED AND DISORGANIZED</p>
<p> By Martin Mann and George Nicholas
Exclusive to The SPOTLIGHT</p>
@ -15,7 +16,7 @@ such shattering calamities. But the response by the Federal Emergency
Management Agency (FEMA) to these upheavals was "bungled" and
"disorganized," says Ray Groover, who reported on the hurricane for a San
Juan, Puerto Rico, newspaper and is now studying for a graduate degree in
journalism at <ent type='GPE'>Columbia</ent> University in New York.</p>
journalism at <ent type='GPE'>Columbia</ent> University in <ent type='GPE'>New York</ent>.</p>
<p> Since the Disaster Relief Act of 1988, FEMA has been responsible for
coordinating the "[disaster] preparedness, response and recovery actions of
state and local governments." Unable to live up to these responsibilities
@ -71,4 +72,5 @@ to The Spotlight appears, including this address:</p>
<p> The SPOTLIGHT
300 Independence Avenue, SE
Washington, DC 20003</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>FEVERFEW: A HERBAL REMEDY FOR MIGRAINE?</p>
<p>"Some of the world's most effective medicines began their
careers as herbal remedies: digitalis came from foxglove, aspirin
@ -57,4 +58,5 @@ testing, as it should. Even if feverfew pans out as preventive
medicine for migraine, it probably will not prove to be the
'answer.' But it may join the growing list of effective
treatments for a very unpleasant disorder."</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>FOREIGN POLICY AND FOREIGN WARS</p>
<p>By RICHARD M. EBELING</p>
<p>When the Founding Fathers wrote and then defended the case for
@ -179,4 +180,5 @@ PO Box 9752, Denver, Colorado 80209, 303-777-3588.
Permission granted to reprint; please give appropriate credit
and send one copy of reprinted material to the Foundation.
</p>
</div>
</div>
</xml>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>FOIA FILES KIT - INSTRUCTIONS</p>
<p>USING THE FREEDOM OF INFORMATION ACT
REVISED EDITION
Fund for Open Information and Accountability, Inc.
339 Lafayette Street, New York, NY 10012
339 Lafayette Street, <ent type='GPE'>New York</ent>, NY 10012
(212) 477-3188</p>
<p>INSTRUCTIONS</p>
<p> The Freedom of Information Act entitles you to request any
@ -442,39 +443,39 @@ Appeals]</p>
<p>FBI Headquarters, J. Edgar Hoover Bldg, Washington, D.C., 20535,
202-324-5520 (FOI/PA Unit)</p>
<p>Field Offices
Albany, NY 12207, U.S. Post Office and Courthouse, 518-465-7551
Albuquerque, NM 87101, Federal Office Bldg., 505-247-1555
<ent type='GPE'>Albany</ent>, NY 12207, U.S. Post Office and Courthouse, 518-465-7551
<ent type='GPE'>Albuquerque</ent>, NM 87101, Federal Office Bldg., 505-247-1555
Alexandria, VA 22314, 300 N. Lee St., 703-683-2681
Anchorage, AK 99510, Federal bldg., 907-272-6414
<ent type='GPE'>Anchorage</ent>, AK 99510, Federal bldg., 907-272-6414
Atlanta, GA 30303, 275 Peachtree St. NE, 404-521-3900
Baltimore, MD 21207, 7142 Ambassador Rd., 301-265-8080
<ent type='GPE'>Baltimore</ent>, MD 21207, 7142 Ambassador Rd., 301-265-8080
Birminghan, AL 35203, Room 1400, 2121 Bldg. 205-252-7705
Boston, MA 02203, J.F. Kennedy Federal Office Bldg., 617-742-5533
Buffalo, NY 14202, 111 W. Huron St., 716-856-7800
Butte, MT 59701, U.S. Courthouse and Federal Bldg., 406-792-2304
<ent type='GPE'>Buffalo</ent>, NY 14202, 111 W. Huron St., 716-856-7800
<ent type='GPE'>Butte</ent>, MT 59701, U.S. Courthouse and Federal Bldg., 406-792-2304
Charlotte, NC 28202, Jefferson Standard Life Bldg., 704-372-5485
Chicago, IL 60604, Everett McKinley Dirksen Bldg., 312-431-1333
Cincinnati, OH 45202, 400 U.S. Post Office &amp; Crthse Bldg., 513-421-4310
Cleveland, OH 44199, Federal Office Bldg., 216-522-1401
Columbia, SC 29201, 1529 Hampton St., 803-254-3011
<ent type='GPE'>Columbia</ent>, SC 29201, 1529 Hampton St., 803-254-3011
Dallas TX 75201, 1810 Commrce St., 214-741-1851
Denver, CO 80202, Federal Office Bldg., 303-629-7171
Detroit, MI 48226, 477 Michigan Ave., 313-965-2323
El Paso, TX 79901, 202 U.S. Courthosue Bldg., 915-533-7451
Honolulu, HI 96850, 300 Ala Moana Blvd., 808-521-1411
Houston, TX 77002, 6015 Fed. Bldg and U.S.Courthouse, 713-224-1511
Indianapolis, IN 46202, 575 N. Pennsylvania St., 317-639-3301
<ent type='NORP'>Indianapolis</ent>, IN 46202, 575 N. <ent type='GPE'>Pennsylvania</ent> St., 317-639-3301
Jackson, MS 39205, Unifirst Federal and Loan Bldg., 601-948-5000
Jacksonville, FL 32211, 7820 Arlington Expressway, 904-721-1211
Kansas City, MO 64106, 300 U.S. Courthouse Bldg., 816-221-6100
Knoxville, TN 37919, 1111 Northshore Dr., 615-588-8571
Knoxville, TN 37919, 1111 <ent type='PERSON'>Northshore</ent> Dr., 615-588-8571
Las Vegas, NV 89101, Federal Office Bldg., 702-385-1281
Little Rock, AR 72201, 215 U.S Post Office Bldg., 501-372-7211
Los Angeles, CA 90024, 11000 Wilshire Blvd, 213-272-6161
Louisville, KY 40202, Federal Bldg., 502-583-3941
Memphis, TN 38103, Clifford Davis Federal bldg., 901-525-7373
Miami, FL 33137, 3801 Biscayne Blvd., 305-573-3333
Milwaukee, WI 53202, Federal Bldg and U.S. Courthouse, 414-276-4681
<ent type='GPE'>Milwaukee</ent>, WI 53202, Federal Bldg and U.S. Courthouse, 414-276-4681
Minneapolis, MN 55401, 392 Federal Bldg., 612-339-7846
Mobile, AL 36602, Federal Bldg., 205-438-3675
Newark, NJ 07101, Gateway I, Market St., 201-622-5613
@ -487,9 +488,9 @@ Omaha, NB 68102, 215 N. 17th St., 402-348-1210
Philadelpha, PA 19106, Federal Office Bldg., 215-629-0800
Phoenix, AZ 85004, 2721 N. central Ave., 602-279-5511
Pittsburgh, PA 15222, Federal Office Bldg., 412-471-2000
Portland, OR 97201, Crown Plaza Bldg., 503-224-4181
Richmond, VA 23220, 200 W. Grace St., 804-644-2531
Sacramento, CA 95825, Federal Bldg., 916-481-9110
<ent type='GPE'>Portland</ent>, OR 97201, Crown Plaza Bldg., 503-224-4181
<ent type='GPE'>Richmond</ent>, VA 23220, 200 W. Grace St., 804-644-2531
<ent type='GPE'>Sacramento</ent>, CA 95825, Federal Bldg., 916-481-9110
St. Louis, MO 63103, 2704 Federal Bldg., 314-241-5357
Salt Lake City, UT 84138, Federal Bldg., 801-355-7521
San Diego, CA 92188, Federal Office Bldg., 619-231-1122
@ -499,7 +500,7 @@ Savannah, GA 31405, 5401 Paulson St., 912-354-9911
Seattle, WA 98174, 915 2nd Ave., 206-622-0460
Springfield, IL 62702, 535 W. Jefferson St., 217-522-9675
Tampa, FL 33602, Federal Office Bldg., 813-228-7661
Washington, DC 20535, 9th and Pennsylvania Ave. NW, 202-324-3000</p>
Washington, DC 20535, 9th and <ent type='GPE'>Pennsylvania</ent> Ave. NW, 202-324-3000</p>
<p>FEDERAL AGENCIES (SELECTED ADDRESSES)</p>
<p>Central Intelligence Agency
Information and Privacy Coordinator
@ -533,4 +534,5 @@ Washington, D.C. 20330-5025
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 24 page printout, page 1 to 23+note of 322</p>
<p> Reproducible Electronic Publishing can defeat censorship.</p>
<p> This file, its printout, or copies of either
@ -84,7 +85,7 @@ can claim at most some forty-odd millions of adherents -- many of
them by lip-service and non-paying (therefore negligible), and
others many non-distinguished for piety or common honesty -- out of
the hundred and twenty-odd millions of our American population. The
Reverend Rector of Trinity Church in New York City -- (one of the
Reverend Rector of Trinity Church in <ent type='GPE'>New York City</ent> -- (one of the
wealthiest dead-hand tax-free land monopolists in America) -- thus
bewails: "In America we are dealing with a country, the majority of
whose inhabitants are pagans. ... Only forty percent of the
@ -119,7 +120,7 @@ the Kingdom of Heaven."</p>
<p> All Fools' Day seems to be a sort of New Year's for
ecclesiastical statistics and general stock-taking of the faithful:
annually at that time the very religious Christian Herald publishes
its collect of figures on Church membership; the Catholic Directory
its collect of figures on Church membership; the <ent type='NORP'>Catholic</ent> Directory
emits its own; and the generality of Divines gives voice to holy
Lamentations and pious warnings to the Church and to the ungodly.
From this year's extensive crop a little sheaf is added, the matter
@ -127,9 +128,9 @@ being important to our purposes, and curiously instructive as
depicting the accelerated downward tobogganing of the Faith, The
Report of the Christian Herald discloses: "The total of
communicants last year (1929) was 50006566," of which number it
assigns a total of 18051680 to the fourteen sects of Catholic
assigns a total of 18051680 to the fourteen sects of <ent type='NORP'>Catholic</ent>
dis-Unity (Herald-Tribune, April 26, 1930); though the figures of
the Catholic Directory are 20178202. (Ib. April. 16, 1930). Under
the <ent type='NORP'>Catholic</ent> Directory are 20178202. (Ib. April. 16, 1930). Under
the alarming caption -- "Warns Protestant Church it is Lagging,"
the Report of the Director of the Church Survey bemoans: "The
Protestant Church in America is not keeping pace with the
@ -152,11 +153,11 @@ interest in religion among women of the United States. ... It was
also found [in this present Survey] that only 18 percent of the
country population is in Church membership, although it is
customary to think of country people as highly religious. -- [They,
too, are becoming more educated.] In New York City, the Church
too, are becoming more educated.] In <ent type='GPE'>New York City</ent>, the Church
population is reported equally divided among Protestants, Roman
Catholics and Jews. Only about eight percent of the population are
<ent type='NORP'>Catholic</ent>s and Jews. Only about eight percent of the population are
members of the Protestant churches," -- thus only some 24% of the
people of New York City among all three much-divided sects. (N.Y.
people of <ent type='GPE'>New York City</ent> among all three much-divided sects. (N.Y.
Times, May 5, 1930.) In a recent abusive set of letters by three
True Believers of the same family name (one a Rev.), addressed to
the Editor of a Metropolitan paper for writing sanely about the
@ -342,7 +343,7 @@ Box 926, Louisville, KY 40201
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "The Scotch are Calvinists because their fathers were. The
Irish are Catholics because their fathers were. The English are
Irish are <ent type='NORP'>Catholic</ent>s because their fathers were. The English are
Episcopalians because their fathers were, and the Americans are
divided into a hundred sects because their fathers were. ...
Children are sometimes superior to their parents, modify their
@ -380,7 +381,7 @@ credendum est -- Learn first what is to be believed," and the
persistent virulence of the virus thus injected, is aptly signified
by the Rev. Wenner, 83-year old Bellwether of Lutheranism in
America, and for 61 years pastor of one of its oldest sheep-folds
in New York City: "I do not think that time has produced many
in <ent type='GPE'>New York City</ent>: "I do not think that time has produced many
changes in the attitude of Lutheran worshippers, -- because of the
stable nature of the religious education we give the youth of our
sect. From the age of six onward we instruct them in the tenets of
@ -432,16 +433,16 @@ December 31, 1929, the right of the Church to the child is
proclaimed as above that of parents and State; the secular public
schools are damned, and the prole of the Faithful are forbidden to
attend and mingle with the "irreligious" State pupils: "the
frequenting of non-Catholic schools, namely, those which are open
to Catholic and non-Catholic alike, is forbidden to Catholic
children," as such a school is not "a fit place for Catholic
frequenting of non-<ent type='NORP'>Catholic</ent> schools, namely, those which are open
to <ent type='NORP'>Catholic</ent> and non-<ent type='NORP'>Catholic</ent> alike, is forbidden to <ent type='NORP'>Catholic</ent>
children," as such a school is not "a fit place for <ent type='NORP'>Catholic</ent>
students," who must be baited with "the supernatural." (Current
History, March 1930, p. 1091, passim.) Yet the banned and cursed
Public Schools of New York City, forbidden to the Faithful child,
Public Schools of <ent type='GPE'>New York City</ent>, forbidden to the Faithful child,
the ecclesiastical' City government fills with Faithful teachers
for the purpose of "boot-legging" the forbidden supernaturalism
into them; a work so wide-spread and active, that the Cardinal
Archbishop of the City, addressing over 2000 of the Catholic
Archbishop of the City, addressing over 2000 of the <ent type='NORP'>Catholic</ent>
Teachers Association, "praises their work of teaching faith in City
Institutions." (N.Y. Times, Nov. 25, 1928.) And every rationalist
effort to counteract such illegal propaganda and to free the
@ -453,7 +454,7 @@ to do to the <ent type='NORP'>Russian</ent>s for their "godless" efforts to save
children of that Church-cursed land from the superstitions of
priestcraft.</p>
<p> In an ironical letter to the English press, in which he
"enters the lists against the British critics of Moscow's anti-clerical policy," George Bernard Shaw, writing under a transparent
"enters the lists against the <ent type='NORP'>British</ent> critics of Moscow's anti-clerical policy," George Bernard Shaw, writing under a transparent
<ent type='NORP'>Russian</ent> pseudonym, says: "In Russia we take religious questions </p>
<p> BANK of WISDOM
Box 926, Louisville, KY 40201
@ -483,12 +484,12 @@ doctrines] -- arises, he never hesitates to subordinate his
philosophy to religion, reason to faith"! (Cath. Encyc. ii, 86.) So
this great ex-<ent type='NORP'>Pagan</ent> Saint of the Church surrenders his reason to
faith, and avers: "I would not believe the Gospels to be true,
unless the authority of the Catholic Church constrained me"!
unless the authority of the <ent type='NORP'>Catholic</ent> Church constrained me"!
(Augustine, De Genesi.)</p>
<p> Ingersoll, in one of his glowing, devastating periods of
oratory, said: "Somebody ought to tell the truth about the Bible!"
That I have already essayed quite comprehensively to do. In my
recent work, Is It God's Word? (Alfred A. Knopf, Inc., New York,
recent work, Is It God's Word? (Alfred A. Knopf, Inc., <ent type='GPE'>New York</ent>,
1926, 2nd and 3rd Editions), I devote some five hundred pages to
"An Exposition of the Fables and Mythology of the Bible and of the
Impostures of Theology," as my thesis is defined in my sub-title.
@ -570,7 +571,7 @@ Box 926, Louisville, KY 40201
10
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> As the Catholic-Protestant-Skeptic Bayle, of seventeenth
<p> As the <ent type='NORP'>Catholic</ent>-Protestant-Skeptic Bayle, of seventeenth
century fame, said: "I am most truly a Protestant; for I protest
indifferently against all systems and all sects" of religious
imposture.</p>
@ -592,7 +593,7 @@ there was but one "True Church" of Christ; and that Church claims
with conscious pride the origin and authorship of all the New
Testament Books, out of its own Holy bosom, by its own canonized
Saints. The New Testament Books are, therefore, distinctively
Catholic documents. That Church, therefore, -- if these its
<ent type='NORP'>Catholic</ent> documents. That Church, therefore, -- if these its
credentials and documents are forgeries, -- as from its own records
I shall prove -- itself forged all the Books of the New Testament
and all the documents of religious dogma and propaganda the forgery
@ -653,7 +654,7 @@ of the realm, to any legal or private document, or to a book. All
are counterfeit or forged if not authentic and untampered.</p>
<p> A definition by a high ecclesiastical authority may
appropriately be cited, as it thoroughly defines the chronic
clerical crime. The Catholic Encyclopedia thus defines the crime:</p>
clerical crime. The <ent type='NORP'>Catholic</ent> Encyclopedia thus defines the crime:</p>
<p> "Forgery (Lat. falsum) differs very slightly from fraud. It
consists in the deliberate untruthfulness of an assertion, or in
the deceitful presentation of an object, and is based on an
@ -672,7 +673,7 @@ an entirely false document, but even by partial substitution, or by
any alteration affecting the sense and bearing of an authentic
document or any substantial point, such as names, dates, signature,
seal, favor granted, by erasure, by scratching out or writing one
word over another, and the like." (Catholic Encyclopedia, vi, 135,
word over another, and the like." (<ent type='NORP'>Catholic</ent> Encyclopedia, vi, 135,
136.)</p>
<p> Under every phase and phrase of this its own clerics legal
definition, the Church is guilty, -- is most guilty.</p>
@ -843,8 +844,8 @@ created prejudice against it, from the days of Augustine to our own
times." (A Church History, iv, 93, 94.) While Augustine disapproves
of downright lying even to trap heretics, -- a practice seemingly
much in vogue among the good Christians: "It is more pernicious for
Catholics to lie that they may catch heretics, than for heretics to
lie that they may not be found out by Catholics" (Against Lying,
<ent type='NORP'>Catholic</ent>s to lie that they may catch heretics, than for heretics to
lie that they may not be found out by <ent type='NORP'>Catholic</ent>s" (Against Lying,
ch. 5; N&amp;PNF. iii, 483); yet this Saint heartily approves and
argues in support of the chronic clerical characteristics of
suppressio veri, of suppression or concealment of the truth for the
@ -890,13 +891,13 @@ given immense impetus by His Holiness Gregory himself, in his
mendacious Dialogues and other papal output, -- with little
abatement unto this day.</p>
<p> A further admission of the inveteracy of ecclesiastical
forgery and fraud may be cited from the Catholic Encyclopedia.
forgery and fraud may be cited from the <ent type='NORP'>Catholic</ent> Encyclopedia.
Speaking deprecatingly of the "incredible liberty of discussion"
which to the shock and scandal of the pious prelates "prevailed in
Rome under the spell of the Renaissance," -- when men's minds were
beginning to awaken from the intellectual and moral stupor of the
Dark Ages of Faith, the Catholic thesaurus of archaic superstition
and "Catholic Truth," admits:</p>
Dark Ages of Faith, the <ent type='NORP'>Catholic</ent> thesaurus of archaic superstition
and "<ent type='NORP'>Catholic</ent> Truth," admits:</p>
<p> "This toleration of evil [sic; i.e.: -- the free discussion of
Church doctrines and documents] -- bore one good consequence: it
allowed historical criticism to begin fair. There was need for a
@ -1016,7 +1017,7 @@ frauds of which we shall see a plethora of examples.</p>
original sources, chiefly those inexhaustible mines of priestly
perversions of fact and truth, the labored and ludicrous volumes of
the "Fathers of the Church," and its most accredited modern
American spokesman, the Catholic Encyclopedia. Hence it cannot be
American spokesman, the <ent type='NORP'>Catholic</ent> Encyclopedia. Hence it cannot be
justly complained that this presentation of facts of Church history
is unfair or untrue; all but every fact of secular and of Church
history herein recounted to the shame and guilt of Holy Church is </p>
@ -1030,7 +1031,7 @@ These clerical works of confession and confusion are for the most
part three ponderous sets of volumes; they are readily accessible
for verification of my recitals, and for further instances, in good
libraries and bookshops; the libraries of the Union Theological
Seminary and of <ent type='GPE'>Columbia</ent> University, in New York City, were the
Seminary and of <ent type='GPE'>Columbia</ent> University, in <ent type='GPE'>New York City</ent>, were the
places of the finds here recorded. Cited so often, space will be
saved for more valuable uses by citing by their initials, -- which
will become very familiar -- my chief ecclesiastical authorities,
@ -1042,14 +1043,14 @@ volumes. The Christian Literature Publishing Co., <ent type='GPE'>Buffalo</ent>,
1885.</p>
<p> The Nicene and Post-Nicene Fathers, cited as N&amp;PNF.; First and
Second Series; many volumes; same publishers.</p>
<p> The Catholic Encyclopedia, cited as CE.; fifteen volumes and
<p> The <ent type='NORP'>Catholic</ent> Encyclopedia, cited as CE.; fifteen volumes and
index, published under the Imprimatur of Archbishop Farley; New
York, Robert Appleton Co., 1907-9.</p>
<p> The Encyclopedia Biblica, cited as EB., four volumes; Adam &amp;
Charles Black, London, 1899; American Reprint, The Macmillan Co.,
New York, 1914.</p>
<p> The clerical confessions of lies and frauds in the ponderous
volumes of the Catholic Encyclopedia alone suffice, and to spare,
volumes of the <ent type='NORP'>Catholic</ent> Encyclopedia alone suffice, and to spare,
to wreck the Church and to destroy utterly the Christian religion.
We shall see.</p>
<p> RELIGIOUS LAWS OF OUTLAWRY</p>
@ -1065,7 +1066,7 @@ States. The True Church lays down this amazing limitation on
learning: "When a clearly defined dogma contradicts a scientific
assertion, the latter has to be revised,"! (CE. xiii, 607.) The
civilized portion of the world has just been shocked at the
potential judicial murder and outrage sanctioned by law in <ent type='PERSON'>North</ent>
potential judicial murder and outrage sanctioned by law in <ent type='LOC'>North</ent>
Carolina, as likewise in a number of other States, making outlaws
of honest persons who, as parties in interest or witnesses in
actions civil and criminal, refuse to take the ridiculous and
@ -1226,7 +1227,7 @@ Public Nuisance, as now being revealed by the Lobbying
Investigation Committee of the United States Senate, whereby it is
shown seeking to ruborn and subordinate all to its intolerant
superstitious dominance. In most European countries the True Church
maintains its blatant "Catholic Party" in the elections and in the
maintains its blatant "<ent type='NORP'>Catholic</ent> Party" in the elections and in the
parliaments; here it operations are via the "grape-vine" route,"
but effective, as through the corrupt machinations of St. Tammany;
while the Methodist Party and the Baptist Party, and their allies
@ -1294,9 +1295,9 @@ And none so poor to do her reverence!</p>
June 1, 1930</p>
<p> CONTENTS</p>
<p>Foreword: vii</p>
<p>I: <ent type='NORP'>PAGAN</ent> FRAUDS-CHRISTIAN PRECEDENTS 3</p>
<p>I: <ent type='NORP'>PAGAN</ent> FRAUDS-<ent type='NORP'>CHRISTIAN</ent> PRECEDENTS 3</p>
<p>II: HEBREW HOLY FORGERIES 45</p>
<p>III: CHRISTIAN "SCRIPTURE" FORGERIES 91</p>
<p>III: <ent type='NORP'>CHRISTIAN</ent> "SCRIPTURE" FORGERIES 91</p>
<p>IV: THE SAINTLY "FATHERS" OF THE FAITH 123</p>
<p>V: THE "GOSPEL" FORGERIES 172</p>
<p>VI: THE CHURCH FORGERY MILL 238</p>
@ -1319,7 +1320,7 @@ text. If you are interested in knowing the source material it is
adviseable to take note of these oft-used references now. EFF</p>
<p> Abbreviations for most often used sources:</p>
<p> The libraries of the Union Theological Seminary and of
<ent type='GPE'>Columbia</ent> University, in New York City, were the places of the finds
<ent type='GPE'>Columbia</ent> University, in <ent type='GPE'>New York City</ent>, were the places of the finds
here recorded. Cited so often, space will be saved for more
valuable uses by citing by their initials, -- which will become
very familiar -- my chief ecclesiastical authorities, towit:</p>
@ -1330,16 +1331,17 @@ American Reprint, eight volumes. The Christian Literature
Publishing Co., <ent type='GPE'>Buffalo</ent>, N.Y., 1885. [xxx]</p>
<p>N&amp;PNF.; The Nicene and Post-Nicene Fathers, cited as N&amp;PNF.;
First and Second Series; many volumes; same publishers.</p>
<p>CE.; The Catholic Encyclopedia, cited as CE.; fifteen volumes
<p>CE.; The <ent type='NORP'>Catholic</ent> Encyclopedia, cited as CE.; fifteen volumes
and index, published under the Imprimatur of Archbishop
Farley; New York, Robert Appleton Co., 1907-9.</p>
Farley; <ent type='GPE'>New York</ent>, Robert Appleton Co., 1907-9.</p>
<p>EB., The Encyclopedia Biblica, cited as EB., four volumes;
Adam &amp; Charles Black, London, 1899; American Reprint, The
Macmillan Co., New York, 1914.</p>
Macmillan Co., <ent type='GPE'>New York</ent>, 1914.</p>
<p> Reproducible Electronic Publishing can defeat censorship.</p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
UNCOUNTED NOTE PAGE
</p>
</div>
</div>
</xml>

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 35 page printout, pages 56 to 88 of 322
CHAPTER II</p>
<p> HEBREW HOLY FORGERIES</p>
@ -14,7 +15,7 @@ scripture is given by inspiration of God" (2 Tim. iii, 16), --
though this is a falsified rendition: the true reading is: "Every
scripture suitable for edification is divinely inspired," as the
original Greek text is quoted by Father Tertullian. (ANF. iv, 16.)</p>
<p> It is the popular supposition that the 66 -- (Catholic Bible
<p> It is the popular supposition that the 66 -- (<ent type='NORP'>Catholic</ent> Bible
73) -- "little books" which comprise the Bible as we know it, are
the whole sum of Hebrew and Christian "sacred writings," which have
claimed and have been accorded the sanction of Divine inspiration
@ -56,7 +57,7 @@ full rank of "canonical" truth of God.</p>
Box 926, Louisville, KY 40201
56
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> The term apocryphal or forged "takes in those compositions
which profess to have been written either by Biblical personages or
men in intimate relation with them." (CE. i, 601.) "Since these
@ -67,7 +68,7 @@ have no right; all come under the definition above, for each of
then has at one tine or another been treated as canonical." (EB. i,
249-250.)</p>
<p> That the above 66 (or 73) Books of the accepted Bible of
Christianity come exactly, both as to manner of spurious origin and
<ent type='NORP'>Christianity</ent> come exactly, both as to manner of spurious origin and
matter of fictional content, within the above definition of
apocrypha or forgery, shall be made exceedingly evident. A brief
review of these acknowledged religious forgeries in the name of God
@ -87,7 +88,7 @@ whole literature" of fabrications -- to its own spurious
hagiography, or sacred writings. There will thus occur some
necessary and unavoidable over-lappings of Jewish and Christian
forgeries in the course of our treatment.</p>
<p> "It must be confessed," admits the Catholic Encyclopedia,
<p> "It must be confessed," admits the <ent type='NORP'>Catholic</ent> Encyclopedia,
"that the early Fathers and the Church, during the first three
centuries, were more indulgent towards Jewish pseudograph [i.e.
forged writings] circulating under venerable Old Testament, names.
@ -101,7 +102,7 @@ forged] writings enjoyed a high degree of favor among both clerics
and laity." (CE. i, 615.)</p>
<p> A curious and edifying side-light on the chronic clerical
flair for forgery is thrown by a sentence from the paragraph above
quoted from the Catholic Encyclopedia. The earliest papal decree
quoted from the <ent type='NORP'>Catholic</ent> Encyclopedia. The earliest papal decree
condemning certain of these pious forgeries is itself a Christian
forgery! "The so-called 'Decretum de recipiendis et non recipiendis
libris,' which contained a catalogue of some half-hundred works
@ -112,7 +113,7 @@ Sixth century." (CE,. i, 615.)</p>
Box 926, Louisville, KY 40201
57
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> And, be it noted, these Christian forgeries were not at all
condemned by the Church as forgeries and pious lies, but simply
because they contained some dogmatic doctrines which were regarded
@ -129,7 +130,7 @@ occidetital culture. Pseudographic [falsified] compositions was in
vogue among the Jews in the two centuries before Christ and for
some time later. This holds good for the so-called 'Wisdom of
Solomon,' written in and belonging to the Church's sacred cannon.
-- [This admits that this book of the Catholic Bible is spurious.]
-- [This admits that this book of the <ent type='NORP'>Catholic</ent> Bible is spurious.]
In other cases, where the assumed name did not stand as a symbol of
a type of a certain kind of literature, the intention was not
without a degree of at least literary dishonesty." (Ib. p. 601.)</p>
@ -163,7 +164,7 @@ usually long ex post facto.</p>
<p> The vast and varied extent of Jewish-Christian forgery of
religious books is shown by the groupings under which the several
kinds of apocrypha forgeries are quite exhaustively considered in
the technical works treating of them, such as the Catholic
the technical works treating of them, such as the <ent type='NORP'>Catholic</ent>
Encyclopedia and the Encyclopedia Biblica, as well as the more
popular Britannica and New International Encyclopedias, where the
subject is fully discussed. "Speaking broadly," says the first, </p>
@ -171,7 +172,7 @@ subject is fully discussed. "Speaking broadly," says the first, </p>
Box 926, Louisville, KY 40201
58
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>"The Apocrypha of Jewish origin are coextensive with what are
styled of the Old Testament, and those of Christian origin the
apocrypha of the New Testament. The subject will be treated
@ -193,8 +194,8 @@ apparently with the due and usual ecclesiastical solemnity, in the
celebrated Dictatus of Pope Gregory VII (1073-1085), stating the
presumptuous pretenses of the Papacy:</p>
<p> "The Roman Church has never erred, nor will it err to all
eternity. No one may be considered a Catholic Christian who
does not agree with the Catholic Church. No book is
eternity. No one may be considered a <ent type='NORP'>Catholic</ent> Christian who
does not agree with the <ent type='NORP'>Catholic</ent> Church. No book is
authoritative unless it has received the papal sanction. ... </p>
<p> The pope is the only person whose feet are to be kissed
by all princes"; "the Pope may depose emperors and absolve
@ -202,7 +203,7 @@ subjects from allegiance to an unjust ruler." (Cited by
Robinson, 'The Ordeal of Civilization, pp. 126, 128; Library
of Original Sources, vol. iv, p. 126-321.)</p>
<p> This puts the stamp of canonical inspiration and verity on
some dozen Jewish books and parts of books of the Catholic Bible
some dozen Jewish books and parts of books of the <ent type='NORP'>Catholic</ent> Bible
which the Jews and the whole body of otherwise discordant sects of
Protestants hesitate not unanimously to pronounce apocryphal and
forged. These "apocrypha" are either entire rejected Jewish books,
@ -223,12 +224,12 @@ Septuagint and in the Latin Vulgate, were read as Scripture in
early Christian Church, and were declared by the Council of Trent,
at its Fourth Session, in 1546, -- under the Curse of God on all
skeptical doubters, -- to be "inspired and canonical"; and they are
so held by the Roman, and some of the Greek and Oriental Catholic </p>
so held by the Roman, and some of the Greek and Oriental <ent type='NORP'>Catholic</ent> </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
59
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Churches, but are declared "apocrypha" and forged by Jewry and all
the rest of Christendom. To several of these extra-revelations of
Judaism included in the Christian True Bible, head-notes apologetic
@ -287,7 +288,7 @@ the trip. As they journeyed, Tobias asked the Angel what these </p>
Box 926, Louisville, KY 40201
60
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>medicinal scraps were good for; "and the Angel answering said, if
thou put a little piece of its heart upon coals, the smoke thereof
driveth away all kinds of devils, either from man or from woman, so
@ -347,7 +348,7 @@ dutifully said "I bless thee, Lord God of Israel, because thou hast</p>
Box 926, Louisville, KY 40201
61
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>chastised me, and thou hast saved me: and behold I see Tobias my
son." Then, "after seven days Sara his son's wife, and all the
family arrived safe, and the cattle, and the camels, and abundance
@ -404,7 +405,7 @@ other Jewish apocrypha which are only semi-canonical and admitted </p>
Box 926, Louisville, KY 40201
62
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>into a sort of bar-sinister fellowship with the legitimates. They
have a place in the Orthodox Bible for the "edification" of the
Faithful, but are usually printed in the Appendix as suggestive to
@ -443,7 +444,7 @@ collection of the sacred Rolls of Scriptures, so that not a scratch
of inspired pen remained to tell the tale of theocratic Hebrew
history and its "revealed" religion. This inconsolable and
apparently irreparable loss affected the holy People all the time
of the of the Babylonian captivity. But upon their return to the
of the of the <ent type='GPE'>Babylonian</ent> captivity. But upon their return to the
restored City of God, and over a century after their loss, God, we
are told in Fourth Esdras, inspired Ezra and commissioned him to
reproduce the sacred lost Books, which, judging from the result, of
@ -462,7 +463,7 @@ luminaries as Tertullian, St. Ambrose, Clement Alexandrensis, </p>
Box 926, Louisville, KY 40201
63
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Origen, Eusebius, St. Jerome, et als., and was prevalently accepted
as Scripture throughout the scholastic period. (EB. i, 654, 139 2-94; CE. i 537-8, 601-615.)</p>
<p> This legend, however, had, through a better understanding of
@ -514,12 +515,12 @@ the Bible texts themselves, as made in my previous work,
demonstrates that this holy "law of Mosses" was totally unknown and
unobserved through all the History of Israel from its beginnings
until Josiah, and was composed by his priests and enlarged into the
present Pentateuch during and after the captivity in Babylon.</p>
present Pentateuch during and after the captivity in <ent type='GPE'>Babylon</ent>.</p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
64
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE "SEPTUAGINT" TRANSLATION INTO GREEK</p>
<p> As priestly forged tales were fabricated to account for the
origin and preservation of the sacred Hebrew Books, so like pious
@ -578,7 +579,7 @@ read over to the assembled Jews, who rejoiced that "the </p>
Box 926, Louisville, KY 40201
65
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>interpretation was happily finished"; they were enjoined to report
any errors or emissions which they might discover, to the
"Seventy," who would make the necessary corrections in their work.
@ -637,7 +638,7 @@ the time written.</p>
Box 926, Louisville, KY 40201
66
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Father Justin Martyr adds near-eye-witness verification to the
false and already embroidered history, saying that the "Seventy"
were, by order of the King, "shut up in as many separate cells, and
@ -674,7 +675,7 @@ together with numbers of the forged Jewish apocrypha, and all these
were added to the rolls of "Scriptures." This final and adulterated
form of the Septuagint "was the vehicle which conveyed these
additional Scriptures [i.e. the apocryphal Tobias, etc.] into the
Catholic Church." (CE. iii, 271.) This vagary of the Holy Ghost in
<ent type='NORP'>Catholic</ent> Church." (CE. iii, 271.) This vagary of the Holy Ghost in
certifying the ill-translated and tempered Septuagint for the
foundations of Christian Faith, was very disastrous, as CE. points
out: "The Church had adopted the Septuagint as its own; this
@ -691,20 +692,20 @@ Jewish Rabbis." (CE. vii, 316.) So Yahveh only knows what he
actually said and did in the 4004 years up to the time his Son came
to try to "redeem" his people from some of the tangles of his Holy
Law.</p>
<p> Matters grew worse as time progressed: the ex-Pagan Greek
Fathers who founded Christianity, propagated the new Faith for
<p> Matters grew worse as time progressed: the ex-<ent type='NORP'>Pagan</ent> Greek
Fathers who founded <ent type='NORP'>Christianity</ent>, propagated the new Faith for
several centuries only from the tortuous texts of this falsified </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
67
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Septuagint, which was the only Old Testament "Scriptures" known to
and used by them as the source of the "prophecies fulfilled by
Jesus Christ" and the holy mysteries of the Jewish-Christian Faith.
"Copies of the Septuagint." says CE., "were multiplied, and, as
might be expected, many changes, deliberate as well as involuntary,
crept in." (CE. xiii, 723.) Indeed, the itch for Scripture-scribbling was so rife among such ex-Pagan Christians as could
crept in." (CE. xiii, 723.) Indeed, the itch for Scripture-scribbling was so rife among such ex-<ent type='NORP'>Pagan</ent> Christians as could
write and get hold of a copy, that St. Augustine complains: "It is
possible to enumerate those who have translated the Scriptures from
Hebrew into Greek, but not those who have translated them into
@ -725,7 +726,7 @@ translators, supplemented by the most insidious, persistent and
purposeful falsification of text, is instanced in the false
translation of the notoriously false pretended "prophecy" of Isaiah
vii, 14, -- frauds which have had the most disastrous and fatal
consequences for Christianity, and to humanity under its blight;
consequences for <ent type='NORP'>Christianity</ent>, and to humanity under its blight;
the present exposure of which should instanter destroy the false
Faith built on these frauds.</p>
<p> The Greek priest who forged the "Gospel according to St.
@ -753,7 +754,7 @@ exactly like girl or maid in English, when we say shop-girl, </p>
Box 926, Louisville, KY 40201
68
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>parlor-maid, bar-maid, without reference to or vouching for her
technical virginity, which, in Hebrew, is always expressed by the
word bethulah. But in the Septuagint translation into Greek, the
@ -797,7 +798,7 @@ Virginity of Blessed Mary, N&amp;PNF, vi, 336.)</p>
<p> So the Greek Father or priest who forged the false "virgin-birth" interpolation into the manuscript of "Matthew," drags in
maybe ignorantly the false Septuagint translation of Isaiah vii,
14, which the Latin Father St. Jerome purposely perpetuated as a
pious "lie to the glory of God." The Catholic and King James
pious "lie to the glory of God." The <ent type='NORP'>Catholic</ent> and King James
Versions purposely retain this false translation; the Revised
Version keeps it in, but with a gesture of honesty, which is itself
a fraud, sticks into the margin in fine type, after the words "a
@ -811,7 +812,7 @@ some known and definite young female, married or un-married -- but </p>
Box 926, Louisville, KY 40201
69
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>not a "virgin" -- who had already conceived and was already
pregnant, and who beareth a son and calleth his name Immanuel, ...
who should be the "sign" which "my lord" should give to Ahaz of the
@ -866,12 +867,12 @@ and early Christian circles." Scarcely is there a Biblical notable </p>
Box 926, Louisville, KY 40201
70
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>of Israel in whose name these pious false writings were not forged,
including Adam and Eve and most of the ante-and post-Diuvian
Patriarchs. It is impossible here to much more than mention the
names of some of the principal ones of these extra-canonical
apocrypha and forgeries of the Jews, as listed in the Catholic
apocrypha and forgeries of the Jews, as listed in the <ent type='NORP'>Catholic</ent>
Encyclopedia and the Encyclopedia Biblica, most of them worked over
with surcharge of added Christian forgeries, to adapt them to their
pious propaganda.</p>
@ -887,7 +888,7 @@ of the Twelve Patriarchs; Testament of the Three Patriarchs;
Testament of Naphthali; The Prayer of Menassch; The Prayer of
Joseph; The Story of Asenath (wife of Joseph); Prayer of Asenath;
The Marriage of Asenath; The Assumption of Moses; The Testament of
Moses; Book of Jannes and Mambres (the Egyptian magicians with whom
Moses; Book of Jannes and Mambres (the <ent type='NORP'>Egyptian</ent> magicians with whom
Moses contended); Penitence of Jannes and Mambres; The Magical
Books of Moses; The Book of Jubilees. or Little Genesis; Book of Og
the Giant, Treatise of the Giants, Josippon; Book of Jasher; The
@ -901,14 +902,14 @@ Visions of Daniel; Additions to Daniel, viz.: The History of
Susanne (Chap. 13), the Song of the Three Children, Story of Bel
and the Dragon (Chap. 14); Tobit; Judith; Additions to Esther; The
Martyrdom of Isaiah; The Ascension of Isaiah; III and IV Esdras;
Apocalypse of Esdras; Story of the Three Pagans, in I Esdras; I,
Apocalypse of Esdras; Story of the Three <ent type='NORP'>Pagan</ent>s, in I Esdras; I,
II, III, and IV Mitceabee"; The Prophecy of Eldad and Medad;
Apocalypse of Zephaniah, Stories of Artaphanus; Eupolemus; Story of
Aphikia, wife of Jesus Sirach; The Letter of Aristeas to
Philocrates; The Sibylline Oracles.</p>
<p> Quite half of the above Jewish false-writings, separately
listed under the grouping of "Jewish with Christian Accretions,"
the Catholic Encyclopedia describes with comments such as "recast
the <ent type='NORP'>Catholic</ent> Encyclopedia describes with comments such as "recast
or freely interpolated by Christians," "many Christian
interpolations," etc., "presenting in their ensemble a fairly full
Christology" (CE. i, 606). If the pious Christians, confessedly,
@ -922,12 +923,12 @@ Apocalypses.</p>
Box 926, Louisville, KY 40201
71
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE "INSPIRED" HEBREW SCRIPTURES</p>
<p> The processes of the formation of the Hebrew Old Testament
Scriptures are, however, interesting and intriguing, if sacred
tradition is true. According to priestly lore, the man Moses,
"learned in all the wisdom of the Egyptians" (another Christian
"learned in all the wisdom of the <ent type='NORP'>Egyptian</ent>s" (another Christian
assurance; Acts vii, 22), sat down in the Wilderness of Sinai and
under divine inspiration wrote his Five Books of prehistorical
history, codes of post-exilic divine Law, and chronicles of
@ -978,12 +979,12 @@ famous Witch of En-dor. (I Sam. xviii, 1, 7-19.)</p>
Box 926, Louisville, KY 40201
72
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> The ex-bandit David, "man after God's own heart" -- after
murdering a man to get his adulterous wife, and engendering of her
his all-wise son and hero, Solomon, wrote the 150 songs of the
Hebrew Hymn Book, many of his psalms singing of the long posthumous
Babylonian Captivity.</p>
<ent type='GPE'>Babylonian</ent> Captivity.</p>
<p> Solomon himself, who was son-in-law to nearly everybody in the
heathen nations round about who had eligible daughters, wrote the
wisdom of the ages into his Book of Proverbs, though not one of
@ -1021,8 +1022,8 @@ and Moses than on all the other sacred writings and writers, we may
appeal to the admissions of CE., thereto driven by force of modern
criticism, for the destruction and abandonment of the Moses Myths.</p>
<p> "It is true that the Pentateuch, so long attributed to Moses,
is now held by the vast majority of non-Catholic, and by an
increasing number of Catholic, scholars to be a compilation of four
is now held by the vast majority of non-<ent type='NORP'>Catholic</ent>, and by an
increasing number of <ent type='NORP'>Catholic</ent>, scholars to be a compilation of four
independent sources put together in final shape soon after the
Captivity." (CE. i, 622.)</p>
<p> This scores strongly for Hebrew-Christian forgery and fraud in
@ -1035,7 +1036,7 @@ hearken unto the priest, ... even that man shall die." (Deut. xvii,</p>
Box 926, Louisville, KY 40201
73
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>12.) The whole Five Books of Moses are thus a confessed forgery in
the names of Moses and of God; every one of the Thus saith the Lord
a thousand times repeated, with speeches and laws put into the
@ -1076,7 +1077,7 @@ one of the most conclusive proofs of uninspired human origin and of
confusion worse confounded of tinkering, "interpolation" and
forgery outright, by the pious priests of Israel and Judah, and the
Ezra "school" of forgers of the "Law and the Prophets."</p>
<p> OUR "PHONY" CHRISTIAN ERA</p>
<p> OUR "PHONY" <ent type='NORP'>CHRISTIAN</ent> ERA</p>
<p> "It was a monk of the 6th century, named Dionysiug Exiguus
(Dennis the Little), who fixed our present Christian era, laying
down that Jesus Christ was born on the 25th of December, A.U.C.
@ -1093,7 +1094,7 @@ Herod's death, probably two years or more. So that, if Herod died </p>
Box 926, Louisville, KY 40201
74
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>in the year 4 B.C., we should be taken to 6 or 7 B.C. as the year
of the Nativity" (CE. 735-6).</p>
<p> This, of course, discredits the date given by the inspiration
@ -1108,8 +1109,8 @@ vindicated the glory of God by declaiming that every Jew and
Infidel confessed to Jesus Christ every time he dated a letter or
mentioned the year of an event. Being simply a hearer of the Word,
I could not rise to suggest, that by the same token we confess more
to the Pagan gods than to the Christian, -- for more than half the
months and every day of the week are named for Pagan deities, and
to the <ent type='NORP'>Pagan</ent> gods than to the Christian, -- for more than half the
months and every day of the week are named for <ent type='NORP'>Pagan</ent> deities, and
we name them much more often than we do the years of grace and
salvation of Christ. After this bad start from Gospel error and
contradiction, we now turn to further evidences of "Gospel truth"
@ -1119,10 +1120,10 @@ scientific impossibilities of Divine Inspiration, are those
relating to the capital matter, -- for the credit of the Christian
Religion, of the time and manner of Creation of earth and Man,
based on Holy Writ and on the "chronology" worked out, with several
hundred disparate results, from the inspired pedigrees of the ante-Diluvian Patriarchs. So fatally important is this to Christianity,
hundred disparate results, from the inspired pedigrees of the ante-Diluvian Patriarchs. So fatally important is this to <ent type='NORP'>Christianity</ent>,
that the 'True Church -- "which never deceived anyone" and "has
never erred," -- speaking through CE., thus admits that
Christianity stands or falls with -- "the literal, historical sense
<ent type='NORP'>Christianity</ent> stands or falls with -- "the literal, historical sense
of the first three chapters of Genesis in as far as they bear on
the facts touching the foundations of the Christian religion, e.g.,
the creation of all things by God at the beginning of time, the
@ -1146,13 +1147,13 @@ Creation is literally true, and warns those who dare to believe
otherwise, and thus "basely insult the Creator, to expect a Judge
who will annihilate them." Again he says: "We know on the authority
of Moses, that longer ago than 6000 years the world did not exist."
So too, the Westminster Confession of Faith, in full Protestant
So too, the <ent type='GPE'>Westminster</ent> Confession of Faith, in full Protestant
force and effect today -- specially lays it down as "necessary to </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
75
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>salvation to believe that all things visible and invisible were
created not only out of nothing but exactly in six days." And the
Churches have murdered countless thousands to impress this
@ -1178,9 +1179,9 @@ least two hundred dates have been suggested, varying from 3483 to
us to settle the point. But it does nothing of the kind. ... The
literal interpretation has now been entirely abandoned; and the
world is admitted to be of immense antiquity"! (CE. iii, 731.)
Again the "sacred science" of Genesis and of Christianity is
Again the "sacred science" of Genesis and of <ent type='NORP'>Christianity</ent> is
further admitted to be false, and the fabulous "Septuagint" Bible
on which Christianity was founded before the era of the second
on which <ent type='NORP'>Christianity</ent> was founded before the era of the second
century forgeries of Gospels and Epistles, to be a holy fraud, in
these further excerpts accrediting the true revelations of modern
Science as against those of Moses:</p>
@ -1210,9 +1211,9 @@ translation in the Septuagint, of the "virgin shall conceive" </p>
Box 926, Louisville, KY 40201
76
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>pretended prophecy of Isaiah vii, 14. Indisputably the whole forged
fabric of supernatural Christianity is based on, and depends upon,
fabric of supernatural <ent type='NORP'>Christianity</ent> is based on, and depends upon,
this one monumental forgery falsely used to give credit to the
Christian forgery of "the Gospel according to Matthew" as to the
Divine and miraculous "Virgin birth of Jesus Christ." Out of scores
@ -1267,7 +1268,7 @@ God, in English rendered Jehovah: Yahveh-elohim is a Hebrew
Box 926, Louisville, KY 40201
77
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>falsely rendered "Lord" and "Lord God," respectively, for purposes
of pious fraud which we shall now expose to the shame of a theology
of imposture. We will return to this after noting a pair of others.</p>
@ -1322,7 +1323,7 @@ falsities in Holy Writ:</p>
Box 926, Louisville, KY 40201
78
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "And elohim spake unto Moses, and said unto him., anoki Yahveh
-- I am the Lord!</p>
<p> "And I appeared unto Abraham, unto Isaac, and unto Jacob, by
@ -1381,10 +1382,10 @@ soon have ample evidence to prove.</p>
Box 926, Louisville, KY 40201
79
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> With respect to the mythical Hebrew-Christian God or gods, we
may safely say, as says Father Justin Martyr apropos of the other
mythic Pagan gods: "And we confess that we are atheists, so far as
mythic <ent type='NORP'>Pagan</ent> gods: "And we confess that we are atheists, so far as
gods of this sort are concerned." (First Apology, ch. vi; ANF. i,
169.)</p>
<p> THE ANCIENT IDEA OF "HISTORY"</p>
@ -1438,7 +1439,7 @@ and these for the most part doubtful." (EB. ii, 2075-76.)</p>
Box 926, Louisville, KY 40201
80
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> To say nothing now of the Old or New Testament "canonical" and
"apocryphal" literature, countless examples of this imaginative
method of history-writing abound in all the ancient writers, as all
@ -1467,7 +1468,7 @@ History, i). 2.)</p>
<p> Speaking of much later times, and of a different class, but
like type, of writers, Hegel again says: "In the Middle Ages, we
except the Bishops, who were placed in the very center of the
political world, the Monks monopolized this category as maine
political world, the <ent type='NORP'>Monks</ent> monopolized this category as maine
chroniclers." (Ib. p. 3.)</p>
<p> As typical illustration of the principles and practices above
described of the best of the ancient writers, but more especially
@ -1496,7 +1497,7 @@ came into personal contact with him; a gem is his oration to Noah. </p>
Box 926, Louisville, KY 40201
81
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>He relates the wars waged by the wicked posterity of Cain, to the
great distress of Adam, who predicted the two-fold destruction of
the earth, once by water and again by fire. As the Sethites were
@ -1520,7 +1521,7 @@ amulets and fetishes inscribed with his mystic symbol and
pronounced in his name, were the terror of all the devils who so
populated the Jewish mind, and the Christian. A noted instance of
the potency of this Name, exhibited before the Roman Emperor
Vespasian and his court and army, and witnessed by Josephus
<ent type='PERSON'>Vespasian</ent> and his court and army, and witnessed by Josephus
himself, so circumstantial, so faith-compelling, so artless and
childishly fabling, that I am constrained to quote it for the
lightit sheds on the "historical" methods of the "age of apocryphal
@ -1533,7 +1534,7 @@ exorcisms, by which they drive away demons, so that they never
return, and this method of cure is of great force unto this
day; for I have seen a certain man of my own country, whose
name was Eleazar, relieving people that were demoniacs in the
presence of Vespasian, and his sons, and his captains, and the
presence of <ent type='PERSON'>Vespasian</ent>, and his sons, and his captains, and the
whole multitude of his soldiers. The manner of the cure was
this: he put a ring, that had a root of one of the sorts
mentioned by Solomon, to the nostrils of the demoniac, after
@ -1558,7 +1559,7 @@ Bank of Wisdom
Box 926, Louisville, KY 40201
82
.
FORGERY IN CHRISTIANITY
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent>
This is followed by the full text of the autograph letters
between Solomon and Hiram regarding the building of the Temple.</p>
@ -1599,7 +1600,7 @@ historians, distinguished for nobility of lineage, for
statesmanship and for literary ability, what may be expected from
the admittedly "ignorant and unlearned men" such as traditionally
wrote those Gospels and Epistles of the Christians? We may now
appreciate the full significance of the admission of the Catholic
appreciate the full significance of the admission of the <ent type='NORP'>Catholic</ent>
Encyclopedia, speaking of the Church Fathers and writers through
all the Ages of Faith "before the eighteenth century," of whom it
says:</p>
@ -1616,12 +1617,12 @@ taking possible human imperfections into view. Except in </p>
Box 926, Louisville, KY 40201
83
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> regard to the preservation of the sacred text there was
nothing to elicit a critical view of the Bible in the age of
the Fathers, and this applies also to the Scholastic period."
(CE. iv, 492.)</p>
<p> CHRISTIAN "REVELATIONS" IN JEWISH FORGERIES</p>
<p> <ent type='NORP'>CHRISTIAN</ent> "REVELATIONS" IN JEWISH FORGERIES</p>
<p> Christians no doubt believe in simple faith that the wonderful
inspired truths of their New Testament were original pronouncements
of Jesus Christ or directly revealed by him to his holy apostles,
@ -1630,20 +1631,20 @@ who in turn revealed them to the populace for the first time as the
Even a brief glance at a few of the most, notable of the Jewish
forgeries of the "age of apocryphal literature" will dispel that
pious belief, and show the most characteristic and essential
doctrines and dogmas of Christianity to be but refurbished vagaries
doctrines and dogmas of <ent type='NORP'>Christianity</ent> to be but refurbished vagaries
of the fanciful and fabulous tpectulations of already existing
Jewish apocryphal writings of the times just preceding and within
the new Christian era. These writings were put forth falsely as the
utterances of long since dead or wholly legendary Old Testament
notables, and were neither inspired nor revealed heavenly truth,
but simply vain and forged speculations of their fantastic writers.
We shall see the cardinal tenets of "revealed" Christianity in a
We shall see the cardinal tenets of "revealed" <ent type='NORP'>Christianity</ent> in a
glance at a few of these Jewish pseudographs, and let the Christian
apologist explain.</p>
<p> This literature is of the highest value today because of the
light it throws on the growth of esehatological and Messianic
doctrines among the Jewish people just previous to the rise of
Christianity, especially since these doctrines have, in a purified
<ent type='NORP'>Christianity</ent>, especially since these doctrines have, in a purified
form, found a permanete place in the Christian system." (New Int.
Enyc. i, 745.)</p>
<p> The Book of Enoch, forged in the name of the grandson of Adam,
@ -1674,7 +1675,7 @@ patristic reasons as to how the Book survived Noah's Flood, either </p>
Box 926, Louisville, KY 40201
84
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>by the providence of Noah himself or by the Providence of God as in
the mythical case of Esdras. In answer to the scoffing objections
that the Jews rejected the Book, "I suppose," he seriously argues,
@ -1687,7 +1688,7 @@ this way, there would still be this consideration to warrant our
assertion of the genuineness of this Scripture: he could equally
renewed it, under the Spirit's inspiration, after it, had been
destroyed by the violence of the Deluge, as, after the destruction
of Jerusalem by the Babylonian storming of it, every document of
of Jerusalem by the <ent type='GPE'>Babylonian</ent> storming of it, every document of
the Jewish literature is generally agreed to have been restored
through Ezra." But the good Father had other and equally cogent
clerical reasons for accepting the Book as inspired Scripture: "But
@ -1733,7 +1734,7 @@ boldly plagiarized by the later Christians and bestowed on Jesus of</p>
Box 926, Louisville, KY 40201
85
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Nazareth The Messiah, just as in the New Testament of later times,
exists from the beginning (48, 2); he sits on the throne of God
(453); and all judgment is committed unto him (69, 27). The
@ -1750,11 +1751,11 @@ later "interpolations" into New Testament books. It abounds in such
Resurrection, and Demonology, the Seven Heavens, and the
Millennium, all of which have here their apocryphal Jewish
promulgation, after being plagiarized bodily from the Persian and
Babylonian myths superstitions, as we have seen confessed. There
<ent type='GPE'>Babylonian</ent> myths superstitions, as we have seen confessed. There
are numerous quotations, phrases, clauses, or thoughts derived from
Enoch, or of closest kin with it, in several of the New Testament
Gospels and Epistles, which may be readily found and compared as
catalogued in the authorities below cited; -- Pagan-Jewish myths
catalogued in the authorities below cited; -- <ent type='NORP'>Pagan</ent>-Jewish myths
and doctrines which shared in molding the analogous New Testament
"revelations" or formed the necessary link in the development of
doctrines from the Old to the New Testament. The CE. says of the
@ -1792,7 +1793,7 @@ which the Christian Epistle of Jude (v. 9) cites as God-inspired </p>
Box 926, Louisville, KY 40201
86
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>truth. (CE. i, 602-3.) The book of Jubilees, or little Geneses, is
a fabricated embellishment of the Old Testament Genesis, written in
the name of Moses somewhere between 135 B.C., or 60 A.D., and
@ -1808,7 +1809,7 @@ interpolations" (CE. i, 604), written by a Jewish Pharisee about
secretary of the Prophet Jeremiah. The book begins by declaring
that the word of the Lord came to him in the 25th year of King
Jeconiah, -- who reigned only three months, and was carried away
captive to Babylon eleven years before the fall of Jerusalem, 586
captive to <ent type='GPE'>Babylon</ent> eleven years before the fall of Jerusalem, 586
B.C., which event the forgery bewails; it is filled with the
Messianic hopes of Jewry at the time of the fall of Jerusalem in 70
A.D. The book furnishes a setting and background of many
@ -1845,14 +1846,14 @@ the unseen world and the Messianic future. Jewish apocryphal
literature is a theme which deserves the attention of all
interested in the development of the religion of Israel, that body
of concepts and tendencies in which are fixed the roots of the
great doctrinal principles of Christianity itself, just as its
great doctrinal principles of <ent type='NORP'>Christianity</ent> itself, just as its
Divine Founder took his temporal generation from the stock of
orthodox Judaism.
Bank of Wisdom
Box 926, Louisville, KY 40201
87
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> The Jewish apocryphas furnish the completing links in the
progress of Jewish theology and fill what would otherwise be a gap,
though a small one, between the advanced stage marked by the
@ -1864,10 +1865,10 @@ the body, and the existence, nature and office of angels." (CE. i,
601.)</p>
<p> All these divine and "revealed" doctrines of Christian faith
we have seen to be originally heathen Zoroastrian mythology, taken
over first by the Jews, then boldly plagiarized by the ex-Pagan
over first by the Jews, then boldly plagiarized by the ex-<ent type='NORP'>Pagan</ent>
Christians. Dean Milman, of St. Paul's, thus describes the
universality of these notions among the heathens and the borrowing
by the Jews and Christians of what were originally Pagan
by the Jews and Christians of what were originally <ent type='NORP'>Pagan</ent>
superstitions -- now become articles of Christian revelation:</p>
<p> "Satan, angels, immortality, resurrection -- all Persian
and Zoroastrian doctrines imbibed by the Jews. ... During the
@ -1877,7 +1878,7 @@ age, and among a people, which superstition had made so
familiar with what were supposed to be preternatural events,
that the wonders awakened no emotion, or were speedily
superseded by some new demand on the every-ready belief."
(Milman, History of Christianity, I, 93.)</p>
(Milman, History of <ent type='NORP'>Christianity</ent>, I, 93.)</p>
<p> Thus, again, the most precious Christian truths, of supposed
divine "revelation" through God, Christ and apostles -- were
plagiarizations from forged Jewish pseudo-Scriptures, taken over
@ -1886,7 +1887,7 @@ myths and superstitions Jesus the Son of God found ready at hand
"in the popular consciousness" of the ignorant wonder-craving
Jewish peasantry; and, Lo, our "revealed" Christian religion! We
may begin to suspect the later "inspired" books of the "Apostles"
as not beyond the taint of Pagan superstition and of the suspicion
as not beyond the taint of <ent type='NORP'>Pagan</ent> superstition and of the suspicion
of Christian forgery.</p>
<p> Reproducible Electronic Publishing can defeat censorship.</p>
<p> The UNITED STATES of America
@ -1900,4 +1901,5 @@ us, we need to give them back to America.</p>
Box 926, Louisville, KY 40201
88
</p>
</div>
</div>
</xml>

View file

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 24 page printout, pages 89 to 111 of 322
CHAPTER III</p>
<p> CHRISTIAN "SCRIPTITRE" FORGERIES</p>
<p> <ent type='NORP'>CHRISTIAN</ent> "SCRIPTITRE" FORGERIES</p>
<p> "Nothing stands in need of Lying but a LIE."</p>
<p> To such an extent are the origins of the Christian Religion
wrapped in obscurity, due to the labyrinthine confusions and
@ -13,7 +14,7 @@ historic truth from the tangle.</p>
"Apostolic" writers, and culled from some 200 admitted forgeries
called Gospels, Acts, and Epistles, constitute the presient
"Canonical" or acceptedly inspired compendium of the primitive
history of Christianity. The only available method to extract from
history of <ent type='NORP'>Christianity</ent>. The only available method to extract from
them approximately just judgments as to the risie and progress of
the new system of beliefs, must be by a series of tentative
assumptions of reletive truth of sundry details of the narratives.
@ -38,7 +39,7 @@ Christian fact and faith.</p>
<p> The central character of the Christian faith, Jesus, to assume
him as a historical personage, was a Jew, as were, by tradition,
his disciples and entourage. As is, of course, well known:
"Christianity took its rise in Judaism; its Founder and His
"<ent type='NORP'>Christianity</ent> took its rise in Judaism; its Founder and His
disciples were orthodox Jews, and the latter maintained their
Jewish practices, at least for a time, after the day of Pentecost.
The Jews themselves looked upon the followers of Christ as a mere
@ -58,7 +59,7 @@ destructive contradictions as to his lineage and parentage, and </p>
Box 926, Louisville, KY 40201
89
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>other essential particulars, are reserved for opportune notice.
Jesus became a Jewish sectarian religious teacher of the zealot
reformer type; so zealous that his own family thought him insane
@ -116,7 +117,7 @@ of credulous Jews who accepted this preachment as "Gospel truth" </p>
Box 926, Louisville, KY 40201
90
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>and lived in this expectation, were nourished with neighborhood
gossip and oral traditions of the "good news," and needed and had
no written books of inspired record of these things. Thus many
@ -126,7 +127,7 @@ waned in faith, and as aecused by Paul and Barnabas, "put it from
you," did the defeated propagandists of the "Faith that failed at
the Cross," give the shoulder to the Jews and "turn to the
Gentiles" (Acts xiii, 46), and begin to expand the failing new
Jewish faith among the superstitious Pagans of the countries round
Jewish faith among the superstitious <ent type='NORP'>Pagans</ent> of the countries round
about. But this was still by the spoken word; on all the
supposititious "missionary tours" the Word was spread by word of
mouth written gospel books were not yet. When at last, the "coming"
@ -138,7 +139,7 @@ written, by ascertaining when they were not yet written.</p>
used by the Jewish propagandists of the Christ were the Greek
Septuagint translations of the old hebrew sacred writings, "the Law
and the Prophets" (CE. v, 702; i, 635); supplemented by sundry
Jewish apocrypha and the Pagan Sibylline Oracles; these were the
Jewish apocrypha and the <ent type='NORP'>Pagan</ent> Sibylline Oracles; these were the
only "authorities" appealed to by the early "Fathers" for the
propaganda of the new faith. Indubitably, if the wonderful
"histories" of their Christ and the inspired pretended writings of
@ -148,7 +149,7 @@ precious and potent documents of propaganda, would have been
snatched at and quoted and appealed to with infinate zeal and
ardor, as they have been through the centuries since. But, for some
150 years, as we shall see, little or nothing besides Old Testament
and Pagan Oracles were known or quoted. As said by the great
and <ent type='NORP'>Pagan</ent> Oracles were known or quoted. As said by the great
critic, Solomon Reinach, "With the exception of Papias, who speaks
of a narrative by Mark, and a collection of sayings of Jesus, no
Christian writer of the first half of the second century (i.e., up
@ -177,7 +178,7 @@ neither mentioned nor implied in the NT epistles, nor in that, of </p>
Box 926, Louisville, KY 40201
91
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Clemens Romanus, nor, probably, in that of Barnabas, nor in the
Didache. luke (i, 1-4) implies that 'many gospels' were current"
(EB. ii, 1809), at the time that Gospel was written.</p>
@ -185,7 +186,7 @@ Didache. luke (i, 1-4) implies that 'many gospels' were current"
written before any of the Gospel biographies. If these Christ-histories had existed, how eagerly would they have been seized upon
to garnish and glorify the preachment of the early propagandists of
the Faith that failed at the Cross, -- and would have perished
wholly but. for the allbelieving Pagan Gentiles, who, when they
wholly but. for the allbelieving <ent type='NORP'>Pagan</ent> Gentiles, who, when they
heard it, "were glad, and glorified the word of the lord" (Acts
xiii, 48), as orally delivered.</p>
<p> "THE AGE OF APOCRYPHAL LITERATURE"</p>
@ -214,7 +215,7 @@ jaded hope of the Jewish believers and to spread the propaganda
amongst the all-believing Pagaiis, that the written Christ-tales
began to be worked up by the Christian propagandists. Before their
admiring eyes they had for models the "whole literature" of Jewish
apocryphal or forged writings, plus the Pagan Oracles: with immense
apocryphal or forged writings, plus the <ent type='NORP'>Pagan</ent> Oracles: with immense
zeal and industry they set about to imitate the example before
them, and to reforge these Jewish and heathen forgeries to more
definite Chriiitian uses, and to forge anew another whole
@ -224,7 +225,7 @@ proved themselves to be apt pupils of the Jews. So common, indeed,
had become in early Christian times, the invention of such oracles
that Celsus terms Christians Sibyllistai, believers in sibyls, or
sibyl-mongerrs" (EB. i, 246), that is, peddlers of Christian
forgeries in Pagan form (Ib. p. 261). How great was this pious
forgeries in <ent type='NORP'>Pagan</ent> form (Ib. p. 261). How great was this pious
fabrication we can only judge from the two hundred, more or less,
of false histories, gospels, epistles and revelations which have
survived, entire or fragmentary, or by title only, through the long
@ -234,7 +235,7 @@ as of Divine inspiration.</p>
Box 926, Louisville, KY 40201
92
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "THE IDEA OF INSPIRATION"</p>
<p> Before sketching the welter of these lying works of Christian
hands and childish minds, we may define, by high priestly
@ -264,7 +265,7 @@ settled, as we shall see: "It was not until about the middle of the
second century -- [when we shall see the books were really written]
-- that under the rubric of Scripture the New Testament writings
were assimilated to the Old. ... But it should be remembered that
the inspired character of the New Testament in a Catholic dogma,
the inspired character of the New Testament in a <ent type='NORP'>Catholic</ent> dogma,
and must therefore in some way have been revealed to, and taught
by, Apostles"! (Ib. p. 275.) This is a strikingly queer bit of
clerical dialectic, and leaves the question of the "some way" of
@ -293,7 +294,7 @@ the author of the Rise and Fall:</p>
Box 926, Louisville, KY 40201
93
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "When the Council of Trant resolved to pronounce sentence on
the Cannon of Scripture, the opinion which prevented, after some
debate, was to declare the Latin Vulgate authentic and 'almost'
@ -304,7 +305,7 @@ was discussed, the majority of the theologians urged, with
confidence and success, that it was absoutely necessary to receive
the Vulgate as authentic and inspired, unless they wished to
abandon the victory to the Lutherans, and the honors of the Church
to the Grammarians." (Gibbon, A Vindication, v, 2; Istoria del
to the <ent type='PERSON'>Grammarians</ent>." (Gibbon, A Vindication, v, 2; Istoria del
consiglio Tridentino, L. ii, p. 147.) A number of these books were
bitterly disputed and their authenticity and inspiration denied by
the leading Reformers, Luther, Grotius, Calvin, etc., and excluded
@ -324,7 +325,7 @@ section of St. Mark's Gospel, xvi, 9-20, about the apparitions of
Christ after the resurrection; the verses in Luke about the bloody
sweat of Jesus, xxii, 43, 44; the Pericope Adulterae, or narrative
of the woman taken in adultery, St. John, vii, 53 to viii, 11.
Since the Council of Trent it is not permitted for a Catholic to
Since the Council of Trent it is not permitted for a <ent type='NORP'>Catholic</ent> to
question the inspiration of these passages." (CE. iii, 274.)
Besides the forgery of the above and other books as a whole, we
shall see many other instances of "interpolated" or forged passages
@ -338,7 +339,7 @@ many of which are on their face pure inventions; and the fables
which passed under his name were certainly not written until long
after the period in which he is supposed to have lived." (NIE. i,
191.) We may have occasion to apply this test to the personality of
Jesus of Nazareth and sundry apostolic personages; in any event it
Jesus of <ent type='GPE'>Nazareth</ent> and sundry apostolic personages; in any event it
is peculiarly applicable to the numerous Christian stories and
fables treating of them, which on their face are pure inventions,
and which were admittedly forged in the names of Jesus; himself and
@ -350,19 +351,19 @@ down the catalogue.</p>
Box 926, Louisville, KY 40201
94
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Leaving for the moment aside the 27 presently accepted
booklets of the N.T., and admitting the many Christian forgeries of
Christ-fables, CE. thus apologetically explains: "The genuine
Gospels are silent about long stretches of the life of our Lord,
the Blessed Virgin, and St. Joseph. This reserve of the Evangelists
the Blessed Virgin, and St. Joseph. This reserve of the <ent type='NORP'>Evangelists</ent>
did not satisfy the pardonable curiosity of many Christians eager
for details. ... Enterprising spirits responded to this natural
craving by pretended gospels full of romantic fables, and fantastic
and striking details; their fabrications were eagerly read and
accepted as true by common folk who were devoid of any critical
faculty and who were predisposed to believe what so luxuriously fed
their pious curiosity. Both Catholics and Gnostics were concerned
their pious curiosity. Both <ent type='NORP'>Catholic</ent>s and Gnostics were concerned
in writing these fictions. The former had no motive other than that
of a PIOUS FRAUD." (CE. i, 606.) The motive above admitted for
feeding with pious frauds the "natural craving" of the ignorant and
@ -394,13 +395,13 @@ the sake of Christ. Their pious plea is: "Amor Christi est cui
satisfecimus." (Ib. p. 606.) Of these pious frauds it adds: "The
quasi-evangelistic compositions concerning Christ ... are all of
Orthodox origin." (Ib. p. 607.)</p>
<p> "CHRISTIAN EVIDENCES" -- FORGED</p>
<p> When the new Faith went forth to conquer the Pagan world for
<p> "<ent type='NORP'>CHRISTIAN</ent> EVIDENCES" -- FORGED</p>
<p> When the new Faith went forth to conquer the <ent type='NORP'>Pagan</ent> world for
Christ, the pious Greek Fathers and priests of the Propaganda soon
felt the need of something of more up-to-date effectiveness than
Old Testament text and Sibylline Oracles, they needed something
concrete out of the New Dispensation to "show" to the superstitious
Pagans to win them to the Christ and his Church: something
<ent type='NORP'>Pagans</ent> to win them to the Christ and his Church: something
tangible, visible; compellingly authentic proofs. Like arms of
proof for the holy warfare, the invincible weapons of truth -- "the
whole armour of God" -- they forged outright for the conquest of
@ -409,7 +410,7 @@ the unbeliever. What more convincing and compelling proofs of Jesus</p>
Box 926, Louisville, KY 40201
95
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>the Christ, his holy Apostles, and their wondrous works of over a
century ago, than the following authentic and autograph documents
and records, held before doubting eyes:</p>
@ -458,13 +459,13 @@ preserved. ... Most of them, as far as can be made out, are late </p>
Box 926, Louisville, KY 40201
96
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>productions, the apocryphal character of which is generally
admitted by contemporary [i.e., present day] scholars." Naming
first as Nos. 1-4 "The Canonical Gospels," now falsely labelled
with the names of Matthew, Mark, Luke, and John, the twenty best
known ones are listed as follows; viz: The Gospels according to the
Hebrews; of Peter; According to the Egyptians; of Matthias; of
Hebrews; of Peter; According to the <ent type='NORP'>Egyptians</ent>; of Matthias; of
Philip; of Thomas; the Proto-Evangelium of James, Gospel of
Nicodemus (Acta Pilati); of the Twelve Apostles; of Basilides; of
Valentius; of Marcion; of Eve; of Judas; the Writing Genna Marias;
@ -490,7 +491,7 @@ translated by St. Jerome." (CE.. i, 608,)</p>
<p> This authority also lists the famous Protevangetium Jacobi, or
Infancy Gospel of James, the Arabic Gospel of the Infancy, that of
Gamaliel, the Gospel according to the Hebrews, also According to
the Egyptians; of the Nazarenes; Gospels of St. Peter, of St.
the <ent type='NORP'>Egyptians</ent>; of the Nazarenes; Gospels of St. Peter, of St.
Philip, of St. Thomas, of St. Bartholomew, of St. Andrew, of
Barnabas, of Thaddeus, even notable forged Gospels of Judas
Iscariot, and of Mother Eve; also the Gospel by Jesus Christ. We
@ -518,7 +519,7 @@ the Fathers" (Ib. i, 608), who were notoriously ehildish-minded. A </p>
Box 926, Louisville, KY 40201
97
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>very noted and notorious forgery was the Gospel of Paul and Thecla,
of which Father Tertullian relates, that this story wag fabricated
by an Elder of Asia Minor, who, when convicted of the fraud --
@ -540,7 +541,7 @@ and Homilies, purporting to be written by the very doubtful Bishop
of Rome of that name; very voluminous, and written about 140 A.D.,
not a line of New Testament "scriptures" do they quote, but they
quote freely from the O.T. and from various Jewish, Christian and
Pagan works. (EB. iii, 3486.)</p>
<ent type='NORP'>Pagan</ent> works. (EB. iii, 3486.)</p>
<p> Besides the above complete "Gospel" forgeries, there are
several more, and fragments of others, which purport to contain
"sayings" attributed to Jesus which are not contained in the Four
@ -578,7 +579,7 @@ Apostles, or Didache, containing warnings against Judaism and </p>
Box 926, Louisville, KY 40201
98
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>polytheism, and words of Jesus to the Apostles; another set
containing a lament of Peter for his denial of Jesus, and various
ethical maxims a Syriac Preaching of Simon Cephas; a collection of
@ -586,7 +587,7 @@ Hymns or Odes of Solomon. As if these were not enough for Christian
edification, "many heretical or Gnostic works of the same
apocryphal kind were changed into orthodox by expurgation of
objectionable matter or by rewriting, using the same outlines; thus
a series of Catholic Acts was produced, written from an orthodox
a series of <ent type='NORP'>Catholic</ent> Acts was produced, written from an orthodox
standpoint." (NIE. i, 748.) A very celebrated forgery was the
Shepherd of Hermas, forged by Hermas,' supposed brother of Pius,
Bishop of Rome, about 150 A.D. See the vast catalogue (CE. i,
@ -603,7 +604,7 @@ the same time, to strengthen faith in the Resurrection of Christ,
and at general edification." (i, 3.) The Descent into Hades is an
enlargement of the reputed official acts or repots of Pilate to the
Roman Emperor. Speaking of the Pilate Literature as a whole, the
Catholic Encyclopedia. in a paragraph which pointedly admits the
<ent type='NORP'>Catholic</ent> Encyclopedia. in a paragraph which pointedly admits the
falsifying frauds of three luminous liars and forgers of the Faith,
Justin Martyr, the great Bishop Eusebius, and Father Tertullian,
explains that these Acta "dwell upon the part which a reresentative
@ -638,7 +639,7 @@ existing in the imperial archives." Eusebius, relates spurious </p>
Box 926, Louisville, KY 40201
99
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>anti-Christian Acts of Pilate composed in the fourth century, the
Acta Pilati or Gospel of Nicodemus, Anphora Pilati, Paradoseis; a
still later fabrication is the Latin Epistola Pilati ad Tiberium,
@ -657,7 +658,7 @@ works accredited to Dionysius the Areopagite, who was not the
author of the works bearing his name." (lb. p. 638.)</p>
<p> Of highest importance because "these Acts are the chief source
for details of the martyrdom of the two great Apostles," as admits
the CE., special notice is made of the "Catholic" Acts of Sts.
the CE., special notice is made of the "<ent type='NORP'>Catholic</ent>" Acts of Sts.
Peter and Paul, of which many MSS of "the legend" existed, the
material import of which is thus not quite honestly summarized:
"The Jews have been aroused by the news of Paul's intended visit
@ -695,7 +696,7 @@ formally apocryphal, really belong to patristic literature" (CE. i,
Box 926, Louisville, KY 40201
100
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE FORGFD "APOSTLES' CREED"</p>
<p> The "Apotitles' Creed," forged by the Fathers several
centuries after the Apostles, must be added to the Patristic list.
@ -720,7 +721,7 @@ are; "that the Twelve Apostles, as skilled artificers, assembled
together, and made a key by their common advice, that is, the
Creed; by which the darkness of the devil is disclosed, that the
light of Christ may appear." (Ambrose, Opera, tom. iii., Sermon 38,
p. 265; quoted in The New Testament Apocrypha, New York, The Truth
p. 265; quoted in The New Testament Apocrypha, <ent type='GPE'>New York</ent>, The Truth
Seeker Co.) -- a work which I feel impelled to commend to all who
wish to know at first hand the 25 remarkable Chureh "Gospel"
forgeries there collected.</p>
@ -731,14 +732,14 @@ seventeenth century" (CE. ii, 34), with most evil resiilts, is now
an admitter forgery. In words of Gibbon: "St. Athanasius is not the
author of the creed; it does not appear to have existed within a
century after his death; it was composed in Latin, therefore in one
of the Western provinces. Gennadius, patriarch of Constitantinoble,
of the Western provinces. Gennadius, patriarch of <ent type='GPE'>Constitantinoble</ent>,
was so much amazed by this extraordinary composition, that he
frankly pronounced it to be the work of a drunken man." (Petav.
Dogmat. Theologica, tom. ii, 1, vii, c. 8, p. 687; Gibbon, p. 598.)</p>
<p> JESUS CHRIST'S FORGED LETTERS</p>
<p> We may look for a moment at several of the most notorious of
the forgeries perpetrated for the glory of God and for imposture
upon the superstitious Christians to enhance Pagan credtulity in
upon the superstitious Christians to enhance <ent type='NORP'>Pagan</ent> credtulity in
the tales of Christ. If the Gospel tales were true, why should God
need pious lies to give them credit? Lies and forgeries are only
needed to bolster up falsebood: "Nothing stands in need of lying
@ -751,8 +752,8 @@ the Lord" were equal to the forgery of the signature of their God,
Box 926, Louisville, KY 40201
101
.
FORGERY IN CHRISTIANITY</p>
<p>mine of clerical falsities, the Catholic Encyclopedia, which again
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>mine of clerical falsities, the <ent type='NORP'>Catholic</ent> Encyclopedia, which again
describes them, and proves that they 'Were forged by their great
Bisbop of Caesaria: "The historian Eusebius records [HE. I, xii],
a legend which he himself firmly believes concerning a
@ -811,7 +812,7 @@ the lepers, and Thou castest out unclean spirits and demons, and </p>
Box 926, Louisville, KY 40201
102
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Thou healest those who are tormented with lingering diseases, and
Thou raisest the dead. And when I heard all these things about
Thee, I settled in my mind one of two things: either that Thou art
@ -867,7 +868,7 @@ it as the word of God, and the genuine Epistle of Christ." (Quoted </p>
Box 926, Louisville, KY 40201
103
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>in editorial note to the Epistles, in The Lost Books of the Bible,
p. 62.) To such state of superstitious credulity does the Church
with its pious impostures prostitute the minds of its ignorant and
@ -927,9 +928,9 @@ wink. (Ib.)</p>
Box 926, Louisville, KY 40201
104
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> JOSEPHUS FORGERY TESTIFIES OF JESUS</p>
<p> So many confessed Christian forgeries in Pagan and Christian
<p> So many confessed Christian forgeries in <ent type='NORP'>Pagan</ent> and Christian
names having been wrought to testify to Jesus Christ, it was, "one
naturally expects," says CE., that a Jewish "writer so well
informed as Josephus" must know and tell about Jesus; "one
@ -986,9 +987,9 @@ which Mrs. Lot was turned; and Eleazar the magician drawing the </p>
Box 926, Louisville, KY 40201
105
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>devil by a ring and Solomonic incantations, through the nose of one
possessed, before Vespasian and all his army. If Josephus had
possessed, before <ent type='PERSON'>Vespasian</ent> and all his army. If Josephus had
written that he knew Jesus the Christ personally, and had
personally seen him ascend into heaven through the roof of the room
in Jerusalem (Mk. xvi, 19, 20), or from the open countryside by
@ -1045,7 +1046,7 @@ purification to those who underwent the rite. Now this writer, </p>
Box 926, Louisville, KY 40201
106
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>although not believing in Jesus as the Christ, in seeking after the
cause of the fall of Jerusalem and the destruction of the temple
[said that it was 'to avenge James the Just'], whereas he ought to
@ -1103,7 +1104,7 @@ not amorous or jealous, as related by Gospel-truth.</p>
Box 926, Louisville, KY 40201
107
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Father Origen again falls into error in citing Josephus, this
time in the dubious passage where Josephus, who does not believe in
the Christ, yet gives him that title in speaking of the death of
@ -1161,13 +1162,13 @@ destitute of all shame, who have forged the acts against them?"
Box 926, Louisville, KY 40201
108
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>condemnation. This, says Gibbon, "is an example of no vulgar
forgery." (Chap. xvi.) In view of the convicting circumstances, and
of his notoriously bad record, it, is not uncharitable to impute
this Josephus forgery to Bishop Eusebius.</p>
<p> THE OWL-ANGEL FORGERY</p>
<p> Another story of Pagan superstition related by Josephus, and
<p> Another story of <ent type='NORP'>Pagan</ent> superstition related by Josephus, and
twisted by the Christian invention of Bishop Eusebius and the
sacred writers of Acts into inspired "history" and truth of God, is
the celebrated angel-owl passage relating to the tragic death of
@ -1186,7 +1187,7 @@ understood that this bird was a messenger [Gr. angelos] of
ill-tidings." Herod was shortly seized with "severe pains in
his belly," and died after five days of suffering." (Jos.
Antiq. Jews, XIX, viii, 2.)</p>
<p> This was too Paganish and prosaic for the pious Christian
<p> This was too <ent type='NORP'>Pagan</ent>ish and prosaic for the pious Christian
fancy of Bishop Eusebius; so while he was forging the "Jesus
passage," he proceeded to give Christian embellishment for
edification to the "owl" story, with its use of the word "angelos."
@ -1219,12 +1220,12 @@ rope over one's head might well have been taken by a superstitious </p>
Box 926, Louisville, KY 40201
109
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>person as ominous of something -- maybe of a hung angel. This pious
story, with the owl piously metamorphosed into an angel, was
apparently cribbed from Josephus also by the writer of Acts, or
maybe "interpolated" into it by the fanciful Bishop. There we find
this Pagan-Jewish anecdote retold by divine inspiration thus
this <ent type='NORP'>Pagan</ent>-Jewish anecdote retold by divine inspiration thus
embellished over Josephus and Eusebius: "And immediately the angel
of the Lord [Gr. angelos Kurioul smote him, because he gave not God
the glory: and he was eaten of worms and gave up the ghost"! (Acts
@ -1232,7 +1233,7 @@ xii, 20-23.) Note the almost identical words, except for the
progressive embellishments: Josephus' owl thus became first an
angel of evil omen, then the avenging minister of the wrath of God,
aided by devouring worms to give true Christian zest and spite to
the simple Pagan superstition. Herod probably died from acute
the simple <ent type='NORP'>Pagan</ent> superstition. Herod probably died from acute
indigestion caused by the excesses of the festivities, or from an
attack of peritonitis or appendicitis. Profane history of the event
does not chronicle the devouring, avenging worms of God.</p>
@ -1257,7 +1258,7 @@ apocryphal Acts of the Apostles and other legendary
documents." (CE. 635.)</p>
<p> Among some of these not already mentioned are found "The
Gospel of Our Lord Jesus Christ, the Canons of Pseudo-Hippolytus,
The Egyptian Church Ordinance." (CE. i, 636.) Also: "In the last
The <ent type='NORP'>Egyptian</ent> Church Ordinance." (CE. i, 636.) Also: "In the last
years of the fifth century a famous document attributed to Popes
Gelasius and Hormisdas adds ... a list of books disapproved, the
works of heretics, and forged Scriptural documents." (CE. vi, 4.)
@ -1277,7 +1278,7 @@ thousand years.</p>
Box 926, Louisville, KY 40201
110
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Before looking into the forgery of the New Testament Books, we
shall first draw, from their own words, cameo pen-sketches of those
great men of God and of Holy Church, who under the fond name of
@ -1285,21 +1286,21 @@ Fathers, but with the minds and devious ways of little children,
forged the sacred documents of the Faith, and by their pious labors
of fraud and forgery founded what is credulously called the Church
of Christ and the Most Holy Christian Faith.</p>
<p> FORGERY IN CHRISTIANITY</p>
<p> FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Abbreviations used for most often used sources:</p>
<p> The libraries of the Union Theological Seminary and of
Columbia University, in New York City, were the places of the finds
<ent type='GPE'>Columbia</ent> University, in <ent type='GPE'>New York City</ent>, were the places of the finds
here recorded. Cited so often, space will be saved for more
valuable uses by citing by their initials, -- which will become
very familiar -- my chief ecclesiastical authorities, towit:</p>
<p> The Ante-Nicene Fathers, cited as ANF.; A Collection of the
extant Writings of all the Founders of Christianity down to the
extant Writings of all the Founders of <ent type='NORP'>Christianity</ent> down to the
Council of Nicaea, or Nice, in 325 A.D. American Reprint, eight
volumes. The Christian Literature Publishing Co., Buffalo, N.Y.,
volumes. The Christian Literature Publishing Co., <ent type='GPE'>Buffalo</ent>, N.Y.,
1885. [xxx]</p>
<p> The Nicene and Post-Nicene Fathers, cited as N&amp;PNF.; First and
Second Series; many volumes; same publishers.</p>
<p> The Catholic Encyclopedia, cited as CE.; fifteen volumes and
<p> The <ent type='NORP'>Catholic</ent> Encyclopedia, cited as CE.; fifteen volumes and
index, published under the Imprimatur of Archbishop Farley; New
York, Robert Appleton Co., 1907-9.</p>
<p> The Encyclopedia Biblica, cited as EB., four volumes; Adam &amp;
@ -1315,7 +1316,7 @@ and information for today. If you have such books please contact
us, we need to give them back to America.</p>
<p> **** ****
You are reading
FORGERY IN CHRISTIANITY
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent>
by
Joseph Wheliss
1930</p>
@ -1323,4 +1324,5 @@ Joseph Wheliss
Box 926, Louisville, KY 40201
111
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 36 page printout, pages 112 to 147 of 322
CHAPTER IV</p>
<p> THE SAINTLY "FATHERS" OF THE FAITH</p>
@ -15,9 +16,9 @@ and forgers do the truth and validity of the Christ and the
Christian religion solely and altogether depend. They dertroy it.</p>
<p> The Fathers of our country, framers of our Constitution and
form of government, were men of personal honor and of public
probity; the most of them were Infidels. The "Fathers" and founders
probity; the most of them were <ent type='NORP'>Infidels</ent>. The "Fathers" and founders
of the Christian religion and Church of Christ were, all of them,
ex-Pagan charlatans -- "we who formerly used magical arts," as
ex-<ent type='NORP'>Pagan</ent> charlatans -- "we who formerly used magical arts," as
Father Justin Martyr admits (I Apology, xiv), who took up the new
Christian superstition and continued to ply the same old magical
arts under a new veneer, upon the ignorant and superstitious pagans
@ -39,7 +40,7 @@ have seen confessed. lake Paul, "being crafty," they made a holy
craft of catching the credulous with guile; and like Paul, they
boasted of it. (2 Cor. xii, 16.)</p>
<p> For the ampler appreciation of the utter incapacity of these
pious ex-Pagan and ex-Magician Fathers to comprehend truth or to
pious ex-<ent type='NORP'>Pagan</ent> and ex-Magician Fathers to comprehend truth or to
tell it, and of their childish and reckless irresponsibility in
relating as truth what they knew was not true, we need but look
briefly at their records and wonder at their moronic mentality. For
@ -55,7 +56,7 @@ them or in their sainted names.</p>
Box 926, Louisville, KY 40201
112
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> An admirable norm and test of trustworthiness is stated by
Middleton, one of the keenest critics of the Miracle-mongering of
the Feathers: "The authority of a writer who affirms any
@ -96,7 +97,7 @@ times.</p>
<p> The forged New Testament booklets and the foolish writings of
the Fathers, are the sole "evidence" we have for the alleged facts
and doctrines of our most holy Faith, as is admited by (CE.: "Our
documentary sources of knowledge about the origins of Christianity
documentary sources of knowledge about the origins of <ent type='NORP'>Christianity</ent>
and its earliest development, are chiefly the New Testament
Scriptures and various sub-Apostolic writings, the authenticity of
which we must to a great extent take for granted here. (CE, iii,
@ -108,7 +109,7 @@ easily shown, to be false and fabricated, with deceptive intent.</p>
Box 926, Louisville, KY 40201
113
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> PATRISTIC "TRADITION"</p>
<p> This word "tradition," of Fathers and Chirch, we shall
frequently meet, such "tradition" being urged as evidence of the
@ -163,7 +164,7 @@ pious fabulist of a Father. Such are patristic and ecclesiastical
Box 926, Louisville, KY 40201
114
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE TWELVE "TRADITIONAL" APOSTLES </p>
<p> There were Twelve Tribes of Israel: and Moses, coming down
from Sinai, appointed twelve young men "according to the twelve
@ -218,7 +219,7 @@ identical personages, or dramatis personae, play their imaginary </p>
Box 926, Louisville, KY 40201
115
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>and self-contradictory roles, as we shall promptly see? For fifteen
hundred years, and until "only within recent years," were the
Dionysian forguries tenaciously proclaimed as genuine by the Holy-Ghost-guided Church; may it not have been equally misguided as to
@ -274,7 +275,7 @@ That ye which have followed me, in the regeneration, when the Son </p>
Box 926, Louisville, KY 40201
116
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>of Man shall sit in the throne of his glory, ye also shall sit upon
twelve thrones, judging the twelve tribes of Israel" (Matt. xix,
28). But even these brillant future rewards could not satisfy the
@ -314,7 +315,7 @@ constituted "Saint" Peter, shall again deserve our attention.</p>
<p> II. The Apostolic Fathers</p>
<p> Under this rubric CE. lists, as those who were "converted with
the apostles," and, after them. were the first propagandists of the
Truth, the Catholic Saints Clement, Ignatiut;, Polycarp, Barnabas,
Truth, the <ent type='NORP'>Catholic</ent> Saints Clement, Ignatiut;, Polycarp, Barnabas,
and Hermas; they fill up the first half of the second century of
the era. The "traditions" preserved of these saintly Fathers of the
Church are very scanty and dubious; but from what exists they were
@ -323,7 +324,7 @@ and unlearned men," and like Bishop Pipias, as described by Bishop
Eusebius, "men of very small minds, if we may judge from their own
words," of which we shall now read for ourselves. It will be noted
that all these Fathers, like all the sub-apostolic Fathers for the
first two centuries and more, were ex-Pagans, and (with the alleged
first two centuries and more, were ex-<ent type='NORP'>Pagan</ent>s, and (with the alleged
exception of "Pope" Clement), were Greeks, of scattered parts of
the Empire, who wrote and taught in Greek, and with the very
questionable exception of Clement, had nothing to do with "the
@ -332,13 +333,13 @@ Church which sojourns at Rome." Each was the Bishop and hend of his</p>
Box 926, Louisville, KY 40201
117
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>own local, and independent, Church; and never once does one of them
(except Clement of Rome, in a forged Epistle), speak of or mention
the Church of Rome, or more than barely mention Peter (and only as
one of the Apostles), nor mention or quote a single book of the New
Testament, -- though they are profuse in quoting the Old Testament
books, canonical and apoeryphal, the Pagan gods, and the Sibylline
books, canonical and apoeryphal, the <ent type='NORP'>Pagan</ent> gods, and the Sibylline
oracles, as inspired testimonies of Jesus Christ. The significance
of all this will appear.</p>
<p> 1. CLEMENT OF ROME (about 30-96 A.D.). He is alleged to be the
@ -390,7 +391,7 @@ the original Greek. This is the celebrated MS. of "Holy Scripture" </p>
Box 926, Louisville, KY 40201
118
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>known as Codex A, which was discovered and presented to Charles I
of England by Cyril of Alexandria, in 1628; the Fathers cited both
I and II Clement as Seripture. On this MS., at the end of I
@ -448,7 +449,7 @@ Antioch" (ANF. i, 46; CE. vii, 645); though, says CE., "if the </p>
Box 926, Louisville, KY 40201
119
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Martyrum is genuine, this work has been greatly interpolated." As
to the seven supposed by some to be genuine, "even the genuine
epistles were greatly interpolated to lend weight to the personal
@ -468,7 +469,7 @@ interpolated"; the most significant being a refercnce to Peter and
Paul, constituting the "interpolated" part of Chap. vii of the
Epistle to the Romans, hereafter noticed. That as a whole they are
late forgeries, is further proved by the fact, stated by Cardinal
Newman, that "the whole system of Catholic doctrine may be
Newman, that "the whole system of <ent type='NORP'>Catholic</ent> doctrine may be
discovered, at least in outline, not to say in parts filled up, in
the course of his seven Epistles" (CE, vii, 646); this including
the impossibilities -- for that epoch -- of the claborated
@ -499,7 +500,7 @@ Martyrtioin, in A.D. 154-5, or 165-6 (lb.) -- so exact is Church
a Pope) -- the wondrous tale is told. It it; addressed: "The "The
Church of God which sojourns at Smyrna, to the Church of God
sojourning in Philomelium, and to all the congregations of the holy
and Catholic -- [first use of term] -- Church in every place"; and
and <ent type='NORP'>Catholic</ent> -- [first use of term] -- Church in every place"; and
proceeds in glowing words to recount the virtues, capture, trial
and condemnation to death by fire, of the holy St. Polycarp. Just
before his capture, polycarp dreamed that his pillow was afire; he </p>
@ -507,7 +508,7 @@ before his capture, polycarp dreamed that his pillow was afire; he </p>
Box 926, Louisville, KY 40201
120
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>exclaimed to those around, "prophetically, 'I am to be burned
alive.'" The forged and fabling Epistle proceeds: "Now, as Polycerp
was entering into the stadium, there came to him a voice from
@ -566,7 +567,7 @@ conceives by the mouth." (Epist. Barnabas, Ch. x,; ANF. i, 143.) </p>
Box 926, Louisville, KY 40201
121
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Perhaps from this, other holy Fathers derived the analogous idea,
to save the rather imperiled virginity of "the proliferous but ever
Virgin mother of God," Mary, that she "per aurem concepit --
@ -595,13 +596,13 @@ this "work had great authority in ancient times and was ranked with
Holy Scripture" and included as such in the MSS. of Holy Writ; but
it is called "apocryphal and false," -- like everything else the
Holy Church has ever had for "Scripture" or for self-aggrandizement. The pious author quotes the quaint forged Eldad and
Medad as Scripture, and the Pagan Sibyls as inspired Oracles of
Medad as Scripture, and the <ent type='NORP'>Pagan</ent> Sibyls as inspired Oracles of
God.</p>
<p> III. The Sub-Apostolic Fathers</p>
<p> 6. PAPIAS: (about 70-155 A.D.); Bishop of Hieropolis, in
Phrygia, of whose "life nothing is known" (CE. xi, 459); who, after
the Apostles and contemporary with the early Presbyters, was the
first of the sub-Apostolic Fathers. He was an ex-Pagan Greek, who
first of the sub-Apostolic Fathers. He was an ex-<ent type='NORP'>Pagan</ent> Greek, who
flourished as a Christian Father and Bishop during the first half
of the second Christian century; the dates of his birth and death
are unknown. He is said to have written five Books entitled
@ -622,7 +623,7 @@ chariot could pass easily, he was crushed by the chariot, so that </p>
Box 926, Louisville, KY 40201
122
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>his bowels gushed out." (ANF. i, 153.) This Papian "tradition" of
course impeaches both of the other contradictory Scriptural
traditions of Judas, towit, that "he went and hanged himself"
@ -664,13 +665,13 @@ came from the living and abiding voice." (Papias, Frag. 4; ANF. i,
153.)</p>
<p> One of the "wild and mythical matters" which good Father
Papias relates of Jesus Christ, which is a first-rate measure of
the degree of his claimed intimacy with John the Evangelist, and of
the degree of his claimed intimacy with John the <ent type='NORP'>Evangelist</ent>, and of
the value of his pretended testimony to the "Gospels" of Matthew
and Mark, to be later noticed, is the "curious prophecy of the
miraculous vintage in the Millennium which he attributes to Jesus
Christ," as described and quoted by CE. In this, Papias assures us,
on the authority of his admirer Bishop Irenaeus, that he "had
immediately learned from the Evangelist St. John himself," that:
immediately learned from the <ent type='NORP'>Evangelist</ent> St. John himself," that:
"the Lord taught and said, That the days shall come in which vines
shall spring up, each having 10000 branches, and in each branch
shall be 10000 arms, and on each arm of a branch 10000 tendrils,
@ -683,7 +684,7 @@ bunch, take me, and bless the Lord by me.'" The same infinitely </p>
Box 926, Louisville, KY 40201
123
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>pious twaddle of multiplication by 10000 is continued by Father
Papias with respect to grains of wheat, apples, fruits, flowers and
animals, precisely like the string of jingles in the nursery tale
@ -700,7 +701,7 @@ with his disciples in his father's Kingdom, -- "this indicates the
large size and rich quality of the fruits." (CE. xi, 458; Iren.
Adv. Haer. IV, xxxiii, 4; ANF. i, 564.) How far less wild a myth,
one may wonder, is this prolific propagation than that fabled by
this same John the Evangelist in his supposed "Revelation," wherein
this same John the <ent type='NORP'>Evangelist</ent> in his supposed "Revelation," wherein
he saw in heaven the River of Life proceeding out of the Throne of
God and of the Lamb, and "in the midst of the street of it, and on
either side of the River, was there the Tree of Life, which bare
@ -709,7 +710,7 @@ leaves of the Tree were for the healing of the nations." (Rev.
xxii, 1, 2.) Verily, "out of the mouth of babes and sucklings thou
hast perfected praise"! (Mt. xxi, 16.)</p>
<p> 7. JUSTIN MARTYR: (c. 100-165): Saint, Martyr, a foremost
Christian Apologist. A Gentile ex-Pagan of Samaria, turned
Christian Apologist. A Gentile ex-<ent type='NORP'>Pagan</ent> of Samaria, turned
Christian, and supposed to have suffered martyrdom in the reign of
Marcus Aurelius, in whose name he forged a very preposterous
rescript. His principal works, in Greek, are his two Apologies, the
@ -718,11 +719,11 @@ forged; the second to "the sacred Senate" of Rome; his Dialogue
with Trypho the Jew, and his Hortatory Address to the Greeks. He
describes himself and fellow Christian Fathers as "we who formerly
used magical arts." (I Apol. ch. xiv.) The burden of his arguments
is Pagan "analogies" of Christianity, the contents of many of his
is <ent type='NORP'>Pagan</ent> "analogies" of <ent type='NORP'>Christianity</ent>, the contents of many of his
chapters being indicated by their captions, as "The Demons Imitate
Christian Doctrine," and "Heathen Analogies to Christian Doctrine,"
in chapters xiv and xv of his First Apology, and elsewhere. His
whole faith in Christ and in Christianity, he declares, is
whole faith in Christ and in <ent type='NORP'>Christianity</ent>, he declares, is
confirmed by these heathen precedents and analogies: "Be well
assured, then, Trypho, that I am established in the knowledge of
and faith in the Scriptures by those counterfeits which he who is
@ -745,7 +746,7 @@ Bank of Wisdom
Box 926, Louisville, KY 40201</p>
<p> 124
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Father Justin accepts the heathen gods as genuine divine
beings; but says they are only wicked demons who lead men astray;
and he says that these "evil demons, effecting apparitions of
@ -762,7 +763,7 @@ so through many twaddling chapters, repeating the argument with
respect to Bellerophon and his horse Pegasus, of Perseus, of
Hercules, of AEsculapius, etc., as "analogies" prophetic of
baptism, sacraments, the eucharist, resurrection, etc., etc. The
Pagan myths and miracles are true; therefore like fables of the
<ent type='NORP'>Pagan</ent> myths and miracles are true; therefore like fables of the
Christ are worthy of belief: "And when we say also that the Word,
who is the first-born of God, was produced without sexual union,
and that He, Jesus Christ, our Teacher, was crucified. and rose
@ -795,7 +796,7 @@ the holy God" (I Apol. chs. xxvi, lvi; ANF. i, 171, 182; cf. Iren.
Adv. Haer. ch. xxiii; ANF. i, 347-8; Euseb. HE. II, 13.) We have
seen this much embroidered "tradition" myth exploded, and the
statue discovered and deciphered, it being a simple private pious
monument to a Pagan god!</p>
monument to a <ent type='NORP'>Pagan</ent> god!</p>
<p> Father Justin in many chapters cites and appeals for Christian
proofs to "The Testimony of the Sibyl," of Homer, of Sophocles, of
Pythagoras, of Plato. (Add. ad Grace. chs. 18-20; ANF. i, 279-280.)
@ -805,14 +806,14 @@ religion from the ancient Sibyl, who by some kind of potent </p>
Box 926, Louisville, KY 40201
125
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>inspiration teaches you, through her oracular predictions, truths
which seem to be much akin to the teachings of the prophets. ... Ye
men of Greece, ... do ye henceforth give heed to the words of the
Sibyl, ... predicting, as she does in a clear and patent manner,
the advent of our Savior Jesus Christ," quoting long verses of
Christian-forged nonsense. (Ib. chs. 37-38; ANF. i, 288-289.)</p>
<p> 8. IRENAEUS (120-c. 200) Saint, Martyr, Bishop of Lyons; ex-Pagan of Smyrna, who emigrated to Gaul and became Bishop;
<p> 8. IRENAEUS (120-c. 200) Saint, Martyr, Bishop of Lyons; ex-<ent type='NORP'>Pagan</ent> of Smyrna, who emigrated to Gaul and became Bishop;
"information of his life is scarce, and [as usual] in some measure
inexact. ... Nothing is known of the date of his death, which may
have occurred at the end of the second or beginning of the third
@ -861,7 +862,7 @@ sanctifying infants; a child for children, thus sanctifying </p>
Box 926, Louisville, KY 40201
126
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> those who are of this age; a youth for youths, and thus
sanctifying them for the Lord. So likewise He was an old man
for old men, that He might be a perfect Master for all, not
@ -903,22 +904,22 @@ Heresy: "Now this Simon of Samaria, from whom all heresies derive
their origin. ... The successor of this man was Menander, also a
Samaritan by birth; and he, too, was a perfect adept in the
practice of magic." (Adv. Haer. I, xxiii; ANF. i, 348.)</p>
<p> 9. TERTULLIAN: Bishop of Carthage, in Africa; ex-Pagan born
<p> 9. TERTULLIAN: Bishop of Carthage, in Africa; ex-<ent type='NORP'>Pagan</ent> born
about 160, died 220. He was "the first of the Latin theological
writers; ... and the first witness to the existence of a Latin
Bible ... Tertullian's canon of the O.T. included the deutero-canonical books -- [i.e. the forged apocrypha]. ... He also cites
the Book of Henoch [Enoch] as inspired, ... also recognizes IV
Esdras and the Sibyl." (CE. xiv, 525.)</p>
<p> He was the most violent distribist of them all in promoting
the Christian religion, but renounced Christianity after 200 and
the Christian religion, but renounced <ent type='NORP'>Christianity</ent> after 200 and
became equally violent in propagating the extravagant heresy of </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
127
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Montanus. In this recantation of faith he gave evidence that he was
in error in his former complete acceptance of Christianity as the
in error in his former complete acceptance of <ent type='NORP'>Christianity</ent> as the
last word and irrevocable posture in revealed truth, -- and
revealed his own errant credulity. In attacking the heretics --
before he became one, of the most preposterous sect, -- he thus
@ -976,7 +977,7 @@ but of the men, exclaiming, "So many men-virgins, so many voluntary</p>
Box 926, Louisville, KY 40201
128
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>eunuchs" (Ib.). He commends with marked approval the fanatical
incitation of the Christ to self-mutilation "for the kingdom of
heaven's sake" (Mt. xix, 11), and avers that to this same cause was
@ -1003,13 +1004,13 @@ remedies as cure for the scorpion's sting, assures Father
Tertullian: "Among cures certain substances supplied by nature have
very great efficacy; magic also puts on some bandages." (Scorpiace,
ch. i; ANF. iii, 633.)</p>
<p> Like all the credulous ex-Pagan Fathers of Christianity,
Tertullian is a confirmed Sibyllist, and believes the forged Pagan
<p> Like all the credulous ex-<ent type='NORP'>Pagan</ent> Fathers of <ent type='NORP'>Christianity</ent>,
Tertullian is a confirmed Sibyllist, and believes the forged <ent type='NORP'>Pagan</ent>
oracles as inspired truth of God. Citing several of her
"prophecies," he assures with confidence: "And the Sibyl is thus
proved no liar." (Pallium, ch. ii; ANF. iv, 6.)</p>
<p> Tertullian admits, in a tu quoque argument, that the
Christians are sun-worshippers: "You [Pagans] say we worship the
Christians are sun-worshippers: "You [<ent type='NORP'>Pagan</ent>s] say we worship the
sun; so do you." (CE. xiv, 525; Ad. Nationes, xiii; ANF. iii, 123.)
He is in common with the Fathers in the belief in magic and
astrology, which since Christ, however, are turned into holier
@ -1033,7 +1034,7 @@ righteous, as there depicted:</p>
Box 926, Louisville, KY 40201
129
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "Then take a most complete and unassailable symbol of our
hope [of resurrection], subject alike to life and death. I
refer to the bird which is peculiar to the East, famous for
@ -1051,7 +1052,7 @@ are sure of a resurrection?" (Tert., On the Resurrection of
the Flesh, ch. xiii; ANF. iii, 554.)</p>
<p> Father Tertullian vouches, too, with the other Fathers, for
the bogus official Report of Pilate to Caesar, and for Pilate's
conversion to Christianity, saying: "All these things Pilate did to
conversion to <ent type='NORP'>Christianity</ent>, saying: "All these things Pilate did to
Christ; and now in fact a Christian in his own convictions, he sent
word of Him to the reigning Caesar, who was at the time Tiberius.
Yes, and even the Caesars would have believed on Christ, if either
@ -1062,7 +1063,7 @@ assures the Emperors: "To this day, at the temple of Serapis, the
librariis of Ptolemy are to be seen, with the identical Hebrew
originals in them." (Apology, to the Rulers of the Roman Empire, I,
xviii; ANF. iii, 32.) And, as all the other Fathers, he gives full
faith and credit to the Pagan gods, as "effective witnesses for
faith and credit to the <ent type='NORP'>Pagan</ent> gods, as "effective witnesses for
Christ"; -- "Yes, and we shall prove that your own gods are
effective witnesses for Christ ... "Yes, and we shall prove that
your own gods are effective witnesses for Christ. ... Against the
@ -1075,11 +1076,11 @@ of holy fables, being either the author or the publisher of "The
Passion of the Holy Martyrs Perpetua and Felicitas," the fabulous
Martyrdom of two of the Church's most celebrated bogus Saints,
annexed to his accredited works. (ANF. iii, 699-706.)</p>
<p> 10. CLEMENT OF ALEXANDRIA: (c. 153-c. 215). Ex-Pagan; head of
<p> 10. CLEMENT OF ALEXANDRIA: (c. 153-c. 215). Ex-<ent type='NORP'>Pagan</ent>; head of
the catechetical school of Alexandria; tutor of Origen. He wrote an
Exhortation to the Heathen, the Poedagogus, or Instructor, and
eight books called Stromata, or Miscellanies. From the latter a few
random assays are taken which fully accredit him among the simple-minded and credulous Fathers of Christianity.</p>
random assays are taken which fully accredit him among the simple-minded and credulous Fathers of <ent type='NORP'>Christianity</ent>.</p>
<p> Clement devotes ample chapters to showing the 'Plagiarism by
the Greeks of the Miracles related in the Sacred Books of the
Hebrews"; he quotes as inspired the forged book "Peter's
@ -1091,7 +1092,7 @@ opinion, that as here, so also there, the rest of the disciples </p>
Box 926, Louisville, KY 40201
130
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>should be imitators of the Master." Abraham was a great scientist:
"As thin in astronomy we have Abraham as an instance, so also in
arithmetic we have the same Abraham," the latter diploma being
@ -1124,8 +1125,8 @@ of Jesus Christ, and was deposed from the priesthood, but his
deposition was not generally recognized by all the Churches, --
which again proves that they were not then subject to Rome. For
sheer credulity and nonsense Father Origen was the peer of any of
the Pagan-born Patriarchs of "the new Paganism called,
Christianity," as is evidenced by the following extracts from his
the <ent type='NORP'>Pagan</ent>-born Patriarchs of "the new <ent type='NORP'>Pagan</ent>ism called,
<ent type='NORP'>Christianity</ent>," as is evidenced by the following extracts from his
chief works.</p>
<p> Accepting as living realities the heathen gods and their
miracles, he argues that the Hebrews must have had genuine miracles
@ -1147,7 +1148,7 @@ thus -- (with my own polite omissions) -- describes:</p>
Box 926, Louisville, KY 40201
131
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "Let it be granted that the responses delivered by the
Pythian and other oracles were not the utterances of false men
who pretended to a divine inspiration; but let us see if,
@ -1189,17 +1190,17 @@ said to receive commandments from God, which is ordinarily the case
only with rational beings: 'I have given commandments to all the
stars' (Isa, xiv, 12), says the Lord." (De Principiis, I, vii; ANF.
iv, 263.)</p>
<p> 12. LACTANTIUS: (-?-330). Ex-Pagan, and eminent Christian
<p> 12. LACTANTIUS: (-?-330). Ex-<ent type='NORP'>Pagan</ent>, and eminent Christian
author and defender of the faith. On account of his great
reputation for learning, he was invited by the Emperor Constantine
reputation for learning, he was invited by the Emperor <ent type='PERSON'>Constantine</ent>
to become the tutor of his son Crispus, about 312-318 A.D. Thus,
omitting two entire volumes (V and VI) of the Fathers, we are
brought to the beginning of Christianity as the official or state
brought to the beginning of <ent type='NORP'>Christianity</ent> as the official or state
religion -- accredited yet by fables and propagated by
superstitious myth. The great work of Lactantius, The Divine
Institutes, dedicated to the Emperor, was thus addressed: "We now
commence this work under the auspices of your name, O mighty
Emperor Constantine, who were the first of the Roman princes to
Emperor <ent type='PERSON'>Constantine</ent>, who were the first of the Roman princes to
repudiate errors, and to acknowledge and honor the majesty of the
one and only true God." (I, i.) This work, in seven lengthy Books,
occupies over 200 double-columns of vol. VII of the Ante-Nicene
@ -1208,26 +1209,26 @@ Bank of Wisdom
Box 926, Louisville, KY 40201
132
.
FORGERY IN CHRISTIANITY</p>
<p> Written for the purpose of confirming Constantine in his very
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Written for the purpose of confirming <ent type='PERSON'>Constantine</ent> in his very
uncertain "Christian" faith, and to appeal for conversion of the
higher classes of the Pagans under the imperial favor, no work of
the Fathers is more positive in the recognition of the Pagan gods
higher classes of the <ent type='NORP'>Pagan</ent>s under the imperial favor, no work of
the Fathers is more positive in the recognition of the <ent type='NORP'>Pagan</ent> gods
as divine realities, who are rather demons of very active
malignity; and none equalled him in profuse appeals to the Pagan
malignity; and none equalled him in profuse appeals to the <ent type='NORP'>Pagan</ent>
gods and the Sibyls as their prophetesses, as divine "testimonies"
to Jesus Christ and virtually every natural and supernatural act
attributed to him in the romantic Gospels. In fact, his whole work
is a sort of digest of Paran mythology taken as divinely true and
inspired antecedents and evidences of the fictitious "facts" of the
new Paganism called Christianity. We have already noticed some of
new <ent type='NORP'>Pagan</ent>ism called <ent type='NORP'>Christianity</ent>. We have already noticed some of
his tributes to the Sibyls as prophecies of Jesus Christ; as it is
impossible to cite but a few out of exceeding many, these are
selected, demonstrating the origins of the heathen gods as actually
demons; the verity of their being, words and deeds, and that they
one and all testify of Jesus Christ and the holy mysteries of the
Christian faith. In a word, Christianity is founded on and proved
by Pagan myths. And first, of the demon-gods, for whom he thus
Christian faith. In a word, <ent type='NORP'>Christianity</ent> is founded on and proved
by <ent type='NORP'>Pagan</ent> myths. And first, of the demon-gods, for whom he thus
vouches:</p>
<p> "God in his forethought, lest the devil, to whom from the
beginning He had given power over the earth, should by his
@ -1267,7 +1268,7 @@ the health, hasten diseases, terrify their souls with dreams, </p>
Box 926, Louisville, KY 40201
133
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> harass their maids with frenzies, that by these means they may
compel men to have recourse to their aid." (Lact. Divine
Instit. II, xv; ANF. vii, 64.)</p>
@ -1315,23 +1316,23 @@ Sibyls [quoting them at length]. The Erythrean Sibyl proclaims the
Son of God as the leader and commander of all [quoting] ... And
another Sibyl enjoins: 'Know him as your God, who is the Son of
God'; and the Sibyl calls Him 'Counsellor.'" (Ib. IV, vi; p. 105.)</p>
<p> THE PAGAN "LOGOS" CHRISTIANIZED</p>
<p> THE <ent type='NORP'>PAGAN</ent> "LOGOS" <ent type='NORP'>CHRISTIAN</ent>IZED</p>
<p> Treating at length of the prolific adoption and adaptation by
"that new Paganism later called Christianity," of the terms, rites
and ceremonies of Paganism, CE. says: "Always the Church has </p>
"that new <ent type='NORP'>Pagan</ent>ism later called <ent type='NORP'>Christianity</ent>," of the terms, rites
and ceremonies of <ent type='NORP'>Pagan</ent>ism, CE. says: "Always the Church has </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
134
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>forcefully molded words, and even concepts (as Savior, Epiphany,
Baptism, Illimination, Mysteries, Logos, to suit her own Dogma and
its expression. It was thus that John could take the [Pagan]
its expression. It was thus that John could take the [<ent type='NORP'>Pagan</ent>]
expression 'Logos,' mould it to his Dogma, cut short all perilous
speculation among Christians, and assert once for all that the
'Word was made Flesh' and was Jesus Christ." (CE. xi, 392.) And
thus Father Lactantius, appealing to Pagan gods and Sibyls for
cogent confirmation, deals with the ancient Pagan notion of the
thus Father Lactantius, appealing to <ent type='NORP'>Pagan</ent> gods and Sibyls for
cogent confirmation, deals with the ancient <ent type='NORP'>Pagan</ent> notion of the
"Logos," converted now into a "revealed" and most holy Christian
Mystery and the Son of God:</p>
<p> "For though He was the Son of God from the beginning, He
@ -1358,15 +1359,15 @@ other searched into almost all truth, often describes the
excellence and majesty of the Word." (Lact. Div. Inst. IV,
viii-ix; ANF. vii, 106-7.)</p>
<p> As there can be no more positive and convincing proof that the
Christ was and is a Pagan Myth, -- the old Greek "Logos" of
Christ was and is a <ent type='NORP'>Pagan</ent> Myth, -- the old Greek "Logos" of
Heraclitus and the Philosophers revamped by the Greek priest who
wrote the first chapter of the "Gospel according to St. John" and
worked up into the "Incarnate Son" of the old Hebrew God for
Christian consumption as the most sacred Article of Christian Faith
and Theology, I append to the admission of Father Lactantius the
culminating evidences of the "Gospel" and the further confession of
the Church through the Catholic Encyclopedia. The inspired
"revelation" of the Holy Ghost concerning the holy Pagan doctrine
the Church through the <ent type='NORP'>Catholic</ent> Encyclopedia. The inspired
"revelation" of the Holy Ghost concerning the holy <ent type='NORP'>Pagan</ent> doctrine
of the "Creative, Logos" or "Word of God," made flesh in Jesus
Christ, is thus "taken and molded to his dogma" by the Holy Saint
John:</p>
@ -1380,14 +1381,14 @@ Bank of Wisdom
Box 926, Louisville, KY 40201
135
.
FORGERY IN CHRISTIANITY</p>
<p> The doctrine of the Logos was a Pagan speculation or invention
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> The doctrine of the Logos was a <ent type='NORP'>Pagan</ent> speculation or invention
of the Greek philosopher Heraclitus, who lived 535-475 Before
Christ, and had never heard of Christ. From it the science of Logic
takes its name; and on it the first principle of Stoicism and the
Christian doctrine of "The Word" are based. If this startling
statement out of secular history is questioned, let CE. bear its
clerical witness to the Pagan origin of the Logos and the curious
clerical witness to the <ent type='NORP'>Pagan</ent> origin of the Logos and the curious
Christian metamorphosis of it wrought by "St. John" and the Church
Fathers:</p>
<p> "The word Logos (Gr. Logos; Lat. Verbum) is the term by
@ -1420,7 +1421,7 @@ lives, speaks, and acts. ... Philo's problem was of the
philosophical order; God and man are infinitely distant from
each other; and it is necessary to establish between them the
relations of action and of prayer; the Logos is here the
intermediary. ... Throughout so many diverse [Pagan and
intermediary. ... Throughout so many diverse [<ent type='NORP'>Pagan</ent> and
Jewish] concepts may be recognized a fundamental doctrine: the
Logos is an intermediary between God and the world; through it
God created the world and governs it; through it also men know
@ -1429,9 +1430,9 @@ Johannine writings. ... This resemblance [to the notion in the
Book of Wisdom] suggests the way by which the doctrine of the
Logos entered into Christian theology." (CE. ix, 328-9.)</p>
<p> Thus confessedly is the Divine Revelation of the "Word made
flesh" a Pagan-Jewish Myth, and the very Pagan Demiurge is the
flesh" a <ent type='NORP'>Pagan</ent>-Jewish Myth, and the very <ent type='NORP'>Pagan</ent> Demiurge is the
Christian Christ -- "Very God" -- and the "Second Person of the
Blessed Trinity"! Here is the evolution of a Pagan speculation into
Blessed Trinity"! Here is the evolution of a <ent type='NORP'>Pagan</ent> speculation into
a Christian revelation: Heraclitus first devised "the theory of the
Logos"; by the Stoics "this theory is developed" into the Demiurge
-- "at the same time a force and a law" -- which wrought the
@ -1440,29 +1441,29 @@ several works of creation instead of Zeus or Hermes. In the </p>
Box 926, Louisville, KY 40201
136
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>admittedly forged Book of Wisdom, -- which is nevertheless part of
the inspired Canon of the Catholic Bible, -- the Pagan Demiurge
the inspired Canon of the <ent type='NORP'>Catholic</ent> Bible, -- the <ent type='NORP'>Pagan</ent> Demiurge
becomes Divine Wisdom and "paralleled" with "the Word" of the
Hebrew God, and "is the Memra of Jahveh which lives, speaks, acts."
The Jewish philosopher Philo evolved it into "an intermediary --
[Mediator] -- between God and the world, through which God created
the world." This Pagan notion echoes in: "There is one mediator
the world." This <ent type='NORP'>Pagan</ent> notion echoes in: "There is one mediator
between God and men, the man Christ Jesus." (1 Tim. ii, 5.) Then
comes the Christian Greek priest who wrote the first chapter of
"the Gospel according to John," and, Lo! "the Logos [Word] was God.
... All things were made by him"! The Pagan speculation is first
... All things were made by him"! The <ent type='NORP'>Pagan</ent> speculation is first
philosophized, then personified, then Deified into the "Second
Person" of a Blessed Trinity which was first dogmatized in 381
A.D.; and the blasphemy laws of England and a number of American
States decree imprisonment for ridiculing this Most Holy Mystery of
Christian Faith. Yet Christians decry the doctrine of Evolution and
pass laws to outlaw teaching it.</p>
<p> Having pursued these incontestable Pagan "proofs" through his
<p> Having pursued these incontestable <ent type='NORP'>Pagan</ent> "proofs" through his
seven Books, and so vindicated the truth and divinity of
Christianity, the eminent Doctor Lactantius concludes with this
strange apostrophe to the near-Pagan Emperor, assuring him of the
overthrow now of all error and the triumph of Catholic Truth: "But
<ent type='NORP'>Christianity</ent>, the eminent Doctor Lactantius concludes with this
strange apostrophe to the near-<ent type='NORP'>Pagan</ent> Emperor, assuring him of the
overthrow now of all error and the triumph of <ent type='NORP'>Catholic</ent> Truth: "But
all fictions have now been hushed, Most Holy Emperor, since the
time when the great God raised thee up for the restoration of the
house of justice, and for the protection of the human race. ...
@ -1485,7 +1486,7 @@ theologians he is undoubtedly the first, and such has been his
influence that none of the Fathers, Scholastics, or Reformers has
surpassed it." (CE. ii, 84.) This fulsome paean of praise sung by
the Church of its greatest Doctor, justifies a sketch of the fiery
African Bishop and a look into his monumental work, De Civitate Dei
<ent type='NORP'>African</ent> Bishop and a look into his monumental work, De Civitate Dei
-- "The City of God," written between the years 413-426 A.D. This
will well enough show the quality of mind of the man, a
monumentally superstitious and credulous Child of Faith; and throw
@ -1494,13 +1495,13 @@ as its greatest Doctor, towering like a pyramid over the puny
thinkers and philosophers of past centuries and of modern times. We
may let CE. draw the biographical sketch in its own words, simply
abbreviated at places to save space. Augustine's father, Patricius,
was a Pagan, his mother, Monica, a convert to Christianity; when
was a <ent type='NORP'>Pagan</ent>, his mother, Monica, a convert to <ent type='NORP'>Christianity</ent>; when
Augustine was born "she had him signed with the cross and enrolled </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
137
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>among the catechumens. Once, when very ill, he asked for baptism,
but, all danger being passed, he deferred receiving the sacrament,
thus yielding to a deplorable custom of the times." when sixteen
@ -1527,7 +1528,7 @@ Adeodatus, her place was soon filled by another. At first he
prayed, but without the sincere desire of being heard. -- [In his
"Confessions" (viii, 17) he addresses God: "Lord, make me pure and
chaste but not quite yet"! Finally he resolved to embrace
Christianity and to believe as the Church believed.] -- The grand
<ent type='NORP'>Christianity</ent> and to believe as the Church believed.] -- The grand
stroke of grace, at the age of thirty-three, smote him to the
ground in the garden at Milan, in 386. ... From 386 to 395
Augustine gradually became acquainted with the Christian doctrine,
@ -1535,7 +1536,7 @@ and in his mind the fusion of Platonic philosophy with revealed
dogmas was taking place. ... So long, therefore, as his philosophy
agrees with his religious doctrines, St. Augustine is frankly neo-Platonist; as soon as a contradiction arises, he never hesitates to
subordinate his philosophy to religion, reason to faith! (p. 86)
... He thought too easily to find Christianity in Plato, or
... He thought too easily to find <ent type='NORP'>Christianity</ent> in Plato, or
Platonism in the Gospel. Thus he had imagined that in Platonism he
had discovered the entire doctrine of the Word and the whole
prologue of St. John." Augustine was baptized on Easter of 387. He
@ -1547,19 +1548,19 @@ these grave questions: Do the hierarchical powers depend upon the
moral worth of the priest? How can the holiness of the Church be
compatible with the unworthiness of its ministers? -- [The moral
situation must have been very acute to necessitate such a debate].
In the dogmatic debate he established the Catholic thesis that the
In the dogmatic debate he established the <ent type='NORP'>Catholic</ent> thesis that the
Church, so long as it is upon earth, can, without losing its
holiness, tolerate sinners within its pale for the sake of
converting them" [?] -- or their property.</p>
<p> In the City of God, which "is considered his most important
work," Augustine "answers the Pagans, who attributed the fall of
Rome (410) to the abolition of Pagan worship. In it, considering
work," Augustine "answers the <ent type='NORP'>Pagan</ent>s, who attributed the fall of
Rome (410) to the abolition of <ent type='NORP'>Pagan</ent> worship. In it, considering
the problem of Divine Providence with regard to the Roman Empire, </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
138
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>in a burst of genius he creates the philosophy of history,
embracing as he does with a glance the destinies of the world
grouped around the Christian religion, the only one which goes back
@ -1574,7 +1575,7 @@ a precious statement of sublime truths.", (Herald-Tribune, Apr. 22,
-- City of Rome, is a ponderous tome, which cost Augustine some
thirteen years to write. Like the work of all the Fathers it is an
embellished rehash of the myths of the Old Testament, highly spiced
with "proofs" from the Pagan gods and their prophetic Sibyls, the
with "proofs" from the <ent type='NORP'>Pagan</ent> gods and their prophetic Sibyls, the
same style of exegesis being also used for the Gospels, all of
which he accepts as Gospel truth. He begins his philosophizing of
history by swallowing the "Sacred Science" of Genesis whole; he
@ -1617,7 +1618,7 @@ middle of the forehead; some, the feet turned backward from the </p>
Box 926, Louisville, KY 40201
139
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>heel; some, a double sex, the right breast like a man, the left
like a woman, and that they alternately beget and bring forth;
others are said to have no mouth. ... They tell of a race who have
@ -1678,7 +1679,7 @@ Augustine implies the doctrine, as feelingly expressed by another </p>
Box 926, Louisville, KY 40201
140
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>holy Saint, the "Angelic Doctor" Aquinas: "In order that nothing
may be wanting to the felicity of the blessed spirits in heaven, a
perfect view is granted to them of the tortures of the damned"; all
@ -1698,7 +1699,7 @@ Sodom, which are ripe to appearance, but are filled with dust"!
indeed that it cannot be cut or worked "by anything, except goat's
blood." (p. 455.)</p>
<p> The greatest of Christian Doctors, pyramid of philosophers,
has abiding faith in the reality of the Pagan gods, who, however,
has abiding faith in the reality of the <ent type='NORP'>Pagan</ent> gods, who, however,
as held by all the Fathers, are really demons or devils; they are
very potent as wonder-workers and magicians. Some of them, however,
are evidently not of a malicious nature: "The god of Socrates. if
@ -1737,7 +1738,7 @@ enlightened times, saying: "Homer had flourished long before </p>
Box 926, Louisville, KY 40201
141
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Romulus, and there was now so much learning in individuals, and so
generally diffused an enlightenment, that scarcely any room was
left for fable. For antiquity admitted fables, and sometimes very
@ -1752,7 +1753,7 @@ traditions of their ancestors; that, drinking in this superstition
with their mother's milk, their nation should grow great and
dominate the world"? (xxii, 6; p. 483.) In likewise it may be
queried: Who believed that Jesus was a virgin-born god except
superstitious Pagans who already believed such things of Romulus,
superstitious <ent type='NORP'>Pagan</ent>s who already believed such things of Romulus,
Apollo, AEsculapius, et id omne genus? and the succeeding
generations, "drawing in this superstition with their mother's
milk," have passed it on through the Dark Ages of Faith even unto
@ -1760,12 +1761,12 @@ our own day. Even the great St. Jerome has said, that no one would
have believed the Virgin-birth of Jesus or that his mother was not
an adulteress, "until now, that the whole world has embraced the
faith" -- and would therefore believe anything -- except the truth!</p>
<p> All who did not believe such things, when related by the ex-Pagan Christians, were heretics instigated by the devil; for "the
<p> All who did not believe such things, when related by the ex-<ent type='NORP'>Pagan</ent> Christians, were heretics instigated by the devil; for "the
devil, seeing the temples of the gods deserted, and the human race
running to the name of the living Mediator, has moved the heretics
under the Christian name to resist the Christian doctrine." (xviii,
51; p. 392.) Whether St. Augustine, in his earlier Pagan years,
practiced the arts of magic, as did many of the other ex-Pagan
51; p. 392.) Whether St. Augustine, in his earlier <ent type='NORP'>Pagan</ent> years,
practiced the arts of magic, as did many of the other ex-<ent type='NORP'>Pagan</ent>
Christian Fathers, he maintained a firm Christian faith in magic
and magicians, and explains how the gift is acquired. He gives an
account of a remarkable lamp which hung in a temple of Venus in a
@ -1796,7 +1797,7 @@ sumpter horse, and, along with other beasts of burden, had carried </p>
Box 926, Louisville, KY 40201
142
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>provisions for the Rhoetian Legion. And all this was found to have
taken place just as he told. ... These things have not come to us
from persons we might deem unworthy of credit, but from informants
@ -1826,11 +1827,11 @@ Vergil describes a very powerful magician in these lines,"
<p> Again, like all the holy Fathers and Popes down at least to
Benedict XIV, elsewhere quoted, the great philosopher and Saint is
a devoted Sibyllist, and frequently quotes and approves the
utterances of these Pagan Seeresses, inspired by the devil through
utterances of these <ent type='NORP'>Pagan</ent> Seeresses, inspired by the devil through
the permission of the Christian God to reveal the holy mysteries of
the Christian Faith. Augustine devotes a chapter, entitled "Of the
Erythraean Sibyl, who is known to have sung many things about
Christ more plainly than the other Sibyls," to these signal Pagan
Christ more plainly than the other Sibyls," to these signal <ent type='NORP'>Pagan</ent>
proofs of the Christ; and he dwells with peculiar zest on the
celebrated "Fish Anagram." On this theme he enlarges: "This Sibyl
certainly wrote some things concerning Christ which are quite
@ -1856,7 +1857,7 @@ deed the one Spirit had been in them all. And they received so </p>
Box 926, Louisville, KY 40201
143
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>wonderful a gift of God, in order that these Scriptures might be
commended not as human but divine, for the benefit of the nations.
who should at some time believe, as we now see them doing. ... If
@ -1916,7 +1917,7 @@ work of the mythical Patriarch, by the equally mythical "Apostle" </p>
Box 926, Louisville, KY 40201
144
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>author of the forged Epistle of Jude. So great a Doctor of the
Church looks, by now, very much like an extraordinary "quack
doctor" peddler of bogus nostrums.</p>
@ -1924,13 +1925,13 @@ doctor" peddler of bogus nostrums.</p>
and Doctor of the Church, who "never hesitated to subordinate his
reason to Faith." Most luminously and profoundly of all the Fathers
and Doctors, Augustine spoke the mind and language of the Church
and of its Pagan-born Christianity; more ably than them all he used
and of its <ent type='NORP'>Pagan</ent>-born <ent type='NORP'>Christianity</ent>; more ably than them all he used
the same methods of propaganda of the Faith among the superstitious
ex-Pagan Christians; with greater authority and effect than all the
ex-<ent type='NORP'>Pagan</ent> Christians; with greater authority and effect than all the
others, he exploited the same fables, the same falsehoods, the same
absurdities, exhibited to the n-th degree the same fathomless
fatuity of faith and subjugation of reason to credulity.</p>
<p> A final appeal to the Pagan Sibyls and to the fabulous Phoenix
<p> A final appeal to the <ent type='NORP'>Pagan</ent> Sibyls and to the fabulous Phoenix
for "proofs" of the Christian mysteries, I add from the famous
forged Constitutions of the Holy Apostles, falsely through the
centuries attributed as the individual and collective inspired work
@ -1941,23 +1942,23 @@ therefore, this prophetess confesses the Resurrection ... it is
vain for them to deny our doctrine. They say there is a bird single
in its kind which affords a copious demonstration of the
Resurrection. ... They call it a phoenix, and relate [here
repeating the old Pagan fable of the self-resurrecting phoenix].
repeating the old <ent type='NORP'>Pagan</ent> fable of the self-resurrecting phoenix].
If, therefore, as even themselves say, a resurrection is exhibited
by means of an irrational bird, wherefore do they disparage our
accounts, when we profess that He who by His power brings that into
being which was not in being before, is able to restore this body,
and raise it up again after its dissolution?" (Apost. Const. V, 1,
vii; ANF. vii, 440-441.)</p>
<p> CHRISTIAN PAGANISM</p>
<p> The whole of Paganism we have seen taken over bodily into
"that new Paganism later called Christianity," by the ex-Pagan
<p> <ent type='NORP'>CHRISTIAN</ent> <ent type='NORP'>PAGAN</ent>ISM</p>
<p> The whole of <ent type='NORP'>Pagan</ent>ism we have seen taken over bodily into
"that new <ent type='NORP'>Pagan</ent>ism later called <ent type='NORP'>Christianity</ent>," by the ex-<ent type='NORP'>Pagan</ent>
Fathers of the Christ's Church, and all its myths and fables urged
by them as the credible and only "evidence of things not seen" of
the new Faith. What does it all signify for proof of Christian
Truth? "Nothing stands in need of lying but a Lie"; and by that
unholy means we see the holy false new Faith established among the
ignorant and superstitious Pagans.</p>
<p> These sainted ex-Pagan Fathers of Christianity, one and all,
ignorant and superstitious <ent type='NORP'>Pagan</ent>s.</p>
<p> These sainted ex-<ent type='NORP'>Pagan</ent> Fathers of <ent type='NORP'>Christianity</ent>, one and all,
fully and explicitly accepted and believed in childlike simplicity
of faith the reality and potency of their old heathen gods,
reducing them only in immortal rank to demons or devils of
@ -1973,7 +1974,7 @@ thaumaturgy. To the malignant works of the Devil and the hordes of </p>
Box 926, Louisville, KY 40201
145
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>devils the Fathers imputed, and their now-a-day successors yet
impute, the working of mighty lying wonders designed to thwart, and
often very effective in "queering" the inscrutable plans and
@ -1984,7 +1985,7 @@ in defiance and opposition to the authority of the Gospels, their
very piety will oblige them to admit as miraculous whatever is
wrought in the defense of it, and so of course make them the
implicit dupes of their wonder-workers." (A Free Inquiry, p. 71.)</p>
<p> This review of the ex-Pagan Fathers of Christ's True Church is
<p> This review of the ex-<ent type='NORP'>Pagan</ent> Fathers of Christ's True Church is
made at some length because of its capital, fatal importance to the
notion of the "authority," veracity and credibility of these the
sole witnesses and vouchers for the pretended truth and validity of
@ -1992,24 +1993,24 @@ the new faith, and the "Gospel" wonders reputed as having occurred
a century and more before their times, and for the foundation of
the Church and the miraculous fundamentals of the Christian
religion. Fabling, false and fatuous in point of every single
pretended "proof" which they offer for Christianity, in every
pretended "proof" which they offer for <ent type='NORP'>Christianity</ent>, in every
respect fatal to their intelligence, their intellectual honesty,
their common veracity and general and particular credibility with
respect to matters both natural and supernatural -- How can they be
believed as to the miracles and miraculous and incredible basic
"truths" of Christianity? False in one thing, false and discredited
"truths" of <ent type='NORP'>Christianity</ent>? False in one thing, false and discredited
in all, must be the verdict of every one concerned to know the
truth of the new Faith sponsored and established alone through the
mongering of Pagan myths of these fatuous, childishly credulous,
unscrupulous ex-Pagan Fathers of Christianity. They knew not fable
mongering of <ent type='NORP'>Pagan</ent> myths of these fatuous, childishly credulous,
unscrupulous ex-<ent type='NORP'>Pagan</ent> Fathers of <ent type='NORP'>Christianity</ent>. They knew not fable
from fact, and scrupled not to assert fable for fact, recklessly
lying to the greater glory of God and glorification of themselves
and their Paganized Church, in the name of Divinely revealed Truth
and their <ent type='NORP'>Pagan</ent>ized Church, in the name of Divinely revealed Truth
of God. But, as we have seen, there can be no "divine revelation"
of fanciful "fact" and dogma which for centuries had been, and in
the early Christian ages were, the current mythology of credulous
Pagandom. Thus the system of veneered Paganism which the ex-Pagan
Fathers revamped under the name of Christianity, cannot be true; by
<ent type='NORP'>Pagan</ent>dom. Thus the system of veneered <ent type='NORP'>Pagan</ent>ism which the ex-<ent type='NORP'>Pagan</ent>
Fathers revamped under the name of <ent type='NORP'>Christianity</ent>, cannot be true; by
a thousand tokens and tests of truth it is not true.</p>
<p> In the words of Macbeth is the whole mythical scheme to be
appraised, and adjudged -- and junked:</p>
@ -2017,23 +2018,23 @@ appraised, and adjudged -- and junked:</p>
Told by an idiot, full of sound and fury,
Signifying nothing!"</p>
<p> But -- "What profit has not that fable of Christ brought us!"</p>
<p> Our review of the fabling forging Fathers of Christianity
brings us through, the epoch of the establishment of Christianity
<p> Our review of the fabling forging Fathers of <ent type='NORP'>Christianity</ent>
brings us through, the epoch of the establishment of <ent type='NORP'>Christianity</ent>
-- the whole of the second and third centuries of the Christ, --
the epoch (in the latter half of the second), when the forged
"Gospel" biographies of the Demiurge-Christ, and the forged
Epistles of the Apostles, were, out of hundreds of like pious
Christian forgeries, worked into shape and put into circulation by
the growing Churches zealously gathering swarms of illiterate and
superstitious ex-Pagan "converts" into the Fold of Christ. With
superstitious ex-<ent type='NORP'>Pagan</ent> "converts" into the Fold of Christ. With
Eusebius and Lactantius, contemporaries and retainers of the </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
146
.
FORGERY IN CHRISTIANITY</p>
<p>"Christian" Constantine, we see the official "triumph" of
Christianity in the early fourth century; with the Sainted
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>"Christian" <ent type='PERSON'>Constantine</ent>, we see the official "triumph" of
<ent type='NORP'>Christianity</ent> in the early fourth century; with the Sainted
Augustine, late in the fourth and early in the fifth centuries, we
see the new Faith, by dint of Christian persecuting laws and of
patristic lying, well established in the Empire, -- "the human race
@ -2070,7 +2071,7 @@ hidden, suppressed and forgotten books that contain needed facts
and information for today. If you have such books please contact
us, we need to give them back to America.</p>
<p> You are reading
FORGERY IN CHRISTIANITY
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent>
by
Joseph Wheliss
1930</p>
@ -2078,4 +2079,5 @@ Joseph Wheliss
Box 926, Louisville, KY 40201
147
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 48 page printout, pages 148 to 195 of 322
CHAPTER V</p>
<p> THE "GOSPEL" FORGERIES</p>
@ -57,7 +58,7 @@ the space of fifty years, i.e., in the second half of the first </p>
Box 926, Louisville, KY 40201
148
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>century." (CE. xiv, 530.) That this last clause is untrue will be
fully and readily demonstrated. This statement, too, contradicts
Bishops Papias and Irenaeus, who are, positively, the only two of
@ -94,7 +95,7 @@ priest's forgery make them say or do, falsely? Of the chaos and
juggling of sacred texts in the Great Dioceses of Africa, CE. says:
"There never existed in early Christian Africa an official Latin
text known to all the Churches, or used by the faithful to the
exclusion of all others. The African bishops willingly allowed
exclusion of all others. The <ent type='NORP'>African</ent> bishops willingly allowed
corrections to be made in a copy of the Sacred Scriptures, or even
a reference, when necessary, to the Greek text. With some
exceptions, it was the Septuagint text that prevailed, for the
@ -109,14 +110,14 @@ independent of each other." (CE. i, 193.)</p>
work, says CE., "is of great historical value," says that in the
fifth century, "In the consulship of Messala, at the command of the
Emperor Anastasius, the Holy Gospels, as written Idiotis
Evangelists, are corrected and amended." (Victor of T., Chronica,
<ent type='NORP'>Evangelists</ent>, are corrected and amended." (Victor of T., Chronica,
p. 89-90; cited by Dr. Mills, Prolegom. to R.V., p. 98.) This would
indicate some very substantial tinkering with Holy Writ; which </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
149
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>process was a continuing one, for, says CE., "Under Sixtus V (1585-1590) and Clement VIII (1592-1605) the Latin Vulgate after years of
revision attained its present shape." (CE., xii, 769.) And the
Vulgate, which was fiercely denounced as fearfully corrupt, was
@ -168,7 +169,7 @@ devisable, could bear such enormity of contrary translation; this </p>
Box 926, Louisville, KY 40201
150
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>is self-evident. The simple Hebrew words of verse 5 do not admit of
a word of tampering in translation. Even the present translations
into modern languages make apparent the correctness of the familiar
@ -225,7 +226,7 @@ pretense to divine inspiration of truth. Says CE.:</p>
Box 926, Louisville, KY 40201
151
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "Some broad principles [of literary criticism] are
universally admitted by critical scholars. A fundamental one
is that a literary work always betrays the imprint of the age
@ -283,12 +284,12 @@ According to Mark, etc.) which, however ancient, do not go back to </p>
Box 926, Louisville, KY 40201
152
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>the respective authors of those sacred writings. ... That, however,
they do not go back to the first century of the Christian era, or
at least that they are not original, is a position generally held
at the present day. ... It thus appears that the titles of the
Gospels are not traceable to the Evangelists themselves." (CE. vi,
Gospels are not traceable to the <ent type='NORP'>Evangelists</ent> themselves." (CE. vi,
655, 656.) The very fact that the late second century Gospel-titles
are of Gospels "according to" this or that alleged apostle, rather
than "The Gospel of Mark" etc., is itself confession and plenary
@ -321,7 +322,7 @@ that the Gospels were not written by Apostles or their
contemporaries. These titles "do not go back to the respective
authors of those sacred writings; ... do not go back to the first
century; ... are not original; ... are not traceable to the
Evangelists." What an anomaly, in all literature! most especially
<ent type='NORP'>Evangelists</ent>." What an anomaly, in all literature! most especially
in apostolic "sacred records of Christ's words and deeds"!</p>
<p> Here we have these wonderful and "only true" inspired writings
of the companions of the Christ, eye-witnesses to his mighty
@ -343,7 +344,7 @@ roll of manuscript, and announcing: "Our lesson today is from, </p>
Box 926, Louisville, KY 40201
153
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>(ahem!) one of the wonderful Gospels of our Lord and Savior Jesus
Christ; but, (ahem!) I don't really know which one. It is by either
Matthew, or Mark, or Luke, or John, I'm sure; but the writer forgot
@ -399,7 +400,7 @@ certificates of authenticity -- now confessed to be false.</p>
Box 926, Louisville, KY 40201
154
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE "MARK" FABLE BELIES "CANONICITY"</p>
<p> The impossibility of the pretense that the precious Four
Gospels circulated nondescript and anonymous in the Churches for a
@ -458,7 +459,7 @@ not a word of them in all the tiresome tomes of the Fathers. It is </p>
Box 926, Louisville, KY 40201
155
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>humanly and divinely impossible that the "Apostolic authorship" and
hence "canonicity" or divine inspiration of these Sacred Four
should have remained, for a century and a half, unknown and
@ -483,9 +484,9 @@ as the very ground and pillar of their foundation and faith.</p>
<p> Follow the proofs and argument of the Church to its own
undoing: "From the testimony of St. Irenaeus (A.D. 185) alone there
can be no reasonable doubt that the Canon of the Gospel was
inalterably fixed in the Catholic Church by the last quarter of the
inalterably fixed in the <ent type='NORP'>Catholic</ent> Church by the last quarter of the
second century ... to the exclusion of any pretended Evangels.
[Sundry writings mentioned] presuppose the authority enjoyed by the
[<ent type='LOC'>Sundry</ent> writings mentioned] presuppose the authority enjoyed by the
Fourfold Gospel towards the middle of the second century. ... Even
Rationalistic scholars like Harnack admit the canonicity of the
quadriform Gospel between the years 140-175." (CE. iii, 275.) Even
@ -514,7 +515,7 @@ fact will soon be made.</p>
Box 926, Louisville, KY 40201
156
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE GOSPELS "ACCORDING TO" GREEK PRIESTS</p>
<p> According to the names "supplied" to the Four Gospels, as to
the other New Testament books, the "Apostolic" authors were all of
@ -541,9 +542,9 @@ Oracles, that were exclusively used by the Greek Fathers and
priests in all the Gospel-propaganda work of the first three
centuries. Obviously, the Gospels and other New Testament booklets,
written in Greek and quoting 300 times the Greek Septuagint, and
several Greek Pagan authors, as Aratus, and Cleanthes, were
several Greek <ent type='NORP'>Pagan</ent> authors, as Aratus, and Cleanthes, were
written, not by illiterate Jewish peasants, but by Greek-speaking
ex-Pagan Fathers and priests far from the Holy Land of the Jews.</p>
ex-<ent type='NORP'>Pagan</ent> Fathers and priests far from the Holy Land of the Jews.</p>
<p> There is another proof that the Gospels were not written by
Jews. Traditionally, Jesus and all the "Apostles" were Jews; all
their associates and the people of their country with whom they
@ -565,7 +566,7 @@ names a Jew and locates geographically his place of residence:
speaking of Hoboken, could not say "a city of the Americans" nor
did Jews need to be told by a Jew that Arimathea was a "city of the
Jews." The Greek priest who wrote "John" is the most prolific in
telling his Pagan readers about Jewish customs and personalities;
telling his <ent type='NORP'>Pagan</ent> readers about Jewish customs and personalities;
absurd in a Jew writing for Jews: "After the manner of the
purifying of the Jews" (ii, 6); "And the Jews' passover was at
hand" (ii, 13) "Then answered the Jews, and said unto Jesus" (iii, </p>
@ -573,7 +574,7 @@ hand" (ii, 13) "Then answered the Jews, and said unto Jesus" (iii, </p>
Box 926, Louisville, KY 40201
157
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>1); "Then there arose a question between some of John's disciples
-- [all Jews] -- and the Jews about purifying" (iii, 25); "And
therefore did the Jews persecute Jesus" (v, 16); "Therefore the
@ -588,8 +589,8 @@ thee with stones" (xi, 8); "As the manner of the Jews is to bury"
(xix, 40), which need be explained to no Jew. These and many like
passages prove that no Jews wrote the Gospels; that they were
written by foreigners for foreigners; these foreigners were Greek-speaking aliens unfamiliar with Jewish customs; the writers were
therefore ex-Pagan Greek priests who were zealously "selling" the
"glad tidings of great joy" to the ignorant and superstitious Pagan
therefore ex-<ent type='NORP'>Pagan</ent> Greek priests who were zealously "selling" the
"glad tidings of great joy" to the ignorant and superstitious <ent type='NORP'>Pagan</ent>
populace.</p>
<p> THE FOUR GOSPELS -- "CHOSEN"</p>
<p> The Four Gospels are thus demonstrated as: not written by
@ -629,7 +630,7 @@ with respect to the very foundation stones on which the Infallible </p>
Box 926, Louisville, KY 40201
158
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Church is built, and makes a bit less confident the forged
assurance that the Gates of Hell -- to say nothing of human Reason
-- shall not yet prevail against the ill-founded structure. Here is
@ -686,7 +687,7 @@ raising and bearing men upon its wings into the heavenly </p>
Box 926, Louisville, KY 40201
159
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Kingdom. ... But that these Gospels alone are true and
reliable, and admit neither an increase nor diminution of the
aforesaid number, I have proved by so many and such arguments.
@ -746,7 +747,7 @@ the following, that "the spurious gospels of the Gnostics prepared </p>
Box 926, Louisville, KY 40201
160
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>the way for the canon of Scripture," -- meaning, for the now
"canonical Scripture"; for, as the "canon" was not dogmatically
established until 1546, the Four were not "canonized" when Irenaeus
@ -786,10 +787,10 @@ canonical Four Gospels, that the fanatic Father Tertullian thus
stated the grounds of his holy faith in them: "Credo quia
incredibilis est -- I believe because it is unbelievable"; and St.
Augustine, greatest of the Fathers, declared himself in these
terms: "Ego vero Evangelio non crederem, nisi me Catholicae
terms: "Ego vero Evangelio non crederem, nisi me <ent type='NORP'>Catholic</ent>ae
Ecclesiae conmoveret Auctoritas. ... Ego me ad eos teneam, quibus
praecipientibus Evangelio credidi -- I would not believe the Gospel
true, unless the authority of the Catholic Church constrained me.
true, unless the authority of the <ent type='NORP'>Catholic</ent> Church constrained me.
... I hold myself bound to those, through whose teachings I have
believed the Gospel." (Augustine, On the Foundation, sec. 5, Ed.
Vives, vol. xxv, p. 435; Orpheus, p. 223.)</p>
@ -801,7 +802,7 @@ the prophetical spirit, saying, 'The beginning of the Gospel of </p>
Box 926, Louisville, KY 40201
161
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Jesus Christ, as it is written in Esaias the prophet"' (sec. 8, p.
428), as if Isaiah testified to the Gospel. The Bishop also quotes
two long passages, one a written letter of the Apostles "unto those
@ -860,7 +861,7 @@ the time when the others used it, had not attained anything like </p>
Box 926, Louisville, KY 40201
162
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>the status of Scripture, and an evangelist using it would feel
free, or might indeed feel bound, to bring its contents into line
with the traditions of the particular Church in which he lived and
@ -885,7 +886,7 @@ or admitted forgeries.</p>
<p> GOSPELS LATE FORGERIES</p>
<p>We have seen the admissions of CE. that the earliest notice of the
Four Gospel's now known to us was towards the close of the second
century, quoting as the earliest witnesses the African Bishops,
century, quoting as the earliest witnesses the <ent type='NORP'>African</ent> Bishops,
Clement of Alexandria and Tertullian, both of whom died about 220
A.D. It presents, however, one earlier witness to Gospels going in
the name of the Four: "Irenrus, in his work Against Heresies (A.D.
@ -914,7 +915,7 @@ Eusebius, Hist. Eccles. iii, 39; ANF. i, 154-5.)</p>
Box 926, Louisville, KY 40201
163
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Here, then, over one hundred years after Christ, we have the
first mention of written gospels and of Mark, and the recital, by
hearsay on hearsay, that he wrote down "whatsoever he remembered"
@ -971,7 +972,7 @@ Jesus Christ, as we have seen.</p>
Box 926, Louisville, KY 40201
164
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> 3. Irenaeus (182-188) makes the very first mention of Four
Gospels and names the reputed authors. These are textually the
interesting, and as we shall see, at least in part, spurious words
@ -1030,7 +1031,7 @@ word "Gospels" and those of John and Luke, and assails their record</p>
Box 926, Louisville, KY 40201
165
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>of the early death of Jesus as "heresy." But beginning with chapter
x of Book III, he bristles with the names of and direct quotations
from all Four; and so with all the following Fathers. It seems,
@ -1088,7 +1089,7 @@ the first century, or that any other than fragmentary </p>
Box 926, Louisville, KY 40201
166
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> literature of this character existed even in the second
century." (Ed. note to Apocrypha of the New Testament, ANF.
viii, 349.) -- "There is abundant evidence of the existence of
@ -1106,7 +1107,7 @@ which Luke undertook, not to belie or correct, but simply to repeat
in good order for the edification of his friend Theophilus. It is
very significant, for the date of the authorship of "Luke," to note
the fact that the only Theophilus known to early Church history is
a certain ex-Pagan by that name, who, after becoming Christian, and
a certain ex-<ent type='NORP'>Pagan</ent> by that name, who, after becoming Christian, and
very probably before being instructed in the certainty of the faith
by "Luke," himself turned Christian instructor and Father, and
wrote the Tract, in three Books, under the title Epistle to
@ -1147,7 +1148,7 @@ Belief, by George Parker Fisher, D.D., LL.D.; 1902.)</p>
Box 926, Louisville, KY 40201
167
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Summarizing the results of critical study of the four Gospels,
upon all the evidences, internal and external, which are there
fully reviewed, the conclusions of modern Biblical scholarship are
@ -1204,7 +1205,7 @@ of composing so profound a work." (EB. ii, 2550, 2553.)</p>
Box 926, Louisville, KY 40201
168
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> None of these Four Gospels, then, being of apostolic
authorship or even of the apostolic age, but anonymous productions
of over a century after the apostles, all are exactly of like
@ -1213,7 +1214,7 @@ difference in the character or origin of the writings concerned,"
from all the other fifty admittedly apocryphal and forged gospels
dating about the middle of the second century, at the height of the
Christian age of apocryphal literature. They are therefore late
Christian forgeries of the Catholic Church.</p>
Christian forgeries of the <ent type='NORP'>Catholic</ent> Church.</p>
<p> FORGERIES IN THE FORGED GOSPELS</p>
<p> That the Four Gospels, as we have them, are very late
productions, issued in the names of apostles a century and more
@ -1255,7 +1256,7 @@ matter."</p>
Box 926, Louisville, KY 40201
169
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> All this priestly "confidence stuff" must remind one of what
Cicero said of the Roman augurs. Even CE., valiant but often
perplexed defender of the orthodox Faith, can not give full credit
@ -1311,7 +1312,7 @@ writers. When one man came into possession of a manuscript which he</p>
Box 926, Louisville, KY 40201
170
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>desired, he sat down and copied it by hand, or employed slaves or
professional copyists to do the labor. There was absolutely no
check against errors of copying, or intentional omissions,
@ -1369,7 +1370,7 @@ of Christ's words and deeds, so that their presence, instead of </p>
Box 926, Louisville, KY 40201
171
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>going against, rather makes for the substantial value of the
evangelical narratives"! (CE. vi, 659.) Fanciful and disingenuous
as this is, and derogatory of the Papal theory that it is not
@ -1402,7 +1403,7 @@ shall deceive many." (Mt. xxiv, 4, 23, 24; Mk. xiii, 6, 21, 22.)</p>
<p> That this Messiah Jesus who was come was mere man, but
instinct with the spirit of God, is positively avowed by both Peter
and Paul. Says Peter in his first sermon at Pentecost: "Ye men of
Israel, hear these words: Jesus of Nazareth, a man approved of God
Israel, hear these words: Jesus of <ent type='GPE'>Nazareth</ent>, a man approved of God
among you [etc.]. The patriarch David ... therefore being a
prophet, and knowing that God had sworn with an oath to him, that
of the fruit of his loam according to the flesh, he would raise up
@ -1427,7 +1428,7 @@ Jacob, Joseph, -- Jesus, -- a purely human ancestry. Also Luke </p>
Box 926, Louisville, KY 40201
172
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>still reflected the belief, held at the time he wrote, that Jesus
was of human ancestry; he gives his human genealogy all the way
back to Adam, and through many mythical patriarchs who assuredly
@ -1486,13 +1487,13 @@ original reads "and his parents knew not of it," -- just as in </p>
Box 926, Louisville, KY 40201
173
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>verse 41; "Now his parents went to Jerusalem every year at the
feast of the passover"; and as in verse 48, "thy father and I have
sought thee sorrowing." In "John," Jesus is twice: expressly called
the son of Joseph; Philip say's to Nathaniel, "We have found him of
whom Moses in the law, and the prophets, did write, Jesus of
Nazareth, the son of Joseph" (i, 45); and again: "Is not this
<ent type='GPE'>Nazareth</ent>, the son of Joseph" (i, 45); and again: "Is not this
Jesus, the son of Joseph, whose father and mother we know'?" (vi,
42) all which "convincingly proves that in the mind of the narrator
Joseph and Mary were and knew themselves to be, in the natural
@ -1509,11 +1510,11 @@ a madman, as above noticed. It is therefore self-evident, that the
original Jesus "tradition," down as late as Papias and Irenaeus,
regarded Jesus simply as a man, and as a very old man when he died
a peaceful and natural death. But the zeal to Combat and win the
Pagans, when, after the failure with the Jews, the Gospel "turned
<ent type='NORP'>Pagan</ent>s, when, after the failure with the Jews, the Gospel "turned
to the Gentiles," and to exalt the man Jesus into a God, as was
Perseus or Apollo, grew with the Fathers; by the same token Jesus
was now made to be the son of the Hebrew God Yahveh: we have heard
the Fathers so argue. So later pious tampering grafted the "Virgin-birth" and "son of God" Pagan myths onto the simple original
the Fathers so argue. So later pious tampering grafted the "Virgin-birth" and "son of God" <ent type='NORP'>Pagan</ent> myths onto the simple original
"traditions" of merely human origin as the "son of David,"
carelessly letting the primitively forged Davidic genealogies
remain to contradict and refute them. These "interpolations" are
@ -1542,7 +1543,7 @@ now be exposed to its deserved infamy and destruction.</p>
Box 926, Louisville, KY 40201
174
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Upon a forged, and forced, Greek Pun put into the mouth of the
Jewish Aramaic-speaking Jesus, speaking to Aramaic peasants, the
Church of Christ is falsely founded. "The proof that Christ
@ -1599,7 +1600,7 @@ began to rebuke him.</p>
Box 926, Louisville, KY 40201
175
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "But when he had turned about and looked on his
disciples, he rebuked Peter, saying, Get thee behind me,
Satan: for thou savourest not the things that be of God, but
@ -1656,7 +1657,7 @@ Jesus, and the discovery on the third day of his empty grave by the</p>
Box 926, Louisville, KY 40201
176
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Magdalene, which she immediately reported to Peter and John, they
ran doubting to the grave, looked in, and "saw, and believed"; and
John positively avers: "For as yet they knew not the scripture,
@ -1715,7 +1716,7 @@ simple form, minus the Satan colloquy, is told also in Luke (ix,
Box 926, Louisville, KY 40201
177
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Father "gospel" writers, a century after the reputed conversation,
and long before the "primacy of Peter" idea dawned as a "good
thing" upon the Fathers of the Church. There is not a word about
@ -1773,7 +1774,7 @@ all the crew of Peter's fishing-boat acclaimed when they
Box 926, Louisville, KY 40201
178
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>and Peter "walking on the water," as "foretold" by the Sibyls; when
Peter began to sink, he was rescued and dragged aboard the little
fishing boat by Jesus; -- "and they that were in the ship came and
@ -1830,7 +1831,7 @@ an ecclesia" or "Church," to preach his exclusively Jewish </p>
Box 926, Louisville, KY 40201
179
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Messianic doctrines to all nations of the earth, which was to
perish within that generation. This is a conclusive proof of the
later "interpolation" or forgery of this punning passage.</p>
@ -1880,14 +1881,14 @@ and in its new Christian adaptation: "For the Church [ecclesia] of
God, e.q., which is at Athens; ... Whereas the assembly [ecclesia]
of the Athenians," etc. (Origen, Contra Celsum, iii, 20; ANF. iv,
476.) The Greek Fathers who, a century later, founded the Church
among the Pagan Greek-speaking Gentiles, adopted the Greek word
among the <ent type='NORP'>Pagan</ent> Greek-speaking Gentiles, adopted the Greek word
ecclesia for their organizations because the word was familiar for
popular assemblies, and because the translators of the Septuagint </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
180
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>had used ecclesia as the nearest Greek term for the translation of
the two Hebrew words qahal and edah used in the Old Testament for
the "congregation" or "assembly" of all Israel at the tent of
@ -1943,7 +1944,7 @@ have known what Jesus meant if he had said that he was going to </p>
Box 926, Louisville, KY 40201
181
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>'found' an ecclesia or church, and that the powers of darkness
would not prevail against it, and so on. It would sound like the
talk of the Mad Hatter in Alice in Wonderland." (The Story of
@ -1996,7 +1997,7 @@ examples of the Christian art of "Scripture" falsification.</p>
Box 926, Louisville, KY 40201
182
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "GO, TEACH ALL NATIONS" FORGERY</p>
<p> Applying Tertullian's test of authenticity, that contradictory
passages betray a later "interpolation," the closing verses, 16-20,
@ -2047,14 +2048,14 @@ the remarkable "history" recorded in Acts to have occurred. Acts,
too, disproves the assertion of Mark that, straightway, after the
command was given to the Eleven, "they went forth, and preached
everywhere" (Mk. xvi, 20), -- that is, to all nations thereabouts,
the Pagan Gentiles. A further contradiction may he noted: Matthew
the <ent type='NORP'>Pagan</ent> Gentiles. A further contradiction may he noted: Matthew
says that the command was given to the Eleven in Galilee, on "a
mountain where Jesus had appointed them" (Mt. xxviii, 16-19), -- </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
183
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>and some days after the resurrection; whereas Mark records that the
command was given to the Eleven "as they sat at meat," evidently in
a house in Jerusalem, through the roof of which Jesus immediately
@ -2063,10 +2064,10 @@ immediately "went forth, and preached everywhere" (verse 20). But
they did not, as the silence of the other two Gospels, and the
positive evidence of Acts and several of the Epistles, proves;
together with the promised disproof of the "Go, teach all nations"
command, for preaching the Kingdom to the Gentile Pagans, now to be
command, for preaching the Kingdom to the Gentile <ent type='NORP'>Pagan</ent>s, now to be
produced.</p>
<p> Cornelius, the leader of the Italian Band at Coesarea, a Roman
Gentile Pagan, had a "revelation" that he should go to Joppa to
Gentile <ent type='NORP'>Pagan</ent>, had a "revelation" that he should go to Joppa to
find Peter, evidently with a view to "conversion" and admission
into the new all-Jewish sect. A companion vision in a trance was
awarded to Peter, seemingly to prepare him for the novel notion of
@ -2099,7 +2100,7 @@ Galilee, after the baptism which John preached -- [not baptism "in
the name" of the Trinity]. ... And be [Jesus] commanded us to
preach unto all the people" -- of the children of Israel. And now
for proof positive: Peter was now "showed" the new dispensation: a
visitation of the Holy Ghost came upon the Pagans present, who
visitation of the Holy Ghost came upon the <ent type='NORP'>Pagan</ent>s present, who
thereupon all "spake with tongues," to the great amazement of Peter
and his Jewish companions: "They of the circumcision which believed
were astonished, as many as came with Peter, because that on the
@ -2115,7 +2116,7 @@ Holy Ghost as well as we? And he commanded them to be baptized in </p>
Box 926, Louisville, KY 40201
184
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>the name of the Lord" (Acts x), -- not in the name of the Trinity,
as Matthew alleges that Jesus himself had commanded Peter himself
to do. So this bit of Scripture "history" is positive refutation of
@ -2176,7 +2177,7 @@ Bank of Wisdom
Box 926, Louisville, KY 40201
185
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> Thus this whole section, says Reinach, is a "late addition" to
Mark, ."and is not found in the best manuscripts." (Orpheus, p.
221.) We have seen that CE. includes this section among those
@ -2233,7 +2234,7 @@ conclusion as having any title to acceptance.</p>
Box 926, Louisville, KY 40201
186
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "We may pass on, then, to consider how the case stands
between the long conclusion and the short, i.e. between
accepting xvi, 9-20, as a genuine portion of the original
@ -2268,13 +2269,13 @@ room for doubt as to the Marcan authorship of the verses. (p.
not write the disputed verses. It may be that he did not; that they
are from the pen of some other inspired writer [!], and were
appended to the Gospel in the first century or the beginning of the
second. ... Catholics are not bound to hold that the verses were
second. ... <ent type='NORP'>Catholic</ent>s are not bound to hold that the verses were
written by St. Mark. But they are canonical Scripture, for the
Council of Trent (Sess. IV), in defining that all parts of the
Sacred Books are to be received as sacred and canonical, had
especially in view the disputed parts of the Gospels, of which this
conclusion of Mark is one. Hence, whoever wrote the verses, they
are inspired, and must be received as such by every Catholic." (CE.
are inspired, and must be received as such by every <ent type='NORP'>Catholic</ent>." (CE.
ix, 677, 678, 679.)</p>
<p> The New Commentary on the Holy Scripture has a special section
entitled "The Ending of St. Mark's Gospel," in which it reviews the
@ -2290,7 +2291,7 @@ The Last Twelve Verses are constructed as an independent </p>
Box 926, Louisville, KY 40201
187
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> summary with total neglect of the contents of xvi, 1-8. ... It
is as certain as anything can be in the domain of criticism
that the Longer Ending did not come from the pen of the
@ -2300,7 +2301,7 @@ III, pp. 122, 123.)</p>
<p> More shaming proofs and confessions of forgery of pretended
words of the Christ there could not be, than of this falsified
command to preach a forged Gospel to the credulous dupes of
Paganism. Gentile Christianity collapses upon its forged
<ent type='NORP'>Pagan</ent>ism. Gentile <ent type='NORP'>Christianity</ent> collapses upon its forged
foundations.</p>
<p> THE BAPTISMAL FORGERY</p>
<p> The contradictory "baptismal formulas," the simple "in the
@ -2341,7 +2342,7 @@ gospel in the fourth century, was originally in the [apocryphal]
Box 926, Louisville, KY 40201
188
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE JOHN XXI FORGERY</p>
<p> The entire chapter xxi of John is likewise a surcharge of
forgery in that gospel; it may be disposed of with this terse
@ -2354,7 +2355,7 @@ the book." (EB. ii, 2543.)</p>
of the Lord's Prayer in Matthew (vi, 13): "For thine is the
kingdom, and the power, and the glory, forever. Amen," is an
interpolation into the original text, and is omitted as spurious by
the Revised Version; it is not in the Catholic "True" Version. But,
the Revised Version; it is not in the <ent type='NORP'>Catholic</ent> "True" Version. But,
it may be remarked, the whole of the so-called Lord's Prayer is not
the Lord's at all; it is a late patch-work of pieces out of the Old
Testament, as readily shown by the marginal cross-references, --
@ -2398,7 +2399,7 @@ Lord's Prayer in Luke, xi, 2-4, is in almost all Greek </p>
Box 926, Louisville, KY 40201
189
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> manuscripts lengthened out in accordance with Matthew, vi,
9-13. Most errors of this kind proceed from inserting in the
text marginal notes which, in the copy to be transcribed, were
@ -2424,7 +2425,7 @@ therefore ye ignorantly worship, him declare I unto you." This
omits the truth, for the whole inscription would have been fatal to
his cause. The actual words of the inscription, together with some
uncomplimentary comment on "Paul's" manipulation of the truth, are
presented by the famous Catholic "Humanist" Erasmus. First he
presented by the famous <ent type='NORP'>Catholic</ent> "Humanist" Erasmus. First he
states the chronic clerical propensity to warp even Scripture to
their deceptive schemes: "In general it is the public charter of
all divines, to mould and bend the sacred oracles till they comply
@ -2455,7 +2456,7 @@ the plenary inspiration of the Council of Trent, "There are," says </p>
Box 926, Louisville, KY 40201
190
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>CE., "thirteen Epistles of St. Paul, and perhaps fourteen, if, with
the Council of Trent, we consider him the author of the Epistle to
the Hebrews." (CE. xiv, 530.) If Paul, the "apostle of the
@ -2488,7 +2489,7 @@ of authorship." (EB. iii, 3625, 3626.) They are thus all
uninspired anonymous church forgeries for Christ's sweet sake!</p>
<p> Besides the so-called Pauline Epistles, another group, i.e.
those attributed to Peter, John, Jude and James, is known as
"Catholic Epistles," so called because addressed to the Church at
"<ent type='NORP'>Catholic</ent> Epistles," so called because addressed to the Church at
large; "not one of them is authentic." (Reinach, Orpheus, p. 239;
cf. EB., under the various titles.) A third small group, Titus and
2 Timothy, are called Pastoral Epistles" because they are addressed
@ -2514,7 +2515,7 @@ others.</p>
Box 926, Louisville, KY 40201
191
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> It is impossible here to review the criticism of the twenty-three booklets individually. The comment of EB. on the Epistle to
the Philippians, as not written by Paul, is, fairly applicable to
them all: "What finally puts an end to all doubt is the presence of
@ -2531,7 +2532,7 @@ Testament" writings, and of a "church" during the first several
generations which daily expected the end of the world and the
sudden second coming of the Christ to set up the supernatural
Kingdom of God, among, of, and for Jews only. More especially
impassible is it, that a Catholic or "universal" Church among the
impassible is it, that a <ent type='NORP'>Catholic</ent> or "universal" Church among the
far-scattered cities and nations of the Gentiles should have
existed even in embryo within the scant, say 35 years between the
reputed death of Jesus about 30 A.D. and the deaths of Paul and
@ -2566,13 +2567,13 @@ reserved territory. "There is no trace of the questions mooted in
the apostolic age. ... The historical conditions and circumstances
implied in the Epistle indicate, moreover, a time far beyond the
probable duration of Peter's life. ... The history of the spread of
Christianity imperatively demands for I Peter a later date than 64
<ent type='NORP'>Christianity</ent> imperatively demands for I Peter a later date than 64
A.D.," the alleged date of Peter's death. The second Epistle, II </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
192
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>Peter, is vaguely addressed to Christians in general (i, 1), yet in
iii, 1, the writer inconsistently assumes that the First Epistle
was addressed to the same readers; and he tells them (i, 6 and iii,
@ -2584,9 +2585,9 @@ the two epistles is different. ... It is late and un-apostolic."
(EB. Peter, Epistles of, iii, 3678-3685; cf. New Comm. Pt. III, pp.
639, 653, 654.) "The genuineness of I Peter cannot be maintained.
Most probably it was not written before 112 A.D." (EB. 2940.) The
two letters of Peter are Graeco-Egyptian forgeries." (Reinach,
two letters of Peter are Graeco-<ent type='NORP'>Egyptian</ent> forgeries." (Reinach,
Orpheus, p. 240.) The Church pretense that I Peter was written at
Rome ("Babylon") will be judged in its more appropriate place. In
Rome ("<ent type='GPE'>Babylon</ent>") will be judged in its more appropriate place. In
the early list of supposedly apostolic Books drawn up by Tertullian
as accepted and read in the several Churches, while he "cites the
Book of Enoch as inspired, ... also recognizes IV Esdras, and the
@ -2623,13 +2624,13 @@ the blood: and these three are one.'" (Clem. Alex., Fragment from
Cassiodorus, ch. iii; ANF. iii, 576.) This is self-evidently the
original text of this now famous, or infamous, passage. Turning now
to the Word of God as found in the "Authorized" Protestant and in
the Chaloner-Douay Version of the Catholic Vulgate, we read with
the Chaloner-Douay Version of the <ent type='NORP'>Catholic</ent> Vulgate, we read with
wonder:</p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
193
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> "7. For there are three that bear record in heaven, the
Father, the Word, and the Holy Ghost: and these three are one.
"8. And there are three that bear witness in earth, the
@ -2667,7 +2668,7 @@ not need our lies."' (Orpheus, p. 239.) But His Church does; for
without them it would not be; and without the forged "Three
Heavenly Witnesses," and the forged "Baptism Formula" of Matthew
(xxviii, 19), there would be not a word in the entire New Testament
hinting the existence of the Three-in-One God of Christianity. The
hinting the existence of the Three-in-One God of <ent type='NORP'>Christianity</ent>. The
Holy Trinity is an unholy Forgery!</p>
<p> Lest it be thought by some pious but uninformed persons that
the foregoing imputation may be either false or malicious, we shall
@ -2686,7 +2687,7 @@ us examine the facts of the case. [Here follows the thorough </p>
Box 926, Louisville, KY 40201
194
.
FORGERY IN CHRISTIANITY</p>
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> review of the MSS, closed in each instance by such words as:
"The disputed part is found in none"; "no trace"; "no
knowledge until the twelfth century," etc. etc.] The silence
@ -2701,9 +2702,9 @@ Witnesses" -- [for reasons elaborately stated, and upon two
conditions discussed, saying): "Neither condition has yet been
verified with certainty; quite the contrary, textual criticism
seems to indicate that the Comma Johanninum was not at all
times and everywhere wont to be read in the Catholic Church,
times and everywhere wont to be read in the <ent type='NORP'>Catholic</ent> Church,
and it is not contained in the Old Latin Vulgate. However, the
Catholic theologian must take into account more than textual
<ent type='NORP'>Catholic</ent> theologian must take into account more than textual
criticism"! (CE. viii, 436.)</p>
<p> A confessed forgery of Holy Writ consciously kept in the
"canonical" text as a fraudulent voucher for a false Trinity --
@ -2714,18 +2715,18 @@ eternity"! This is not an error, however; it is but one more
deliberate clerical "lie to the glory of God."</p>
<p> Abbreviations for most often used sources:</p>
<p> The libraries of the Union Theological Seminary and of
Columbia University, in New York City, were the places of the finds
<ent type='GPE'>Columbia</ent> University, in <ent type='GPE'>New York City</ent>, were the places of the finds
here recorded. Cited so often, space will be saved for more
valuable uses by citing by their initials, -- which will become
very familiar -- my chief ecclesiastical authorities, towit:</p>
<p> The Ante-Nicene Fathers, cited as ANF.; A Collection of the
extant Writings of all the Founders of Christianity down to the
extant Writings of all the Founders of <ent type='NORP'>Christianity</ent> down to the
Council of Nicaea, or Nice, in 325 A.D. American Reprint, eight
volumes. The Christian Literature Publishing Co., Buffalo, N.Y.,
volumes. The Christian Literature Publishing Co., <ent type='GPE'>Buffalo</ent>, N.Y.,
1885. [xxx]</p>
<p> The Nicene and Post-Nicene Fathers, cited as N&amp;PNF.; First and
Second Series; many volumes; same publishers.</p>
<p> The Catholic Encyclopedia, cited as CE.; fifteen volumes and
<p> The <ent type='NORP'>Catholic</ent> Encyclopedia, cited as CE.; fifteen volumes and
index, published under the Imprimatur of Archbishop Farley; New
York, Robert Appleton Co., 1907-9.</p>
<p> The Encyclopedia Biblica, cited as EB., four volumes; Adam &amp;
@ -2736,4 +2737,5 @@ New York, 1914.</p>
Box 926, Louisville, KY 40201
195
</p>
</div>
</div>
</xml>

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> 82 page printout, pages 238 to 319 of 322
CHAPTER VII</p>
<p> THE "TRIUMPH" OF <ent type='NORP'>CHRISTIANITY</ent></p>
@ -135,7 +136,7 @@ offense, in the popular mind, deserved and sometimes received a
punishment as summary as that which is often dealt out in our day
by an infuriated populace to the [supposed] authors of justly
detested crimes. That such intolerance was not peculiar to
Catholicism, but was the NATURAL ACCOMPANIMENT OF DEEP RELIGIOUS
<ent type='NORP'>Catholicism</ent>, but was the NATURAL ACCOMPANIMENT OF DEEP RELIGIOUS
CONVICTION in those, also, who abandoned the Church, is evident
from the measures taken by some of the Reformers -- [ex-children of
True Church, who were there schooled and drilled in the infamies]
@ -290,7 +291,7 @@ Box 926, Louisville, KY 40201
242
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> CHRISTIAN INTOLERANCE</p>
<p> <ent type='NORP'>CHRISTIAN</ent> INTOLERANCE</p>
<p> But no sooner had the priests of the new Superstition foisted
themselves securely into power, and by their threats of hell-fire
dominated the superstitious minds of the ex-<ent type='NORP'>Pagan</ent> <ent type='PERSON'>Constantine</ent> and
@ -346,7 +347,7 @@ Box 926, Louisville, KY 40201
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>began to murder and despoil all who would not pretend to believe as
the Catholic priest commanded them to believe. When today the
the <ent type='NORP'>Catholic</ent> priest commanded them to believe. When today the
Church screams "Persecution!" and "Bigotry!" at every criticism and
every attempt to restrict it in some of its presumptuous
usurpations, let it recall a few of the laws of intolerance,
@ -376,8 +377,8 @@ Bk. II, chs. xxiv-xliii.)</p>
<p> "Edict to the People of the Provinces Concerning the Error of
Polytheism." (Ib. chs. xlviii-xlix.)</p>
<p> "Granting Money to the Churches." (Ib. Bk, x, ch. vi.)</p>
<p> "Catholic Clergy exempt from Certain Civic Duties." (Code
Theod. xvi, 2, 1; 313.) "The Catholic Church freed from Tribute."
<p> "<ent type='NORP'>Catholic</ent> Clergy exempt from Certain Civic Duties." (Code
Theod. xvi, 2, 1; 313.) "The <ent type='NORP'>Catholic</ent> Church freed from Tribute."
(Id. xi, 1, 1; 815.) "Clergymen freed from Financial Burdens." (Id.
xvi, 2, 2; 319.) "The Church allowed to Receive Bequests." (Id.
xvi, 2, 4; 321.)</p>
@ -462,11 +463,11 @@ one guilty of lese majeste, ... for it is sufficiently a crime."
408.) -- "Temples to be Appropriated by the Churches. Temple
Buildings and their Revenues to be Confiscated and idols and
Shrines to be Destroyed." (Id. xvi, 5, 43; xvi, 10, 19; 407.)</p>
<p> "Only Catholics to Serve as Palace Guards." (Cod. Theod. xvi.
<p> "Only <ent type='NORP'>Catholic</ent>s to Serve as Palace Guards." (Cod. Theod. xvi.
5, 42; 408.)</p>
<p> "Laws Against the <ent type='NORP'>Pagan</ent>s to be Enforced": "The Donatists and
other vain heretics and those others who cannot be converted to the
worship of the Catholic communion, Jews and Gentiles who are
worship of the <ent type='NORP'>Catholic</ent> communion, Jews and Gentiles who are
vulgarly known as pagans; ... Let all judges understand, and not
fail to carry out all decrees against such persons." (Id. xvi,. 5,
46; 409.)</p>
@ -477,12 +478,12 @@ fail to carry out all decrees against such persons." (Id. xvi,. 5,
Exiled"' (Id. xvi, 10, 23; 423.)</p>
<p> "<ent type='NORP'>Pagan</ent> Superstition to be Rooted Out": "We are extirpating all
heresies and all falsehoods, all schisms and all superstitions of
the pagans and all errors that are inimicable to the Catholic
the pagans and all errors that are inimicable to the <ent type='NORP'>Catholic</ent>
religion. ... And since all attempt at supplication is denied
forever, they will be punished with the severity befitting crimes."
(Id. xvi, 5, 63; 423.)</p>
<p> "<ent type='NORP'>Pagan</ent>s Barred from Pleading a Case or Serving as Soldiers":
"... and every sect unfriendly with the Catholics should be driven
"... and every sect unfriendly with the <ent type='NORP'>Catholic</ent>s should be driven
out of every city in order that they may not be sullied by the
contagious presence of criminals. We deny to Jews or pagans the
right of pleading a case in court or of serving as soldiers."
@ -502,7 +503,7 @@ Box 926, Louisville, KY 40201
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>heretics of whatever name they are, (and we label as heretic
whoever is not a member of the Catholic Church and of our orthodox
whoever is not a member of the <ent type='NORP'>Catholic</ent> Church and of our orthodox
and holy faith); likewise the pagans who attempt to introduce the
worship of many gods, and the Jews and the Samaritans. ... We
forbid any of the above-mentioned persons to aspire to any dignity
@ -572,7 +573,7 @@ themselves of money bequeathed to them for that purpose.
Slaves were allowed to inform against their heretical masters
and to purchase their freedom by coming over to the Church.
The children of heretical parents were denied their patrimony
and inheritance unless they returned to the Catholic Church.
and inheritance unless they returned to the <ent type='NORP'>Catholic</ent> Church.
The books of heretics were ordered to be burned. (Vide Codex
Theodosianus, lib. XVI, tit. 5, "De Hereticism")</p>
<p> "This legislation remained in force and with even greater
@ -679,14 +680,14 @@ of the ecclesiastical (and State) Inquisition. ... Following
the example of the Apostles, the Church today watches
zealously over the purity and integrity of her doctrine, since
on this rests her whole system of faith and morals, the whole
edifice of Catholic thought, ideals, and life. For this
edifice of <ent type='NORP'>Catholic</ent> thought, ideals, and life. For this
purpose the Church instituted the Index of Prohibited Books,
which is intended to deter Catholics from the unauthorized
which is intended to deter <ent type='NORP'>Catholic</ent>s from the unauthorized
reading of books dangerous to faith or morals, for it is
notorious that clever sophistry coated with seductive language
may render even gross errors of faith palatable to a guileless
and innocent heart. (p. 766.) ... Now, formal heresy was
likewise strongly condemned by the Catholic Middle Ages; and
likewise strongly condemned by the <ent type='NORP'>Catholic</ent> Middle Ages; and
so the argument ran: Apostacy and heresy are, as criminal
offenses against God, far more serious crimes than high
treason, murder, or adultery. ... But, according to Romans
@ -816,7 +817,7 @@ with its terrorizing threats to the superstitious rulers] -- to
stamp crimes against faith (apostasy, heresy, schism) as offenses
against the State. (cf. Cod. Justin., 1, 5, de Haer.: 'Quod in
religionem divinam commttitur, in omnium fertur injuriam.')
Catholic and citizen of the State became identical terms.
<ent type='NORP'>Catholic</ent> and citizen of the State became identical terms.
Consequently crimes against faith were high treason, and as such
were punishable with death." (CE. xiv, p. 768.) A truer statement
of the direful consequences of this enforced prostitution of the
@ -1025,7 +1026,7 @@ Box 926, Louisville, KY 40201
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>With these laws King St. Stephen brought over almost all his people
to the Catholic Faith. ... He [a later King] took strong measures
to the <ent type='NORP'>Catholic</ent> Faith. ... He [a later King] took strong measures
against those who had fallen away from the Faith." (CE. vii,
548-9.)</p>
<p> Thus it was that by war and bloody imposition rather than by
@ -1048,16 +1049,16 @@ great Bishop "Ulphilas (311-388) taught the Goths the Arian
theology; Arian kingdoms arose in Spain, Africa, Italy. The
Gepidae, Heruli, Vandals, Alans, and Lombards received a system
which they were as little capable of understanding as they were of
defending, and the Catholic bishops, the monks, the sword of
defending, and the <ent type='NORP'>Catholic</ent> bishops, the monks, the sword of
Clovis, the action of the papacy, made an end of it before the
eighth century." (CE. i, 707.) Arianism was very simple; it held
that there was but a One-Person God, and denied the Blessed Trinity
of Three-in-One. Thus Arianism was "an attempt to rationalize the
Creed by stripping it of mystery so far as the relation of Christ
to God was concerned" (Ib.). But this simple and de-mystified
theology, the non-Catholic barbarians were too ignorant to
theology, the non-<ent type='NORP'>Catholic</ent> barbarians were too ignorant to
understand; whereas, the other barbarians whose, minds were
enlightened by the Holy Ghost at the point of the Catholic sword,
enlightened by the Holy Ghost at the point of the <ent type='NORP'>Catholic</ent> sword,
were perfectly intelligent to comprehend the Mystery of the Holy
Trinity, -- which would have stumped Aristotle. The Arians had only
to follow the ordinary Multiplication Table -- "One times One is
@ -1723,7 +1724,7 @@ Box 926, Louisville, KY 40201
267
.
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE CHRISTIAN AGE OF FAITH</p>
<p> THE <ent type='NORP'>CHRISTIAN</ent> AGE OF FAITH</p>
<p>under the tutelage of the vicars of the Perfect Teacher. The story
again may be told by the accredited apologists who thus explain
"The Aim of Christian Education," in response to the Divine
@ -1738,7 +1739,7 @@ person in a thousand of the population of Christendom except
priests, could read or write his own name. The "education" of the
Clergy will be known by its fruits, of which we shall have some
tastes. Thus CE. discloses</p>
<p> THE AIM OF CHRISTIAN EDUCATION</p>
<p> THE AIM OF <ent type='NORP'>CHRISTIAN</ent> EDUCATION</p>
<p> "To these Apostles He gave the command, 'Going therefore,
teach ye all nations' (Matt. xxviii, 19) -- [a forged Mandate,
as we have seen]. These [forged] words are the charter of the
@ -1877,17 +1878,17 @@ and then more rapidly, away from the positive teachings of
and finally proclaimed itself the only sort of knowledge worth
seeking. ...</p>
<p> "During three centuries past, the main endeavor outside the
Catholic Church has been to establish education on a purely
<ent type='NORP'>Catholic</ent> Church has been to establish education on a purely
naturalistic basis, whether this be aesthetic culture or scientific
knowledge, individual perfection or social service. ... The
Catholic Church has been obliged to carry on ... the struggle in
<ent type='NORP'>Catholic</ent> Church has been obliged to carry on ... the struggle in
behalf of those truths on which <ent type='NORP'>Christianity</ent> is founded; and her
educational work during the modern period may be described in
general terms as the steadfast maintenance of the union between the
natural and the supernatural. ... It is specially the parochial
school that has served in recent times as an essential factor in
the work of religion. ... Sound moral instruction is impossible
apart from religious education. ... Catholic parents are bound in </p>
apart from religious education. ... <ent type='NORP'>Catholic</ent> parents are bound in </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
270
@ -1916,7 +1917,7 @@ the secular branches in such a way that religion is the
centralizing, unifying, and vitalizing force in the
educational process." (CE. xiii, 555.)</p>
<p> A. THE MORAL "FRUITS" OF <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE CHRISTIAN "MORALITY LIE")</p>
<p> THE <ent type='NORP'>CHRISTIAN</ent> "MORALITY LIE")</p>
<p> "Apart from Religion the observance of the Moral Law is
impossible." (CE. x, 559.)</p>
<p> "The wonderful efficacy displayed by the religion of Christ in
@ -2058,7 +2059,7 @@ brings forth," and even the most unregenerate critic of
the religion of Christ in purifying the morals of Europe has no
parallel" in any religion or history known to mankind. The
following passages are word for word from Volume I -- (unless
otherwise indicated), -- of the Catholic Encyclopedia, arranged </p>
otherwise indicated), -- of the <ent type='NORP'>Catholic</ent> Encyclopedia, arranged </p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
273
@ -2185,13 +2186,13 @@ Box 926, Louisville, KY 40201
FORGERY IN <ent type='NORP'>CHRISTIANITY</ent></p>
<p>revelations made manifest! The Christian trait of love for enemies
is exemplified: "The sudden death of Arius [attributed to poison]
was looked upon by contemporary Catholics as an answer to the
was looked upon by contemporary <ent type='NORP'>Catholic</ent>s as an answer to the
prayers of the good bishop." (CE. i, 285.) All the "new nations"
except the Franks, converted under Clovis, were "Arian heretics";
and for some four centuries maybe a million throats were cut in the
name of One God or Three, before the "divine revelation" of Three-in-One won out.</p>
<p> "The accession of <ent type='PERSON'>Constantine</ent> found the <ent type='NORP'>African</ent> Church rent by
controversies and heresies: Catholics and Donatists contended not
controversies and heresies: <ent type='NORP'>Catholic</ent>s and Donatists contended not
only in a wordy warfare, but also in a violent and sanguinary way.
... Attempts at reconciliation, at the suggestion of the Emperor
Constantius, only widened the breach, and led to armed repression,
@ -2282,7 +2283,7 @@ and the unholy crusade against the Albigenses, tens of thousands of
whom were butchered and the fairest half of France laid desolate.
The motive for this unprecedented butchery and devastation is
naively confessed to be "their wealth ... their contempt for the
Catholic clergy, caused by the ignorance and the worldly, too
<ent type='NORP'>Catholic</ent> clergy, caused by the ignorance and the worldly, too
frequently scandalous lives of the latter" (268). "With the zeal of
an apostle St. Anthony [d. 1231] undertook to reform the morality
of his time; ... enormous scandals were repaired" (557). "The
@ -2316,7 +2317,7 @@ unity. He thus incurred the displeasure of Gregory XII [who deposed
him]. At, the Council of Pisa (1409) he preached the opening
sermon, a scathing condemnation of the rival popes, and presided at
the deliberations of the theologians who declared those popes
heretics and schismatics ... in the riven Catholic world. ... His
heretics and schismatics ... in the riven <ent type='NORP'>Catholic</ent> world. ... His
legitimacy was soon questioned, and the world was chagrined to find
that instead of two popes it now had three. ... Whether or not
Alexander was a true pope is a question still discussed" (288-9).</p>
@ -2443,10 +2444,10 @@ Ciceronian pedantries [of sundry Cardinals named]; he quotes
with disgust the paganizing terms in which some Roman
preachers travestied the persons and scenes of the Gospels,
... outcry against cancerous vices which were sapping the life
of Italy. ... [Some] demanded reform according to Catholic
of Italy. ... [Some] demanded reform according to <ent type='NORP'>Catholic</ent>
principles [Others] taught education in principle and practice
on orthodox lines. ... The Sorbonne objected, however, to any
publication of Scripture without approved Catholic notes; and
publication of Scripture without approved <ent type='NORP'>Catholic</ent> notes; and
this in a day which might be justly termed one of rebuke and
blasphemy. ... Poggio, the mocking adversary of the clergy,
was for half a century in the service of the popes. Filelfo,
@ -2508,7 +2509,7 @@ provoked so many nations to revolt from the clergy ... did the most
astonishing feat recorded in modern history' He reformed the Church
by means of the papacy when sunk to its lowest ebb; and he took the
heathen classics from neo-pagans to make them the instruments of
Catholic education. ... In May, 1527, Rome was laid waste, its
<ent type='NORP'>Catholic</ent> education. ... In May, 1527, Rome was laid waste, its
churches profaned, its libraries pillaged, by a rabble of
miscreants.' But,' said the Cardinal Cajetan,'it was a just
judgment on the Romans.' ... It was a change so marked that
@ -2616,7 +2617,7 @@ have been retarded for a thousand years" -- What would not
Civilization be today but for the "sweetness and light" of the
Church and its Dark Ages of Faith?</p>
<p> B. THE INTELLECTUAL "FRUITS" OF <ent type='NORP'>CHRISTIANITY</ent></p>
<p> THE CHRISTIAN "EDUCATION LIE,"</p>
<p> THE <ent type='NORP'>CHRISTIAN</ent> "EDUCATION LIE,"</p>
<p> "Of course, the beginnings of all profane knowledge can be
traced back to the time when 'Priest' and 'scholar' meant one and
the same thing." (CE. vi, 447.)</p>
@ -2939,12 +2940,12 @@ centuries, when we discover this amazing lack of clerical learning
and intelligence confessed by the Church. The Protestant heresy was
at its zenith; in 1559-74 the Protestants published an
Ecclesiastical History called "Centuriators," in thirteen volumes,
"showing century by century, how far the Catholic Church had
"showing century by century, how far the <ent type='NORP'>Catholic</ent> Church had
departed from primitive teaching and practices," as CE. describes
it. This heretic work caused "keen distress and dismay in Catholic
it. This heretic work caused "keen distress and dismay in <ent type='NORP'>Catholic</ent>
circles; and provided the Reformers with a formidable weapon of
attack on the Catholic Church. It did much harm. The feasibility of
a counter-attack appealed to Catholic scholars, but nothing
attack on the <ent type='NORP'>Catholic</ent> Church. It did much harm. The feasibility of
a counter-attack appealed to <ent type='NORP'>Catholic</ent> scholars, but nothing
adequate was provided, for the science of history was still a thing</p>
<p> Bank of Wisdom
Box 926, Louisville, KY 40201
@ -2965,7 +2966,7 @@ historical knowledge, literature, and general intellectual culture.
In the grand realm of the Sciences, which the Church has ever
cherished and encouraged, may we hope for bigger and better
results?</p>
<p> CHRISTIAN "SCIENCE"</p>
<p> <ent type='NORP'>CHRISTIAN</ent> "SCIENCE"</p>
<p> "The Church, far from hindering the pursuit of the sciences,
fosters and promotes them in many ways." (CE. xiii, 609.)</p>
<p> "When a dogma contradicts a scientific assertion, the latter
@ -3687,7 +3688,7 @@ but monkish lore or religious lies. The Church apologizes, that
turned Christians were learning slowly to be civilized, from 476
[the end of the Roman Empire] to 1400." (CE. xii, 765.) But, the
Eastern Empire, dominated by the original "Orthodox" Eastern
Catholic Church, was never "overthrown by the barbarians," but
<ent type='NORP'>Catholic</ent> Church, was never "overthrown by the barbarians," but
remained in quiet and undisputed possession of its Faith and
"Christian Civilization"; but its whole history is almost as foul
and besotted, blood-reddened and Christian-barbarous as the Western
@ -3817,14 +3818,14 @@ heretic because he failed to be elected pope. Also having drunk to
excess, he fell by the roadside, and in this condition was killed
by swine. And for that reason, his followers abhor pork even unto
this day"! This notable occurrence was probably later than the time
when Buddha was canonized a Catholic Saint.</p>
when Buddha was canonized a <ent type='NORP'>Catholic</ent> Saint.</p>
<p> "THE MARKS OF THE BEAST"</p>
<p> "And the Beast was taken ... which deceived them that had
received the Mark of the Beast ... and both were cast alive into a
lake of fire burning with brimstone." (Rev. xix, 20.)</p>
<p> The Apocalyptic Marks of the Beast are translated by
ecclesiastical sophism into the pretended "Four Marks of the
Church": Apostolicity, Sanctity, Unity, Catholicity, as branded
Church": Apostolicity, Sanctity, Unity, <ent type='NORP'>Catholic</ent>ity, as branded
upon the "Visible Body of Christ" by the Formula of the Council of
Constantinople in 381 A.D. (CE. iii, 450-758). The first two of
these Marks we have seen totally obliterated by the processes of </p>
@ -3846,7 +3847,7 @@ Arab incursion, and within one century the Church lost its most
splendid fields and Churches, the vast Christian territories of
Asia and Africa, and Spain. The "Great Schism" between East and
West tore the immense Eastern Empire from the "Unity" of the True
"Catholic" Church. The Turks, turned Mohammedan, in turn wrested
"<ent type='NORP'>Catholic</ent>" Church. The Turks, turned Mohammedan, in turn wrested
the lost Eastern Empire from <ent type='NORP'>Christianity</ent> and it became Infidel, as
mostly it remains today. Then came the "so-called Reformation"
revolt of Luther: "The effect of the Reformation was to separate
@ -4343,10 +4344,10 @@ opinion, belief, status, we would all be savages still. In matter
of religion, the ancestors of every one of us were once <ent type='NORP'>Pagan</ent>s, and
those who became Christians were dubbed "atheists" by those
remaining faithful to the old gods, -- until they too changed to
the new. Then these ex-<ent type='NORP'>Pagan</ent> ancestors of ours were Catholics, of
the new. Then these ex-<ent type='NORP'>Pagan</ent> ancestors of ours were <ent type='NORP'>Catholic</ent>s, of
the "orthodox" or one of the ninety-odd "heretic" brands which
finally perished or conformed by Grace of God and the Orthodox
sword. Others many of our good Catholic ancestors just a few
sword. Others many of our good <ent type='NORP'>Catholic</ent> ancestors just a few
hundred years ago became "heretics" of the Protestant brands, and
so continue or until lately continued, -- and then threw off the
old tradition of faith, and became Rationalists. Every gradation of
@ -4400,7 +4401,7 @@ who refused to take the name of Christian, or continued to offer
incense to the old gods, or became "heretics" to the official
Faith; all who were guilty of these "crimes -- let them be stricken
by the avenging sword." As the newer "barbarian"' nations came upon
the Christian scene, "the Catholic Faith was spread by the sword"
the Christian scene, "the <ent type='NORP'>Catholic</ent> Faith was spread by the sword"
among and upon them, and all who hesitated or backslid were
murdered by Christian law and sword. Crass ignorance, credulity and
superstition were then imposed and enforced upon Christendom in
@ -4782,16 +4783,16 @@ FORGERY DEFINED. . . . . . . . . . . . . . . . . . . . . . . 12
RELIGIOUS LAWS OF OUTLAWRY . . . . . . . . . . . . . . . . . 19
CONTENTS . . . . . . . . . . . . . . . . . . . . . . . . . . 23
CHAPTER I. . . . . . . . . . . . . . . . . . . . . . . . . . 24
<ent type='NORP'>PAGAN</ent> FRAUDS -- CHRISTIAN PRECEDENTS . . . . . . . . . . . . 24
<ent type='NORP'>PAGAN</ent> FRAUDS -- <ent type='NORP'>CHRISTIAN</ent> PRECEDENTS . . . . . . . . . . . . 24
THE DAWN-MAN AND THE SHAMAN. . . . . . . . . . . . . . . . . 25
<ent type='NORP'>PAGANISM</ent> AT THE CROSS-ROADS WITH
<ent type='NORP'>CHRISTIANITY</ent>. . . . . . . . . . . . . . . . . . . . . . 29
APOLLONIUS OF TYANA. . . . . . . . . . . . . . . . . . . . . 31
SIMON MAGUS. . . . . . . . . . . . . . . . . . . . . . . . . 32
SUPERSTITIONS AND REVELATIONS. . . . . . . . . . . . . . . . 34
CHRISTIAN "REVELATION" DEFINED AND DISPROVED . . . . . . . . 35
MITHRAISM -- AND CHRISTIAN MYTH. . . . . . . . . . . . . . . 36
"MITHRAISM" -- PRE-CHRISTIAN <ent type='NORP'>CHRISTIANITY</ent>. . . . . . . . . . 37
<ent type='NORP'>CHRISTIAN</ent> "REVELATION" DEFINED AND DISPROVED . . . . . . . . 35
MITHRAISM -- AND <ent type='NORP'>CHRISTIAN</ent> MYTH. . . . . . . . . . . . . . . 36
"MITHRAISM" -- PRE-<ent type='NORP'>CHRISTIAN</ent> <ent type='NORP'>CHRISTIANITY</ent>. . . . . . . . . . 37
BUDDHISM IN <ent type='NORP'>CHRISTIANITY</ent> . . . . . . . . . . . . . . . . . . 42
ALL DEVILISH IMITATIONS! . . . . . . . . . . . . . . . . . . 46
THE SIBYLLINE ORACLES. . . . . . . . . . . . . . . . . . . . 47
@ -4807,20 +4808,20 @@ THE SEPTUAGINT AND THE "VIRGIN-BIRTH" FRAUD. . . . . . . . . 68
OTHER HEBREW SACRED FORGERIES. . . . . . . . . . . . . . . . 70
THE "INSPIRED" HEBREW SCRIPTURES . . . . . . . . . . . . . . 72
FORGERY BY CONTRADICTIONS. . . . . . . . . . . . . . . . . . 74
OUR "PHONY" CHRISTIAN ERA. . . . . . . . . . . . . . . . . . 74
OUR "PHONY" <ent type='NORP'>CHRISTIAN</ent> ERA. . . . . . . . . . . . . . . . . . 74
FORGERY BY FALSE TRANSLATIONS. . . . . . . . . . . . . . . . 76
The "God" Forgery. . . . . . . . . . . . . . . . . . . . . . 77
The "Adam" Forgery . . . . . . . . . . . . . . . . . . . . . 78
The "Soul" Forgery . . . . . . . . . . . . . . . . . . . . . 78
The "Mosaic Revelation" Forgery. . . . . . . . . . . . . . . 78
THE ANCIENT IDEA OF "HISTORY". . . . . . . . . . . . . . . . 80
CHRISTIAN "REVELATIONS" IN JEWISH FORGERIES. . . . . . . . . 84
<ent type='NORP'>CHRISTIAN</ent> "REVELATIONS" IN JEWISH FORGERIES. . . . . . . . . 84
CHAPTER III. . . . . . . . . . . . . . . . . . . . . . . . . 89
CHRISTIAN "SCRIPTITRE" FORGERIES . . . . . . . . . . . . . . 89
<ent type='NORP'>CHRISTIAN</ent> "SCRIPTITRE" FORGERIES . . . . . . . . . . . . . . 89
"THE AGE OF APOCRYPHAL LITERATURE" . . . . . . . . . . . . . 92
"THE IDEA OF INSPIRATION". . . . . . . . . . . . . . . . . . 93
"THE LYING PEN OF THE SCRIBES" . . . . . . . . . . . . . . . 94
"CHRISTIAN EVIDENCES" -- FORGED. . . . . . . . . . . . . . . 95
"<ent type='NORP'>CHRISTIAN</ent> EVIDENCES" -- FORGED. . . . . . . . . . . . . . . 95
FORGED GOSPELS, ACTS, EPISTLES . . . . . . . . . . . . . . . 96
THE FORGFD "APOSTLES' CREED" . . . . . . . . . . . . . . . . 101
THE FORGED ATHANASIAN CREED. . . . . . . . . . . . . . . . . 101
@ -4842,9 +4843,9 @@ APOSTOLIC GREED AND STRIFE.. . . . . . . . . . . . . . . . . 116
The Apostolic Fathers. . . . . . . . . . . . . . . . . . . . 117
The Sub-Apostolic Fathers. . . . . . . . . . . . . . . . . . 122
JESUS DIED OF OLD AGE! . . . . . . . . . . . . . . . . . . . 126
THE <ent type='NORP'>PAGAN</ent> "LOGOS" CHRISTIANIZED. . . . . . . . . . . . . . . 134
THE <ent type='NORP'>PAGAN</ent> "LOGOS" <ent type='NORP'>CHRISTIAN</ent>IZED. . . . . . . . . . . . . . . 134
AUGUSTINE "PHILOSOPHY OF HISTORY". . . . . . . . . . . . . . 139
CHRISTIAN <ent type='NORP'>PAGANISM</ent> . . . . . . . . . . . . . . . . . . . . . 145
<ent type='NORP'>CHRISTIAN</ent> <ent type='NORP'>PAGANISM</ent> . . . . . . . . . . . . . . . . . . . . . 145
CHAPTER V. . . . . . . . . . . . . . . . . . . . . . . . . . 148
THE "GOSPEL" FORGERIES . . . . . . . . . . . . . . . . . . . 148
STILL TINKERING AT IT! . . . . . . . . . . . . . . . . . . . 150
@ -4884,7 +4885,7 @@ THE FORGED APOSTOLIC CONSTITUTIONS . . . . . . . . . . . . . 197
THE FORGED "APOSTOLIC CANONS". . . . . . . . . . . . . . . . 198
THE FORGED LIBER PONTIFICALIS. . . . . . . . . . . . . . . . 198
THE "CONVERSION OF CONSTANTINE" FRAUD. . . . . . . . . . . . 199
CHRISTIAN FORGERIES FOR POWER AND PELF . . . . . . . . . . . 204
<ent type='NORP'>CHRISTIAN</ent> FORGERIES FOR POWER AND PELF . . . . . . . . . . . 204
THE "CONSTANTINE" FORGERIES. . . . . . . . . . . . . . . . . 205
FORGED DEEDS OF EMPIRE . . . . . . . . . . . . . . . . . . . 205
THE FORGED LETTER OF ST. PETER . . . . . . . . . . . . . . . 206
@ -4918,7 +4919,7 @@ THE GOSPEL OF FEAR AND TREMBLING . . . . . . . . . . . . . . 240
UNBORN BABES TO BURN FOREVER . . . . . . . . . . . . . . . . 241
A CONTRAST IN TOLERANCE. . . . . . . . . . . . . . . . . . . 241
THE EDICT OF MILAN (313) . . . . . . . . . . . . . . . . . . 242
CHRISTIAN INTOLERANCE. . . . . . . . . . . . . . . . . . . . 243
<ent type='NORP'>CHRISTIAN</ent> INTOLERANCE. . . . . . . . . . . . . . . . . . . . 243
FAITH ENFORCED BY LAWS OF MURDER . . . . . . . . . . . . . . 243
LAWS OF CONSTANTINE. . . . . . . . . . . . . . . . . . . . . 244
LAWS OF CONSTANTIUS AND CONSTANS . . . . . . . . . . . . . . 245
@ -4934,14 +4935,14 @@ THE "FRUITS" OF <ent type='NORP'>CHRISTIANITY</ent> . . . . . . . . . . . . . .
"THE GLORY THAT WAS GREECE". . . . . . . . . . . . . . . . . 258
THE POWER THAT WAS ROME. . . . . . . . . . . . . . . . . . . 266
<ent type='NORP'>PAGAN</ent> CULTURAL RESULTS . . . . . . . . . . . . . . . . . . . 267
THE CHRISTIAN AGE OF FAITH . . . . . . . . . . . . . . . . . 268
THE AIM OF CHRISTIAN EDUCATION . . . . . . . . . . . . . . . 268
THE <ent type='NORP'>CHRISTIAN</ent> AGE OF FAITH . . . . . . . . . . . . . . . . . 268
THE AIM OF <ent type='NORP'>CHRISTIAN</ent> EDUCATION . . . . . . . . . . . . . . . 268
THE MORAL "FRUITS" OF <ent type='NORP'>CHRISTIANITY</ent> . . . . . . . . . . . . . 271
THE CHRISTIAN "MORALITY LIE"). . . . . . . . . . . . . . . . 271
THE <ent type='NORP'>CHRISTIAN</ent> "MORALITY LIE"). . . . . . . . . . . . . . . . 271
THE INTELLECTUAL "FRUITS" OF <ent type='NORP'>CHRISTIANITY</ent>. . . . . . . . . . 283
THE CHRISTIAN "EDUCATION LIE," . . . . . . . . . . . . . . . 283
THE <ent type='NORP'>CHRISTIAN</ent> "EDUCATION LIE," . . . . . . . . . . . . . . . 283
THE MONKS "PRESERVED THE CLASSICS" . . . . . . . . . . . . . 284
CHRISTIAN "SCIENCE". . . . . . . . . . . . . . . . . . . . . 289
<ent type='NORP'>CHRISTIAN</ent> "SCIENCE". . . . . . . . . . . . . . . . . . . . . 289
THE REBIRTH OF CIVILIZATION. . . . . . . . . . . . . . . . . 296
Gulliver Awakes. . . . . . . . . . . . . . . . . . . . . . . 296
BENEFIT OF CLERGY. . . . . . . . . . . . . . . . . . . . . . 297
@ -4957,4 +4958,5 @@ AN APPEAL TO REASON. . . . . . . . . . . . . . . . . . . . . 311</p>
Box 926, Louisville, KY 40201
322
</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p> in
********************* EVERYDAY LIFE ********************</p>
<p> by
@ -12,7 +13,7 @@ I T.B. Pawlicki I
I 843 FORT STREET I
I VICTORIA, BRITISH COLUMBIA I
I V8W 1H6 I
I CANADA I
I <ent type='GPE'>CANADA</ent> I
I______________________________I </p>
<p> Thank you for participating in a pioneering publishing </p>
<p>venture. </p>
@ -224,7 +225,7 @@ believe that anyone may freely copy published material in any </p>
<p>publishers for paper versions of my disc books. These discs hold </p>
<p>the beginning of a 75000 word paper book, heavily illustrated </p>
<p>with animated illustrations included on disc, under the title </p>
<p>TIME TRAVEL --- The Secret Science of The UFOs. Availing myself
<p>TIME TRAVEL --- The Secret Science of The <ent type='EVENT'>UFOs</ent>. Availing myself
----------- ------------------------------
of the impermanent and quasiconversational nature of magnetic </p>
<p>correspondence, I have included many speculations and tangents </p>
@ -238,7 +239,7 @@ of the impermanent and quasiconversational nature of magnetic </p>
<p>constructing their own Philadelphia Experiments in their home </p>
<p>workshops; at least one researcher I know is doing it already, </p>
<p>in California. Let me know whether you are willing to buy </p>
<p>TIME TRAVEL --- The Secret Science of The UFOs at a prepublication
<p>TIME TRAVEL --- The Secret Science of The <ent type='EVENT'>UFOs</ent> at a prepublication
----------- ------------------------------
price of $10 or a postpublication price of $16. Send no money. I </p>
<p>only want to know whether there is a market for a paper book </p>
@ -279,4 +280,5 @@ First Amendment --- entitling Larry Flint to turn a dollar in
the pre-eminently profitable religious market. It isn't belief
in the Bible that fomented the most vicious wars, but belief in
the infallible veracity of the publishers.</p>
</div>
</div>
</xml>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<div class="article">
<xml>
<div class="article">
<p>FREE TRADE VERSUS PROTECTIONISM</p>
<p>By RICHARD M. EBELING</p>
<p>A specter is haunting the economies of the world. It is the
@ -145,7 +146,7 @@ would only want to sell out if either the political or
economic climate in the U.S. became less attractive as
compared to other countries. But are these not the same
incentives and motives which guide Americans who invest and
save in New York rather than California, or in the U.S. rather
save in <ent type='GPE'>New York</ent> rather than California, or in the U.S. rather
than some other country?</p>
<p>While there will always be necessary adjustments to new and
changing circumstances, free trade between nations ultimately
@ -170,4 +171,5 @@ PO Box 9752, Denver, Colorado 80209, 303-777-3588.
Permission granted to reprint; please give appropriate credit
and send one copy of reprinted material to the Foundation.
</p>
</div>
</div>
</xml>

Some files were not shown because too many files have changed in this diff Show more