function changeFigure(url) {
	var image = document.getElementById('stockImage'); 
	image.src = url;
}
