function swapImage(imageUrl, image)
{
    image.src = imageUrl;
}


