<SCRIPT LANGUAGE = "javascript">
function cambiarColor() {
document.all.heading.style.color = "red";
}
