// JavaScript Document

function mudarfundo(obj, cor){
	obj.style.background='#'+String(cor);
}