<div id="ebCategories"></div>
<script type="text/javascript" src="//www.easy-booking.at/ebPlugins/categories/jquery.easybooking.categories.v2.js"></script>
<script type="text/javascript">
function ebCategoriesLoadedCheck() {
    if(typeof jQuery != "undefined") {
        if(jQuery.fn.ebCategories) {
            jQuery("#ebCategories").ebCategories({
                customerId: 10073,
                serialNo: "6674-1921-9583",
                localeId: 2,
                loadCSS : true,
                maxImgWidth : 960,
                maxImgHeight : 960,
                bookingPage : "popup",
                enquiryPage : "popup",
                showAvailability : true,
                showPrices : true,
                showDetails : true,
                category : "all",
                roomLevel: false,
                room: "all",
                categoryDescription: true,
                roomSorting: "random",
                bookingEngine: 2
            });
        } else {
            setTimeout(ebCategoriesLoadedCheck,200);
        }
    } else{
        setTimeout(ebCategoriesLoadedCheck,200);
    }
}
ebCategoriesLoadedCheck();
</script>