function roll(id){
	var imgID = 'img/'+ id;
	document.getElementById("banner").src = imgID;
}

