Antievolution Home Page Topics Projects Services Features People Books Links


Tallying the Arguments

REQUEST extracted.

\n"; } assign_mt(); $form_srcid = $_REQUEST['form_srcid']; $form_cmd = $_REQUEST['form_cmd']; $form_micid = $_REQUEST['form_micid']; $form_pw = 0; // Unprivileged user only $user_lvl = 0; /* echo "

form_srcid: " . $form_srcid . "

\n"; echo "

form_micid: " . $form_micid . "

\n"; echo "

form_cmd: " . $form_cmd . "

\n"; */ switch ($form_cmd) { case '': //echo "

Null command detected.

\n"; // pick_source_form(); ?>

This is a collaborative project to exhaustively catalogue the arguments made in various antievolutionary source materials. The public can view the results so far by using this page.

Potential uses for the data collected here range from pure scholarship (tracing the deployment of antievolution arguments over time) to legal issues (demonstrating the close links between all antievolution argumentation).

If you would like to contribute time in cataloguing a source or some defined part of a source, please visit this thread on the discussion board where this project is coordinated.

Because volunteers need to have the source works, you can also help by contributing funds for the purchase and shipping of sources to volunteers:

I will check into the possibility of making this project one sponsored by the TalkOrigins Foundation, which would mean that contributions there would be tax-deductible. For the moment, though, this is just me. -- Wesley R. Elsberry

View Source detected.

\n"; $form_cmd = "view_source"; view_source(); break; case 'View by Argument': case 'view_by_arg': echo "

View by Argument detected.

\n"; $form_cmd = "view_by_arg"; view_by_arg(); break; /* case 'Edit Source': case 'edit_source': //echo "

Edit Source detected.

\n"; $form_cmd = "edit_source"; edit_source_form(); break; case 'Add a New Source': case 'add_source': //echo "

Add Source detected.

\n"; $form_cmd = "add_source"; edit_source_form(); break; case 'update_source': //echo "

Update Source detected.

\n"; update_source(); break; case 'insert_source': //echo "

Insert Source detected.

\n"; insert_source(); break; case 'Add a New Argument': case 'add_arg': //echo "

Add Argument detected.

\n"; $form_cmd = "add_arg"; add_arg_form(); break; case 'Edit an Argument': case 'edit_arg': //echo "

Edit Argument detected.

\n"; $form_cmd = "edit_arg"; add_arg_form(); break; case 'update_arg': //echo "

Update Argument detected.

\n"; update_arg(); break; case 'insert_arg': //echo "

Insert Argument detected.

\n"; insert_arg(); break; case 'New Vendor': // bring up an entry form screen //echo "

New Vendor detected.

\n"; new_vendor_form(); break; case 'Add Vendor': // Actually enter the info for vendor //echo "

Add Vendor detected.

\n"; add_vendor(); break; case 'Add Sold By': // Item sales entry //echo "

Add Sold By detected.

\n"; add_soldby_form(); break; case 'Insert Sold By': // Item sales entry //echo "

Insert Sold By detected.

\n"; insert_soldby(); break; */ //echo "

Unknown command " . $form_cmd . " detected.

\n"; } // end switch pick_source_form(); ?>

Antievolution Home Page Topics Projects Services Features People Books Links

[Home] | [Topics] | [Projects] | [Services] | [Features] | [People] | [Books] | [Links]

Vendor record successfully inserted.

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?> Source record successfully inserted: .

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?> Updating source record by ".$q."

\n"; $db_result = do_sql($q); echo "

SQL applied.

\n"; if (!$db_err) { echo "

Source record successfully updated: ".$q."

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?> Argument record successfully inserted: ".$q."

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?> Argument record successfully updated.
".$q."

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?> Argument record successfully inserted: ".$q."

\n"; //echo "

DB_result: ". $db_result . "

\n"; } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } } ?>

 

Edit Source Form

q: ". $q . "

\n"; //echo "

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; while ($row = mysql_fetch_assoc($db_result)) { $catary[] = $row['catname']; //echo "

".$row['catname']."

\n"; } mysql_free_result($db_result); if ("edit_source" == $form_cmd) { // Get information from DB $q = "SELECT * from aesrc_src WHERE srcid='" . clean($form_srcid,11) . "'"; $db_result = do_sql($q); //echo "

q: ". $q . "

\n"; //echo "

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; //while ( $row = mysql_fetch_assoc($db_result); //) { $form_title = $row['title']; $form_shorttitle = $row['shorttitle']; $form_author = $row['author']; $form_publisher = $row['publisher']; $form_date = $row['date']; $form_pubtype = $row['pubtype']; $form_url = $row['url']; $form_bib = $row['bib']; $form_category = $row['category']; //} mysql_free_result($db_result); ?>

Title:

Short Title (for use in "select" fields):

Author(s):

Publisher:

Date of publication (yyyy/mm/dd):

URL:

Bibliographic entry:

Publication type:

Title:

Short Title (for use in "select" fields):

Author(s):

Publisher:

Date of publication (yyyy/mm/dd):

URL:

Bibliographic entry:

Publication type:

Category of source:

 

add sold by form

Source:

Vendor:

(If the vendor is not in the list, select "New Vendor" below before adding a "sold by" record.)

URL:

Price:

Code:

 

 

add sold by form

Vendor:

Vendor:

Home URL:

Address:

Phone:

Fax:

 

 

Add/Edit Argument

Source: 

q: ". $q . "

\n"; //echo "

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; $row = mysql_fetch_assoc($db_result); $form_title = $row['title']; $form_shorttitle = $row['shorttitle']; $form_author = $row['author']; $form_publisher = $row['publisher']; $form_date = $row['date']; $form_pubtype = $row['pubtype']; $form_url = $row['url']; $form_bib = $row['bib']; $form_category = $row['category']; mysql_free_result($db_result); ?>
Source Information
".$form_title."
\n"; } else { echo "

".$form_title."
\n"; } ?>

()
()

:


DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; //echo "

Arguments made in source:

\n"; $row = mysql_fetch_assoc($db_result); $form_srcid = $row['srcid']; $form_argid = $row['argid']; $form_mi_class = $row['mi_class']; $form_place = $row['place']; $form_newarg_desc = $row['newarg_desc']; $form_quote = $row['quote']; $form_url = $row['url']; } ?>
Argument Entry

Place (page in book, minute in film, etc.):
>

"; } ?> "; } ?>

URL (if on a web page):
>

Argument:

Please quote the source's use of the given argument. Accuracy is essential.

Check the arguments given below. If none of those matches the argument you've found, check a category radio box below and enter information about the new argument here.

>CA: Philosophy and Theology

CA000: Ethics
>CA001. Evolution is the foundation of an immoral worldview.
>CA001.1. Crime rates etc. have increased since evolution began to be taught. 
>CA002. Survival of the fittest implies might makes right.
>CA002.1. Evolution leads to social Darwinism.
>CA002.2. Marx admired and corresponded with Darwin. 
>CA005. Evolution is racist.
>CA005.1. Darwin himself was racist.
>CA005.2. Darwin's work refers to "preservation of favoured races".
>CA005.3. T. H. Huxley was racist. 
>CA006. Evolution encourages eugenics.
>CA006.1. Hitler based his views on Darwinism. 
>CA008. Evolution encourages promiscuity and lust.
>CA009. Evolution teaches that we are animals and to behave as such.
>CA010. Homosexuality receives approval from evolutionists.
>CA012. Evolutionists are intellectual snobs.
>CA040. Fairness demands evolution and creation be given equal time.
>CA041. Teach the controversy.
>CA041.1. Federal law (Santorum Amendment) supports teaching alternatives. 
>CA042. Biology can reasonably be taught without evolution.
>CA045. Inherit the Wind is false propaganda.
CA100-CA499: Epistemology
>CA100: Foundation of Knowledge
>CA100. Argument from incredulity
>CA100.1. Evolution leaves lots of things unexplained. 
CA110: Argument from Authority
>CA110. Evolution will soon be widely rejected.
>CA111. Many current scientists reject evolution.
>CA112. Many scientists find problems with evolution.
>CA113. Quote mining
>CA113.1. Darwin on evolution of the eye. 
>CA114. Many famous scientists were creationists.
>CA114.1. Lord Kelvin was a creationist.
>CA114.2. Linnaeus was a creationist.
>CA114.10. Fabre was a creationist.
>CA114.22. Louis Pasteur was a creationist.
>CA114.28. Steno was a creationist. 
>CA118. Your arguments do not count because you are not qualified. 
>CA120. An evolved mind is fallible, its conclusions untrustworthy. 
CA200: Theory of Science
>CA201. Evolution is only a theory.
>CA202. Evolution has not been proved.
>CA210. Evolution does not make predictions.
>CA211. Evolution can not be falsified.
>CA212. Evolution is ambiguously defined.
>CA215. Evolution is a useless theory.
>CA220. Evolution can not be replicated.
>CA221. Were you there?
>CA230. Interpreting evidence is not the same as observation.
>CA230.1. Evolutionists interpret evidence on the basis of their preconceptions.
>CA240. Ockham's Razor says the simplest explanation (creation) is preferred.
>CA250. Scientific findings are always changing. 
CA300-CA499: Scientific Method
>CA301. Science is naturalistic. (see als>CA601: Methodological naturalism)
>CA301.1. Naturalistic science will miss a supernatural explanation.
>CA310. Scientists find what they expect to find.
>CA320. Scientists are pressured not to challenge established dogma.
>CA320.1. Mims was fired because he was a creationist.
>CA320.2. Damadian was denied a Nobel prize because he was a creationist. 
>CA321. Scientists are motivated to support naturalism and reject creationism.
>CA321.1. Scientists' conclusions are motivated by money. 
>CA325. Creationists are prevented from publishing in science journals.
>CA340. Evolutionists do not accept debate challenges.
>CA341. Evolutionists have not met Hovind's challenge to prove evolution.
>CA342. Evolutionists do not accept Walt Brown's debate challenge.
>CA343. Evolutionists refuse Mastropaolo's "Life Science Prize" challenge. 
>CA350. No gradual biochemical evolution models have been published. 
>CA500. "Survival of the fittest" is a tautology.
>CA510. Creationism and evolution are the only 2 models.
>CA510.1. Problems with evolution are evidence for creation. 
>CA520. The Origin of Species does not address speciation. 
CA600: Theology
>CA601. Evolution requires naturalism.
>CA601.1. Evolution's materialism or naturalism denies a role for God.
>CA602. Evolution is atheistic.
>CA602.1. Darwin made it easy to become an intellectually fulfilled atheist.
>CA602.2. Scientists aim to make God unnecessary. 
>CA603. Naturalistic evolution rules out all but a Deist god.
>CA610. Evolution is a religion.
>CA611. Evolutionary theory has become sacrosanct.
>CA612. Evolution requires as much faith as creationism.
>CA620. If man comes from random causes, life has no purpose or meaning.
>CA622. Without a literal Fall, there is no need for Jesus and redemption.
>CA630. Animals are not moral, aesthetic, idealistic, or religious.
>CA640. Do you want to be descended from a monkey?
>CA650. Death and suffering before humanity implies an unmerciful God.
>CA651. God would have pronounced death and suffering "very good."
>CA652. Christ's death was unjust if physical death was not the penalty for sin. 
>CA660. Pope's statement about evolution was mistranslated.
>CA662. It is not true that the church used to teach a flat earth. 
>CB: Biology

