Cambiar Imagen de fondo JavaScript

var imagen = document.getElementById("imagen");
imagen.style.backgroundImage = "url('tuUrl')";
Joyous Jay