function roll(name, path) {
	document.images[name].src = path;

}
