Hola
wigglyUtrera
Prueba asignando a variables los distintos temporizadores, a ver si hay suerte:
Código PHP:
pepe1 = setTimeout(function (){
fondo.style.backgroundImage = "url('img/prueba/c_02.gif')";
},90);
pepe2 = setTimeout(function (){
fondo.style.backgroundImage = "url('img/prueba/c_03.gif')";
},190);
Saludos,