Ah, that's much better, thanks. The various entries characterized as:
Code:
variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
Must be all on one line or use conventions that make them appear that way to the script parser. Since the easiest way is simply to use 'all on one line', just replace:
Code:
variableslide[0]=['http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=584', '', '<a href="http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=545">Interview with Dr. Stephen Meyer - leader in the I.D. movement (Long clip - 42.5 mb)</a>
<br><a href="http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=499">Same as above but just in Audio (3.29 mb)</a>']
variableslide[1]=['http://www.reviewevolution.net/graphics/openFlagellum.jpg', '', '<i><small>A prime example of "irreducible complexity" is the bacteria flagellum. With over 40 essential parts, the flagellum is a rotary motor used to propel a bacteria in liquid. Spinning at 17,000 rpms, the motor is acid driven, liquid cooled, self-replicating, and self-repairing. If one part is removed, it can not function</small></i>
<br>
If it could be demonstrated that any complex organ existed which could not possibly have been formed by numerous, successive, slight modifications, my theory would absolutely break down.<br>
- Charles Darwin, Origin of Species
<br><a href="http://www.sedin.org/mol_museum.html">Click Here for a theistic blog</a>
<br><a href="http://www.evolutionnews.org/2005/09/title_43.html">Click Here for an atheistic blog</a>
<br><a href="http://www.talkdesign.org/faqs/flagellum.html">Or here</a>']
variableslide[2]=['http://www.getreligion.org/archives/DNA.jpg', '', '<i>DNA is a more advanced code than what we have for computer programming. In order to have a computer program, you must have a Programmer. Does this mean that it in order to have DNA Code, there must be a Code Writer?</i><br>
<a href="http://www.allaboutscience.org/dna-double-helix.htm">DNA Info Site</a><br>
<a href="http://www.eweek.com/article2/0,1759,1645675,00.asp">Scientists are even using DNA code to replace computer coding. See this article.</a>']
variableslide[3]=['http://www.pinkdome.com/archives/ethics.gif', '', '<center><i>Good or Bad Explanation for Morals? Where do all 3 come from?</i><br></center>']
with:
Code:
variableslide[0]=['http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=584', '', '<a href="http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=545">Interview with Dr. Stephen Meyer - leader in the I.D. movement (Long clip - 42.5 mb)</a> <br><a href="http://www.discovery.org/scripts/viewDB/filesDB-download.php?command=download&id=499">Same as above but just in Audio (3.29 mb)</a>']
variableslide[1]=['http://www.reviewevolution.net/graphics/openFlagellum.jpg', '', '<i><small>A prime example of "irreducible complexity" is the bacteria flagellum. With over 40 essential parts, the flagellum is a rotary motor used to propel a bacteria in liquid. Spinning at 17,000 rpms, the motor is acid driven, liquid cooled, self-replicating, and self-repairing. If one part is removed, it can not function</small></i><br>If it could be demonstrated that any complex organ existed which could not possibly have been formed by numerous, successive, slight modifications, my theory would absolutely break down.<br>- Charles Darwin, Origin of Species<br><a href="http://www.sedin.org/mol_museum.html">Click Here for a theistic blog</a><br><a href="http://www.evolutionnews.org/2005/09/title_43.html">Click Here for an atheistic blog</a><br><a href="http://www.talkdesign.org/faqs/flagellum.html">Or here</a>']
variableslide[2]=['http://www.getreligion.org/archives/DNA.jpg', '', '<i>DNA is a more advanced code than what we have for computer programming. In order to have a computer program, you must have a Programmer. Does this mean that it in order to have DNA Code, there must be a Code Writer?</i><br><a href="http://www.allaboutscience.org/dna-double-helix.htm">DNA Info Site</a><br><a href="http://www.eweek.com/article2/0,1759,1645675,00.asp">Scientists are even using DNA code to replace computer coding. See this article.</a>']
variableslide[3]=['http://www.pinkdome.com/archives/ethics.gif', '', '<center><i>Good or Bad Explanation for Morals? Where do all 3 come from?</i><br></center>']
Works here in a local demo.
Bookmarks