function swapImage(image, imageName) {
   image.src='http://www.noschoolchoppers.com/images/buttons/' + imageName;
}

