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