function muda(img,novaimg){
		img.src = novaimg;
}
