{"id":5354,"date":"2025-06-03T20:29:36","date_gmt":"2025-06-03T20:29:36","guid":{"rendered":"https:\/\/mbgalaxy.com\/virginia\/party-add-ons\/"},"modified":"2026-04-02T17:26:55","modified_gmt":"2026-04-02T17:26:55","slug":"party-add-ons","status":"publish","type":"page","link":"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/","title":{"rendered":"Party Add-Ons"},"content":{"rendered":"<!-- Start Shortcoder content --><!-- Cart -->\r\n<div class=\"cartInfo\" style=\"display:none\">\r\n    <i class=\"cartIcon fas fa-shopping-cart\"><\/i><!--no linebreak bc elementor--> <span class=\"simpleCart_quantity\"><\/span> items\r\n<\/div>\r\n\r\n<div class=\"pageDateRangeWrapper elementor-widget-button\">\r\n    <div class=\"elementor-button elementor-animation-grow\" onclick=\"checkAvailDateClick()\" style=\"display:block\">\r\n        <div class=\"ioDateRangeHeader\">Set Event Date<\/div>\r\n        <div id=\"pageDateRange\" class=\"ioDateRange\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"io_category_wrapper elementor-widget-heading\">\r\n    <h1 class=\"catNameIO elementor-heading-title elementor-size-default\">Party Add-Ons<span class=\"io_forrent io_forrent_317116\"> for Rent<\/span><\/h1>\r\n<\/div>\r\n\r\n<!-- Add View Toggle Buttons -->\r\n<div class=\"io_view_toggle_container\" style=\"display:none;\">\r\n    <div class=\"io_view_toggle_buttons\">\r\n        <button class=\"io_view_toggle_btn active\" data-view=\"tile\" title=\"Tile View\">\r\n            <i class=\"fas fa-th-large\"><\/i>\r\n        <\/button>\r\n        <button class=\"io_view_toggle_btn\" data-view=\"list\" title=\"List View\">\r\n            <i class=\"fas fa-list\"><\/i>\r\n        <\/button>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"category_id\" style=\"display: none\">317116<\/div>\r\n<div class=\"cat_div_wrapper\"><div class=\"io_cat_description io_cat_description_317116 elementor-widget-text-editor catDescriptionIO\"><\/p>\n<p>*These items are offered only as add on to inflatable rentals. We do not rent these items as \"stand alone\" rentals<\/p>\n<p>Additional accessories you might need for your event.<\/div><\/div>\r\n<div class=\"io_catdiv2\"><\/div>\r\n<div class=\"io_landingpages io_landingpages_317116 elementor-widget-text-editor\"><!-- Start Shortcoder content -->                                Professional delivery to <span class=\\\"io_city_list\\\"><a href=https:\/\/mbgalaxy.com\/virginia\/birthday-party-in-alexandria-va\/>Alexandria, VA<\/a><\/span> and surrounding areas. Please submit a quote or contact us to be sure we service your area.                            <!-- End Shortcoder content --><\/div>\r\n<div class=\"io_cat_longdescription io_cat_longdescription_317116 elementor-widget-text-editor\"><\/div>\r\n<script>\r\n    function CategoryGallery(rental_id, rental_name, images_arr){\r\n        var rid = rental_id;\r\n        var rentalName = rental_name;\r\n\r\n        \/\/ Normalize images_arr: it may arrive as a JSON string, an object, or be undefined\r\n        try {\r\n            if (typeof images_arr === 'string' && images_arr.length) {\r\n                images_arr = JSON.parse(images_arr);\r\n            }\r\n        } catch (e) {\r\n            images_arr = {};\r\n        }\r\n        if (!images_arr) images_arr = {};\r\n\r\n        \/\/ Where to append anchors and thumbs\r\n        var $bigAfter = jQuery('#io_img_big2_' + rid);\r\n        var $thumbAfter = jQuery('#io_img_thumb1_' + rid);\r\n\r\n        if ($bigAfter.length && $thumbAfter.length) {\r\n            var relVal = $bigAfter.attr('rel') || 'img_group noopener';\r\n\r\n            \/\/ Helper to validate a URL-like value (non-empty and not literal placeholders)\r\n            var isValid = function (u) {\r\n                if (!u) return false;\r\n                var s = String(u).trim();\r\n                if (!s) return false;\r\n                if (s.indexOf('%%') !== -1) return false; \/\/ ignore unreplaced placeholders\r\n                if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false;\r\n                return true;\r\n            };\r\n\r\n            var addedThumbs = 0;\r\n\r\n            \/\/ Iterate image map and append missing big anchors and thumbs\r\n            for (var key in images_arr) {\r\n                if (!images_arr.hasOwnProperty(key)) continue;\r\n                var imgObj = images_arr[key] || {};\r\n                var href = imgObj[\"rentalimage_imagelocbig\"] || imgObj[\"imagelocbig\"] || imgObj[\"big\"];\r\n                var src  = imgObj[\"rentalimage_imageloc\"]    || imgObj[\"imageloc\"]    || imgObj[\"thumb\"];\r\n\r\n                \/\/ Compute index consistent with existing templates\r\n                var n = parseInt(key, 10);\r\n                if (isNaN(n)) {\r\n                    \/\/ Try to derive from position by incrementing a counter if keys are not numeric\r\n                    n = 1;\r\n                }\r\n                \/\/ Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing\r\n                var bigIndex = n + 1;   \/\/ matches io_cart_shortcode.html pattern\r\n                var thumbIndex = n + 1; \/\/ thumb id series aligns with big series in newer code\r\n\r\n                \/\/ Add big anchor if valid and not already present\r\n                if (isValid(href)) {\r\n                    var bigId = '#io_img_big' + bigIndex + '_' + rid;\r\n                    if (jQuery(bigId).length === 0) {\r\n                        var $a = jQuery('<a\/>', {\r\n                            rel: relVal,\r\n                            href: href,\r\n                            id: 'io_img_big' + bigIndex + '_' + rid\r\n                        });\r\n                        $bigAfter.after($a);\r\n                        $bigAfter = $a; \/\/ maintain insertion point\r\n                    }\r\n                }\r\n\r\n                \/\/ Add thumbnail if valid and not already present\r\n                if (isValid(src)) {\r\n                    var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid;\r\n                    if (jQuery(thumbId).length === 0) {\r\n                        var $img = jQuery('<img\/>', {\r\n                            'class': 'io_image_thumb skip-lazy',\r\n                            title: rentalName,\r\n                            src: src,\r\n                            alt: rentalName,\r\n                            id: 'io_img_thumb' + thumbIndex + '_' + rid\r\n                        }).on('mouseover', function () {\r\n                            if (typeof updateMainPic === 'function') {\r\n                                updateMainPic(this);\r\n                            }\r\n                        });\r\n                        $thumbAfter.after($img);\r\n                        $thumbAfter = $img; \/\/ maintain insertion point\r\n                        addedThumbs++;\r\n                    }\r\n                }\r\n            }\r\n\r\n            \/\/ Reveal the thumbnail box if we added any extra thumbnails\r\n            if (addedThumbs > 0) {\r\n                jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show();\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Function to generate list view content on demand (global scope)\r\n    generateListViewContent = function() {\r\n        console.log('[IO List View] Generating list view content dynamically');\r\n        \r\n        jQuery('.io_item2_list').each(function() {\r\n            var $item = jQuery(this);\r\n            \r\n            \/\/ Skip if already generated\r\n            if ($item.find('.io_list_view_content').length > 0) {\r\n                return;\r\n            }\r\n            \r\n            \/\/ Extract rental_id from the item\r\n            var rentalId = $item.find('.item_rentalid').text().trim();\r\n            if (!rentalId) {\r\n                console.warn('[IO List View] No rental_id found for item, skipping');\r\n                return;\r\n            }\r\n            \r\n            \/\/ Read data from dynamically named global variables\r\n            \/\/ var description = String(window['data_description_' + rentalId] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var indoorOutdoor = String(window.io_category_data[rentalId][\"indoor_outdoor\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var staff = String(window.io_category_data[rentalId][\"staff\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var electric = String(window.io_category_data[rentalId][\"electric\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var dimensions = String(window.io_category_data[rentalId][\"dimensions\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            \r\n            \/\/ Helper function to strip HTML tags from text\r\n            var stripHtml = function(html) {\r\n                var tmp = document.createElement(\"DIV\");\r\n                tmp.innerHTML = html;\r\n                return (tmp.textContent || tmp.innerText || \"\").trim();\r\n            };\r\n            \r\n            \/\/ Helper function to escape HTML to prevent XSS\r\n            var escapeHtml = function(text) {\r\n                var map = {\r\n                    '&': '&amp;',\r\n                    '<': '&lt;',\r\n                    '>': '&gt;',\r\n                    '\"': '&quot;',\r\n                    \"'\": '&#039;'\r\n                };\r\n                return text.replace(\/[&<>\"']\/g, function(m) { return map[m]; });\r\n            };\r\n            \r\n            \/\/ Strip HTML tags from description\r\n            \/\/ description = stripHtml(description);\r\n            \r\n            \/\/ Build the HTML structure with escaped content\r\n            var html = '<div class=\"io_list_view_content\">';\r\n            \/\/ html += '<div class=\"io_item_description_line\">' + escapeHtml(description) + '<\/div>';\r\n            html += '<div class=\"io_item_details_labeled\">';\r\n            \r\n            \/\/ Setup field - only add if valid\r\n            if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_setup\">';\r\n                html += '<span class=\"io_detail_label\">Setup:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(indoorOutdoor) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Operators field - only add if valid\r\n            var operatorsText = staff ? staff + ' Adult Supervision Required' : \"\";\r\n            if (operatorsText &&\r\n                operatorsText !== '0 Adult Supervision Required' && \r\n                operatorsText !== 'Adult Supervision Required' &&\r\n                operatorsText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_operators\">';\r\n                html += '<span class=\"io_detail_label\">Operators:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(operatorsText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Power field - only add if valid\r\n            var powerText = electric ? electric + ' Outlets' : \"\";\r\n            if (powerText &&\r\n                powerText !== '0 Outlets' && \r\n                powerText !== '0.00 Outlets' && \r\n                powerText !== 'Outlets' &&\r\n                powerText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_power\">';\r\n                html += '<span class=\"io_detail_label\">Power:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(powerText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            \/\/ Size field - only add if valid\r\n            if (dimensions && dimensions !== '0' && dimensions.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_size\">';\r\n                html += '<span class=\"io_detail_label\">Size:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(dimensions) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n            \r\n            html += '<\/div>'; \/\/ close io_item_details_labeled\r\n            html += '<\/div>'; \/\/ close io_list_view_content\r\n            \r\n            \/\/ Insert before the buttons container\r\n            $item.find('.io_buttons_container').before(html);\r\n        });\r\n    }\r\n\r\n    jQuery(document).ready(function($) {\r\n\r\n    jQuery(\".io_item2_list\").each(function(){\r\n        var rentalId = jQuery(this).find('.item_rentalid').text().trim();\r\n        if (io_categoryVariantImages == 'on'){\r\n            CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId][\"images_arr\"]);\r\n        }\r\n    });\r\n\r\n\r\n    console.log('[IO View Toggle] Document ready, initializing view toggle functionality');\r\n    \r\n    \/\/ Check if category_id has a numeric value to identify actual category pages\r\n    \/\/ This must happen before any view state is applied\r\n    var categoryId = $('.category_id').text().trim();\r\n    var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0;\r\n    \r\n    if (!hasNumericCategoryId) {\r\n        console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization');\r\n        return;\r\n    }\r\n    \r\n    console.log('[IO View Toggle] Category page detected with categoryId:', categoryId);\r\n    $('body').addClass('io-has-category-id');\r\n    \r\n    \/\/ Show the toggle buttons on category pages\r\n    $('.io_view_toggle_container').show();\r\n    console.log('[IO View Toggle] Toggle buttons displayed for category page');\r\n    \r\n    \/\/ Track if view toggle has been initialized\r\n    var isInitialized = false;\r\n    \r\n    \/\/ Initialize view toggle functionality\r\n    function initViewToggle(force) {\r\n        \/\/ Skip if already initialized unless forced\r\n        if (isInitialized && !force) {\r\n            console.log('[IO View Toggle] Already initialized, skipping');\r\n            return;\r\n        }\r\n        \r\n        console.log('[IO View Toggle] Initializing view toggle functionality');\r\n        \r\n        \/\/ Check if toggle buttons exist\r\n        if ($('.io_view_toggle_btn').length === 0) {\r\n            console.warn('[IO View Toggle] Toggle buttons not found in DOM');\r\n            return;\r\n        }\r\n        console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons');\r\n        \r\n        \/\/ Check if category container exists\r\n        if ($('.io_catdiv2').length === 0) {\r\n            console.warn('[IO View Toggle] Category container (.io_catdiv2) not found');\r\n            return;\r\n        }\r\n        console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers');\r\n        \r\n        \/\/ Get saved view preference from localStorage\r\n        var savedView = localStorage.getItem('io_category_view') || 'tile';\r\n        console.log('[IO View Toggle] Retrieved saved view preference:', savedView);\r\n        \r\n        \/\/ Set initial view\r\n        $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view');\r\n        console.log('[IO View Toggle] Applied initial view class:', savedView + '-view');\r\n        \r\n        \/\/ Update button states\r\n        $('.io_view_toggle_btn').removeClass('active');\r\n        $('.io_view_toggle_btn[data-view=\"' + savedView + '\"]').addClass('active');\r\n        console.log('[IO View Toggle] Updated button states, active button:', savedView);\r\n        \r\n        \/\/ Generate list view content if initial view is list\r\n        if (savedView === 'list') {\r\n            if (typeof generateListViewContent === 'function') {\r\n                generateListViewContent();\r\n            } else {\r\n                console.warn('[IO View Toggle] generateListViewContent function not available yet');\r\n            }\r\n        }\r\n        \r\n        \/\/ Log current items count\r\n        var itemCount = $('.io_item2_list').length;\r\n        console.log('[IO View Toggle] Found', itemCount, 'items in category');\r\n        \r\n        \/\/ Handle toggle button clicks using native JavaScript for better compatibility\r\n        \/\/ Remove any existing event listeners first\r\n        $('.io_view_toggle_btn').off('click.viewToggle');\r\n        \r\n        \/\/ Use native JavaScript addEventListener for more reliable event handling\r\n        var buttons = document.querySelectorAll('.io_view_toggle_btn');\r\n        console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS');\r\n        \r\n        buttons.forEach(function(button) {\r\n            \/\/ Remove any existing listener\r\n            var newButton = button.cloneNode(true);\r\n            button.parentNode.replaceChild(newButton, button);\r\n            \r\n            \/\/ Add fresh event listener\r\n            newButton.addEventListener('click', function(e) {\r\n                e.preventDefault();\r\n                e.stopPropagation();\r\n                \r\n                var view = this.getAttribute('data-view');\r\n                console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view);\r\n                \r\n                \/\/ Generate list view content if switching to list view\r\n                if (view === 'list') {\r\n                    if (typeof generateListViewContent === 'function') {\r\n                        generateListViewContent();\r\n                    } else {\r\n                        console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                    }\r\n                }\r\n                \r\n                \/\/ Update button states\r\n                document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) {\r\n                    btn.classList.remove('active');\r\n                });\r\n                this.classList.add('active');\r\n                console.log('[IO View Toggle] Updated button active states');\r\n                \r\n                \/\/ Update grid view\r\n                var catdiv = document.querySelector('.io_catdiv2');\r\n                if (catdiv) {\r\n                    catdiv.classList.remove('tile-view', 'list-view');\r\n                    catdiv.classList.add(view + '-view');\r\n                    console.log('[IO View Toggle] Applied view class:', view + '-view');\r\n                }\r\n                \r\n                \/\/ Save preference\r\n                localStorage.setItem('io_category_view', view);\r\n                console.log('[IO View Toggle] Saved view preference to localStorage:', view);\r\n                \r\n                \/\/ Debug: Log current layout state\r\n                setTimeout(function() {\r\n                    if (catdiv) {\r\n                        var containerClasses = catdiv.className;\r\n                        var visibleItems = document.querySelectorAll('.io_item2_list:not([style*=\"display: none\"])').length;\r\n                        console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses);\r\n                        console.log('[IO View Toggle] Visible items after view change:', visibleItems);\r\n                        \r\n                        \/\/ Check if list view content is properly shown\/hidden\r\n                        if (view === 'list') {\r\n                            var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*=\"display: none\"])').length;\r\n                            console.log('[IO View Toggle] Visible list content elements:', visibleListContent);\r\n                        }\r\n                    }\r\n                }, 100);\r\n            }, true); \/\/ Use capture phase\r\n            \r\n            console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view'));\r\n        });\r\n        \r\n        console.log('[IO View Toggle] Event handlers attached successfully');\r\n        \r\n        \/\/ Mark as initialized\r\n        isInitialized = true;\r\n    }\r\n    \r\n    \/\/ Initialize when page loads\r\n    console.log('[IO View Toggle] Starting initial setup');\r\n    initViewToggle();\r\n    \r\n    \/\/ Also initialize after dynamic content loads (if applicable)\r\n    $(document).on('io_content_loaded', function() {\r\n        console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing');\r\n        initViewToggle();\r\n    });\r\n    \r\n    \/\/ Debug: Monitor for DOM changes that might affect our functionality\r\n    if (typeof MutationObserver !== 'undefined') {\r\n        var mutationTimeout;\r\n        var lastItemCount = $('.io_item2_list').length;\r\n        \r\n        var observer = new MutationObserver(function(mutations) {\r\n            \/\/ Debounce: clear existing timeout and set a new one\r\n            clearTimeout(mutationTimeout);\r\n            \r\n            mutationTimeout = setTimeout(function() {\r\n                var currentItemCount = $('.io_item2_list').length;\r\n                \r\n                \/\/ Only trigger if we have new items that weren't there before\r\n                if (currentItemCount > lastItemCount) {\r\n                    console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')');\r\n                    lastItemCount = currentItemCount;\r\n                    \r\n                    \/\/ If already initialized, just generate list view content for new items if in list view\r\n                    if (isInitialized) {\r\n                        var currentView = localStorage.getItem('io_category_view') || 'tile';\r\n                        if (currentView === 'list') {\r\n                            console.log('[IO View Toggle] Generating list view content for new items');\r\n                            if (typeof generateListViewContent === 'function') {\r\n                                generateListViewContent();\r\n                            } else {\r\n                                console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                            }\r\n                        }\r\n                    } else {\r\n                        \/\/ Not initialized yet, so initialize\r\n                        console.log('[IO View Toggle] Initializing due to new items');\r\n                        initViewToggle();\r\n                    }\r\n                }\r\n            }, 250); \/\/ 250ms debounce\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n        console.log('[IO View Toggle] DOM mutation observer started');\r\n    }\r\n    \r\n    \/\/ Debug: Log window resize events that might affect responsive layout\r\n    $(window).on('resize.viewToggle', function() {\r\n        var windowWidth = $(window).width();\r\n        var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile';\r\n        console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView);\r\n    });\r\n    \r\n    console.log('[IO View Toggle] Initialization complete');\r\n});\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318508'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"\",\"rental_id\":\"2318508\",\"rental_name\":\"15000 WATTS LED LIGHTS\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472408\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318508\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/15000 WATTS LED LIGHTS_1702571409.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/15000 WATTS LED LIGHTS_1702571409_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318508\" name=\"maindiv_15000 WATTS LED LIGHTS\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/15000-watts-led-lights\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"15000 WATTS LED LIGHTS\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/15000 WATTS LED LIGHTS_1702571409_big.jpg\" alt=\"15000 WATTS LED LIGHTS\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/15000 WATTS LED LIGHTS_1702571409_big.jpg\" id=\"io_img_big1_2318508\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318508\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"15000 WATTS LED LIGHTS\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/15000 WATTS LED LIGHTS_1702571409.jpg\" alt=\"15000 WATTS LED LIGHTS\"\r\n                 id=\"io_img_thumb1_2318508\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/15000-watts-led-lights\/\">15000 WATTS LED LIGHTS<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318508\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$389.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">15000+WATTS+LED+LIGHTS<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/15000-watts-led-lights\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318508<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/15000-watts-led-lights\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318508\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318508\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318342'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318342\",\"rental_name\":\"Additional Insured Certificate (Per Name)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472002\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318342\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (8)_1646858437.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (8)_1646858437_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318342\" name=\"maindiv_Additional Insured Certificate (Per Name)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/additional-insured-certificate-per-name\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Additional Insured Certificate (Per Name)\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (8)_1646858437_big.png\" alt=\"Additional Insured Certificate (Per Name)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (8)_1646858437_big.png\" id=\"io_img_big1_2318342\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318342\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Additional Insured Certificate (Per Name)\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (8)_1646858437.png\" alt=\"Additional Insured Certificate (Per Name)\"\r\n                 id=\"io_img_thumb1_2318342\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/additional-insured-certificate-per-name\/\">Additional Insured Certificate (Per Name)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318342\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$60.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Additional+Insured+Certificate+%28Per+Name%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/additional-insured-certificate-per-name\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318342<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/additional-insured-certificate-per-name\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318342\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318342\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318344'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318344\",\"rental_name\":\"Audio Package\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472004\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318344\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (3)_1646858480.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (3)_1646858480_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318344\" name=\"maindiv_Audio Package\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/audio-package\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Audio Package\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (3)_1646858480_big.png\" alt=\"Audio Package\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (3)_1646858480_big.png\" id=\"io_img_big1_2318344\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318344\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Audio Package\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (3)_1646858480.png\" alt=\"Audio Package\"\r\n                 id=\"io_img_thumb1_2318344\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/audio-package\/\">Audio Package<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318344\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$235.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Audio+Package<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/audio-package\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318344<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/audio-package\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318344\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318344\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318370'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318370\",\"rental_name\":\"Blue Cooler\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472036\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318370\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (29)_1646856851.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (29)_1646856851_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318370\" name=\"maindiv_Blue Cooler\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/blue-cooler\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Blue Cooler\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (29)_1646856851_big.png\" alt=\"Blue Cooler\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (29)_1646856851_big.png\" id=\"io_img_big1_2318370\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318370\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Blue Cooler\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (29)_1646856851.png\" alt=\"Blue Cooler\"\r\n                 id=\"io_img_thumb1_2318370\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/blue-cooler\/\">Blue Cooler<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318370\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Blue+Cooler<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/blue-cooler\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318370<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/blue-cooler\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318370\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318370\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318346'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"1 Gallon\",\"rental_id\":\"2318346\",\"rental_name\":\"Bubble Fluid\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472006\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318346\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (2)_1646858546.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (2)_1646858546_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318346\" name=\"maindiv_Bubble Fluid\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fluid\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Bubble Fluid\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (2)_1646858546_big.png\" alt=\"Bubble Fluid\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (2)_1646858546_big.png\" id=\"io_img_big1_2318346\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318346\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Bubble Fluid\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (2)_1646858546.png\" alt=\"Bubble Fluid\"\r\n                 id=\"io_img_thumb1_2318346\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fluid\/\">Bubble Fluid<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318346\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$45.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Bubble+Fluid<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fluid\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318346<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Unlimited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fluid\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318346\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318346\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318348'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318348\",\"rental_name\":\"Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472010\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318348\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (7)_1646858577.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (7)_1646858577_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318348\" name=\"maindiv_Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fog-machine-with-led-lights-3-in-1-double-bubble\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (7)_1646858577_big.png\" alt=\"Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (7)_1646858577_big.png\" id=\"io_img_big1_2318348\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318348\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (7)_1646858577.png\" alt=\"Bubble Fog Machine with LED Lights 3 In 1 Double Bubble\"\r\n                 id=\"io_img_thumb1_2318348\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fog-machine-with-led-lights-3-in-1-double-bubble\/\">Bubble Fog Machine with LED Lights 3 In 1 Double Bubble<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318348\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$160.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Bubble+Fog+Machine+with+LED+Lights+3+In+1+Double+Bubble<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fog-machine-with-led-lights-3-in-1-double-bubble\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318348<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-fog-machine-with-led-lights-3-in-1-double-bubble\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318348\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318348\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318352'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318352\",\"rental_name\":\"Bubble Machine\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472012\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318352\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (11)_1646858591.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (11)_1646858591_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318352\" name=\"maindiv_Bubble Machine\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-machine\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Bubble Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (11)_1646858591_big.png\" alt=\"Bubble Machine\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (11)_1646858591_big.png\" id=\"io_img_big1_2318352\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318352\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Bubble Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (11)_1646858591.png\" alt=\"Bubble Machine\"\r\n                 id=\"io_img_thumb1_2318352\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-machine\/\">Bubble Machine<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318352\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$95.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Bubble+Machine<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-machine\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318352<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/bubble-machine\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318352\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318352\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318458'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"\",\"rental_id\":\"2318458\",\"rental_name\":\"Commercial Foam Machine\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472306\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318458\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Commercial Foam Machine Only_1658434014.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Commercial Foam Machine Only_1658434014_big.jpg\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472308\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318458\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Kids playing in foam_1658434014.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Kids playing in foam_1658434014_big.jpg\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472310\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318458\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Commerical Foam Machine Party_1658434015.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Commerical Foam Machine Party_1658434015_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318458\" name=\"maindiv_Commercial Foam Machine\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/commercial-foam-machine-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Commercial Foam Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Commercial Foam Machine Only_1658434014_big.jpg\" alt=\"Commercial Foam Machine\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Commercial Foam Machine Only_1658434014_big.jpg\" id=\"io_img_big1_2318458\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Kids playing in foam_1658434014_big.jpg\" id=\"io_img_big2_2318458\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Commercial Foam Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Commercial Foam Machine Only_1658434014.jpg\" alt=\"Commercial Foam Machine\"\r\n                 id=\"io_img_thumb1_2318458\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/commercial-foam-machine-2\/\">Commercial Foam Machine<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318458\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$650.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Commercial+Foam+Machine<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/commercial-foam-machine-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318458<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/commercial-foam-machine-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318458\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318458\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318472'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318472\",\"rental_name\":\"Commercial Generator (20kW)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472338\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318472\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/event-rentals-gallery-generators_1685979504.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/event-rentals-gallery-generators_1685979504_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318472\" name=\"maindiv_Commercial Generator (20kW)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/commercial-generator-20kw-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Commercial Generator (20kW)\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/event-rentals-gallery-generators_1685979504_big.png\" alt=\"Commercial Generator (20kW)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/event-rentals-gallery-generators_1685979504_big.png\" id=\"io_img_big1_2318472\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318472\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Commercial Generator (20kW)\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/event-rentals-gallery-generators_1685979504.png\" alt=\"Commercial Generator (20kW)\"\r\n                 id=\"io_img_thumb1_2318472\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/commercial-generator-20kw-2\/\">Commercial Generator (20kW)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318472\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$485.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Commercial+Generator+%2820kW%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/commercial-generator-20kw-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318472<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/commercial-generator-20kw-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318472\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318472\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318354'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"1 Gallon\",\"rental_id\":\"2318354\",\"rental_name\":\"Fog Fluid\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472014\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318354\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (1)_1646858605.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (1)_1646858605_big.png\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221669307\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318354\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Fog Fluid3_1732225832.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Fog Fluid3_1732225832_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318354\" name=\"maindiv_Fog Fluid\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/fog-fluid\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Fog Fluid\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (1)_1646858605_big.png\" alt=\"Fog Fluid\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (1)_1646858605_big.png\" id=\"io_img_big1_2318354\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Fog Fluid3_1732225832_big.jpg\" id=\"io_img_big2_2318354\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Fog Fluid\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (1)_1646858605.png\" alt=\"Fog Fluid\"\r\n                 id=\"io_img_thumb1_2318354\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/fog-fluid\/\">Fog Fluid<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318354\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$45.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Fog+Fluid<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/fog-fluid\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318354<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/fog-fluid\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318354\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318354\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318372'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318372\",\"rental_name\":\"Galaxy Chair\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472038\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318372\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (31)_1646856875.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (31)_1646856875_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318372\" name=\"maindiv_Galaxy Chair\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/galaxy-chair\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Galaxy Chair\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (31)_1646856875_big.png\" alt=\"Galaxy Chair\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (31)_1646856875_big.png\" id=\"io_img_big1_2318372\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318372\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Galaxy Chair\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (31)_1646856875.png\" alt=\"Galaxy Chair\"\r\n                 id=\"io_img_thumb1_2318372\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/galaxy-chair\/\">Galaxy Chair<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318372\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$80.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Galaxy+Chair<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/galaxy-chair\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318372<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/galaxy-chair\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318372\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318372\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318408'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"\",\"rental_id\":\"2318408\",\"rental_name\":\"Galaxy FOAM CANNON\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472126\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318408\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/download_1693520088.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/download_1693520088_big.jpeg\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472128\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318408\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/reg_000067_imatge8_190416_141953_1693520088.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/reg_000067_imatge8_190416_141953_1693520088_big.jpg\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472130\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318408\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/reg_000067_imatge9_190416_141957_1693520088.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/reg_000067_imatge9_190416_141957_1693520088_big.jpg\\u0022},\\u00223\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472124\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318408\\u0022,\\u0022rentalimage_order\\u0022:\\u00223\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/images (3)_1693520088.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/images (3)_1693520088_big.jpeg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318408\" name=\"maindiv_Galaxy FOAM CANNON\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/galaxy-foam-cannon-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Galaxy FOAM CANNON\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/download_1693520088_big.jpeg\" alt=\"Galaxy FOAM CANNON\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/download_1693520088_big.jpeg\" id=\"io_img_big1_2318408\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/reg_000067_imatge8_190416_141953_1693520088_big.jpg\" id=\"io_img_big2_2318408\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Galaxy FOAM CANNON\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/download_1693520088.jpeg\" alt=\"Galaxy FOAM CANNON\"\r\n                 id=\"io_img_thumb1_2318408\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/galaxy-foam-cannon-2\/\">Galaxy FOAM CANNON<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318408\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$850.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Galaxy+FOAM+CANNON<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/galaxy-foam-cannon-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318408<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/galaxy-foam-cannon-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318408\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318408\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318360'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"6000+ Watts\",\"rental_id\":\"2318360\",\"rental_name\":\"Generator - Large\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472020\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318360\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (9)_1646858649.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (9)_1646858649_big.png\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472022\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318360\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (10)_1646858649.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (10)_1646858649_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318360\" name=\"maindiv_Generator - Large\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-large\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Generator - Large\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (9)_1646858649_big.png\" alt=\"Generator - Large\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (9)_1646858649_big.png\" id=\"io_img_big1_2318360\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (10)_1646858649_big.png\" id=\"io_img_big2_2318360\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Generator - Large\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (9)_1646858649.png\" alt=\"Generator - Large\"\r\n                 id=\"io_img_thumb1_2318360\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-large\/\">Generator - Large<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318360\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$160.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Generator+-+Large<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-large\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318360<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-large\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318360\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318360\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318358'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4000- 5500 Watts\",\"rental_id\":\"2318358\",\"rental_name\":\"Generator - Medium\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472018\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318358\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (6)_1646858632.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (6)_1646858632_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318358\" name=\"maindiv_Generator - Medium\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-medium\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Generator - Medium\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (6)_1646858632_big.png\" alt=\"Generator - Medium\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (6)_1646858632_big.png\" id=\"io_img_big1_2318358\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318358\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Generator - Medium\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (6)_1646858632.png\" alt=\"Generator - Medium\"\r\n                 id=\"io_img_thumb1_2318358\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-medium\/\">Generator - Medium<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318358\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$135.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Generator+-+Medium<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-medium\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318358<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-medium\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318358\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318358\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318356'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"2000-3000 W\",\"rental_id\":\"2318356\",\"rental_name\":\"Generator - Small\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472016\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318356\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (10)_1646858619.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (10)_1646858619_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318356\" name=\"maindiv_Generator - Small\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-small\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Generator - Small\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (10)_1646858619_big.png\" alt=\"Generator - Small\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (10)_1646858619_big.png\" id=\"io_img_big1_2318356\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318356\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Generator - Small\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (10)_1646858619.png\" alt=\"Generator - Small\"\r\n                 id=\"io_img_thumb1_2318356\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-small\/\">Generator - Small<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318356\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$125.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Generator+-+Small<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-small\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318356<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/generator-small\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318356\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318356\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318362'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318362\",\"rental_name\":\"Misting Fan\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472024\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318362\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design_1646858663.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design_1646858663_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318362\" name=\"maindiv_Misting Fan\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/misting-fan\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Misting Fan\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design_1646858663_big.png\" alt=\"Misting Fan\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design_1646858663_big.png\" id=\"io_img_big1_2318362\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318362\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Misting Fan\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design_1646858663.png\" alt=\"Misting Fan\"\r\n                 id=\"io_img_thumb1_2318362\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/misting-fan\/\">Misting Fan<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318362\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Misting+Fan<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/misting-fan\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318362<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/misting-fan\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318362\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318362\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318364'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318364\",\"rental_name\":\"Party Fog \\\/ Smoke Machine\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472026\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318364\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (5)_1646858680.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (5)_1646858680_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318364\" name=\"maindiv_Party Fog \/ Smoke Machine\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/party-fog-smoke-machine-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Party Fog \/ Smoke Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (5)_1646858680_big.png\" alt=\"Party Fog \/ Smoke Machine\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (5)_1646858680_big.png\" id=\"io_img_big1_2318364\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318364\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Party Fog \/ Smoke Machine\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (5)_1646858680.png\" alt=\"Party Fog \/ Smoke Machine\"\r\n                 id=\"io_img_thumb1_2318364\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/party-fog-smoke-machine-2\/\">Party Fog \/ Smoke Machine<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318364\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$85.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Party+Fog+%2F+Smoke+Machine<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/party-fog-smoke-machine-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318364<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/party-fog-smoke-machine-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318364\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318364\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318380'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318380\",\"rental_name\":\"Sky Dancer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472056\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318380\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (30)_1646856946.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (30)_1646856946_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318380\" name=\"maindiv_Sky Dancer\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/sky-dancer-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Sky Dancer\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (30)_1646856946_big.png\" alt=\"Sky Dancer\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (30)_1646856946_big.png\" id=\"io_img_big1_2318380\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2318380\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Sky Dancer\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (30)_1646856946.png\" alt=\"Sky Dancer\"\r\n                 id=\"io_img_thumb1_2318380\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/sky-dancer-2\/\">Sky Dancer<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318380\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Sky+Dancer<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/sky-dancer-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318380<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/sky-dancer-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318380\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318380\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318462'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"1.00\",\"dimensions\":\"\",\"rental_id\":\"2318462\",\"rental_name\":\"Snow Maker\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472314\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318462\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Snow Machine_1658508339.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Snow Machine_1658508339_big.jpg\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472316\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318462\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Snow Machine (2)_1658508339.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Snow Machine (2)_1658508339_big.jpg\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472318\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318462\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/crisp-20max-ft-open__19261_1658508339.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/crisp-20max-ft-open__19261_1658508339_big.jpg\\u0022},\\u00223\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472320\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318462\\u0022,\\u0022rentalimage_order\\u0022:\\u00223\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/crisp-20max-rt-open-nozzle__55994_1658508340.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/crisp-20max-rt-open-nozzle__55994_1658508340_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318462\" name=\"maindiv_Snow Maker\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/snow-maker-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Snow Maker\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Snow Machine_1658508339_big.jpg\" alt=\"Snow Maker\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Snow Machine_1658508339_big.jpg\" id=\"io_img_big1_2318462\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Snow Machine (2)_1658508339_big.jpg\" id=\"io_img_big2_2318462\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Snow Maker\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Snow Machine_1658508339.jpg\" alt=\"Snow Maker\"\r\n                 id=\"io_img_thumb1_2318462\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/snow-maker-2\/\">Snow Maker<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318462\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$475.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Snow+Maker<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/snow-maker-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318462<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/foam-snow-machine\/snow-maker-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318462\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318462\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318366'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318366\",\"rental_name\":\"Staff\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472028\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318366\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (4)_1646858695.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/Untitled design (4)_1646858695_big.png\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221493494\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318366\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/IMG_6688_1716044105.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/IMG_6688_1716044105_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318366\" name=\"maindiv_Staff\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/staff-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Staff\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (4)_1646858695_big.png\" alt=\"Staff\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (4)_1646858695_big.png\" id=\"io_img_big1_2318366\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/IMG_6688_1716044105_big.jpg\" id=\"io_img_big2_2318366\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Staff\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/Untitled design (4)_1646858695.png\" alt=\"Staff\"\r\n                 id=\"io_img_thumb1_2318366\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/staff-2\/\">Staff<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318366\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Staff<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/staff-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318366<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/staff-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318366\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318366\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2318456'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2318456\",\"rental_name\":\"Umbrella Heater\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472302\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318456\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/imageService_1648235591.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/imageService_1648235591_big.jpg\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472296\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318456\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/GUEST_9a3deee8-60fe-4f19-80f4-f23f2cf9771d_1648235075.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/GUEST_9a3deee8-60fe-4f19-80f4-f23f2cf9771d_1648235075_big.jpg\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472298\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318456\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/83ed57a4-7587-4a6b-9ca9-af6216208e76.209be3c4418fb7c335095a597b8e8e0e_1648235075.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/83ed57a4-7587-4a6b-9ca9-af6216208e76.209be3c4418fb7c335095a597b8e8e0e_1648235075_big.jpeg\\u0022},\\u00223\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221472300\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222318456\\u0022,\\u0022rentalimage_order\\u0022:\\u00223\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/imageService_1648235075.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/mbgalaxy\\\/images\\\/imageService_1648235075_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2318456\" name=\"maindiv_Umbrella Heater\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/umbrella-heater-2\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Umbrella Heater\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/imageService_1648235591_big.jpg\" alt=\"Umbrella Heater\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/imageService_1648235591_big.jpg\" id=\"io_img_big1_2318456\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/GUEST_9a3deee8-60fe-4f19-80f4-f23f2cf9771d_1648235075_big.jpg\" id=\"io_img_big2_2318456\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Umbrella Heater\" src=\"https:\/\/rental.software\/users\/mbgalaxy\/images\/imageService_1648235591.jpg\" alt=\"Umbrella Heater\"\r\n                 id=\"io_img_thumb1_2318456\" onmouseover=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/umbrella-heater-2\/\">Umbrella Heater<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2318456\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$125.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Umbrella+Heater<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/umbrella-heater-2\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2318456<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/mbgalaxy.com\/virginia\/rentals\/party-add-ons\/umbrella-heater-2\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2318456\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2318456\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":7517,"parent":1311,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"io_meta_description":"","footnotes":""},"class_list":["post-5354","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/pages\/5354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/comments?post=5354"}],"version-history":[{"count":15,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/pages\/5354\/revisions"}],"predecessor-version":[{"id":8773,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/pages\/5354\/revisions\/8773"}],"up":[{"embeddable":true,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/pages\/1311"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/media\/7517"}],"wp:attachment":[{"href":"https:\/\/mbgalaxy.com\/virginia\/wp-json\/wp\/v2\/media?parent=5354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}