Changing slideshow options
Monday, September 19th, 2005Here is how to change the duration for the slideshow. In the body tag put this:
<body onload="updateSS();"> </body>
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 [...]
