<!-- bookingWidget requires jQuery and jQueryUI -->
<!-- Include the following line ONCE ONLY on the page, preferably in the document head -->
<script src='https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js'></script>
<!-- Place this div on your page where you want the widget to show -->
<div id='bookWidget-109253-0-0-1743880033'> </div>
<!-- The following will initialize the widget in the above div -->
<script>
jQuery(document).ready(function() {
jQuery('#bookWidget-109253-0-0-1743880033').bookWidget({
ownerid:109253,
defaultNumNight:2,
formAction:'https://manage.bookingautomation.com/booking.php',
group:'tudor',
widgetLang:'en',
widgetType:'BookingBox'
});
});
</script>