function imageswap( newImg ) {
obj = document.getElementById('photo');
obj.style.background="url(" + newImg + ") no-repeat 50% 0";
}
