function doRoll(who,what) {
	what="images/"+what+".gif";
	who.src=what;
}
