function ipod() {
        newImage = "url(/wp-content/themes/iliketodesign/images/portfolio/ipodgeneration.jpg)";
        document.getElementById('background').style.backgroundImage = newImage;
      }
function scmontreal() {
        newImage = "url(/wp-content/themes/iliketodesign/images/portfolio/scmontreal.jpg)";
        document.getElementById('background').style.backgroundImage = newImage;
      }
function bloke() {
        newImage = "url(/wp-content/themes/iliketodesign/images/portfolio/bloke.jpg)";
        document.getElementById('background').style.backgroundImage = newImage;
      }
function tantrum() {
        newImage = "url(/wp-content/themes/iliketodesign/images/portfolio/tantrum.jpg)";
        document.getElementById('background').style.backgroundImage = newImage;
      }
function maria() {
        newImage = "url(/wp-content/themes/iliketodesign/images/portfolio/maria.jpg)";
        document.getElementById('background').style.backgroundImage = newImage;
      }