// JavaScript Document

function changeCSS(href){
          var elem = document.getElementById("css");
          elem.href = "/" + href;
}

