<%@ Language=JavaScript %> Science and the Art of Skeptical Thought

Science and the Art of Skeptical Thought
<% var tips_file = "sciquotes.txt"; // this gives us the absolute path of this script which we'll use // to get the path to the current directory so we can open a // file in it (the tips_file, above). var abs_path = String(Request.ServerVariables("PATH_TRANSLATED")); // get rid of script name in absolute path // and replace with name of file we want to open var file_to_open = abs_path.replace(/\\\w*\.asp/,"\\") + tips_file; fso = new ActiveXObject("Scripting.FileSystemObject"); //Make sure we can find tips file before we get carried away if (fso.FileExists(file_to_open)){ // open file and read contents: file_stream = fso.OpenTextFile(file_to_open); tips_array = new Array (); // loop through file and collect tips while (! file_stream.AtEndOfStream ){ line_num = file_stream.Line; tip = file_stream.ReadLine(); tips_array[line_num-1] = tip; } file_stream.close(); // generate random number based on number of tips we found and print one. random_number = Math.round((tips_array.length-1) * Math.random()); Response.Write(tips_array[random_number]); } // end of if file exists // if we can't find file else { Response.Write("Sorry, the quotes file seems to be missing!") } %>

Site Features
>Quotes

Links
>LiveScience.com
>Martindale's Reference Desk: Calculators On-line
>Periodic Table of the Elements
>J-Track Satellite Tracking
>American Museum of Natural History
>The Dr. Carl Sagan Honorary Site
>The Mars Pathfinder Mission
>EurekAlert!
>University of Washington Astronomy Department
>Nye Labs Online
>Scientific American
>Northwest Fisheries Science Center
>Project Galileo: Bringing Jupiter to Earth
>United States Geological Survey
>Underwater Photography
>StarDate Online Home Page
>National Geographic Society
>Federation of American Scientists
>Nova Online
>Earthtrust
>Jonathan's Space Report

Top Ten Signs You're a Fundamentalist Christian:

10 - You vigorously deny the existence of thousands of gods claimed by other religions, but feel outraged when someone denies the existence of yours.

9 - You feel insulted and "dehumanized" when scientists say that people evolved from other life forms, but you have no problem with the Biblical claim that we were created from dirt.

8 - You laugh at polytheists, but you have no problem believing in a Triune God.

7 - Your face turns purple when you hear of the "atrocities" attributed to Allah, but you don't even flinch when hearing about how God/Jehovah slaughtered all the babies of Egypt in "Exodus" and ordered the elimination of entire ethnic groups in "Joshua" including women, children, and trees!

6 - You laugh at Hindu beliefs that deify humans, and Greek claims about gods sleeping with women, but you have no problem believing that the Holy Spirit impregnated Mary, who then gave birth to a man-god who got killed, came back to life and then ascended into the sky.

5 - You are willing to spend your life looking for little loopholes in the scientifically established age of Earth (few billion years), but you find nothing wrong with believing dates recorded by Bronze Age tribesmen sitting in their tents and guessing that Earth is a few generations old.

4 - You believe that the entire population of this planet with the exception of those who share your beliefs -- though excluding those in all rival sects - will spend Eternity in an infinite Hell of Suffering. And yet consider your religion the most "tolerant" and "loving."

3 - While modern science, history, geology, biology, and physics have failed to convince you otherwise, some idiot rolling around on the floor speaking in "tongues" may be all the evidence you need to "prove" Christianity.

2 - You define 0.01% as a "high success rate" when it comes to answered prayers. You consider that to be evidence that prayer works. And you think that the remaining 99.99% FAILURE was simply the will of God.

1 - You actually know a lot less than many atheists and agnostics do about the Bible, Christianity, and church history - but still call yourself a Christian.

 

Skeptical Thought, Critical Thinking, and Logic

Skeptical Organizations

Psychics

UFOs and Extraterrestrial Phenomena

Reference

Creationism and Religion

Miscellaneous

Doing your research on the Web? Great! Just be sure you're not using bogus information:


Back to Kohary's Cove

I'm sorry to say that my e-mail has been spammed out by lowlife spammers.  I can't provide an e-mail link here, because the spambots will simply invade my newest e-mail addy.  You can reach me manually, though - just send your e-mail to mike at kohary dot com (simply turn the bolded text into an e-mail address by inserting the appropriate symbols in the right places).  Thanks, and I'm sorry for the inconvenience.