// JavaScript Document
<!--
function bgImgChange(pal) {
  document.body.style.background = "url(" + pal+ ")";
}
// -->
