// insert JavaScript source code here
function trocaCor(obj, cor)
	{
		obj.style.backgroundColor = cor;
	}



