num = Math.round(Math.random()*5)
document.write('<style type="text/css">');
document.write('#contenedor #cuerpo #cuadro_imagen_menuh { background: url(../imagenes/fondo' + num + '.jpg)!important }');
document.write('</style>');