%
function hideFromBots(strE)
dim bots, re, c
bots = Array("^EmailSiphon","^EmailWolf","^ExtractorPro","^Mozilla.*NEWT","^Crescent","^CherryPicker","^[Ww]eb[Bb]andit","^WebEMailExtrac.*","^NICErsPRO","^Telesoft","^Zeus.*Webster","^Microsoft.URL","^Mozilla/3.Mozilla/2.01","^Xenu.*Link.*Sleuth.*","^EmailCollector")
for each spambot in bots
Set re = new RegExp
re.IgnoreCase = false
re.global = false
re.Pattern = spambot
if re.Test(request.servervariables("HTTP_USER_AGENT")) then c=c+1
next
if c>0 then
hideFromBots="Email address witheld"
else
hideFromBots=strE
end if
end function
%>
Science Kit 2a
| Section 2: Questions & Answers |
| Science,
Religion, Creation, and Evolution |
| 1. What is science?
Answer: Science is a human activity in
which people look carefully at things in the world to learn more about them. New
information is discovered by means of careful observation and controlled experiments.
Scientists also imagine theories to explain what they observe. Then they make more
observations and experiments to test their theories. If a theory is designed so there is
no possibility to test it and prove it false, it is not a scientific theory. It is a
theory of philosophy or religion.1
|