Changing slideshow options
Monday, September 19th, 2005Here is how to change the duration for the slideshow. In the body tag put this:
In the javascript section, put this:
function updateSS() {
// look at the body tags classes, if it is the homepage then swap
bodyClass = document.getElementsByTagName(“body”)[0].className;
if (bodyClass.indexOf(“slideshow”) [...]
