function imageswap(image) {
document.getElementById('roll').innerHTML = '<img src="images/'+image+'">';
}