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") != -1) {
          slideDuration = 3;
          document.getElementById("duration").value = "3"