// JavaScript Document

function flipflop(thumb) {
   var thumb = "/portfolio/photography/" + thumb + ".jpg";
   document.getElementById('image').setAttribute("src", thumb);
}