function swap(image4replace, imageReplacing) {
    	image4replace.src = imageReplacing.src;
}