CB0: Abiogenesis
>CB000. Pasteur proved life only comes from life (law of biogenesis).
>CB010. The odds of life forming are incredibly small.
>CB010.1. Even the simplest life is incredibly complex.
>CB010.2. First cells could not come together by chance. 
>CB015. DNA needs proteins to form; proteins need DNA.
>CB020. Why is new life not still being generated today?
>CB025. Not all amino acids needed for life have been formed experimentally.
>CB026. Abiogenesis experiments produce toxins, such as cyanide and formaldehyde.
>CB030. Early molecules would have decayed.
>CB030.1. Early molecules would have been destroyed by ultraviolet light. 
>CB035. Miller's experiments had an invalid assumption of the type of atmosphere.
>CB035.1. Earth's early atmosphere had abundant oxygen.
>CB035.2. Earth's early atmosphere had no reducing gases.
>CB035.3. Amino acids are not generated from just CO2, nitrogen, and water. 
>CB040. Life uses only left-handed amino acids.
>CB050. Abiogenesis is speculative without evidence.
>CB090. Evolution is baseless without a theory of abiogenesis. 
CB100: Genetics
>CB100. Mutations are rare.
>CB101. Most mutations are harmful.
>CB101.1. Mutations are accidents; things do not get built by accident.
>CB101.2. Mutations do not produce new features. 
>CB102. Mutations do not add information.
>CB102.1. Dawkins could not give an example of increasing information. 
>CB110. Microevolution selects only existing variation.
>CB120. Genetic load from mutations would make populations unviable.
>CB121. The cost of natural selection is prohibitive (Haldane's dilemma).
>CB130. "Junk" DNA is not really junk.
>CB141. Chromosome counts differ greatly and unsystematically between species.
>CB150. Functional genetic sequences are too rare to evolve from one to another.
>CB180. The genetic code is a language. 
CB200: Molecular Biology
>CB200. Some systems are irreducibly complex.
>CB200.1. Bacterial flagella are irreducibly complex.
>CB200.2. Blood clotting is irreducibly complex.
>CB200.3. Protein transport within a cell is irreducibly complex.
>CB200.4. The immune system is irreducibly complex.
>CB200.5. The metabolic pathway for AMP synthesis is too complex to have evolved. 
>CB211. An antigen receptor protein structure is same in camels and sharks.
CB300: Physiology and Anatomy
>CB300. Complex organs couldn't have evolved.
>CB301. The eye is too complex to have evolved.
>CB302. The ear is too complex to have evolved.
>CB303. The brain is too complex to have evolved.
>CB310. The bombardier beetle is too complex to have evolved.
>CB310.1. Bombardier beetle chemicals would explode if mixed without an inhibitor. 
>CB311. Butterfly metamorphosis is too complex to have evolved.
>CB311.1. Evolution can't explain butterfly evolving from caterpillar. 
>CB325. The giraffe neck could not evolve without a special circulatory system.
>CB326. The woodpecker tongue could not have evolved.
>CB340. Organs and organ systems would have been useless until all parts were in place.
>CB341. Snake venom and hollow fangs could not have evolved simultaneously. 
>CB350. Sex cannot have evolved.
>CB360. Vestigial organs may have functions.
>CB360.1. The human appendix is functional, not vestigial.
>CB361. Vestigial organs are just evidence of decay, not evolution.
>CB361.1. Presently useless vestigial organs once had function. 
>CB365. Spinal treatments based on evolutionary theory fail.
>CB370. Endorphins at death indicate a beneficent creator, not evolution.
>CB381. Men have fewer ribs than women. 
CB400: Behavior and Cognition
>CB400. Evolution cannot explain consciousness.
>CB400.1. Evolution does not explain human intelligence. 
>CB401. Instincts are too complex to have evolved.
>CB402. Evolution does not explain language ability.
>CB403. Evolution does not explain homosexuality.
>CB411. Evolution does not explain morals, especially altruism.
>CB420. Evolution does not explain art.
>CB421. Evolution does not explain music.
>CB430. Evolution does not explain personality and emotions.
>CB440. Evolution does not explain religion. 
CB500: Botany
>CB501. Dendrochronology is suspect because two or more rings can grow per year.
>CB510. Evolution cannot explain photosynthesis. 
CB600: Ecology and Population Biology
>CB601. The traditional peppered moth story is no longer supportable.
>CB601.1. Peppered moths do not rest on tree trunks, and pictures of them there were faked.
>CB601.2. Peppered moths occur in uncamouflaged colors in many areas.
>CB601.2.1. Dark moths never completely replaced light ones in Manchester.
>CB601.2.2. In several areas dark moths were more common than expected.
>CB601.2.3. Dark moths increased in s. Britain after pollution control began.
>CB601.2.4. In places, light moths increased before lichens reappeared.
>CB601.2.5. Light moths increased before trees got lighter. 
>CB601.3. Direct mutagenesis better explains peppered moth variation.
>CB601.4. An increased recapture rate suggests fraud in Kettlewell's data.
>CB610. The first individual of a new species would not find a mate.
>CB620. Human population growth indicates a young earth.
>CB621. Humanity was traced back to an African Eve.
>CB621.1. Mitochondrial Eve lived only 6500 years ago. 
>CB630. Mutually dependent species could not have evolved. 
CB700: Developmental Biology
>CB701. Haeckel falsified his embryo pictures.
>CB701.1. Recapitulation theory is not supported. 
>CB704. Human embryos do not have gill slits.
>CB710. Genes with major effects on development are conserved across phyla.
>CB731. Finger development disproves birds descended from dinosaurs.
>CB732. Finger development differs greatly between human and frog. 
CB800: Systematics
>CB801. Science cannot define "species."
>CB805. Evolution predicts a continuum of organisms, not discrete kinds.
>CB810. Homology cannot be evidence of ancestry if it is defined thus.
>CB821. Phylogenetic analyses are inconsistent.
>CB822. Evolution from a single ancestor is discredited. 
CB900: Evolution
>CB901. Macroevolution has never been observed.
>CB901.1. Range of variation is limited within kinds.
>CB901.2. No new phyla, classes, or orders have appeared.
>CB901.3. Darwin's finches show only microevolution. 
>CB902. Microevolution is distinct from macroevolution.
>CB902.1. There are barriers to large change.
>CB902.2. Small changes do not imply large changes. 
>CB904. No entirely new features have evolved.
>CB910. No new species have been observed.
>CB910.1. Fruit fly experiments produce only fruit flies.
>CB910.2. Peppered moths remained the same species. 
>CB920. No new body parts have evolved.
>CB921. New structures would be useless until fully developed.
>CB921.1. What use is half an eye?
>CB921.2. What use is half a wing? 
>CB922. No two-celled life exists intermediate between one- and multicelled.
>CB925. We do not see creatures in various stages of completion.
>CB926. Preadaptation implies that organs evolved before they were needed.
>CB928. Why are beneficial traits not evolved more often?
>CB928.1. If intelligence is adaptive, other apes should have evolved it. 
>CB929. Evolution does not explain our using one tenth of our brain.
>CB930. Some fossil species are still living.
>CB930.1. The coelacanth, thought extinct for ages, is still living.
>CB930.2. A plesiosaur was found by a Japanese trawler.
>CB930.3. Dinosaurs may still be alive in the Congo. 
>CB932. Some modern species are apparently degenerate, not higher forms.
>CB940. Pure chance cannot create new structures.
>CB940.1. Odds of many successive beneficial mutations are minuscule. 
>CB941. How do things know how to evolve?
>CB950. Overspecialization with no adaptive value sometimes occurs.
>CB951. Long-term trends (orthogenesis) do not fit evolutionary theory.
>CB990. Proposed evolution scenarios are just-so stories. 

>CC: Paleontology

CC0: Physical Anthropology
>CC000-CC049: Questionable fossils
>CC000: Specific hominid fossils were hoaxed
>CC001. Piltdown man was a hoax.
>CC001.1. Piltdown man was the subject of 500 doctoral dissertations. 
>CC002. Nebraska man was a hoax.
>CC003. Lucy's knee was found far from the rest of the skeleton.
>CC004. Ten Peking Man skeletons were suppressed. 
>CC020: Specific hominid fossils were misidentified
>CC021. "Orce Man" was a donkey skull. 
>CC030. All human fossils would fit on a billiard table.
>CC040. Anthropologists disagree.
>CC041. Homo habilis is an invalid taxon. 
>CC050. All hominid fossils are fully human or fully ape.
>CC051. Neanderthal was based on a disfigured human.
>CC051.1. Neanderthals were humans with rickets. 
>CC052. Laetoli footprints were human.
>CC054. KP 271 (a fossil humerus) was human.
>CC061. French scientists called Peking Man "monkey-like."
>CC080. Australopithecus was fully ape, closer to chimp. 
>CC100: Human fossils are out of place.
>CC101. Human footprints have been found with dinosaur tracks at Paluxy.
>CC102. Sandal footprints have been found associated with trilobites.
>CC110. Moab man was found in Cretaceous sandstone.
>CC111. Malachite man was found in Cretaceous sandstone.
>CC112. Castenedolo, Olmo, and Calaveras skulls were found in Pliocene strata.
>CC120. Baugh found a fossilized finger from the Cretaceous.
>CC130. A petrified hammer was found in Cretaceous rocks. 
>CC150: Other Anthropology
>CC150. If we are descended from apes, why are there still apes around? 
CC200: Transitional fossils
>CC200. Transitional fossils are lacking.
>CC200.1. There should be billions of transitional fossils.
>CC201. We should see smooth change through the fossil record, not gaps.
>CC201.1. Punctuated equilibrium was ad hoc to justify gaps.
>CC210: Specific examples of non-transition
>CC211. There are gaps between invertebrates and vertebrates.
>CC212. There are gaps between fish and amphibians.
>CC213. There are gaps between amphibians and reptiles.
>CC214. There are gaps between reptiles and birds.
>CC214.1. Archaeopteryx was probably not an ancestor of modern birds.
>CC214.1.1. Archaeopteryx is fully bird 
>CC214.2. Duck-billed dinosaur find disproves its bird ancestry. 
>CC215. There are gaps between reptiles and mammals.
>CC216.1. There are gaps between land mammals and whales.
>CC216.2. Horse fossils do not show evolution.
>CC220. Arthropods arose suddenly.
>CC220.1. There are no fossil ancestors of insects. 
>CC250. There are no fossil ancestors of plants.
>CC251. Progymnosperms are imaginary evolutionary ancestors. 
CC300: Fossil Record
>CC300. The Cambrian explosion shows all kinds of life appearing suddenly.
>CC301. Cambrian explosion contradicts evolutionary "tree" pattern. 
>CC310: Dating of fossils
>CC310. Fossils are dated from strata; strata are dated from fossils.
>CC330: Polystrate fossils
>CC331. Polystrate fossils indicate massive sudden deposition.
>CC332. Yellowstone's Specimen Creek fossil forests were evidently transported.
>CC332.1. Specimen Creek fossil trees grew at the same time.
>CC332.2. Orientations show Specimen Creek fossil trees were transported. 
>CC335. A fossil whale was found vertically through several strata. 
>CC340. Many fossils are out of place.
>CC341. Recent pollen has been found in old rocks. 
>CC350: Some fossils are faked.
>CC351. Archaeopteryx is a fake.
>CC352. Archaeoraptor was a fake. 
>CC360: Taphonomy
>CC360. No new fossils are being formed.
>CC361. Fossils can form quickly.
>CC361.1. Coal and oil can form quickly.
>CC361.2. Mammoths that were quickly frozen have been found.
>CC361.3. Contorted positions of fossil animals indicate rapid burial. 
>CC362. Large collections of fossils indicate catastrophism.
>CC363. Fossilization requires sudden burial.
>CC364. Sea fossils have been found on mountaintops.
>CC365. Footprints in the Coconino Sandstone appear to have been made underwater.
>CC365.1. Coconino Sandstone was deposited underwater. 
>CC371. Evidence of blood in a Tyrannosaurus bone indicates recent burial. 
CC400: Methodology
>CC401. Paleontologists reconstruct an entire animal from a single bone. 

>CD: Geology

CD0: Geochronology
>CD000: Radiometric dating makes false assumptions
>CD001. Radiometric dating falsely assumes rocks are closed systems.
>CD002. Radiometric dating falsely assumes initial conditions are known.
>CD004. Cosmic rays and free neutrinos affect U and Ar decay rates.
>CD010. Radiometric dating gives unreliable results.
>CD011. Carbon dating gives inaccurate results.
>CD011.1. Variable C-14/C-12 ratio invalidates C-14 dating.
>CD011.2. Vollosovitch and Dima mammoths yielded inconsistent C-14 dates.
>CD011.3. Living snails were C-14 dated at 2,300 and 27,000 years old.
>CD011.4. A freshly killed seal was C-14 dated at 1,300 years old.
>CD011.5. Triassic wood from Australia was dated at 33,000 years old.
>CD011.6. Ancient coal and oil are C-14 dated as only 50,000 years old. 
>CD012. U-Th dating gives inaccurate results for modern volcanic rocks.
>CD013. K-Ar dating gives inaccurate results for modern volcanic rocks.
>CD013.1. K-Ar dates of 1986 dacite from Mount St. Helens are very old. 
>CD014. Isochron dating gives unreliable results.
>CD014.1. Isochron date of young Grand Canyon lava is excessively old. 
>CD015. Zircons retain too much helium for an old earth.
>CD016. The U-Th-Pb method, properly corrected for neutron capture, gives recent dates. 
>CD020. Consistency of radiometric dating comes from selective reporting. 
CD100: Geological Column
>CD101. Entire geological column does not exist.
>CD102. The geological column is sometimes out of order.
>CD102.1. Out-of-order strata occur at the Lewis Overthrust. 
>CD103. The geologic column is based on the assumption of evolution.
>CD110. Meteor craters are never found in deeper strata.
>CD111. Meteorites are never found in deeper strata. 
CD200: Sedimentation
>CD200. Uniformitarian assumption is untenable.
>CD202. Sandstone and shale layers are too extensive for normal deposition.
>CD203. Limestone and dolomite layers are too extensive for normal deposition.
>CD210. The mouth of the Colorado River does not have enough sediment for the Grand Canyon.
>CD211. Mississippi delta could have formed in 5,000 years.
>CD220. There is not enough sediment in the ocean for an old earth.
>CD220.1. Much more sediment is deposited than removed by subduction. 
>CD221. Oceans do not have enough dissolved minerals for an old earth.
>CD221.1. Sodium accumulates in oceans too fast for an old earth. 
>CD222. Juvenile water is added to oceans too fast for an old earth.
>CD230. Natural gas escapes too fast to allow for long ages.
>CD231. High pressures in oil fields would have bled off if earth were old.
>CD232. Oil seepage would have drained offshore reservoirs in 20,000 years.
>CD240. Experiments show that strata can violate principles of superposition.
>CD241. Varves can form in less than a year.
>CD250. Stalactites can grow very rapidly.
CD300: Evaporation
>CD301. Evaporites could form without evaporation.
>CD302. Evaporites are too thick.
>CD303. Evaporites contain no organic matter. 
CD400: Glaciation
>CD410. World War II airplanes are now beneath thousands of "annual" ice layers. 
CD500: Mountain Building
>CD501. On an old earth, mountains would have eroded by now.
>CD502. Volcanic mountains are built too fast for an old earth.
>CD510. Folded rocks must have been soft when folded. 
CD600: Erosion
>CD610. The erosion rate of Niagara Falls' rim indicates a young earth.
>CD620. Average soil depth is consistent with a young earth. 
CD700: Geophysics and Plate Tectonics
>CD701. The earth's magnetic field is decaying, indicating a young earth.
>CD701.1. Cowling's theorem disproves dynamo theory of earth's magnetic field. 
>CD740. The theory of plate tectonics is wrong.
>CD741. Midocean magnetic anomalies are not reversals. 
>CD750. Plate tectonics occurred catastrophically and has since slowed. 
CD800: Climate Change
>CD821. Sahara Desert is expanding. 

>CE: Astronomy and Cosmology

CE000: Earth
>CE001. There is not enough helium in the atmosphere for an old earth.
>CE010. NASA scientists found a day missing.
>CE011. Earth's rotation is slowing, indicating a young earth.
>CE011.1. The frequency of leap seconds indicates a young earth. 
>CE020. An old earth would be covered by 182 feet of meteoric dust. 
CE100: Moon
>CE101. There is not enough moon dust for an old universe.
>CE110. The moon is receding at a rate too fast for an old universe.
>CE130. Lunar moonquakes, lava flows, and gas emissions indicates the moon's youth.
CE200: Planets and Solar System
>CE210. Venus's high temperature and atmosphere should have eroded its surface features.
>CE230. Io's great volcanic activity indicates a young age.
>CE231. Jupiter and Saturn are cooling too rapidly to be old.
>CE240. Saturn's rings are unstable.
>CE260. Three planets and several moons revolve backwards.
>CE260.1. Retrograde motion of planets disproves the big bang. 
>CE261. Comets would not have lasted in an old universe.
>CE261.1. Oort cloud and Kuiper belt are ad hoc fantasies of astronomers. 
>CE280. Solar wind should have cleared the inner solar system of microparticles.
>CE281. The Poynting-Robertson effect would remove space dust in an old solar system. 
CE300: Sun and Stars
>CE301. The lack of solar neutrinos indicates that the stellar model is wrong.
>CE302. The sun has most of the mass but little angular momentum of the solar system.
>CE310. A shrinking sun indicates a young sun.
>CE310.1. Helmholtz's contraction theory says the sun is young. 
>CE311. The faint young sun paradox contradicts an old earth.
>CE351. Sirius was a red star 2,000 years ago and is a white dwarf now.
>CE380. Galaxies should lose their spiral shape over millions of years. 
CE400: Cosmology
>CE401. There are too few supernova remnants for an old universe.
>CE410. Physical constants are only assumed constant.
>CE411. The speed of light has changed.
>CE411.1. Physicists found that the speed of light was once faster. 
>CE412. Gravitational time dilation made distant clocks run faster.
>CE420. The big bang theory is wrong.
>CE421. The cosmos has an axis, contrary to big bang models.
>CE425. Red shift comes from light aging, not expansion of the universe.
>CE440. Where did space, time, energy, and laws of physics come from?
>CE441. Explosions such as the big bang do not produce order or information. 

>CF: Physics and Mathematics

CF000: Second Law of Thermodynamics and Information Theory
>CF001. The second law of thermodynamics prohibits evolution.
>CF001.1. Systems left to themselves invariably tend toward disorder.
>CF001.2. The second law of thermodynamics, and the trend to disorder, is universal.
>CF001.3. Instructions are necessary to produce order.
>CF001.4. The second law is about organized complexity, not entropy.
>CF001.5. Evolution needs an energy conversion mechanism to utilize energy. 
>CF002. Complexity does not come from simplicity.
>CF002.1. Tornadoes in junkyards do not build things. 
>CF003. How could information, such as in DNA, assemble itself?
>CF005. 2nd law of thermodynamics applies to information theory.
>CF010. Cybernetic simulations show that Darwinian processes do not produce order.
>CF011. Evolutionary algorithms smuggle in design in the fitness function.
>CF011.1. The outcome of Dawkins's WEASEL program was prespecified.
>CF011.2. NFL theorems prove that evolutionary algorithms do not beat blind search. 
CF100: First Law of Thermodynamics
>CF101. The universe's energy cannot come from nothing.
CF200: Radiometric Decay
>CF201. Polonium haloes indicate a young earth.
>CF210. Radiometric dating falsely assumes that rates are constant.
>CF220. Short-lived isotopes Th-230 and U-236 exist on the moon. 

>CG: Miscellaneous Anti-Evolution

CG000: History
>CG001. Darwin recanted on his deathbed.
>CG010. The oldest living thing is younger than 4,900 years.
>CG020. All all languages and religions could develop in 3,000 years.
>CG030. Oldest structures, such as pyramids, are already very complex. 
CG100: Linguistics
>CG101. Chinese glyph for "ark" is literally "8 mouths."
>CG110. The first known languages are highly complex.
>CG111. Why are languages getting less complex? 
CG200: Folklore
>CG201. There are flood myths from all over the world. 

>CH: Biblical Creationism

CH000: Biblical Creationism Generally
>CH001. Creationism has explanatory power.
>CH010. Creationism, being Bible-based, is good.
>CH010.1. Learning creationism stimulates mental health, joy, and morals. 
>CH030. God is all-good.
>CH050. Genesis is foundational to the Bible.
>CH055. Noncreationist Christians are compromisers. 
CH100: Biblical Accuracy
>CH100. The Bible says it; I believe it; that settles it.
>CH100.1. Science must be interpreted in light of scripture. 
>CH101. The Bible is inerrant.
>CH101.1. If part of the Bible is wrong, none of it can be trusted. 
>CH102. The Bible is literal.
>CH102.1. Genesis must be literal; it is straightforward narrative.
>CH102.2. Genesis must be literal; later writers refer to it as fact.
>CH102.2.1. Jesus refers to creation and flood as though they were literal. 
>CH103. Bible claims inspiration.
>CH110. Prophecies prove the accuracy of the Bible.
>CH120. The Bible must be accurate because archaeology supports it.
>CH130. The Bible's accuracy on other scientific points shows overall accuracy.
>CH131. The Bible says that the earth is round.
>CH132. The Bible says that the earth is unsupported.
>CH133. The Bible got the water cycle right.
>CH134. Records say civilization was man's original state.
>CH135. The Bible specifies good medical and hygienic practices.
>CH135.1. The Bible specifies the best time for circumcision.
>CH135.2. Moses reveals that blood is the essence of life. 
>CH180: The Bible is unique in other ways.
>CH181. The Bible is popular.
>CH182. The Bible is influential.
>CH183. The Bible is target of persecution.
>CH184. The Bible is intellectually honest. 
>CH190. The Bible is harmonious throughout. 
CH200-CH799: Young Earth Creationism
>CH200: Age of the Universe
>CH200. The universe is 6,000-10,000 years old.
>CH210. The earth is 6,000-10,000 years old.
>CH220. The universe was created with apparent age. 
>CH300: Death and the Fall
>CH301. There was no death or decay before the Fall.
>CH310. The pre-Flood vapor canopy would have made the world Edenic.
>CH311. The pre-Flood vapor canopy would have extended human lifetimes.
>CH320. Life is deteriorating.
>CH321. Parasites are degenerations of free-living species. 
>CH350: Created Kinds
>CH350. Organisms come in discrete kinds.
>CH370. The stars and galaxies are unchanging. 
>CH400-CH599: Flood
>CH400: Source of Flood
>CH401. Flood from vapor canopy.
>CH410. Flood from comet.
>CH420. Hydroplate theory.
>CH430. Runaway subduction. 
>CH500: The Ark
>CH500. Noah's ark has been found.
>CH501. We can expect to find Noah's ark on Mount Ararat.
>CH502.1. Noah's ark may have been photographed on Ararat in 1949.
>CH502.2. ERTS satellite photographed Noah's ark in 1973.
>CH503. Noah's ark has been found near Dogubayazit, Turkey.
>CH503.1. Anchor stones of Noah's ark have been found.
>CH503.2. The Turkish government officially recognized the site of Noah's ark. 
>CH504.1. James Bryce found a 4-foot timber high on Ararat.
>CH504.2. Navarra retrieved hand-hewn wood from high on Ararat.
>CH504.3. Hardwicke Knight found soft wood timbers on Ararat.
>CH505.1. Yearam guided three vile scientists to Noah's ark in 1916.
>CH505.2. An 1883 Turkish expedition found Noah's ark.
>CH505.3. Prince Nouri of Baghdad found the ark in 1887.
>CH505.4. Hagopian visited the ark with his uncle around 1908.
>CH505.5. Russian aviator Roskovitsky photographed the ark.
>CH505.6. Resit, a Kurdish farmer, found the ark in 1948.
>CH505.7. Local Kurds led Ed Davis to the ark in 1943.
>CH505.8. Ed Behling was led to the ark in 1973. 
>CH508. Chinese treasure ships show Noah's ark was feasible.
>CH510-CH529: Animals on the Ark
>CH511. Insects survived on floating vegetation mats.
>CH512. All kinds could fit.
>CH512.1. Juveniles of large animals were taken aboard.
>CH512.2. The average land animal is the size of a sheep. 
>CH513. Animals hibernated on the ark.
>CH514. The crew could feed and care for the animals.
>CH514.1. Many animals do not require fresh or live food. 
>CH520. Pre-Flood animals lived in a uniform climate.
>CH521. Animals' exacting needs could have evolved after the Flood. 
>CH540-CH599: Effects of the Flood
>CH541. Aquatic organisms could have survived the Flood.
>CH542. Plants could have survived the Flood.
>CH550. The geologic column was deposited by the Flood.
>CH560: Fossils were deposited by the Flood.
>CH561: Fossil order was determined by the Flood.
>CH561.1. Fossils are sorted by ecological zonation.
>CH561.2. Fossils are sorted hydrologically.
>CH561.3. Fossils are sorted by the ability to escape.
>CH561.4. Fossils are sorted by a combination of these factors. 
>CH570. High mountains were raised during the Flood.
>CH580. The Flood shaped the earth's surface in other ways.
>CH581. The Grand Canyon was carved by retreating Flood waters.
>CH581.1. Rapid erosion on Mount St. Helens shows Grand Canyon could form suddenly. 
>CH590. The Flood caused an ice age. 
>CH700: Miscellaneous Young Earth Creationism
>CH710. Man and dinosaurs coexisted.
>CH710.1. Ica stones show that humans and dinosaurs coexisted.
>CH710.2. Dinosaur figurines from Acambaro show a human-dinosaur association.
>CH711. Behemoth, from the book of Job, was a dinosaur.
>CH711.1. Leviathan, from the book of Job, was a dinosaur. 
>CH712. Dragons were dinosaurs.
>CH712.1. Some dinosaurs breathed fire. 
CH800: Day-Age Creationism
>CH801. Genesis 1 got the order of events right. 
CH900: Geocentrism
>CH901. Bible says the sun goes around the earth.
>CH910. Relativity shows geocentrism is true. 

>CI: Intelligent Design

CI000: ID as Science
>CI001. Intelligent design theory is scientific.
>CI001.1. Intelligent design theory is not religious.
>CI001.2. Intelligent design is not creationism.
>CI001.3. Intelligent design is mainstream.
>CI001.4. Intelligent design has been published in peer-reviewed journals.
>CI002. Intelligent design has explanatory power.
>CI009. Evidence for design disproves evolutionary mechanisms.
>CI010. There is a law of conservation of information.
CI100-CI199: Detecting Design
>CI100. Design is detectable.
>CI100.1. Look; is design not obvious? 
>CI101. Complexity indicates design.
>CI102. Irreducible complexity indicates design.
>CI110. Complex specified information indicates design.
>CI111. Dembski's filter can detect design.
>CI111.1. Specified information criterion produces no false positives.
>CI111.2. Specified complexity characterizes what intelligent agents do. 
>CI113. Genetic algorithms require a designer to specify desired outcome.
>CI120. Purpose indicates design.
>CI130. Functional integration indicates design.
>CI141. Similarities in DNA and anatomy are due to common design.
>CI141.1. Similar structures for similar functions, different for different. 
>CI190. SETI researchers expect that they can detect design.
>CI191. Archaeologists and forensic scientists can detect design. 
>CI200: First Cause.
>CI200. There must have been a first cause. 
>CI300: Anthropic Principle.
>CI301. The cosmos is fine-tuned to permit human life.
>CI302. The cosmos is fine-tuned to permit scientific discovery. 
>CI400: Meta-arguments
>CI401. The methodology of science rules out even considering design.
>CI402. Evolutionists have blinded themselves to seeing design.
>CI410. Design requires a designer. 

>CJ: Other Creationism

CJ000: Vedic Creationism
>CJ001. Mankind has existed essentially unchanged for billions of years. 
>CJ200-CJ499: Native North American Creationism
>CJ300: Creationism from individual tribes
>CJ311. The 9,400-year-old Kennewick Man was an Umatilla ancestor. 
CJ500-CJ699: Islamic Creationism
>CJ500: Qur'an Accuracy
>CJ530. The Qur'an's accuracy on scientific points shows overall accuracy.
>CJ531. The Qur'an speaks of an expanding universe.
>CJ533. The Qur'an describes human embryology accurately. 

 

 


Pick a Source:


Pick an Argument:

Source:

q: ". $q . "

\n"; //echo "

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; $row = mysql_fetch_assoc($db_result); $form_title = $row['title']; $form_shorttitle = $row['shorttitle']; $form_author = $row['author']; $form_publisher = $row['publisher']; $form_date = $row['date']; $form_pubtype = $row['pubtype']; $form_url = $row['url']; $form_bib = $row['bib']; $form_category = $row['category']; mysql_free_result($db_result); ?> ".$form_title."
\n"; } else { echo "

".$form_title."
\n"; } ?> ()
()

:


Sold By:

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; //echo "

Sold by:

\n"; while ($row = mysql_fetch_assoc($db_result)) { $form_sbid = $row['sbid']; if ($row['url']) { echo "

Vendor ID: ".$row['vid'].", ".$row['name']."
\n"; echo "".$row['price']."

\n"; } else { echo "

Vendor ID: ".$row['vid'].", ".$row['name'].", Vendor code: ".$row['code']."
\n"; echo "".$row['price']."

\n"; } } mysql_free_result($db_result); } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } ?>

Arguments Contained in Source:

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; //echo "

Arguments made in source:

\n"; $cnt = 1; while ($row = mysql_fetch_assoc($db_result)) { // Get MICurl $q2 = "SELECT * from aesrc_mic WHERE micid='".$row['micid']."'"; $db_micresult = do_sql($q2); if (!$db_err) { $microw = mysql_fetch_assoc($db_micresult); $form_micurl = $microw['micurl']; if ('' == $form_micurl) { $form_micurl = "http://www.talkorigins.org/indexcc/"; } } else { // ERROR! $form_micurl = "http://www.talkorigins.org/indexcc/"; echo "

DB_err: ". $db_err . "

\n"; echo "

DB_micresult: ". $db_micresult . "

\n"; } mysql_free_result($db_micresult); $form_argid = $row['argid']; echo "

".$cnt++.". ".$mt{$row['mi_class']}." at ".$row['place']."
\n"; echo "or ".$row['newarg_desc']."
\n"; echo "

".$row['quote']."

\n"; } mysql_free_result($db_result); } else { // ERROR! echo "

DB_err: ". $db_err . "

\n"; echo "

DB_result: ". $db_result . "

\n"; } ?>

 

 

 

Arguments Contained in Source:

".$q."

\n"; $db_result = do_sql($q); if (!$db_err) { //echo "

DB_err: ". $db_err . "

\n"; //echo "

DB_result: ". $db_result . "

\n"; //echo "

Arguments made in source:

\n"; $cnt = 1; while ($row = mysql_fetch_assoc($db_result)) { $form_srcid = $row['srcid']; // echo "

srcid ".$form_srcid."

\n"; // Get MICurl $q2 = "SELECT * from aesrc_mic WHERE micid='".$form_micid."'"; $db_micresult = do_sql($q2); if (!$db_err) { $microw = mysql_fetch_assoc($db_micresult); $form_micname = $microw['micname']; $form_micurl = $microw['micurl']; if ('' == $form_micurl) { $form_micurl = "http://www.talkorigins.org/indexcc/"; } } else { // ERROR! $form_micurl = "http://www.talkorigins.org/indexcc/"; echo "

DB_err: ". $db_err . "

\n"; echo "

DB_micresult: ". $db_micresult . "

\n"; } mysql_free_result($db_micresult); // Get source info // Get information from DB $q = "SELECT bib from aesrc_src WHERE srcid='" . $form_srcid . "'"; // echo "

".$q."

\n"; $db_result2 = do_sql($q); // echo "

DB_err: ". $db_err . "

\n"; // echo "

DB_result2: ". $db_result2 . "

\n"; $srcrow = mysql_fetch_assoc($db_result2); $form_bib = $srcrow['bib']; mysql_free_result($db_result2); echo "
\n

".$form_bib."
\n"; $form_argid = $row['argid']; // echo "

".$cnt++.". ".$row['mi_class']." ($mt[$form_micname]) at ".$row['place']."
\n"; // echo "

".$cnt++.". ".$form_micname." at ".$row['place']."
\n"; echo " ".$cnt++.". ".$mt[$form_micname]." at ".$row['place']."
\n"; echo "or ".$row['newarg_desc']."
\n"; echo "

".$row['quote']."

\n"; } // while } // if ?>

 

 

 

db values: " . $db_host . " " . $db_user . " " . $db_pass . " " . $db_query . "

\n"; // flush; if (!$db_conn = mysql_connect($db_host,$db_user,$db_pass)) { $db_err = 'Could not connect to mysql'; exit; } // echo "

MySQL connected.

\n"; if (!mysql_select_db($db_name, $db_conn)) { $db_err = 'Could not select database'; exit; } // echo "

Database selected.

\n"; $db_result = mysql_query($db_query, $db_conn); //echo "

Query done: [". $db_result . "] " . mysql_error() . "

\n"; if (('' == $db_result) || (!$db_result)) { // echo "DB Error, could not query the database\n"; $db_err = 'MySQL Error: ' . mysql_error(); exit; } mysql_close($db_conn); return $db_result; } function clean($input, $maxlength) { $input = substr($input, 0, $maxlength); $input = EscapeShellCmd($input); return ($input); } function cleantext($input) { $input = EscapeShellCmd($input); return ($input); } function assign_mt() { global $mt; $mt['CA'] = "CA: Philosophy and Theology"; $mt['CA001'] = "CA001. Evolution is the foundation of an immoral worldview."; $mt['CA001.1'] = "CA001.1. Crime rates etc. have increased since evolution began to be taught. "; $mt['CA002'] = "CA002. Survival of the fittest implies might makes right."; $mt['CA002.1'] = "CA002.1. Evolution leads to social Darwinism."; $mt['CA002.2'] = "CA002.2. Marx admired and corresponded with Darwin. "; $mt['CA005'] = "CA005. Evolution is racist."; $mt['CA005.1'] = "CA005.1. Darwin himself was racist."; $mt['CA005.2'] = "CA005.2. Darwin\'s work refers to \"preservation of favoured races\"."; $mt['CA005.3'] = "CA005.3. T. H. Huxley was racist. "; $mt['CA006'] = "CA006. Evolution encourages eugenics."; $mt['CA006.1'] = "CA006.1. Hitler based his views on Darwinism. "; $mt['CA008'] = "CA008. Evolution encourages promiscuity and lust."; $mt['CA009'] = "CA009. Evolution teaches that we are animals and to behave as such."; $mt['CA010'] = "CA010. Homosexuality receives approval from evolutionists."; $mt['CA012'] = "CA012. Evolutionists are intellectual snobs."; $mt['CA040'] = "CA040. Fairness demands evolution and creation be given equal time."; $mt['CA041'] = "CA041. Teach the controversy."; $mt['CA041.1'] = "CA041.1. Federal law (Santorum Amendment) supports teaching alternatives. "; $mt['CA042'] = "CA042. Biology can reasonably be taught without evolution."; $mt['CA045'] = "CA045. Inherit the Wind is false propaganda."; $mt['CA100'] = "CA100: Foundation of Knowledge"; $mt['CA100'] = "CA100. Argument from incredulity"; $mt['CA100.1'] = "CA100.1. Evolution leaves lots of things unexplained. "; $mt['CA110'] = "CA110. Evolution will soon be widely rejected."; $mt['CA111'] = "CA111. Many current scientists reject evolution."; $mt['CA112'] = "CA112. Many scientists find problems with evolution."; $mt['CA113'] = "CA113. Quote mining"; $mt['CA113.1'] = "CA113.1. Darwin on evolution of the eye. "; $mt['CA114'] = "CA114. Many famous scientists were creationists."; $mt['CA114.1'] = "CA114.1. Lord Kelvin was a creationist."; $mt['CA114.2'] = "CA114.2. Linnaeus was a creationist."; $mt['CA114.10'] = "CA114.10. Fabre was a creationist."; $mt['CA114.22'] = "CA114.22. Louis Pasteur was a creationist."; $mt['CA114.28'] = "CA114.28. Steno was a creationist. "; $mt['CA118'] = "CA118. Your arguments do not count because you are not qualified. "; $mt['CA120'] = "CA120. An evolved mind is fallible, its conclusions untrustworthy. "; $mt['CA201'] = "CA201. Evolution is only a theory."; $mt['CA202'] = "CA202. Evolution has not been proved."; $mt['CA210'] = "CA210. Evolution does not make predictions."; $mt['CA211'] = "CA211. Evolution can not be falsified."; $mt['CA212'] = "CA212. Evolution is ambiguously defined."; $mt['CA215'] = "CA215. Evolution is a useless theory."; $mt['CA220'] = "CA220. Evolution can not be replicated."; $mt['CA221'] = "CA221. Were you there?"; $mt['CA230'] = "CA230. Interpreting evidence is not the same as observation."; $mt['CA230.1'] = "CA230.1. Evolutionists interpret evidence on the basis of their preconceptions."; $mt['CA240'] = "CA240. Ockham\'s Razor says the simplest explanation (creation) is preferred."; $mt['CA250'] = "CA250. Scientific findings are always changing. "; $mt['CA301'] = "CA301. Science is naturalistic."; $mt['CA310'] = "CA310. Scientists find what they expect to find."; $mt['CA320'] = "CA320. Scientists are pressured not to challenge established dogma."; $mt['CA320.1'] = "CA320.1. Mims was fired because he was a creationist."; $mt['CA320.2'] = "CA320.2. Damadian was denied a Nobel prize because he was a creationist. "; $mt['CA321'] = "CA321. Scientists are motivated to support naturalism and reject creationism."; $mt['CA321.1'] = "CA321.1. Scientists\' conclusions are motivated by money. "; $mt['CA325'] = "CA325. Creationists are prevented from publishing in science journals."; $mt['CA340'] = "CA340. Evolutionists do not accept debate challenges."; $mt['CA341'] = "CA341. Evolutionists have not met Hovind\'s challenge to prove evolution."; $mt['CA342'] = "CA342. Evolutionists do not accept Walt Brown\'s debate challenge."; $mt['CA343'] = "CA343. Evolutionists refuse Mastropaolo\'s \"Life Science Prize\" challenge. "; $mt['CA350'] = "CA350. No gradual biochemical evolution models have been published. "; $mt['CA500'] = "CA500. \"Survival of the fittest\" is a tautology."; $mt['CA510'] = "CA510. Creationism and evolution are the only 2 models."; $mt['CA510.1'] = "CA510.1. Problems with evolution are evidence for creation. "; $mt['CA520'] = "CA520. The Origin of Species does not address speciation. "; $mt['CA601'] = "CA601. Evolution requires naturalism."; $mt['CA601.1'] = "CA601.1. Evolution\'s materialism or naturalism denies a role for God."; $mt['CA602'] = "CA602. Evolution is atheistic."; $mt['CA602.1'] = "CA602.1. Darwin made it easy to become an intellectually fulfilled atheist."; $mt['CA602.2'] = "CA602.2. Scientists aim to make God unnecessary. "; $mt['CA603'] = "CA603. Naturalistic evolution rules out all but a Deist god."; $mt['CA610'] = "CA610. Evolution is a religion."; $mt['CA611'] = "CA611. Evolutionary theory has become sacrosanct."; $mt['CA612'] = "CA612. Evolution requires as much faith as creationism."; $mt['CA620'] = "CA620. If man comes from random causes, life has no purpose or meaning."; $mt['CA622'] = "CA622. Without a literal Fall, there is no need for Jesus and redemption."; $mt['CA630'] = "CA630. Animals are not moral, aesthetic, idealistic, or religious."; $mt['CA640'] = "CA640. Do you want to be descended from a monkey?"; $mt['CA650'] = "CA650. Death and suffering before humanity implies an unmerciful God."; $mt['CA651'] = "CA651. God would have pronounced death and suffering \"very good.\""; $mt['CA652'] = "CA652. Christ\'s death was unjust if physical death was not the penalty for sin. "; $mt['CA660'] = "CA660. Pope\'s statement about evolution was mistranslated."; $mt['CA662'] = "CA662. It is not true that the church used to teach a flat earth. "; $mt['CB'] = "CB: Biology"; $mt['CB000'] = "CB000. Pasteur proved life only comes from life (law of biogenesis)."; $mt['CB010'] = "CB010. The odds of life forming are incredibly small."; $mt['CB010.1'] = "CB010.1. Even the simplest life is incredibly complex."; $mt['CB010.2'] = "CB010.2. First cells could not come together by chance. "; $mt['CB015'] = "CB015. DNA needs proteins to form; proteins need DNA."; $mt['CB020'] = "CB020. Why is new life not still being generated today?"; $mt['CB025'] = "CB025. Not all amino acids needed for life have been formed experimentally."; $mt['CB026'] = "CB026. Abiogenesis experiments produce toxins, such as cyanide and formaldehyde."; $mt['CB030'] = "CB030. Early molecules would have decayed."; $mt['CB030.1'] = "CB030.1. Early molecules would have been destroyed by ultraviolet light. "; $mt['CB035'] = "CB035. Miller\'s experiments had an invalid assumption of the type of atmosphere."; $mt['CB035.1'] = "CB035.1. Earth\'s early atmosphere had abundant oxygen."; $mt['CB035.2'] = "CB035.2. Earth\'s early atmosphere had no reducing gases."; $mt['CB035.3'] = "CB035.3. Amino acids are not generated from just CO2, nitrogen, and water. "; $mt['CB040'] = "CB040. Life uses only left-handed amino acids."; $mt['CB050'] = "CB050. Abiogenesis is speculative without evidence."; $mt['CB090'] = "CB090. Evolution is baseless without a theory of abiogenesis. "; $mt['CB100'] = "CB100. Mutations are rare."; $mt['CB101'] = "CB101. Most mutations are harmful."; $mt['CB101.1'] = "CB101.1. Mutations are accidents; things do not get built by accident."; $mt['CB101.2'] = "CB101.2. Mutations do not produce new features. "; $mt['CB102'] = "CB102. Mutations do not add information."; $mt['CB102.1'] = "CB102.1. Dawkins could not give an example of increasing information. "; $mt['CB110'] = "CB110. Microevolution selects only existing variation."; $mt['CB120'] = "CB120. Genetic load from mutations would make populations unviable."; $mt['CB121'] = "CB121. The cost of natural selection is prohibitive (Haldane\'s dilemma)."; $mt['CB130'] = "CB130. \"Junk\" DNA is not really junk."; $mt['CB141'] = "CB141. Chromosome counts differ greatly and unsystematically between species."; $mt['CB150'] = "CB150. Functional genetic sequences are too rare to evolve from one to another."; $mt['CB180'] = "CB180. The genetic code is a language. "; $mt['CB200'] = "CB200. Some systems are irreducibly complex."; $mt['CB200.1'] = "CB200.1. Bacterial flagella are irreducibly complex."; $mt['CB200.2'] = "CB200.2. Blood clotting is irreducibly complex."; $mt['CB200.3'] = "CB200.3. Protein transport within a cell is irreducibly complex."; $mt['CB200.4'] = "CB200.4. The immune system is irreducibly complex."; $mt['CB200.5'] = "CB200.5. The metabolic pathway for AMP synthesis is too complex to have evolved. "; $mt['CB211'] = "CB211. An antigen receptor protein structure is same in camels and sharks."; $mt['CB300'] = "CB300. Complex organs couldn\'t have evolved."; $mt['CB301'] = "CB301. The eye is too complex to have evolved."; $mt['CB302'] = "CB302. The ear is too complex to have evolved."; $mt['CB303'] = "CB303. The brain is too complex to have evolved."; $mt['CB310'] = "CB310. The bombardier beetle is too complex to have evolved."; $mt['CB310.1'] = "CB310.1. Bombardier beetle chemicals would explode if mixed without an inhibitor. "; $mt['CB311'] = "CB311. Butterfly metamorphosis is too complex to have evolved."; $mt['CB311.1'] = "CB311.1. Evolution can\'t explain butterfly evolving from caterpillar. "; $mt['CB325'] = "CB325. The giraffe neck could not evolve without a special circulatory system."; $mt['CB326'] = "CB326. The woodpecker tongue could not have evolved."; $mt['CB340'] = "CB340. Organs and organ systems would have been useless until all parts were in place."; $mt['CB341'] = "CB341. Snake venom and hollow fangs could not have evolved simultaneously. "; $mt['CB350'] = "CB350. Sex cannot have evolved."; $mt['CB360'] = "CB360. Vestigial organs may have functions."; $mt['CB360.1'] = "CB360.1. The human appendix is functional, not vestigial."; $mt['CB361'] = "CB361. Vestigial organs are just evidence of decay, not evolution."; $mt['CB361.1'] = "CB361.1. Presently useless vestigial organs once had function. "; $mt['CB365'] = "CB365. Spinal treatments based on evolutionary theory fail."; $mt['CB370'] = "CB370. Endorphins at death indicate a beneficent creator, not evolution."; $mt['CB381'] = "CB381. Men have fewer ribs than women. "; $mt['CB400'] = "CB400. Evolution cannot explain consciousness."; $mt['CB400.1'] = "CB400.1. Evolution does not explain human intelligence. "; $mt['CB401'] = "CB401. Instincts are too complex to have evolved."; $mt['CB402'] = "CB402. Evolution does not explain language ability."; $mt['CB403'] = "CB403. Evolution does not explain homosexuality."; $mt['CB411'] = "CB411. Evolution does not explain morals, especially altruism."; $mt['CB420'] = "CB420. Evolution does not explain art."; $mt['CB421'] = "CB421. Evolution does not explain music."; $mt['CB430'] = "CB430. Evolution does not explain personality and emotions."; $mt['CB440'] = "CB440. Evolution does not explain religion. "; $mt['CB501'] = "CB501. Dendrochronology is suspect because two or more rings can grow per year."; $mt['CB510'] = "CB510. Evolution cannot explain photosynthesis. "; $mt['CB601'] = "CB601. The traditional peppered moth story is no longer supportable."; $mt['CB601.1'] = "CB601.1. Peppered moths do not rest on tree trunks, and pictures of them there were faked."; $mt['CB601.2'] = "CB601.2. Peppered moths occur in uncamouflaged colors in many areas."; $mt['CB601.2.1'] = "CB601.2.1. Dark moths never completely replaced light ones in Manchester."; $mt['CB601.2.2'] = "CB601.2.2. In several areas dark moths were more common than expected."; $mt['CB601.2.3'] = "CB601.2.3. Dark moths increased in s. Britain after pollution control began."; $mt['CB601.2.4'] = "CB601.2.4. In places, light moths increased before lichens reappeared."; $mt['CB601.2.5'] = "CB601.2.5. Light moths increased before trees got lighter. "; $mt['CB601.3'] = "CB601.3. Direct mutagenesis better explains peppered moth variation."; $mt['CB601.4'] = "CB601.4. An increased recapture rate suggests fraud in Kettlewell\'s data."; $mt['CB610'] = "CB610. The first individual of a new species would not find a mate."; $mt['CB620'] = "CB620. Human population growth indicates a young earth."; $mt['CB621'] = "CB621. Humanity was traced back to an African Eve."; $mt['CB621.1'] = "CB621.1. Mitochondrial Eve lived only 6500 years ago. "; $mt['CB630'] = "CB630. Mutually dependent species could not have evolved. "; $mt['CB701'] = "CB701. Haeckel falsified his embryo pictures."; $mt['CB701.1'] = "CB701.1. Recapitulation theory is not supported. "; $mt['CB704'] = "CB704. Human embryos do not have gill slits."; $mt['CB710'] = "CB710. Genes with major effects on development are conserved across phyla."; $mt['CB731'] = "CB731. Finger development disproves birds descended from dinosaurs."; $mt['CB732'] = "CB732. Finger development differs greatly between human and frog. "; $mt['CB801'] = "CB801. Science cannot define \"species.\""; $mt['CB805'] = "CB805. Evolution predicts a continuum of organisms, not discrete kinds."; $mt['CB810'] = "CB810. Homology cannot be evidence of ancestry if it is defined thus."; $mt['CB821'] = "CB821. Phylogenetic analyses are inconsistent."; $mt['CB822'] = "CB822. Evolution from a single ancestor is discredited. "; $mt['CB901'] = "CB901. Macroevolution has never been observed."; $mt['CB901.1'] = "CB901.1. Range of variation is limited within kinds."; $mt['CB901.2'] = "CB901.2. No new phyla, classes, or orders have appeared."; $mt['CB901.3'] = "CB901.3. Darwin\'s finches show only microevolution. "; $mt['CB902'] = "CB902. Microevolution is distinct from macroevolution."; $mt['CB902.1'] = "CB902.1. There are barriers to large change."; $mt['CB902.2'] = "CB902.2. Small changes do not imply large changes. "; $mt['CB904'] = "CB904. No entirely new features have evolved."; $mt['CB910'] = "CB910. No new species have been observed."; $mt['CB910.1'] = "CB910.1. Fruit fly experiments produce only fruit flies."; $mt['CB910.2'] = "CB910.2. Peppered moths remained the same species. "; $mt['CB920'] = "CB920. No new body parts have evolved."; $mt['CB921'] = "CB921. New structures would be useless until fully developed."; $mt['CB921.1'] = "CB921.1. What use is half an eye?"; $mt['CB921.2'] = "CB921.2. What use is half a wing? "; $mt['CB922'] = "CB922. No two-celled life exists intermediate between one- and multicelled."; $mt['CB925'] = "CB925. We do not see creatures in various stages of completion."; $mt['CB926'] = "CB926. Preadaptation implies that organs evolved before they were needed."; $mt['CB928'] = "CB928. Why are beneficial traits not evolved more often?"; $mt['CB928.1'] = "CB928.1. If intelligence is adaptive, other apes should have evolved it. "; $mt['CB929'] = "CB929. Evolution does not explain our using one tenth of our brain."; $mt['CB930'] = "CB930. Some fossil species are still living."; $mt['CB930.1'] = "CB930.1. The coelacanth, thought extinct for ages, is still living."; $mt['CB930.2'] = "CB930.2. A plesiosaur was found by a Japanese trawler."; $mt['CB930.3'] = "CB930.3. Dinosaurs may still be alive in the Congo. "; $mt['CB932'] = "CB932. Some modern species are apparently degenerate, not higher forms."; $mt['CB940'] = "CB940. Pure chance cannot create new structures."; $mt['CB940.1'] = "CB940.1. Odds of many successive beneficial mutations are minuscule. "; $mt['CB941'] = "CB941. How do things know how to evolve?"; $mt['CB950'] = "CB950. Overspecialization with no adaptive value sometimes occurs."; $mt['CB951'] = "CB951. Long-term trends (orthogenesis) do not fit evolutionary theory."; $mt['CB990'] = "CB990. Proposed evolution scenarios are just-so stories. "; $mt['CC'] = "CC: Paleontology"; $mt['CC000-CC049'] = "CC000-CC049: Questionable fossils"; $mt['CC000:'] = "CC000: Specific hominid fossils were hoaxed"; $mt['CC001'] = "CC001. Piltdown man was a hoax."; $mt['CC001.1'] = "CC001.1. Piltdown man was the subject of 500 doctoral dissertations. "; $mt['CC002'] = "CC002. Nebraska man was a hoax."; $mt['CC003'] = "CC003. Lucy\'s knee was found far from the rest of the skeleton."; $mt['CC004'] = "CC004. Ten Peking Man skeletons were suppressed. "; $mt['CC020:'] = "CC020: Specific hominid fossils were misidentified"; $mt['CC021'] = "CC021. \"Orce Man\" was a donkey skull. "; $mt['CC030'] = "CC030. All human fossils would fit on a billiard table."; $mt['CC040'] = "CC040. Anthropologists disagree."; $mt['CC041'] = "CC041. Homo habilis is an invalid taxon. "; $mt['CC050'] = "CC050. All hominid fossils are fully human or fully ape."; $mt['CC051'] = "CC051. Neanderthal was based on a disfigured human."; $mt['CC051.1'] = "CC051.1. Neanderthals were humans with rickets. "; $mt['CC052'] = "CC052. Laetoli footprints were human."; $mt['CC054'] = "CC054. KP 271 (a fossil humerus) was human."; $mt['CC061'] = "CC061. French scientists called Peking Man \"monkey-like.\""; $mt['CC080'] = "CC080. Australopithecus was fully ape, closer to chimp. "; $mt['CC100'] = "CC100: Human fossils are out of place."; $mt['CC101'] = "CC101. Human footprints have been found with dinosaur tracks at Paluxy."; $mt['CC102'] = "CC102. Sandal footprints have been found associated with trilobites."; $mt['CC110'] = "CC110. Moab man was found in Cretaceous sandstone."; $mt['CC111'] = "CC111. Malachite man was found in Cretaceous sandstone."; $mt['CC112'] = "CC112. Castenedolo, Olmo, and Calaveras skulls were found in Pliocene strata."; $mt['CC120'] = "CC120. Baugh found a fossilized finger from the Cretaceous."; $mt['CC130'] = "CC130. A petrified hammer was found in Cretaceous rocks. "; $mt['CC150'] = "CC150: Other Anthropology"; $mt['CC150'] = "CC150. If we are descended from apes, why are there still apes around? "; $mt['CC200'] = "CC200. Transitional fossils are lacking."; $mt['CC200.1'] = "CC200.1. There should be billions of transitional fossils."; $mt['CC201'] = "CC201. We should see smooth change through the fossil record, not gaps."; $mt['CC201.1'] = "CC201.1. Punctuated equilibrium was ad hoc to justify gaps."; $mt['CC210'] = "CC210: Specific examples of non-transition"; $mt['CC211'] = "CC211. There are gaps between invertebrates and vertebrates."; $mt['CC212'] = "CC212. There are gaps between fish and amphibians."; $mt['CC213'] = "CC213. There are gaps between amphibians and reptiles."; $mt['CC214'] = "CC214. There are gaps between reptiles and birds."; $mt['CC214.1'] = "CC214.1. Archaeopteryx was probably not an ancestor of modern birds."; $mt['CC214.1.1'] = "CC214.1.1. Archaeopteryx is fully bird "; $mt['CC214.2'] = "CC214.2. Duck-billed dinosaur find disproves its bird ancestry. "; $mt['CC215'] = "CC215. There are gaps between reptiles and mammals."; $mt['CC216.1'] = "CC216.1. There are gaps between land mammals and whales."; $mt['CC216.2'] = "CC216.2. Horse fossils do not show evolution."; $mt['CC220'] = "CC220. Arthropods arose suddenly."; $mt['CC220.1'] = "CC220.1. There are no fossil ancestors of insects. "; $mt['CC250'] = "CC250. There are no fossil ancestors of plants."; $mt['CC251'] = "CC251. Progymnosperms are imaginary evolutionary ancestors. "; $mt['CC300'] = "CC300. The Cambrian explosion shows all kinds of life appearing suddenly."; $mt['CC301'] = "CC301. Cambrian explosion contradicts evolutionary \"tree\" pattern. "; $mt['CC310'] = "CC310: Dating of fossils"; $mt['CC310'] = "CC310. Fossils are dated from strata; strata are dated from fossils."; $mt['CC330'] = "CC330: Polystrate fossils"; $mt['CC331'] = "CC331. Polystrate fossils indicate massive sudden deposition."; $mt['CC332'] = "CC332. Yellowstone\'s Specimen Creek fossil forests were evidently transported."; $mt['CC332.1'] = "CC332.1. Specimen Creek fossil trees grew at the same time."; $mt['CC332.2'] = "CC332.2. Orientations show Specimen Creek fossil trees were transported. "; $mt['CC335'] = "CC335. A fossil whale was found vertically through several strata. "; $mt['CC340'] = "CC340. Many fossils are out of place."; $mt['CC341'] = "CC341. Recent pollen has been found in old rocks. "; $mt['CC350'] = "CC350: Some fossils are faked."; $mt['CC351'] = "CC351. Archaeopteryx is a fake."; $mt['CC352'] = "CC352. Archaeoraptor was a fake. "; $mt['CC360'] = "CC360: Taphonomy"; $mt['CC360'] = "CC360. No new fossils are being formed."; $mt['CC361'] = "CC361. Fossils can form quickly."; $mt['CC361.1'] = "CC361.1. Coal and oil can form quickly."; $mt['CC361.2'] = "CC361.2. Mammoths that were quickly frozen have been found."; $mt['CC361.3'] = "CC361.3. Contorted positions of fossil animals indicate rapid burial. "; $mt['CC362'] = "CC362. Large collections of fossils indicate catastrophism."; $mt['CC363'] = "CC363. Fossilization requires sudden burial."; $mt['CC364'] = "CC364. Sea fossils have been found on mountaintops."; $mt['CC365'] = "CC365. Footprints in the Coconino Sandstone appear to have been made underwater."; $mt['CC365.1'] = "CC365.1. Coconino Sandstone was deposited underwater. "; $mt['CC371'] = "CC371. Evidence of blood in a Tyrannosaurus bone indicates recent burial. "; $mt['CC401'] = "CC401. Paleontologists reconstruct an entire animal from a single bone. "; $mt['CD'] = "CD: Geology"; $mt['CD000'] = "CD000: Radiometric dating makes false assumptions"; $mt['CD001'] = "CD001. Radiometric dating falsely assumes rocks are closed systems."; $mt['CD002'] = "CD002. Radiometric dating falsely assumes initial conditions are known."; $mt['CD004'] = "CD004. Cosmic rays and free neutrinos affect U and Ar decay rates."; $mt['CD010'] = "CD010. Radiometric dating gives unreliable results."; $mt['CD011'] = "CD011. Carbon dating gives inaccurate results."; $mt['CD011.1'] = "CD011.1. Variable C-14/C-12 ratio invalidates C-14 dating."; $mt['CD011.2'] = "CD011.2. Vollosovitch and Dima mammoths yielded inconsistent C-14 dates."; $mt['CD011.3'] = "CD011.3. Living snails were C-14 dated at 2,300 and 27,000 years old."; $mt['CD011.4'] = "CD011.4. A freshly killed seal was C-14 dated at 1,300 years old."; $mt['CD011.5'] = "CD011.5. Triassic wood from Australia was dated at 33,000 years old."; $mt['CD011.6'] = "CD011.6. Ancient coal and oil are C-14 dated as only 50,000 years old. "; $mt['CD012'] = "CD012. U-Th dating gives inaccurate results for modern volcanic rocks."; $mt['CD013'] = "CD013. K-Ar dating gives inaccurate results for modern volcanic rocks."; $mt['CD013.1'] = "CD013.1. K-Ar dates of 1986 dacite from Mount St. Helens are very old. "; $mt['CD014'] = "CD014. Isochron dating gives unreliable results."; $mt['CD014.1'] = "CD014.1. Isochron date of young Grand Canyon lava is excessively old. "; $mt['CD015'] = "CD015. Zircons retain too much helium for an old earth."; $mt['CD016'] = "CD016. The U-Th-Pb method, properly corrected for neutron capture, gives recent dates. "; $mt['CD020'] = "CD020. Consistency of radiometric dating comes from selective reporting. "; $mt['CD101'] = "CD101. Entire geological column does not exist."; $mt['CD102'] = "CD102. The geological column is sometimes out of order."; $mt['CD102.1'] = "CD102.1. Out-of-order strata occur at the Lewis Overthrust. "; $mt['CD103'] = "CD103. The geologic column is based on the assumption of evolution."; $mt['CD110'] = "CD110. Meteor craters are never found in deeper strata."; $mt['CD111'] = "CD111. Meteorites are never found in deeper strata. "; $mt['CD200'] = "CD200. Uniformitarian assumption is untenable."; $mt['CD202'] = "CD202. Sandstone and shale layers are too extensive for normal deposition."; $mt['CD203'] = "CD203. Limestone and dolomite layers are too extensive for normal deposition."; $mt['CD210'] = "CD210. The mouth of the Colorado River does not have enough sediment for the Grand Canyon."; $mt['CD211'] = "CD211. Mississippi delta could have formed in 5,000 years."; $mt['CD220'] = "CD220. There is not enough sediment in the ocean for an old earth."; $mt['CD220.1'] = "CD220.1. Much more sediment is deposited than removed by subduction. "; $mt['CD221'] = "CD221. Oceans do not have enough dissolved minerals for an old earth."; $mt['CD221.1'] = "CD221.1. Sodium accumulates in oceans too fast for an old earth. "; $mt['CD222'] = "CD222. Juvenile water is added to oceans too fast for an old earth."; $mt['CD230'] = "CD230. Natural gas escapes too fast to allow for long ages."; $mt['CD231'] = "CD231. High pressures in oil fields would have bled off if earth were old."; $mt['CD232'] = "CD232. Oil seepage would have drained offshore reservoirs in 20,000 years."; $mt['CD240'] = "CD240. Experiments show that strata can violate principles of superposition."; $mt['CD241'] = "CD241. Varves can form in less than a year."; $mt['CD250'] = "CD250. Stalactites can grow very rapidly."; $mt['CD301'] = "CD301. Evaporites could form without evaporation."; $mt['CD302'] = "CD302. Evaporites are too thick."; $mt['CD303'] = "CD303. Evaporites contain no organic matter. "; $mt['CD410'] = "CD410. World War II airplanes are now beneath thousands of \"annual\" ice layers. "; $mt['CD501'] = "CD501. On an old earth, mountains would have eroded by now."; $mt['CD502'] = "CD502. Volcanic mountains are built too fast for an old earth."; $mt['CD510'] = "CD510. Folded rocks must have been soft when folded. "; $mt['CD610'] = "CD610. The erosion rate of Niagara Falls\' rim indicates a young earth."; $mt['CD620'] = "CD620. Average soil depth is consistent with a young earth. "; $mt['CD701'] = "CD701. The earth\'s magnetic field is decaying, indicating a young earth."; $mt['CD701.1'] = "CD701.1. Cowling\'s theorem disproves dynamo theory of earth\'s magnetic field. "; $mt['CD740'] = "CD740. The theory of plate tectonics is wrong."; $mt['CD741'] = "CD741. Midocean magnetic anomalies are not reversals. "; $mt['CD750'] = "CD750. Plate tectonics occurred catastrophically and has since slowed. "; $mt['CD821'] = "CD821. Sahara Desert is expanding. "; $mt['CE'] = "CE: Astronomy and Cosmology"; $mt['CE001'] = "CE001. There is not enough helium in the atmosphere for an old earth."; $mt['CE010'] = "CE010. NASA scientists found a day missing."; $mt['CE011'] = "CE011. Earth\'s rotation is slowing, indicating a young earth."; $mt['CE011.1'] = "CE011.1. The frequency of leap seconds indicates a young earth. "; $mt['CE020'] = "CE020. An old earth would be covered by 182 feet of meteoric dust. "; $mt['CE101'] = "CE101. There is not enough moon dust for an old universe."; $mt['CE110'] = "CE110. The moon is receding at a rate too fast for an old universe."; $mt['CE130'] = "CE130. Lunar moonquakes, lava flows, and gas emissions indicates the moon\'s youth."; $mt['CE210'] = "CE210. Venus\'s high temperature and atmosphere should have eroded its surface features."; $mt['CE230'] = "CE230. Io\'s great volcanic activity indicates a young age."; $mt['CE231'] = "CE231. Jupiter and Saturn are cooling too rapidly to be old."; $mt['CE240'] = "CE240. Saturn\'s rings are unstable."; $mt['CE260'] = "CE260. Three planets and several moons revolve backwards."; $mt['CE260.1'] = "CE260.1. Retrograde motion of planets disproves the big bang. "; $mt['CE261'] = "CE261. Comets would not have lasted in an old universe."; $mt['CE261.1'] = "CE261.1. Oort cloud and Kuiper belt are ad hoc fantasies of astronomers. "; $mt['CE280'] = "CE280. Solar wind should have cleared the inner solar system of microparticles."; $mt['CE281'] = "CE281. The Poynting-Robertson effect would remove space dust in an old solar system. "; $mt['CE301'] = "CE301. The lack of solar neutrinos indicates that the stellar model is wrong."; $mt['CE302'] = "CE302. The sun has most of the mass but little angular momentum of the solar system."; $mt['CE310'] = "CE310. A shrinking sun indicates a young sun."; $mt['CE310.1'] = "CE310.1. Helmholtz\'s contraction theory says the sun is young. "; $mt['CE311'] = "CE311. The faint young sun paradox contradicts an old earth."; $mt['CE351'] = "CE351. Sirius was a red star 2,000 years ago and is a white dwarf now."; $mt['CE380'] = "CE380. Galaxies should lose their spiral shape over millions of years. "; $mt['CE401'] = "CE401. There are too few supernova remnants for an old universe."; $mt['CE410'] = "CE410. Physical constants are only assumed constant."; $mt['CE411'] = "CE411. The speed of light has changed."; $mt['CE411.1'] = "CE411.1. Physicists found that the speed of light was once faster. "; $mt['CE412'] = "CE412. Gravitational time dilation made distant clocks run faster."; $mt['CE420'] = "CE420. The big bang theory is wrong."; $mt['CE421'] = "CE421. The cosmos has an axis, contrary to big bang models."; $mt['CE425'] = "CE425. Red shift comes from light aging, not expansion of the universe."; $mt['CE440'] = "CE440. Where did space, time, energy, and laws of physics come from?"; $mt['CE441'] = "CE441. Explosions such as the big bang do not produce order or information. "; $mt['CF'] = "CF: Physics and Mathematics"; $mt['CF001'] = "CF001. The second law of thermodynamics prohibits evolution."; $mt['CF001.1'] = "CF001.1. Systems left to themselves invariably tend toward disorder."; $mt['CF001.2'] = "CF001.2. The second law of thermodynamics, and the trend to disorder, is universal."; $mt['CF001.3'] = "CF001.3. Instructions are necessary to produce order."; $mt['CF001.4'] = "CF001.4. The second law is about organized complexity, not entropy."; $mt['CF001.5'] = "CF001.5. Evolution needs an energy conversion mechanism to utilize energy. "; $mt['CF002'] = "CF002. Complexity does not come from simplicity."; $mt['CF002.1'] = "CF002.1. Tornadoes in junkyards do not build things. "; $mt['CF003'] = "CF003. How could information, such as in DNA, assemble itself?"; $mt['CF005'] = "CF005. 2nd law of thermodynamics applies to information theory."; $mt['CF010'] = "CF010. Cybernetic simulations show that Darwinian processes do not produce order."; $mt['CF011'] = "CF011. Evolutionary algorithms smuggle in design in the fitness function."; $mt['CF011.1'] = "CF011.1. The outcome of Dawkins\'s WEASEL program was prespecified."; $mt['CF011.2'] = "CF011.2. NFL theorems prove that evolutionary algorithms do not beat blind search. "; $mt['CF101'] = "CF101. The universe\'s energy cannot come from nothing."; $mt['CF201'] = "CF201. Polonium haloes indicate a young earth."; $mt['CF210'] = "CF210. Radiometric dating falsely assumes that rates are constant."; $mt['CF220'] = "CF220. Short-lived isotopes Th-230 and U-236 exist on the moon. "; $mt['CG'] = "CG: Miscellaneous Anti-Evolution"; $mt['CG001'] = "CG001. Darwin recanted on his deathbed."; $mt['CG010'] = "CG010. The oldest living thing is younger than 4,900 years."; $mt['CG020'] = "CG020. All all languages and religions could develop in 3,000 years."; $mt['CG030'] = "CG030. Oldest structures, such as pyramids, are already very complex. "; $mt['CG101'] = "CG101. Chinese glyph for \"ark\" is literally \"8 mouths.\""; $mt['CG110'] = "CG110. The first known languages are highly complex."; $mt['CG111'] = "CG111. Why are languages getting less complex? "; $mt['CG201'] = "CG201. There are flood myths from all over the world. "; $mt['CH'] = "CH: Biblical Creationism"; $mt['CH001'] = "CH001. Creationism has explanatory power."; $mt['CH010'] = "CH010. Creationism, being Bible-based, is good."; $mt['CH010.1'] = "CH010.1. Learning creationism stimulates mental health, joy, and morals. "; $mt['CH030'] = "CH030. God is all-good."; $mt['CH050'] = "CH050. Genesis is foundational to the Bible."; $mt['CH055'] = "CH055. Noncreationist Christians are compromisers. "; $mt['CH100'] = "CH100. The Bible says it; I believe it; that settles it."; $mt['CH100.1'] = "CH100.1. Science must be interpreted in light of scripture. "; $mt['CH101'] = "CH101. The Bible is inerrant."; $mt['CH101.1'] = "CH101.1. If part of the Bible is wrong, none of it can be trusted. "; $mt['CH102'] = "CH102. The Bible is literal."; $mt['CH102.1'] = "CH102.1. Genesis must be literal; it is straightforward narrative."; $mt['CH102.2'] = "CH102.2. Genesis must be literal; later writers refer to it as fact."; $mt['CH102.2.1'] = "CH102.2.1. Jesus refers to creation and flood as though they were literal. "; $mt['CH103'] = "CH103. Bible claims inspiration."; $mt['CH110'] = "CH110. Prophecies prove the accuracy of the Bible."; $mt['CH120'] = "CH120. The Bible must be accurate because archaeology supports it."; $mt['CH130'] = "CH130. The Bible\'s accuracy on other scientific points shows overall accuracy."; $mt['CH131'] = "CH131. The Bible says that the earth is round."; $mt['CH132'] = "CH132. The Bible says that the earth is unsupported."; $mt['CH133'] = "CH133. The Bible got the water cycle right."; $mt['CH134'] = "CH134. Records say civilization was man\'s original state."; $mt['CH135'] = "CH135. The Bible specifies good medical and hygienic practices."; $mt['CH135.1'] = "CH135.1. The Bible specifies the best time for circumcision."; $mt['CH135.2'] = "CH135.2. Moses reveals that blood is the essence of life. "; $mt['CH180'] = "CH180: The Bible is unique in other ways."; $mt['CH181'] = "CH181. The Bible is popular."; $mt['CH182'] = "CH182. The Bible is influential."; $mt['CH183'] = "CH183. The Bible is target of persecution."; $mt['CH184'] = "CH184. The Bible is intellectually honest. "; $mt['CH190'] = "CH190. The Bible is harmonious throughout. "; $mt['CH200'] = "CH200: Age of the Universe"; $mt['CH200'] = "CH200. The universe is 6,000-10,000 years old."; $mt['CH210'] = "CH210. The earth is 6,000-10,000 years old."; $mt['CH220'] = "CH220. The universe was created with apparent age. "; $mt['CH300'] = "CH300: Death and the Fall"; $mt['CH301'] = "CH301. There was no death or decay before the Fall."; $mt['CH310'] = "CH310. The pre-Flood vapor canopy would have made the world Edenic."; $mt['CH311'] = "CH311. The pre-Flood vapor canopy would have extended human lifetimes."; $mt['CH320'] = "CH320. Life is deteriorating."; $mt['CH321'] = "CH321. Parasites are degenerations of free-living species. "; $mt['CH350'] = "CH350: Created Kinds"; $mt['CH350'] = "CH350. Organisms come in discrete kinds."; $mt['CH370'] = "CH370. The stars and galaxies are unchanging. "; $mt['CH400-CH599'] = "CH400-CH599: Flood"; $mt['CH400:'] = "CH400: Source of Flood"; $mt['CH401'] = "CH401. Flood from vapor canopy."; $mt['CH410'] = "CH410. Flood from comet."; $mt['CH420'] = "CH420. Hydroplate theory."; $mt['CH430'] = "CH430. Runaway subduction. "; $mt['CH500:'] = "CH500: The Ark"; $mt['CH500'] = "CH500. Noah\'s ark has been found."; $mt['CH501'] = "CH501. We can expect to find Noah\'s ark on Mount Ararat."; $mt['CH502.1'] = "CH502.1. Noah\'s ark may have been photographed on Ararat in 1949."; $mt['CH502.2'] = "CH502.2. ERTS satellite photographed Noah\'s ark in 1973."; $mt['CH503'] = "CH503. Noah\'s ark has been found near Dogubayazit, Turkey."; $mt['CH503.1'] = "CH503.1. Anchor stones of Noah\'s ark have been found."; $mt['CH503.2'] = "CH503.2. The Turkish government officially recognized the site of Noah\'s ark. "; $mt['CH504.1'] = "CH504.1. James Bryce found a 4-foot timber high on Ararat."; $mt['CH504.2'] = "CH504.2. Navarra retrieved hand-hewn wood from high on Ararat."; $mt['CH504.3'] = "CH504.3. Hardwicke Knight found soft wood timbers on Ararat."; $mt['CH505.1'] = "CH505.1. Yearam guided three vile scientists to Noah\'s ark in 1916."; $mt['CH505.2'] = "CH505.2. An 1883 Turkish expedition found Noah\'s ark."; $mt['CH505.3'] = "CH505.3. Prince Nouri of Baghdad found the ark in 1887."; $mt['CH505.4'] = "CH505.4. Hagopian visited the ark with his uncle around 1908."; $mt['CH505.5'] = "CH505.5. Russian aviator Roskovitsky photographed the ark."; $mt['CH505.6'] = "CH505.6. Resit, a Kurdish farmer, found the ark in 1948."; $mt['CH505.7'] = "CH505.7. Local Kurds led Ed Davis to the ark in 1943."; $mt['CH505.8'] = "CH505.8. Ed Behling was led to the ark in 1973. "; $mt['CH508'] = "CH508. Chinese treasure ships show Noah\'s ark was feasible."; $mt['CH510-CH529'] = "CH510-CH529: Animals on the Ark"; $mt['CH511'] = "CH511. Insects survived on floating vegetation mats."; $mt['CH512'] = "CH512. All kinds could fit."; $mt['CH512.1'] = "CH512.1. Juveniles of large animals were taken aboard."; $mt['CH512.2'] = "CH512.2. The average land animal is the size of a sheep. "; $mt['CH513'] = "CH513. Animals hibernated on the ark."; $mt['CH514'] = "CH514. The crew could feed and care for the animals."; $mt['CH514.1'] = "CH514.1. Many animals do not require fresh or live food. "; $mt['CH520'] = "CH520. Pre-Flood animals lived in a uniform climate."; $mt['CH521'] = "CH521. Animals\' exacting needs could have evolved after the Flood. "; $mt['CH540-CH599'] = "CH540-CH599: Effects of the Flood"; $mt['CH541'] = "CH541. Aquatic organisms could have survived the Flood."; $mt['CH542'] = "CH542. Plants could have survived the Flood."; $mt['CH550'] = "CH550. The geologic column was deposited by the Flood."; $mt['CH560'] = "CH560: Fossils were deposited by the Flood."; $mt['CH561'] = "CH561: Fossil order was determined by the Flood."; $mt['CH561.1'] = "CH561.1. Fossils are sorted by ecological zonation."; $mt['CH561.2'] = "CH561.2. Fossils are sorted hydrologically."; $mt['CH561.3'] = "CH561.3. Fossils are sorted by the ability to escape."; $mt['CH561.4'] = "CH561.4. Fossils are sorted by a combination of these factors. "; $mt['CH570'] = "CH570. High mountains were raised during the Flood."; $mt['CH580'] = "CH580. The Flood shaped the earth\'s surface in other ways."; $mt['CH581'] = "CH581. The Grand Canyon was carved by retreating Flood waters."; $mt['CH581.1'] = "CH581.1. Rapid erosion on Mount St. Helens shows Grand Canyon could form suddenly. "; $mt['CH590'] = "CH590. The Flood caused an ice age. "; $mt['CH700'] = "CH700: Miscellaneous Young Earth Creationism"; $mt['CH710'] = "CH710. Man and dinosaurs coexisted."; $mt['CH710.1'] = "CH710.1. Ica stones show that humans and dinosaurs coexisted."; $mt['CH710.2'] = "CH710.2. Dinosaur figurines from Acambaro show a human-dinosaur association."; $mt['CH711'] = "CH711. Behemoth, from the book of Job, was a dinosaur."; $mt['CH711.1'] = "CH711.1. Leviathan, from the book of Job, was a dinosaur. "; $mt['CH712'] = "CH712. Dragons were dinosaurs."; $mt['CH712.1'] = "CH712.1. Some dinosaurs breathed fire. "; $mt['CH801'] = "CH801. Genesis 1 got the order of events right. "; $mt['CH901'] = "CH901. Bible says the sun goes around the earth."; $mt['CH910'] = "CH910. Relativity shows geocentrism is true. "; $mt['CI'] = "CI: Intelligent Design"; $mt['CI001'] = "CI001. Intelligent design theory is scientific."; $mt['CI001.1'] = "CI001.1. Intelligent design theory is not religious."; $mt['CI001.2'] = "CI001.2. Intelligent design is not creationism."; $mt['CI001.3'] = "CI001.3. Intelligent design is mainstream."; $mt['CI001.4'] = "CI001.4. Intelligent design has been published in peer-reviewed journals."; $mt['CI002'] = "CI002. Intelligent design has explanatory power."; $mt['CI009'] = "CI009. Evidence for design disproves evolutionary mechanisms."; $mt['CI010'] = "CI010. There is a law of conservation of information."; $mt['CI100'] = "CI100. Design is detectable."; $mt['CI100.1'] = "CI100.1. Look; is design not obvious? "; $mt['CI101'] = "CI101. Complexity indicates design."; $mt['CI102'] = "CI102. Irreducible complexity indicates design."; $mt['CI110'] = "CI110. Complex specified information indicates design."; $mt['CI111'] = "CI111. Dembski\'s filter can detect design."; $mt['CI111.1'] = "CI111.1. Specified information criterion produces no false positives."; $mt['CI111.2'] = "CI111.2. Specified complexity characterizes what intelligent agents do. "; $mt['CI113'] = "CI113. Genetic algorithms require a designer to specify desired outcome."; $mt['CI120'] = "CI120. Purpose indicates design."; $mt['CI130'] = "CI130. Functional integration indicates design."; $mt['CI141'] = "CI141. Similarities in DNA and anatomy are due to common design."; $mt['CI141.1'] = "CI141.1. Similar structures for similar functions, different for different. "; $mt['CI190'] = "CI190. SETI researchers expect that they can detect design."; $mt['CI191'] = "CI191. Archaeologists and forensic scientists can detect design. "; $mt['CI200'] = "CI200: First Cause."; $mt['CI200'] = "CI200. There must have been a first cause. "; $mt['CI300'] = "CI300: Anthropic Principle."; $mt['CI301'] = "CI301. The cosmos is fine-tuned to permit human life."; $mt['CI302'] = "CI302. The cosmos is fine-tuned to permit scientific discovery. "; $mt['CI400'] = "CI400: Meta-arguments"; $mt['CI401'] = "CI401. The methodology of science rules out even considering design."; $mt['CI402'] = "CI402. Evolutionists have blinded themselves to seeing design."; $mt['CI410'] = "CI410. Design requires a designer. "; $mt['CJ'] = "CJ: Other Creationism"; $mt['CJ001'] = "CJ001. Mankind has existed essentially unchanged for billions of years. "; $mt['CJ200-CJ499'] = "CJ200-CJ499: Native North American Creationism"; $mt['CJ300'] = "CJ300: Creationism from individual tribes"; $mt['CJ311'] = "CJ311. The 9,400-year-old Kennewick Man was an Umatilla ancestor. "; $mt['CJ500'] = "CJ500: Qur\'an Accuracy"; $mt['CJ530'] = "CJ530. The Qur\'an\'s accuracy on scientific points shows overall accuracy."; $mt['CJ531'] = "CJ531. The Qur\'an speaks of an expanding universe."; $mt['CJ533'] = "CJ533. The Qur\'an describes human embryology accurately. "; } ?>