// First part of code

$(document).ready(function() { 
    $(".box1").resboxjquery({ 
      asoc: 'viajesturi',
      boxname: 'rb_es.html'
    });
  });
  
// Second part of Code

$(document).ready(function() {
  $(".box1").resboxjquery({asoc :'viajesturi'});
});
