

function imgswp() { 
var imgs = new Array("image1.jpg","image2.jpg","image3.jpg","image4.jpg")
document.getElementById("reasons").src = imgs[Math.floor(Math.random()*imgs.length)]
}

 
