{"id":3908,"date":"2023-02-16T19:34:36","date_gmt":"2023-02-16T19:34:36","guid":{"rendered":"https:\/\/dev.rental.software\/10x10tentrentals412\/promotional\/"},"modified":"2026-08-24T14:28:30","modified_gmt":"2026-08-24T14:28:30","slug":"promotional","status":"publish","type":"page","link":"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/promotional\/","title":{"rendered":"Promotional Items"},"content":{"rendered":"<!-- Start Shortcoder content --><!-- Cart -->\n<div class=\"cartInfo\" style=\"display:none\">\n    <i class=\"cartIcon fas fa-shopping-cart\"><\/i><!--no linebreak bc elementor--> <span class=\"simpleCart_quantity\"><\/span> items\n<\/div>\n\n<div class=\"pageDateRangeWrapper elementor-widget-button\">\n    <div class=\"elementor-button elementor-animation-grow\" onclick=\"checkAvailDateClick()\" style=\"display:block\">\n        <div class=\"ioDateRangeHeader\">Set Event Date<\/div>\n        <div id=\"pageDateRange\" class=\"ioDateRange\"><\/div>\n    <\/div>\n<\/div>\n<div class=\"io_category_wrapper elementor-widget-heading\">\n    <h1 class=\"catNameIO elementor-heading-title elementor-size-default\">Promotional Items<span class=\"io_forrent io_forrent_132141\"> for Rent<\/span><\/h1>\n<\/div>\n\n<!-- Add View Toggle Buttons -->\n<div class=\"io_view_toggle_container\" style=\"display:none;\">\n    <div class=\"io_view_toggle_buttons\">\n        <button class=\"io_view_toggle_btn active\" data-view=\"tile\" title=\"Tile View\">\n            <i class=\"fas fa-th-large\"><\/i>\n        <\/button>\n        <button class=\"io_view_toggle_btn\" data-view=\"list\" title=\"List View\">\n            <i class=\"fas fa-list\"><\/i>\n        <\/button>\n    <\/div>\n<\/div>\n<div class=\"category_id\" style=\"display: none\">132141<\/div>\n<div class=\"cat_div_wrapper\"><div class=\"io_cat_description io_cat_description_132141 elementor-widget-text-editor catDescriptionIO\"><\/p>\n<p style=\"font-family: Tahoma, Geneva, sans-serif; text-align: center;\"><span style=\"font-family: Verdana, Geneva, sans-serif; font-size: 18px;\">Boost your brand or your event with our exciting and eye-catching promotional items! Perfect for trade shows, product launches, community events, and corporate gatherings, we provide everything you need to create a captivating experience and ensures everyone sees you!<\/span><\/p>\n<p><\/div><\/div>\n<div class=\"io_catdiv2\"><\/div>\n<div class=\"io_landingpages io_landingpages_132141 elementor-widget-text-editor\"><!-- Start Shortcoder content -->Professional delivery to <span class=\\\"io_city_list\\\">Mississauga ON<\/span> and surrounding areas. Please submit a quote or contact us to be sure we service your area.<!-- End Shortcoder content --><\/div>\n<div class=\"io_cat_longdescription io_cat_longdescription_132141 elementor-widget-text-editor\"><\/p>\n<p style=\"text-align: center;\"><span style=\"font-family: Verdana, Geneva, sans-serif; font-size: 18px;\">Make a statement at your next promotional event with our standout features designed to draw attention and engage your audience. Offering dynamic and visually appealing solutions such as air-filled dancing figures, interactive cash-grab games, and unique photo opportunities, our promotional selection can amplify your brand&#39;s visibility and create lasting impressions. These elements serve as excellent tools for grand openings, product launches, trade shows, and more, ensuring your promotion stands out from the crowd.<\/span><\/p>\n<p><\/div>\n<script>\n    var isValid = function (u) {\n        if (!u) return false;\n        var s = String(u).trim();\n        if (!s) return false;\n        if (s.indexOf('%%') !== -1) return false;\n        if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false;\n        return true;\n    };\n\n    var isMp4 = function (u) {\n        if (!u) return false;\n        return \/\\.mp4(?:\\?|#|$)\/i.test(String(u).trim());\n    };\n\n    function CategoryGallery(rental_id, rental_name, images_arr){\n        var rid = rental_id;\n        var rentalName = rental_name;\n\n        try {\n            if (typeof images_arr === 'string' && images_arr.length) {\n                images_arr = JSON.parse(images_arr);\n            }\n        } catch (e) {\n            images_arr = {};\n        }\n        if (!images_arr) images_arr = {};\n\n        var $bigAfter = jQuery('#io_img_big2_' + rid);\n        var $thumbAfter = jQuery('#io_img_thumb1_' + rid);\n\n        if ($bigAfter.length && $thumbAfter.length) {\n            var relVal = $bigAfter.attr('rel') || 'img_group noopener';\n\n            var getBigUrl = function (imgObj) {\n                return imgObj[\"rentalimage_imagelocbig\"] || imgObj[\"imagelocbig\"] || imgObj[\"big\"] || \"\";\n            };\n\n            var getThumbUrl = function (imgObj) {\n                return imgObj[\"rentalimage_imageloc\"] || imgObj[\"imageloc\"] || imgObj[\"thumb\"] || \"\";\n            };\n\n            var addedThumbs = 0;\n            var $mainImg = jQuery('#io_img_big2_' + rid).closest('.io_item2_list').find('.io_image_big').first();\n\n            \/\/ Bind existing thumb1 to its existing big1 anchor using data-big-src\n            var $existingThumb1 = jQuery('#io_img_thumb1_' + rid);\n            var $existingBig1 = jQuery('#io_img_big1_' + rid);\n            if ($existingThumb1.length && $existingBig1.length) {\n                var existingBig1Href = $existingBig1.attr('href');\n                var existingThumb1Src = $existingThumb1.attr('src');\n\n                if (isMp4(existingBig1Href) && isValid(existingThumb1Src)) {\n                    existingBig1Href = existingThumb1Src;\n                    $existingBig1.attr('href', existingBig1Href);\n                }\n\n                if (isValid(existingBig1Href)) {\n                    $existingThumb1.attr('data-big-src', existingBig1Href);\n                    $existingThumb1.off('click.ioGallery').on('click.ioGallery', function () {\n                        if (typeof updateMainPic === 'function') {\n                            updateMainPic(this);\n                        }\n                    });\n                }\n            }\n\n            \/\/ Fix built-in big2 anchor if it points to mp4\n            if ($bigAfter.length) {\n                var builtInBig2Href = $bigAfter.attr('href');\n                var builtInThumb2Src = $thumbAfter.attr('src');\n\n                if (isMp4(builtInBig2Href) && isValid(builtInThumb2Src)) {\n                    $bigAfter.attr('href', builtInThumb2Src);\n                }\n            }\n\n            for (var key in images_arr) {\n                if (!images_arr.hasOwnProperty(key)) continue;\n\n                var imgObj = images_arr[key] || {};\n                var href = getBigUrl(imgObj);\n                var src  = getThumbUrl(imgObj);\n\n                if (isMp4(href) && isValid(src)) {\n                    href = src;\n                }\n\n                var n = parseInt(key, 10);\n                if (isNaN(n)) {\n                    n = addedThumbs + 1;\n                }\n\n                var bigIndex = n + 1;\n                var thumbIndex = n + 1;\n\n                if (isValid(href)) {\n                    var bigId = '#io_img_big' + bigIndex + '_' + rid;\n                    if (jQuery(bigId).length === 0) {\n                        var $a = jQuery('<a\/>', {\n                            rel: relVal,\n                            href: href,\n                            id: 'io_img_big' + bigIndex + '_' + rid\n                        });\n                        $bigAfter.after($a);\n                        $bigAfter = $a;\n                    }\n                }\n\n                if (isValid(src)) {\n                    var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid;\n                    if (jQuery(thumbId).length === 0) {\n                        var $img = jQuery('<img\/>', {\n                            'class': 'io_image_thumb skip-lazy',\n                            title: rentalName,\n                            src: src,\n                            alt: rentalName,\n                            id: 'io_img_thumb' + thumbIndex + '_' + rid,\n                            'data-big-src': href\n                        }).on('click', function () {\n                            if (typeof updateMainPic === 'function') {\n                                updateMainPic(this);\n                            }\n                        });\n\n                        $thumbAfter.after($img);\n                        $thumbAfter = $img;\n                        addedThumbs++;\n                    }\n                }\n            }\n\n            if (addedThumbs > 0) {\n                jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show();\n            }\n        }\n    }\n\n    \/\/ Function to generate list view content on demand (global scope)\n    generateListViewContent = function() {\n        console.log('[IO List View] Generating list view content dynamically');\n\n        jQuery('.io_item2_list').each(function() {\n            var $item = jQuery(this);\n\n            if ($item.find('.io_list_view_content').length > 0) {\n                return;\n            }\n\n            var rentalId = $item.find('.item_rentalid').text().trim();\n            if (!rentalId) {\n                console.warn('[IO List View] No rental_id found for item, skipping');\n                return;\n            }\n\n            var indoorOutdoor = String(window.io_category_data[rentalId][\"indoor_outdoor\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\n            var staff = String(window.io_category_data[rentalId][\"staff\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\n            var electric = String(window.io_category_data[rentalId][\"electric\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\n            var dimensions = String(window.io_category_data[rentalId][\"dimensions\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\n\n            var stripHtml = function(html) {\n                var tmp = document.createElement(\"DIV\");\n                tmp.innerHTML = html;\n                return (tmp.textContent || tmp.innerText || \"\").trim();\n            };\n\n            var escapeHtml = function(text) {\n                var map = {\n                    '&': '&amp;',\n                    '<': '&lt;',\n                    '>': '&gt;',\n                    '\"': '&quot;',\n                    \"'\": '&#039;'\n                };\n                return text.replace(\/[&<>\"']\/g, function(m) { return map[m]; });\n            };\n\n            var html = '<div class=\"io_list_view_content\">';\n            html += '<div class=\"io_item_details_labeled\">';\n\n            if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) {\n                html += '<div class=\"io_detail_item io_detail_setup\">';\n                html += '<span class=\"io_detail_label\">Setup:<\/span>';\n                html += '<span class=\"io_detail_value\">' + escapeHtml(indoorOutdoor) + '<\/span>';\n                html += '<\/div>';\n            }\n\n            var operatorsText = staff ? staff + ' Adult Supervision Required' : \"\";\n            if (operatorsText &&\n                operatorsText !== '0 Adult Supervision Required' &&\n                operatorsText !== 'Adult Supervision Required' &&\n                operatorsText !== '0') {\n                html += '<div class=\"io_detail_item io_detail_operators\">';\n                html += '<span class=\"io_detail_label\">Operators:<\/span>';\n                html += '<span class=\"io_detail_value\">' + escapeHtml(operatorsText) + '<\/span>';\n                html += '<\/div>';\n            }\n\n            var powerText = electric ? electric + ' Outlets' : \"\";\n            if (powerText &&\n                powerText !== '0 Outlets' &&\n                powerText !== '0.00 Outlets' &&\n                powerText !== 'Outlets' &&\n                powerText !== '0') {\n                html += '<div class=\"io_detail_item io_detail_power\">';\n                html += '<span class=\"io_detail_label\">Power:<\/span>';\n                html += '<span class=\"io_detail_value\">' + escapeHtml(powerText) + '<\/span>';\n                html += '<\/div>';\n            }\n\n            if (dimensions && dimensions !== '0' && dimensions.length > 0) {\n                html += '<div class=\"io_detail_item io_detail_size\">';\n                html += '<span class=\"io_detail_label\">Size:<\/span>';\n                html += '<span class=\"io_detail_value\">' + escapeHtml(dimensions) + '<\/span>';\n                html += '<\/div>';\n            }\n\n            html += '<\/div>';\n            html += '<\/div>';\n\n            $item.find('.io_buttons_container').before(html);\n        });\n    };\n\n    function bindExistingThumbTargets() {\n    jQuery('.io_item2_list').each(function() {\n        var $item = jQuery(this);\n        var rentalId = $item.find('.item_rentalid').text().trim();\n        if (!rentalId) return;\n\n        var arr = window.io_category_data?.[rentalId]?.images_arr;\n        try {\n            if (typeof arr === 'string' && arr.length) {\n                arr = JSON.parse(arr);\n            }\n        } catch (e) {\n            arr = {};\n        }\n        if (!arr) arr = {};\n\n        $item.find('.io_image_thumb[id]').each(function() {\n            var thumb = this;\n            var match = thumb.id.match(\/io_img_thumb(\\d+)_(\\d+)\/);\n            if (!match) return;\n\n            var index = parseInt(match[1], 10) - 1;\n            var imgObj = arr[index];\n            if (!imgObj) return;\n\n            var src = imgObj.rentalimage_imageloc || imgObj.imageloc || imgObj.thumb || \"\";\n            var href = imgObj.rentalimage_imagelocbig || imgObj.imagelocbig || imgObj.big || \"\";\n\n            if (isMp4(href) && isValid(src)) {\n                href = src;\n            }\n\n            if (isValid(href)) {\n                thumb.setAttribute('data-big-src', href);\n            }\n\n            jQuery(thumb).off('click.ioGallery').on('click.ioGallery', function () {\n                if (typeof updateMainPic === 'function') {\n                    updateMainPic(this);\n                }\n            });\n        });\n    });\n}\n\n\n    jQuery(document).ready(function($) {\n\n        jQuery(\".io_item2_list\").each(function(){\n            var rentalId = jQuery(this).find('.item_rentalid').text().trim();\n            if (io_categoryVariantImages == 'on'){\n                if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\n                    CategoryGallery(\n                        rentalId,\n                        window.io_category_data[rentalId]['rental_name'],\n                        window.io_category_data[rentalId][\"images_arr\"]\n                    );\n                }\n            }\n        });\n\n        bindExistingThumbTargets();\n\n        console.log('[IO View Toggle] Document ready, initializing view toggle functionality');\n\n        var categoryId = $('.category_id').text().trim();\n        var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0;\n\n        if (!hasNumericCategoryId) {\n            console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization');\n            return;\n        }\n\n        console.log('[IO View Toggle] Category page detected with categoryId:', categoryId);\n        $('body').addClass('io-has-category-id');\n\n        $('.io_view_toggle_container').show();\n        console.log('[IO View Toggle] Toggle buttons displayed for category page');\n\n        var isInitialized = false;\n\n        function initViewToggle(force) {\n            if (isInitialized && !force) {\n                console.log('[IO View Toggle] Already initialized, skipping');\n                return;\n            }\n\n            console.log('[IO View Toggle] Initializing view toggle functionality');\n\n            if ($('.io_view_toggle_btn').length === 0) {\n                console.warn('[IO View Toggle] Toggle buttons not found in DOM');\n                return;\n            }\n            console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons');\n\n            if ($('.io_catdiv2').length === 0) {\n                console.warn('[IO View Toggle] Category container (.io_catdiv2) not found');\n                return;\n            }\n            console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers');\n\n            var savedView = localStorage.getItem('io_category_view') || 'tile';\n            console.log('[IO View Toggle] Retrieved saved view preference:', savedView);\n\n            $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view');\n            console.log('[IO View Toggle] Applied initial view class:', savedView + '-view');\n\n            $('.io_view_toggle_btn').removeClass('active');\n            $('.io_view_toggle_btn[data-view=\"' + savedView + '\"]').addClass('active');\n            console.log('[IO View Toggle] Updated button states, active button:', savedView);\n\n            if (savedView === 'list') {\n                if (typeof generateListViewContent === 'function') {\n                    generateListViewContent();\n                } else {\n                    console.warn('[IO View Toggle] generateListViewContent function not available yet');\n                }\n            }\n\n            var itemCount = $('.io_item2_list').length;\n            console.log('[IO View Toggle] Found', itemCount, 'items in category');\n\n            $('.io_view_toggle_btn').off('click.viewToggle');\n\n            var buttons = document.querySelectorAll('.io_view_toggle_btn');\n            console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS');\n\n            buttons.forEach(function(button) {\n                var newButton = button.cloneNode(true);\n                button.parentNode.replaceChild(newButton, button);\n\n                newButton.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    e.stopPropagation();\n\n                    var view = this.getAttribute('data-view');\n                    console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view);\n\n                    if (view === 'list') {\n                        if (typeof generateListViewContent === 'function') {\n                            generateListViewContent();\n                        } else {\n                            console.warn('[IO View Toggle] generateListViewContent function not available');\n                        }\n                    }\n\n                    document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) {\n                        btn.classList.remove('active');\n                    });\n                    this.classList.add('active');\n                    console.log('[IO View Toggle] Updated button active states');\n\n                    var catdiv = document.querySelector('.io_catdiv2');\n                    if (catdiv) {\n                        catdiv.classList.remove('tile-view', 'list-view');\n                        catdiv.classList.add(view + '-view');\n                        console.log('[IO View Toggle] Applied view class:', view + '-view');\n                    }\n\n                    localStorage.setItem('io_category_view', view);\n                    console.log('[IO View Toggle] Saved view preference to localStorage:', view);\n\n                    setTimeout(function() {\n                        if (catdiv) {\n                            var containerClasses = catdiv.className;\n                            var visibleItems = document.querySelectorAll('.io_item2_list:not([style*=\"display: none\"])').length;\n                            console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses);\n                            console.log('[IO View Toggle] Visible items after view change:', visibleItems);\n\n                            if (view === 'list') {\n                                var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*=\"display: none\"])').length;\n                                console.log('[IO View Toggle] Visible list content elements:', visibleListContent);\n                            }\n                        }\n                    }, 100);\n                }, true);\n\n                console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view'));\n            });\n\n            console.log('[IO View Toggle] Event handlers attached successfully');\n\n            isInitialized = true;\n        }\n\n        console.log('[IO View Toggle] Starting initial setup');\n        initViewToggle();\n\n        $(document).on('io_content_loaded', function() {\n            console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing');\n\n            jQuery(\".io_item2_list\").each(function(){\n                var rentalId = jQuery(this).find('.item_rentalid').text().trim();\n                if (io_categoryVariantImages == 'on'){\n                    if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\n                        CategoryGallery(\n                            rentalId,\n                            window.io_category_data[rentalId]['rental_name'],\n                            window.io_category_data[rentalId][\"images_arr\"]\n                        );\n                    }\n                }\n            });\n\n            bindExistingThumbTargets();\n            initViewToggle();\n        });\n\n        if (typeof MutationObserver !== 'undefined') {\n            var mutationTimeout;\n            var lastItemCount = $('.io_item2_list').length;\n\n            var observer = new MutationObserver(function(mutations) {\n                clearTimeout(mutationTimeout);\n\n                mutationTimeout = setTimeout(function() {\n                    var currentItemCount = $('.io_item2_list').length;\n\n                    if (currentItemCount > lastItemCount) {\n                        console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')');\n                        lastItemCount = currentItemCount;\n\n                        jQuery(\".io_item2_list\").each(function(){\n                            var rentalId = jQuery(this).find('.item_rentalid').text().trim();\n                            if (io_categoryVariantImages == 'on'){\n                                if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\n                                    CategoryGallery(\n                                        rentalId,\n                                        window.io_category_data[rentalId]['rental_name'],\n                                        window.io_category_data[rentalId][\"images_arr\"]\n                                    );\n                                }\n                            }\n                        });\n\n                        bindExistingThumbTargets();\n\n                        if (isInitialized) {\n                            var currentView = localStorage.getItem('io_category_view') || 'tile';\n                            if (currentView === 'list') {\n                                console.log('[IO View Toggle] Generating list view content for new items');\n                                if (typeof generateListViewContent === 'function') {\n                                    generateListViewContent();\n                                } else {\n                                    console.warn('[IO View Toggle] generateListViewContent function not available');\n                                }\n                            }\n                        } else {\n                            console.log('[IO View Toggle] Initializing due to new items');\n                            initViewToggle();\n                        }\n                    }\n                }, 250);\n            });\n\n            observer.observe(document.body, {\n                childList: true,\n                subtree: true\n            });\n            console.log('[IO View Toggle] DOM mutation observer started');\n        }\n\n        $(window).on('resize.viewToggle', function() {\n            var windowWidth = $(window).width();\n            var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile';\n            console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView);\n        });\n\n        console.log('[IO View Toggle] Initialization complete');\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653338'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653338\",\"rental_name\":\"\\u0027\\u0027Blue\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022822359\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653338\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 38 35 AM_1666900076.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 38 35 AM_1666900076_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653338\" name=\"maindiv_\"Blue\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/blue-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 38 35 AM_1666900076_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Blue Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Blue Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Blue Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 38 35 AM_1666900076_big.jpg\" alt=\"Blue Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 38 35 AM_1666900076_big.jpg\" id=\"io_img_big1_1652277:1653338\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653338\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Blue Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 38 35 AM_1666900076.jpg\" alt=\"Blue Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653338\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/blue-air-dancer\/\">\"Blue\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653338\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Blue%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/blue-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653338<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/blue-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653338\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653338\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653319'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653319\",\"rental_name\":\"\\u0027\\u0027Car Wash\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022822445\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653319\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 22 23 AM_1666903034.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 22 23 AM_1666903034_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653319\" name=\"maindiv_\"Car Wash\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/car-wash-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 22 23 AM_1666903034_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Car Wash Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Car Wash Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Car Wash Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 22 23 AM_1666903034_big.png\" alt=\"Car Wash Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 22 23 AM_1666903034_big.png\" id=\"io_img_big1_1652277:1653319\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653319\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Car Wash Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 22 23 AM_1666903034.png\" alt=\"Car Wash Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653319\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/car-wash-air-dancer\/\">\"Car Wash\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653319\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Car+Wash%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/car-wash-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653319<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/car-wash-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653319\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653319\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653346'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653346\",\"rental_name\":\"\\u0027\\u0027Cash for Gold\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022881313\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653346\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/AIr Dancer Cash For Gold_1673285784.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/AIr Dancer Cash For Gold_1673285784_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653346\" name=\"maindiv_\"Cash for Gold\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/cash-for-gold-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/AIr Dancer Cash For Gold_1673285784_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Cash for Gold Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Cash for Gold Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Cash for Gold Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/AIr Dancer Cash For Gold_1673285784_big.png\" alt=\"Cash for Gold Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/AIr Dancer Cash For Gold_1673285784_big.png\" id=\"io_img_big1_1652277:1653346\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653346\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Cash for Gold Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/AIr Dancer Cash For Gold_1673285784.png\" alt=\"Cash for Gold Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653346\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/cash-for-gold-air-dancer\/\">\"Cash for Gold\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653346\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Cash+for+Gold%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/cash-for-gold-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653346<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/cash-for-gold-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653346\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653346\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653915'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653915\",\"rental_name\":\"\\u0027\\u0027Clown\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022881315\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653915\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Clown_1673285817.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Clown_1673285817_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653915\" name=\"maindiv_\"Clown\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/clown-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Clown_1673285817_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Clown Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Clown Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Clown Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Clown_1673285817_big.jpg\" alt=\"Clown Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Clown_1673285817_big.jpg\" id=\"io_img_big1_1652277:1653915\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653915\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Clown Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Clown_1673285817.jpg\" alt=\"Clown Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653915\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/clown-air-dancer\/\">\"Clown\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653915\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Clown%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/clown-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653915<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/clown-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653915\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653915\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653913'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653913\",\"rental_name\":\"\\u0027\\u0027Free Phone\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022822455\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653913\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 31 29 AM_1666903128.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 31 29 AM_1666903128_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653913\" name=\"maindiv_\"Free Phone\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/free-phone-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 31 29 AM_1666903128_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Free Phone Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Free Phone Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Free Phone Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 31 29 AM_1666903128_big.jpg\" alt=\"Free Phone Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 31 29 AM_1666903128_big.jpg\" id=\"io_img_big1_1652277:1653913\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653913\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Free Phone Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 31 29 AM_1666903128.jpg\" alt=\"Free Phone Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653913\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/free-phone-air-dancer\/\">\"Free Phone\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653913\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Free+Phone%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/free-phone-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653913<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/free-phone-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653913\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653913\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:2477493'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:2477493\",\"rental_name\":\"\\u0027\\u0027Grand Opening Red\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221614041\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222477493\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Grand Opening Air dancer _1726248866.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Grand Opening Air dancer _1726248866_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:2477493\" name=\"maindiv_\"Grand Opening Red\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/grand-opening-red-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Grand Opening Air dancer _1726248866_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Grand Opening Red Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Grand Opening Red Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Grand Opening Red Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Grand Opening Air dancer _1726248866_big.png\" alt=\"Grand Opening Red Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Grand Opening Air dancer _1726248866_big.png\" id=\"io_img_big1_1652277:2477493\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:2477493\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Grand Opening Red Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Grand Opening Air dancer _1726248866.png\" alt=\"Grand Opening Red Air Dancer\"\n                 id=\"io_img_thumb1_1652277:2477493\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/grand-opening-red-air-dancer\/\">\"Grand Opening Red\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:2477493\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Grand+Opening+Red%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/grand-opening-red-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:2477493<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/grand-opening-red-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:2477493\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:2477493\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1652285'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1652285\",\"rental_name\":\"\\u0027\\u0027Green\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022822457\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221652285\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 25 38 AM_1666903171.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 25 38 AM_1666903171_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1652285\" name=\"maindiv_\"Green\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/green-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 25 38 AM_1666903171_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Green Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Green Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 25 38 AM_1666903171_big.jpg\" alt=\"Green Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 25 38 AM_1666903171_big.jpg\" id=\"io_img_big1_1652277:1652285\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1652285\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 25 38 AM_1666903171.jpg\" alt=\"Green Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1652285\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/green-air-dancer\/\">\"Green\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1652285\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Green%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/green-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1652285<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/green-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1652285\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1652285\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1905397'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1905397\",\"rental_name\":\"\\u0027\\u0027Happy Birthday\\u0027\\u0027 Green Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221182779\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221905397\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222499377\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221905397\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Birthday Air Dancers_1780508945.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Birthday Air Dancers_1780508945_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1905397\" name=\"maindiv_\"Happy Birthday\" Green Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Happy Birthday Green Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Happy Birthday Green Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Happy Birthday Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930_big.jpg\" alt=\"Happy Birthday Green Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930_big.jpg\" id=\"io_img_big1_1652277:1905397\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Birthday Air Dancers_1780508945_big.jpg\" id=\"io_img_big2_1652277:1905397\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Happy Birthday Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop HAPPY BIRTHDAY Air Dancer - Copy_1694719930.jpg\" alt=\"Happy Birthday Green Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1905397\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-air-dancer\/\">\"Happy Birthday\" Green Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1905397\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Happy+Birthday%22+Green+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1905397<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1905397\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1905397\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:2501213'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:2501213\",\"rental_name\":\"\\u0027\\u0027Happy Birthday\\u0027\\u0027 Orange Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221633535\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501213\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/HAPPY BIRTHDAY ORANGE_1728403250.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/HAPPY BIRTHDAY ORANGE_1728403250_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221633537\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501213\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/1Happy Birthday Orange_1728403252.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/1Happy Birthday Orange_1728403252_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222499211\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501213\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Orange Air Dancer_1780508786.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Orange Air Dancer_1780508786_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00223\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222499275\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501213\\u0022,\\u0022rentalimage_order\\u0022:\\u00223\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Birthday Air Dancers_1780508877.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Birthday Air Dancers_1780508877_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:2501213\" name=\"maindiv_\"Happy Birthday\" Orange Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-orange-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/HAPPY BIRTHDAY ORANGE_1728403250_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Happy Birthday Orange Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Happy Birthday Orange Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Happy Birthday Orange Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/HAPPY BIRTHDAY ORANGE_1728403250_big.png\" alt=\"Happy Birthday Orange Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/HAPPY BIRTHDAY ORANGE_1728403250_big.png\" id=\"io_img_big1_1652277:2501213\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/1Happy Birthday Orange_1728403252_big.png\" id=\"io_img_big2_1652277:2501213\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Happy Birthday Orange Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/HAPPY BIRTHDAY ORANGE_1728403250.png\" alt=\"Happy Birthday Orange Air Dancer\"\n                 id=\"io_img_thumb1_1652277:2501213\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-orange-air-dancer\/\">\"Happy Birthday\" Orange Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:2501213\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Happy+Birthday%22+Orange+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-orange-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:2501213<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-birthday-orange-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:2501213\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:2501213\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:2501201'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:2501201\",\"rental_name\":\"\\u0027\\u0027Happy Retirement\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221633525\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501201\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Happy Retirement Blue_1728402921.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Happy Retirement Blue_1728402921_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221633527\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501201\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Happy Retirement Blue2_1728402923.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Happy Retirement Blue2_1728402923_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:2501201\" name=\"maindiv_\"Happy Retirement\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-retirement-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Happy Retirement Blue_1728402921_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Happy Retirement Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Happy Retirement Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Happy Retirement Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Happy Retirement Blue_1728402921_big.png\" alt=\"Happy Retirement Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Happy Retirement Blue_1728402921_big.png\" id=\"io_img_big1_1652277:2501201\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Happy Retirement Blue2_1728402923_big.png\" id=\"io_img_big2_1652277:2501201\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Happy Retirement Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Happy Retirement Blue_1728402921.png\" alt=\"Happy Retirement Air Dancer\"\n                 id=\"io_img_thumb1_1652277:2501201\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-retirement-air-dancer\/\">\"Happy Retirement\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:2501201\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Happy+Retirement%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-retirement-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:2501201<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/happy-retirement-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:2501201\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:2501201\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653921'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 10\\u0027H\",\"rental_id\":\"1652277:1653921\",\"rental_name\":\"\\u0027\\u0027Multi Branches\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022822459\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653921\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 32 54 AM_1666903201.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 11 32 54 AM_1666903201_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653921\" name=\"maindiv_\"Multi Branches\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/multi-branches-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 32 54 AM_1666903201_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Multi Branches Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Multi Branches Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Multi Branches Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 32 54 AM_1666903201_big.jpg\" alt=\"Multi Branches Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 32 54 AM_1666903201_big.jpg\" id=\"io_img_big1_1652277:1653921\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653921\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Multi Branches Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 11 32 54 AM_1666903201.jpg\" alt=\"Multi Branches Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653921\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/multi-branches-air-dancer\/\">\"Multi Branches\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653921\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Multi+Branches%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/multi-branches-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653921<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/multi-branches-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653921\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653921\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653269'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653269\",\"rental_name\":\"\\u0027\\u0027Now Hiring\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814817\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653269\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653269\" name=\"maindiv_\"Now Hiring\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-hiring-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Now Hiring Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Now Hiring Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Now Hiring Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174_big.jpg\" alt=\"Now Hiring Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174_big.jpg\" id=\"io_img_big1_1652277:1653269\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653269\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Now Hiring Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Now Hiring Air Dancer - Copy - Copy - Copy_1666016174.jpg\" alt=\"Now Hiring Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653269\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-hiring-air-dancer\/\">\"Now Hiring\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653269\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Now+Hiring%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-hiring-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653269<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-hiring-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653269\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653269\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653263'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653263\",\"rental_name\":\"\\u0027\\u0027Now Leasing\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814813\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653263\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop NOW LEASING Air Dancer_1666015981.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop NOW LEASING Air Dancer_1666015981_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653263\" name=\"maindiv_\"Now Leasing\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-leasing-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop NOW LEASING Air Dancer_1666015981_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Now Leasing Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Now Leasing Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Now Leasing Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop NOW LEASING Air Dancer_1666015981_big.jpg\" alt=\"Now Leasing Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop NOW LEASING Air Dancer_1666015981_big.jpg\" id=\"io_img_big1_1652277:1653263\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653263\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Now Leasing Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop NOW LEASING Air Dancer_1666015981.jpg\" alt=\"Now Leasing Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653263\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-leasing-air-dancer\/\">\"Now Leasing\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653263\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Now+Leasing%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-leasing-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653263<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/now-leasing-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653263\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653263\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653271'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653271\",\"rental_name\":\"\\u0027\\u0027Oil Change\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814819\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653271\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop OIL CHANGE Air Dancer_1666016298.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop OIL CHANGE Air Dancer_1666016298_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653271\" name=\"maindiv_\"Oil Change\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/oil-change-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OIL CHANGE Air Dancer_1666016298_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Oil Change Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Oil Change Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Oil Change Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OIL CHANGE Air Dancer_1666016298_big.jpg\" alt=\"Oil Change Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OIL CHANGE Air Dancer_1666016298_big.jpg\" id=\"io_img_big1_1652277:1653271\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653271\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Oil Change Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OIL CHANGE Air Dancer_1666016298.jpg\" alt=\"Oil Change Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653271\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/oil-change-air-dancer\/\">\"Oil Change\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653271\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Oil+Change%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/oil-change-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653271<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/oil-change-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653271\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653271\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653291'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653291\",\"rental_name\":\"\\u0027\\u0027Open House\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814841\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653291\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop OPEN HOUSE Air Dancer_1666016433.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop OPEN HOUSE Air Dancer_1666016433_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653291\" name=\"maindiv_\"Open House\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/open-house-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OPEN HOUSE Air Dancer_1666016433_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Open House Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Open House Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Open House Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OPEN HOUSE Air Dancer_1666016433_big.jpg\" alt=\"Open House Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OPEN HOUSE Air Dancer_1666016433_big.jpg\" id=\"io_img_big1_1652277:1653291\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653291\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Open House Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop OPEN HOUSE Air Dancer_1666016433.jpg\" alt=\"Open House Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653291\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/open-house-air-dancer\/\">\"Open House\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653291\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Open+House%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/open-house-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653291<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/open-house-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653291\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653291\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653259'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653259\",\"rental_name\":\"\\u0027\\u0027Orange\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022818889\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653259\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Orange Air Dancer _1666628758.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Orange Air Dancer _1666628758_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653259\" name=\"maindiv_\"Orange\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/orange-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Orange Air Dancer _1666628758_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Orange Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Orange Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Orange Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Orange Air Dancer _1666628758_big.jpg\" alt=\"Orange Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Orange Air Dancer _1666628758_big.jpg\" id=\"io_img_big1_1652277:1653259\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653259\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Orange Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Orange Air Dancer _1666628758.jpg\" alt=\"Orange Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653259\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/orange-air-dancer\/\">\"Orange\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653259\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Orange%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/orange-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653259<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/orange-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653259\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653259\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:2501195'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:2501195\",\"rental_name\":\"\\u0027\\u0027Party Is  Here\\u0027\\u0027 Green Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221633515\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222501195\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/2Party is Here Green_1728402635.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/2Party is Here Green_1728402635_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:2501195\" name=\"maindiv_\"Party Is  Here\" Green Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/party-is-here-green-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/2Party is Here Green_1728402635_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Party Is  Here Green Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Party Is  Here Green Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Party Is  Here Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/2Party is Here Green_1728402635_big.png\" alt=\"Party Is  Here Green Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/2Party is Here Green_1728402635_big.png\" id=\"io_img_big1_1652277:2501195\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:2501195\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Party Is  Here Green Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/2Party is Here Green_1728402635.png\" alt=\"Party Is  Here Green Air Dancer\"\n                 id=\"io_img_thumb1_1652277:2501195\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/party-is-here-green-air-dancer\/\">\"Party Is  Here\" Green Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:2501195\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Party+Is++Here%22+Green+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/party-is-here-green-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:2501195<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/party-is-here-green-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:2501195\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:2501195\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653213'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653213\",\"rental_name\":\"\\u0027\\u0027Pride\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221556855\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653213\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Pride air Dancer_1721138458.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Pride air Dancer_1721138458_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653213\" name=\"maindiv_\"Pride\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/pink-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Pride air Dancer_1721138458_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Pride Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Pride Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Pride Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Pride air Dancer_1721138458_big.png\" alt=\"Pride Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Pride air Dancer_1721138458_big.png\" id=\"io_img_big1_1652277:1653213\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653213\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Pride Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Pride air Dancer_1721138458.png\" alt=\"Pride Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653213\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/pink-air-dancer\/\">\"Pride\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653213\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Pride%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/pink-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653213<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/pink-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653213\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653213\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653201'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653201\",\"rental_name\":\"\\u0027\\u0027Purple\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022881319\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653201\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Purple_1673285889.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Purple_1673285889_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653201\" name=\"maindiv_\"Purple\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/purple-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Purple_1673285889_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Purple Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Purple Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Purple Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Purple_1673285889_big.jpg\" alt=\"Purple Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Purple_1673285889_big.jpg\" id=\"io_img_big1_1652277:1653201\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653201\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Purple Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Purple_1673285889.jpg\" alt=\"Purple Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653201\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/purple-air-dancer\/\">\"Purple\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653201\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Purple%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/purple-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653201<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/purple-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653201\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653201\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1652283'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1652283\",\"rental_name\":\"\\u0027\\u0027Red\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022856291\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221652283\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-11-28, 2 18 34 PM_1670334202.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-11-28, 2 18 34 PM_1670334202_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1652283\" name=\"maindiv_\"Red\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/red-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 18 34 PM_1670334202_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Red Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Red Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Red Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 18 34 PM_1670334202_big.jpg\" alt=\"Red Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 18 34 PM_1670334202_big.jpg\" id=\"io_img_big1_1652277:1652283\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1652283\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Red Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 18 34 PM_1670334202.jpg\" alt=\"Red Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1652283\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/red-air-dancer\/\">\"Red\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1652283\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Red%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/red-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1652283<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/red-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1652283\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1652283\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653293'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653293\",\"rental_name\":\"\\u0027\\u0027Santa\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814843\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653293\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop Santa Air Dancer_1666016487.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop Santa Air Dancer_1666016487_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653293\" name=\"maindiv_\"Santa\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/santa-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Santa Air Dancer_1666016487_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Santa Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Santa Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Santa Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Santa Air Dancer_1666016487_big.jpg\" alt=\"Santa Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Santa Air Dancer_1666016487_big.jpg\" id=\"io_img_big1_1652277:1653293\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653293\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Santa Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop Santa Air Dancer_1666016487.jpg\" alt=\"Santa Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653293\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/santa-air-dancer\/\">\"Santa\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653293\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Santa%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/santa-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653293<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/santa-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653293\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653293\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653313'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653313\",\"rental_name\":\"\\u0027\\u0027Super Sale\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022814861\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653313\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop SUPER SALE_1666017571.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop SUPER SALE_1666017571_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653313\" name=\"maindiv_\"Super Sale\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/super-sale-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop SUPER SALE_1666017571_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Super Sale Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Super Sale Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Super Sale Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop SUPER SALE_1666017571_big.jpg\" alt=\"Super Sale Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop SUPER SALE_1666017571_big.jpg\" id=\"io_img_big1_1652277:1653313\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653313\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Super Sale Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop SUPER SALE_1666017571.jpg\" alt=\"Super Sale Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653313\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/super-sale-air-dancer\/\">\"Super Sale\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653313\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Super+Sale%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/super-sale-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653313<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/super-sale-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653313\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653313\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1652287'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1652287\",\"rental_name\":\"\\u0027\\u0027Tax Services\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022813469\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221652287\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop TAX SERVICES Air Dancer_1666013426.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photoshop TAX SERVICES Air Dancer_1666013426_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1652287\" name=\"maindiv_\"Tax Services\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tax-services-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop TAX SERVICES Air Dancer_1666013426_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Tax Services Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Tax Services Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Tax Services Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop TAX SERVICES Air Dancer_1666013426_big.jpg\" alt=\"Tax Services Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop TAX SERVICES Air Dancer_1666013426_big.jpg\" id=\"io_img_big1_1652277:1652287\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1652287\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Tax Services Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photoshop TAX SERVICES Air Dancer_1666013426.jpg\" alt=\"Tax Services Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1652287\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tax-services-air-dancer\/\">\"Tax Services\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1652287\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Tax+Services%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tax-services-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1652287<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tax-services-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1652287\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1652287\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653315'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653315\",\"rental_name\":\"\\u0027\\u0027Tire Sale\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022881317\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653315\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Tire Sale_1673285860.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Air Dancer Tire Sale_1673285860_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653315\" name=\"maindiv_\"Tire Sale\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tire-sale-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Tire Sale_1673285860_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Tire Sale Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Tire Sale Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Tire Sale Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Tire Sale_1673285860_big.jpg\" alt=\"Tire Sale Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Tire Sale_1673285860_big.jpg\" id=\"io_img_big1_1652277:1653315\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653315\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Tire Sale Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Air Dancer Tire Sale_1673285860.jpg\" alt=\"Tire Sale Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653315\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tire-sale-air-dancer\/\">\"Tire Sale\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653315\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Tire+Sale%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tire-sale-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653315<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/tire-sale-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653315\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653315\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1652277:1653205'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1\",\"dimensions\":\"2\\u0027L x 2\\u0027W x 20\\u0027H\",\"rental_id\":\"1652277:1653205\",\"rental_name\":\"\\u0027\\u0027Yellow\\u0027\\u0027 Air Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022856289\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221653205\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-11-28, 2 17 29 PM_1670334158.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-11-28, 2 17 29 PM_1670334158_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1652277:1653205\" name=\"maindiv_\"Yellow\" Air Dancer\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/yellow-air-dancer\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 17 29 PM_1670334158_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Yellow Air Dancer\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Yellow Air Dancer\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Yellow Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 17 29 PM_1670334158_big.jpg\" alt=\"Yellow Air Dancer\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 17 29 PM_1670334158_big.jpg\" id=\"io_img_big1_1652277:1653205\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1652277:1653205\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Yellow Air Dancer\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-11-28, 2 17 29 PM_1670334158.jpg\" alt=\"Yellow Air Dancer\"\n                 id=\"io_img_thumb1_1652277:1653205\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/yellow-air-dancer\/\">\"Yellow\" Air Dancer<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1652277:1653205\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$199.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">%22Yellow%22+Air+Dancer<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/yellow-air-dancer\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1652277:1653205<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/pick-ups\/yellow-air-dancer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1652277:1653205\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1652277:1653205\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2126973'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"5\\u0027L x 33\\u0027W x 24\\u0027H\",\"rental_id\":\"2126973\",\"rental_name\":\"Christmas Arch\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221262559\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222126973\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Christmas Archuff081uff09_1703189906.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Christmas Archuff081uff09_1703189906_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221262561\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222126973\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Christmas Archuff082uff09_1703189906.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Christmas Archuff082uff09_1703189906_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2126973\" name=\"maindiv_Christmas Arch\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/christmas-arch\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Christmas Arch\uff081\uff09_1703189906_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Christmas Arch\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Christmas Arch\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Christmas Arch\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Christmas Arch\uff081\uff09_1703189906_big.jpg\" alt=\"Christmas Arch\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Christmas Arch\uff081\uff09_1703189906_big.jpg\" id=\"io_img_big1_2126973\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Christmas Arch\uff082\uff09_1703189906_big.jpg\" id=\"io_img_big2_2126973\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Christmas Arch\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Christmas Arch\uff081\uff09_1703189906.jpg\" alt=\"Christmas Arch\"\n                 id=\"io_img_thumb1_2126973\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/christmas-arch\/\">Christmas Arch<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_2126973\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$499.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Christmas+Arch<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/christmas-arch\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">2126973<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/christmas-arch\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_2126973\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_2126973\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3554847'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"3.5\\u0027H x 1\\u0027W\",\"rental_id\":\"3554847\",\"rental_name\":\"Gold Stanchions\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222646267\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223554847\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Gold Stanchion_1787245909.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Gold Stanchion_1787245909_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_3554847\" name=\"maindiv_Gold Stanchions\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/holiday-decor\/gold-stanchions\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Gold Stanchion_1787245909_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Gold Stanchions\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Gold Stanchions\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Gold Stanchions\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Gold Stanchion_1787245909_big.jpg\" alt=\"Gold Stanchions\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Gold Stanchion_1787245909_big.jpg\" id=\"io_img_big1_3554847\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_3554847\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Gold Stanchions\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Gold Stanchion_1787245909.jpg\" alt=\"Gold Stanchions\"\n                 id=\"io_img_thumb1_3554847\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/holiday-decor\/gold-stanchions\/\">Gold Stanchions<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_3554847\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$34.99<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Gold+Stanchions<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/holiday-decor\/gold-stanchions\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">3554847<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/holiday-decor\/gold-stanchions\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_3554847\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_3554847\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1735899'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"15\\u0027W x 15\\u0027L x 12\\u0027H\",\"rental_id\":\"1735899\",\"rental_name\":\"Inflatable Snow Globe\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221245883\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221735899\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Snow Globe 2_1701724958.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Snow Globe 2_1701724958_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221245879\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221735899\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Snow Globe 1_1701724958.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Snow Globe 1_1701724958_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1735899\" name=\"maindiv_Inflatable Snow Globe\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/promotional\/inflatable-snow-globe\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Snow Globe 2_1701724958_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Inflatable Snow Globe\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Inflatable Snow Globe\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Inflatable Snow Globe\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Snow Globe 2_1701724958_big.png\" alt=\"Inflatable Snow Globe\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Snow Globe 2_1701724958_big.png\" id=\"io_img_big1_1735899\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Snow Globe 1_1701724958_big.png\" id=\"io_img_big2_1735899\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Inflatable Snow Globe\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Snow Globe 2_1701724958.png\" alt=\"Inflatable Snow Globe\"\n                 id=\"io_img_thumb1_1735899\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/promotional\/inflatable-snow-globe\/\">Inflatable Snow Globe<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1735899\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$999.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Inflatable+Snow+Globe<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/promotional\/inflatable-snow-globe\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1735899<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/promotional\/inflatable-snow-globe\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1735899\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1735899\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2775875'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"13\\u0027W x 13\\u0027L x 15\\u0027H\",\"rental_id\":\"2775875\",\"rental_name\":\"Inflatable Teddy Bear\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221879313\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222775875\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Teddy Bear 2_1744135515.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Teddy Bear 2_1744135515_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2775875\" name=\"maindiv_Inflatable Teddy Bear\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/inflatable-teddy-bear\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Teddy Bear 2_1744135515_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Inflatable Teddy Bear\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Inflatable Teddy Bear\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Inflatable Teddy Bear\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Teddy Bear 2_1744135515_big.jpg\" alt=\"Inflatable Teddy Bear\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Teddy Bear 2_1744135515_big.jpg\" id=\"io_img_big1_2775875\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2775875\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Inflatable Teddy Bear\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Teddy Bear 2_1744135515.jpg\" alt=\"Inflatable Teddy Bear\"\n                 id=\"io_img_thumb1_2775875\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/inflatable-teddy-bear\/\">Inflatable Teddy Bear<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_2775875\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$995.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Inflatable+Teddy+Bear<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/inflatable-teddy-bear\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">2775875<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/event-rentals\/inflatable-teddy-bear\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_2775875\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_2775875\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1674957'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"10\\u0027L x 10\\u0027W x 8\\u0027H\",\"rental_id\":\"1674957\",\"rental_name\":\"Money Machine\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022826527\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221674957\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 2 40 55 PM_1667409714.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Photo 2022-10-24, 2 40 55 PM_1667409714_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1674957\" name=\"maindiv_Money Machine\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/18-mini-slide\/money-machine\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 2 40 55 PM_1667409714_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Money Machine\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Money Machine\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Money Machine\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 2 40 55 PM_1667409714_big.jpg\" alt=\"Money Machine\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 2 40 55 PM_1667409714_big.jpg\" id=\"io_img_big1_1674957\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1674957\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Money Machine\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Photo 2022-10-24, 2 40 55 PM_1667409714.jpg\" alt=\"Money Machine\"\n                 id=\"io_img_thumb1_1674957\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/18-mini-slide\/money-machine\/\">Money Machine<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_1674957\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$299.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Money+Machine<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/18-mini-slide\/money-machine\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">1674957<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/18-mini-slide\/money-machine\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_1674957\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_1674957\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2563535'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2563535\",\"rental_name\":\"Train Sponsorship \\u0026 Advertising Panels\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221696617\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222563535\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 1_1733849489.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 1_1733849489_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221696619\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222563535\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 2_1733849491.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 2_1733849491_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221696621\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222563535\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 3_1733849493.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 3_1733849493_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00223\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221696623\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222563535\\u0022,\\u0022rentalimage_order\\u0022:\\u00223\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 4_1733849494.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Trackless Train Website Panels 4_1733849494_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2563535\" name=\"maindiv_Train Sponsorship & Advertising Panels\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/trackless-train\/train-sponsorship-advertising-panels\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Trackless Train Website Panels 1_1733849489_big.png\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Train Sponsorship & Advertising Panels\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Train Sponsorship & Advertising Panels\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Train Sponsorship &amp; Advertising Panels\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Trackless Train Website Panels 1_1733849489_big.png\" alt=\"Train Sponsorship &amp; Advertising Panels\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Trackless Train Website Panels 1_1733849489_big.png\" id=\"io_img_big1_2563535\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Trackless Train Website Panels 2_1733849491_big.png\" id=\"io_img_big2_2563535\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Train Sponsorship & Advertising Panels\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Trackless Train Website Panels 1_1733849489.png\" alt=\"Train Sponsorship & Advertising Panels\"\n                 id=\"io_img_thumb1_2563535\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/trackless-train\/train-sponsorship-advertising-panels\/\">Train Sponsorship & Advertising Panels<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_2563535\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$395.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Train+Sponsorship+%26+Advertising+Panels<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/trackless-train\/train-sponsorship-advertising-panels\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">2563535<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/trackless-train\/train-sponsorship-advertising-panels\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_2563535\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_2563535\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3506417'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"5\\u0027L x 33\\u0027W x 24\\u0027H\",\"rental_id\":\"3506417\",\"rental_name\":\"Winter Christmas Arch\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222591679\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223506417\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Winter Arch-_1785433477.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Winter Arch-_1785433477_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222591681\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223506417\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Winter Arch 00_1785433478.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/OntarioInflatables\\\/images\\\/Winter Arch 00_1785433478_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_3506417\" name=\"maindiv_Winter Christmas Arch\">\n    <div class=\"cat_div\">\n        <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/seasonal-holiday-rentals\/winter-christmas-arch\/\">\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\n            <img data-src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Winter Arch-_1785433477_big.jpg\" decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big lazyload\" title=\"Winter Christmas Arch\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt=\"Winter Christmas Arch\" \/><noscript><img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Winter Christmas Arch\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Winter Arch-_1785433477_big.jpg\" alt=\"Winter Christmas Arch\"><\/noscript>\n        <\/a>\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Winter Arch-_1785433477_big.jpg\" id=\"io_img_big1_3506417\" target=\"_blank\"><\/a>\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Winter Arch 00_1785433478_big.jpg\" id=\"io_img_big2_3506417\" target=\"_blank\"><\/a>\n        <br>\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Winter Christmas Arch\" src=\"https:\/\/rental.software\/users\/OntarioInflatables\/images\/Winter Arch-_1785433477.jpg\" alt=\"Winter Christmas Arch\"\n                 id=\"io_img_thumb1_3506417\" onclick=\"updateMainPic(this)\" \/>\n        <\/div>\n    <\/div>\n    <div class=\"io_item2_list_inner\">\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/seasonal-holiday-rentals\/winter-christmas-arch\/\">Winter Christmas Arch<\/a><\/p>\n        <p class=\"rentNameIO_price rentNameIO_price_3506417\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$499.00<\/span><\/p>\n        <p class=\"item_encoded\" style=\"display:none;\">Winter+Christmas+Arch<\/p>\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/seasonal-holiday-rentals\/winter-christmas-arch\/<\/span>\n        <p class=\"item_rentalid\" style=\"display:none;\">3506417<\/p>\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\n\n        <!-- Store list view data as attributes (lightweight) -->\n        <div class=\"io_list_view_data\"><\/div>\n        <div class=\"io_buttons_container\">\n            <a href=\"https:\/\/dev.rental.software\/10x10tentrentals412\/rentals\/seasonal-holiday-rentals\/winter-christmas-arch\/\" class=\"io_more_info_button\">MORE INFO<\/a>\n            <div class=\"elementor-widget-button add_cart_3506417\">\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"unavailable_message unavailable_message_3506417\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\n    <\/div>\n<\/div>\n<script>\n    jQuery(document).ready(function () {\n        \/\/ Hide price when zero\n        jQuery(\".rentNameIO_pricespan\").each(function () {\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\n                jQuery(this.parentElement).hide();\n            }\n        });\n    });\n<\/script><!-- End Shortcoder content -->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":84774,"parent":1311,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"io_meta_description":"","footnotes":""},"class_list":["post-3908","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/pages\/3908","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/comments?post=3908"}],"version-history":[{"count":2,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/pages\/3908\/revisions"}],"predecessor-version":[{"id":86486,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/pages\/3908\/revisions\/86486"}],"up":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/pages\/1311"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/media\/84774"}],"wp:attachment":[{"href":"https:\/\/dev.rental.software\/10x10tentrentals412\/wp-json\/wp\/v2\/media?parent=3908"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}