const injectParatyWidget = () => { const script = document.createElement('script'); script.src = "https://cdn.paraty.es/static_files/common/web_apps/booking_widget.js?v=202507171118"; script.onload = () => { const event = new CustomEvent('paratyBookingWidgetLoaded', { detail: { paratyInjectionUrl: "https://ritual-torremolinos-dot-ritual-hoteles.appspot.com" } }); document.dispatchEvent(event); }; document.head.appendChild(script); const link = document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = "https://cdn.paraty.es/static_files/common/web_apps/assets/css/main_booking_widget.css?v=202507171118"; document.head.appendChild(link); }; (function () { injectParatyWidget(); })();