function changeBgColor(number) {

    document.getElementById("cssColor").href = document.location.protocol + "//" +  document.location.hostname + "/css/color" + number + ".css";

}

