{"id":237368,"date":"2025-09-15T17:47:57","date_gmt":"2025-09-15T17:47:57","guid":{"rendered":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/dance-floor-staging\/"},"modified":"2026-04-22T17:25:08","modified_gmt":"2026-04-22T17:25:08","slug":"dance-floor-staging","status":"publish","type":"page","link":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/","title":{"rendered":"Staging"},"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 io_forrent io_forrent_386213\"><span class=\"io_forrent io_forrent_386213\">Dance Floor & Staging Rentals Winnipeg<\/span><\/h1>\r\n    \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\">386213<\/div>\r\n<div class=\"cat_div_wrapper\"><div class=\"io_cat_description io_cat_description_386213 elementor-widget-text-editor catDescriptionIO\">Staging rentals provide sturdy, modular platforms and dance floor panels that combine to create defined performance areas, runways, or elevated presentation spaces. They\u2019re ideal for concerts, fashion shows, ceremonies, and any event that needs a safe, professional-looking surface for performers and presenters.<\/div><\/div>\r\n<div class=\"io_catdiv2\"><\/div>\r\n<div class=\"io_landingpages io_landingpages_386213 elementor-widget-text-editor\"><!-- Start Shortcoder content -->                                Professional delivery to <span class=\\\"io_city_list\\\">Winnipeg MB<\/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_386213 elementor-widget-text-editor\">Turn any space into a polished performance area with staging that\u2019s built for people and moments. This rental combines a smooth dance surface and sturdy stage panels to create a safe, professional platform for dancers, speakers, bands, and presentations. Easy to configure and adaptable to different heights and layouts, it\u2019s ideal for school dances, weddings, community events, or any occasion that needs a focal point for action and celebration.<\/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                    '&': '&',\r\n                    '<': '<',\r\n                    '>': '>',\r\n                    '\"': '\"',\r\n                    \"'\": \"'\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        debugger;\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['3152157'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 4\\u0027 space\",\"rental_id\":\"3152157\",\"rental_name\":\"4\\u0027 Quarter Round Stage Panel - 12 Inch Height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222241061\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223152157\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 Quarter Round Stage Panel_1767989728.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 Quarter Round Stage Panel_1767989728_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222241063\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223152157\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 Quarter Round Stage Panel 2_1767989729.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 Quarter Round Stage Panel 2_1767989729_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-quarter-round-stage-panel\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_4' Quarter Round Stage Panel - 12 Inch Height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/4 Quarter Round Stage Panel_1767989728.jpg\" alt=\"4' Quarter Round Stage Panel - 12 Inch Height\" title=\"4' Quarter Round Stage Panel - 12 Inch Height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">4' Quarter Round Stage Panel - 12 Inch Height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">4%27+Quarter+Round+Stage+Panel+-+12+Inch+Height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-quarter-round-stage-panel\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3152157<\/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            <p class=\"rentNameIO_price rentNameIO_price_3152157\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$125.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3152157\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3152157\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3152165'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3152165\",\"rental_name\":\"4\\u0027 x 4\\u0027 Stage Panel\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222241073\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223152165\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 x 4 Stage Panel_1767990086.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/4 x 4 Stage Panel_1767990086_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-4-stage-panel\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_4' x 4' Stage Panel\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/4 x 4 Stage Panel_1767990086.jpg\" alt=\"4' x 4' Stage Panel\" title=\"4' x 4' Stage Panel\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">4' x 4' Stage Panel<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">4%27+x+4%27+Stage+Panel<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-4-stage-panel\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3152165<\/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            <p class=\"rentNameIO_price rentNameIO_price_3152165\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$62.50<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3152165\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3152165\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2913739'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 W x 8\\u0027 W\",\"rental_id\":\"2913739\",\"rental_name\":\"4\\u0027 x 7\\u0027 6\\u0027\\u0027 Stage Panel\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222015253\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222913739\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222015255\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222913739\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/as2100-2_1752069017.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/as2100-2_1752069017_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4x8-stage-panel\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_4' x 7' 6\" Stage Panel\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/C105-20-7_1752069017.jpg\" alt=\"4' x 7' 6 Stage Panel\" title=\"4' x 7' 6 Stage Panel\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">4' x 7' 6\" Stage Panel<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">4%27+x+7%27+6%22+Stage+Panel<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4x8-stage-panel\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2913739<\/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            <p class=\"rentNameIO_price rentNameIO_price_2913739\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$125.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2913739\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2913739\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168429'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 W x 7\\u0027 6\\u0027\\u0027\\u0027 W\",\"rental_id\":\"3168429\",\"rental_name\":\"4\\u0027 x 7\\u0027 6\\u0027\\u0027 Stage Panel - 12 Inch Height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258371\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168429\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-7-6-stage-panel-12-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_4' x 7' 6\" Stage Panel - 12 Inch Height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/C105-20-7_1752069017.jpg\" alt=\"4' x 7' 6 Stage Panel - 12 Inch Height\" title=\"4' x 7' 6 Stage Panel - 12 Inch Height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">4' x 7' 6\" Stage Panel - 12 Inch Height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">4%27+x+7%27+6%22+Stage+Panel+-+12+Inch+Height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-7-6-stage-panel-12-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168429<\/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            <p class=\"rentNameIO_price rentNameIO_price_3168429\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$120.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168429\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168429\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168771'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 W x 7\\u0027 6\\u0027\\u0027\\u0027 W\",\"rental_id\":\"3168771\",\"rental_name\":\"4\\u0027 x 7\\u0027 6\\u0027\\u0027 Stage Panel - 23 Inch Height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258821\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168771\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/C105-20-7_1752069017.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-7-6-stage-panel-23-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_4' x 7' 6\" Stage Panel - 23 Inch Height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/C105-20-7_1752069017.jpg\" alt=\"4' x 7' 6 Stage Panel - 23 Inch Height\" title=\"4' x 7' 6 Stage Panel - 23 Inch Height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">4' x 7' 6\" Stage Panel - 23 Inch Height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">4%27+x+7%27+6%22+Stage+Panel+-+23+Inch+Height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/4-x-7-6-stage-panel-23-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168771<\/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            <p class=\"rentNameIO_price rentNameIO_price_3168771\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$140.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168771\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168771\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3020795'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3020795\",\"rental_name\":\"Custom Dance Floor\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222113031\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223020795\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Blank_1767993556.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Blank_1767993556_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/custom-dance-floor\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Custom Dance Floor\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Blank_1767993556.png\" alt=\"Custom Dance Floor\" title=\"Custom Dance Floor\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Custom Dance Floor<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Custom+Dance+Floor<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/custom-dance-floor\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3020795<\/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            <p class=\"rentNameIO_price rentNameIO_price_3020795\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3020795\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3020795\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3156999'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3156999\",\"rental_name\":\"Custom Stage Size\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222246927\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223156999\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Blank_1768321563.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Blank_1768321563_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/custom-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Custom Stage Size\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Blank_1768321563.png\" alt=\"Custom Stage Size\" title=\"Custom Stage Size\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Custom Stage Size<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Custom+Stage+Size<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/custom-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3156999<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3156999\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3156999\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3156999\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157685'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 22\\u0027 6\\u0027\\u0027\",\"rental_id\":\"3157685\",\"rental_name\":\"Event Stage - 12\\u0027 x 22\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284925\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 V01_1770318896.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 V01_1770318896_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222248815\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770318896.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770318896_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284849\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157685\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319876.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319876_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/large-rectangle-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 22'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Large Rectangle Stage 12 V01_1770318896.png\" alt=\"Event Stage - 12' x 22'6 - 12' height\" title=\"Event Stage - 12' x 22'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 22'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+22%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/large-rectangle-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157685<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157685\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157685\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157685\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168385'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168385\",\"rental_name\":\"Event Stage - 12\\u0027 x 22\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258857\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 23 V01_1770319363.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 23 V01_1770319363_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258189\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770319362.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 skirt V01_1770319362_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258859\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168385\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319852.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Large Rectangle Stage 12 \\u0026 23 V01_1770319852_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-226-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 22'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Large Rectangle Stage 23 V01_1770319363.png\" alt=\"Event Stage - 12' x 22'6 - 23' height\" title=\"Event Stage - 12' x 22'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 22'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+22%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-226-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168385<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168385\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168385\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168385\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157595'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3157595\",\"rental_name\":\"Event Stage - 12\\u0027 x 7\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258873\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12_1768946806.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12_1768946806_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247479\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768341174.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768341174_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258875\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157595\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946806.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946806_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-presentation-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 7'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Presentation Stage 12_1768946806.png\" alt=\"Event Stage - 12' x 7'6 - 12' height\" title=\"Event Stage - 12' x 7'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 7'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+7%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-presentation-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157595<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157595\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157595\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157595\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168371'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3168371\",\"rental_name\":\"Event Stage - 12\\u0027 x 7\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258879\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 23_1768946863.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 23_1768946863_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258163\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768928803.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage Skirt_1768928803_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258881\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168371\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946863.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Presentation Stage 12 \\u0026 23_1768946863_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-76-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 12' x 7'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Presentation Stage 23_1768946863.png\" alt=\"Event Stage - 12' x 7'6 - 23' height\" title=\"Event Stage - 12' x 7'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 12' x 7'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+12%27+x+7%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-12-x-76-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168371<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168371\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168371\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168371\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157691'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3157691\",\"rental_name\":\"Event Stage - 16\\u0027 x 22\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285063\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247617\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285065\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157691\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770325398.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770325398_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/grand-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 16' x 22'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Grand Stage V01_1770325398.png\" alt=\"Event Stage - 16' x 22'6 - 12' height\" title=\"Event Stage - 16' x 22'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 16' x 22'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+16%27+x+22%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/grand-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157691<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157691\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157691\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157691\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168397'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168397\",\"rental_name\":\"Event Stage - 16\\u0027 x 22\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258889\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 23 V01_1770326049.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 23 V01_1770326049_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258211\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770326049.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage skirt V01_1770326049_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258891\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168397\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770326050.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Grand Stage 12 \\u0026 23 V01_1770326050_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-16-x-226-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 16' x 22'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Grand Stage 23 V01_1770326049.png\" alt=\"Event Stage - 16' x 22'6 - 23' height\" title=\"Event Stage - 16' x 22'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 16' x 22'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+16%27+x+22%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-16-x-226-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168397<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168397\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168397\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168397\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157687'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"20\\u0027 x 15\\u0027\",\"rental_id\":\"3157687\",\"rental_name\":\"Event Stage - 20\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285197\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage V01_1770332251.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage V01_1770332251_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285199\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332252.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332252_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285201\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157687\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332657.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332657_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/ultra-wide-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 20' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Ultra Wide Stage V01_1770332251.png\" alt=\"Event Stage - 20' x 15' - 12' height\" title=\"Event Stage - 20' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 20' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+20%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/ultra-wide-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157687<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157687\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157687\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157687\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168391'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"20\\u0027 x 15\\u0027\",\"rental_id\":\"3168391\",\"rental_name\":\"Event Stage - 20\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258897\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 23 V01_1770332595.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 23 V01_1770332595_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258205\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332595.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage skirt V01_1770332595_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285215\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168391\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332630.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Ultra Wide Stage 12 \\u0026 23 V01_1770332630_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-20-x-15-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 20' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Ultra Wide Stage 23 V01_1770332595.png\" alt=\"Event Stage - 20' x 15' - 23' height\" title=\"Event Stage - 20' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 20' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+20%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-20-x-15-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168391<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168391\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168391\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168391\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157575'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 15\\u0027\",\"rental_id\":\"3157575\",\"rental_name\":\"Event stage - 4\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258907\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12_1768948186.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12_1768948186_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247453\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage skirt_1768340720.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage skirt_1768340720_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258909\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157575\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948186.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948186_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/double-deep-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event stage - 4' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Deep Stage 12_1768948186.png\" alt=\"Event stage - 4' x 15' - 12' height\" title=\"Event stage - 4' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event stage - 4' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+stage+-+4%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/double-deep-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157575<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157575\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157575\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157575\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168353'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 15\\u0027\",\"rental_id\":\"3168353\",\"rental_name\":\"Event stage - 4\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258911\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 23_1768948356.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 23_1768948356_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258141\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927922.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927922_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258913\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168353\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948356.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 24_1768948356_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-4-x-15-ft-23-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event stage - 4' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Deep Stage 23_1768948356.png\" alt=\"Event stage - 4' x 15' - 23' height\" title=\"Event stage - 4' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event stage - 4' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+stage+-+4%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-4-x-15-ft-23-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168353<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168353\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168353\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168353\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157587'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157587\",\"rental_name\":\"Event Stage - 8\\u0027 x 15\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285289\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage V01_1770333977.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage V01_1770333977_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258917\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770333978.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770333978_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258925\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157587\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770333978.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770333978_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/compact-square-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 15' - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Compact Square Stage V01_1770333977.png\" alt=\"Event Stage - 8' x 15' - 12' height\" title=\"Event Stage - 8' x 15' - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 15' - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+15%27+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/compact-square-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157587<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157587\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157587\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157587\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168357'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168357\",\"rental_name\":\"Event Stage - 8\\u0027 x 15\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285299\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 23 V01_1770334170.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 23 V01_1770334170_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258921\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770334169.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage skirt V01_1770334169_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258923\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168357\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770334170.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Compact Square Stage 12 \\u0026 23 V01_1770334170_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-15-ft-23-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 15' - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Compact Square Stage 23 V01_1770334170.png\" alt=\"Event Stage - 8' x 15' - 23' height\" title=\"Event Stage - 8' x 15' - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 15' - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+15%27+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-15-ft-23-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168357<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168357\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168357\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168357\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3138537'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3138537\",\"rental_name\":\"Event Stage - 8\\u0027 x 7\\u00276\\u0027\\u0027 - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258941\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 12_1768950497.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 12_1768950497_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222238737\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1767890672.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1767890672_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258939\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223138537\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950497.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950497_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/12-x-7-6-event-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 7'6\" - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Wide 12_1768950497.png\" alt=\"Event Stage - 8' x 7'6 - 12' height\" title=\"Event Stage - 8' x 7'6 - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 7'6\" - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+7%276%22+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/12-x-7-6-event-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3138537<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3138537\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3138537\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3138537\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168339'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 7\\u00276\\u0027\\u0027\",\"rental_id\":\"3168339\",\"rental_name\":\"Event Stage - 8\\u0027 x 7\\u00276\\u0027\\u0027 - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258945\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 23_1768950565.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide 23_1768950565_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258131\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927689.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Wide Stage Skirt _1768927689_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258947\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168339\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950565.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Double Deep Stage 12 \\u0026 23_1768950565_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-76-ft-23ft-inch-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - 8' x 7'6\" - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Double Wide 23_1768950565.png\" alt=\"Event Stage - 8' x 7'6 - 23' height\" title=\"Event Stage - 8' x 7'6 - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - 8' x 7'6\" - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+8%27+x+7%276%22+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-8-x-76-ft-23ft-inch-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168339<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168339\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168339\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168339\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168805'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027 x 22\\u0027 6\\u0027\\u0027\",\"rental_id\":\"3168805\",\"rental_name\":\"Event Stage - Circle - 12\\u0027 height\",\"images_arr\":\"{}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-circle-12-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Event Stage - Circle - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"\" alt=\"Event Stage - Circle - 12' height\" title=\"Event Stage - Circle - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Event Stage - Circle - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Event+Stage+-+Circle+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/event-stage-circle-12-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168805<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168805\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168805\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168805\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157609'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157609\",\"rental_name\":\"L-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286489\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247501\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258951\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157609\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403280.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403280_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_L-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/L-Shape Stage V01_1770403280.png\" alt=\"L-Shape Stage - 12' height\" title=\"L-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">L-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">L-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157609<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157609\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157609\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157609\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168895'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168895\",\"rental_name\":\"L-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286505\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 23 V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 23 V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258957\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage Skirt V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258959\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168895\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403975.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/L-Shape Stage 12 \\u0026 23 V01_1770403975_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_L-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/L-Shape Stage 23 V01_1770403975.png\" alt=\"L-Shape Stage - 23' height\" title=\"L-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">L-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">L-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/l-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168895<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168895\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168895\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168895\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157597'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3157597\",\"rental_name\":\"Runway Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285333\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 V01_1770335677.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 V01_1770335677_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247493\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335677.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335677_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285335\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157597\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335678.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335678_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Runway Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Runway Stage 12 V01_1770335677.png\" alt=\"Runway Stage - 12' height\" title=\"Runway Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Runway Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Runway+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157597<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157597\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157597\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157597\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168909'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"4\\u0027 x 22\\u00276\\u0027\\u0027\",\"rental_id\":\"3168909\",\"rental_name\":\"Runway Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285343\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 23 V01_1770335994.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 23 V01_1770335994_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258987\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335994.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage skirt V01_1770335994_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258989\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168909\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335995.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Runway Stage 12 \\u0026 23 V01_1770335995_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Runway Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Runway Stage 23 V01_1770335994.png\" alt=\"Runway Stage - 23' height\" title=\"Runway Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Runway Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Runway+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/runway-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168909<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168909\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168909\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168909\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194673'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"12\\u0027\\u0027 x 4\\u0027\",\"rental_id\":\"3194673\",\"rental_name\":\"Stage Facade - Ash Century - 12\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284823\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194673\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-12-x-4-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Ash Century - 12\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\" alt=\"Stage Facade - Ash Century - 12 x 4'\" title=\"Stage Facade - Ash Century - 12 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Ash Century - 12\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Ash+Century+-+12%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-12-x-4-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194673<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194673\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194673\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194673\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168377'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3168377\",\"rental_name\":\"Stage Facade - Ash Century - 12\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258173\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168377\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-ash-century-12-inch-tall\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Ash Century - 12\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\" alt=\"Stage Facade - Ash Century - 12 x 8'\" title=\"Stage Facade - Ash Century - 12 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Ash Century - 12\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Ash+Century+-+12%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-ash-century-12-inch-tall\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168377<\/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            <p class=\"rentNameIO_price rentNameIO_price_3168377\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168377\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168377\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194777'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194777\",\"rental_name\":\"Stage Facade - Ash Century - 23\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284963\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194777\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-23-x-4-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Ash Century - 23\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\" alt=\"Stage Facade - Ash Century - 23 x 4'\" title=\"Stage Facade - Ash Century - 23 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Ash Century - 23\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Ash+Century+-+23%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-23-x-4-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194777<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194777\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194777\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194777\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194779'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194779\",\"rental_name\":\"Stage Facade - Ash Century - 23\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284969\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194779\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-23-x-8-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Ash Century - 23\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_05_43 AM_1768928950.png\" alt=\"Stage Facade - Ash Century - 23 x 8'\" title=\"Stage Facade - Ash Century - 23 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Ash Century - 23\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Ash+Century+-+23%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-ash-century-23-x-8-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194779<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194779\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194779\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194779\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194685'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194685\",\"rental_name\":\"Stage Facade - Black Century - 12\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284827\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194685\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-12-x-4\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Black Century - 12\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\" alt=\"Stage Facade - Black Century - 12 x 4'\" title=\"Stage Facade - Black Century - 12 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Black Century - 12\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Black+Century+-+12%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-12-x-4\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194685<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194685\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194685\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194685\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168387'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3168387\",\"rental_name\":\"Stage Facade - Black Century - 12\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258187\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168387\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-black-century-12-inch-tall\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Black Century - 12\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\" alt=\"Stage Facade - Black Century - 12 x 8'\" title=\"Stage Facade - Black Century - 12 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Black Century - 12\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Black+Century+-+12%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-black-century-12-inch-tall\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168387<\/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            <p class=\"rentNameIO_price rentNameIO_price_3168387\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168387\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168387\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194783'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194783\",\"rental_name\":\"Stage Facade - Black Century - 23\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284971\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194783\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-23-x-4\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Black Century - 23\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\" alt=\"Stage Facade - Black Century - 23 x 4'\" title=\"Stage Facade - Black Century - 23 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Black Century - 23\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Black+Century+-+23%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-23-x-4\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194783<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194783\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194783\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194783\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194785'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194785\",\"rental_name\":\"Stage Facade - Black Century - 23\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284973\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194785\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-23-x-8-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - Black Century - 23\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/ChatGPT Image Jan 20, 2026 at 11_10_48 AM_1768929093.png\" alt=\"Stage Facade - Black Century - 23 x 8'\" title=\"Stage Facade - Black Century - 23 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - Black Century - 23\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+Black+Century+-+23%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-black-century-23-x-8-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194785<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194785\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194785\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194785\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194695'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194695\",\"rental_name\":\"Stage Facade - White Century - 12\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284841\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194695\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-12-x-4\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - White Century - 12\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/stage20skirting20front_white_1729701135_big_1756407732.jpg\" alt=\"Stage Facade - White Century - 12 x 4'\" title=\"Stage Facade - White Century - 12 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - White Century - 12\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+White+Century+-+12%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-12-x-4\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194695<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194695\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194695\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194695\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2991771'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2991771\",\"rental_name\":\"Stage Facade - White Century - 12\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222087345\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222991771\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732_big.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-white-century-1-ft-tall\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - White Century - 12\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/stage20skirting20front_white_1729701135_big_1756407732.jpg\" alt=\"Stage Facade - White Century - 12 x 8'\" title=\"Stage Facade - White Century - 12 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - White Century - 12\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+White+Century+-+12%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-white-century-1-ft-tall\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">2991771<\/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            <p class=\"rentNameIO_price rentNameIO_price_2991771\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_2991771\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_2991771\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194787'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194787\",\"rental_name\":\"Stage Facade - White Century - 23\\u0027\\u0027 x 4\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284975\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194787\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-23-x-4-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - White Century - 23\" x 4'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/stage20skirting20front_white_1729701135_big_1756407732.jpg\" alt=\"Stage Facade - White Century - 23 x 4'\" title=\"Stage Facade - White Century - 23 x 4'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - White Century - 23\" x 4'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+White+Century+-+23%22+x+4%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-23-x-4-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194787<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194787\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194787\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194787\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3194789'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3194789\",\"rental_name\":\"Stage Facade - White Century - 23\\u0027\\u0027 x 8\\u0027\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222284985\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223194789\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-23-x-8-2\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Facade - White Century - 23\" x 8'\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/stage20skirting20front_white_1729701135_big_1756407732.jpg\" alt=\"Stage Facade - White Century - 23 x 8'\" title=\"Stage Facade - White Century - 23 x 8'\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Facade - White Century - 23\" x 8'<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Facade+-+White+Century+-+23%22+x+8%27<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-facade-white-century-23-x-8-2\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3194789<\/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            <p class=\"rentNameIO_price rentNameIO_price_3194789\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$75.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3194789\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3194789\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3156917'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"3156917\",\"rental_name\":\"Stage Skirt Facade - Custom\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222246909\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223156917\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/stage20skirting20front_white_1729701135_big_1756407732.jpg\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-custom\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Stage Skirt Facade - Custom\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/stage20skirting20front_white_1729701135_big_1756407732.jpg\" alt=\"Stage Skirt Facade - Custom\" title=\"Stage Skirt Facade - Custom\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Stage Skirt Facade - Custom<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Stage+Skirt+Facade+-+Custom<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/stage-skirt-facade-custom\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3156917<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3156917\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3156917\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3156917\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157613'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3157613\",\"rental_name\":\"T-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286525\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222247509\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222258997\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157613\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405420.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405420_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_T-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/T-Shape Stage V01_1770405420.png\" alt=\"T-Shape Stage - 12' height\" title=\"T-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">T-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">T-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157613<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157613\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157613\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157613\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168919'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"8\\u0027 x 15\\u0027\",\"rental_id\":\"3168919\",\"rental_name\":\"T-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222286531\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 23 V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 23 V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259019\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage skirt V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259005\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168919\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405548.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/T-Shape Stage 12 \\u0026 23 V01_1770405548_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_T-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/T-Shape Stage 23 V01_1770405548.png\" alt=\"T-Shape Stage - 23' height\" title=\"T-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">T-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">T-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/t-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168919<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168919\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168919\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168919\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3157645'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3157645\",\"rental_name\":\"U-Shape Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259031\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259035\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259033\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223157645\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953794.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953794_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_U-Shape Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/U-Shape Stage 12_1768953794.png\" alt=\"U-Shape Stage - 12' height\" title=\"U-Shape Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">U-Shape Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">U-Shape+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3157645<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3157645\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3157645\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3157645\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168933'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3168933\",\"rental_name\":\"U-Shape Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259041\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 23_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 23_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259043\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage Skirt 1_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259045\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168933\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953945.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/U-Shape Stage 12 \\u0026 23_1768953945_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_U-Shape Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/U-Shape Stage 23_1768953945.png\" alt=\"U-Shape Stage - 23' height\" title=\"U-Shape Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">U-Shape Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">U-Shape+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/u-shape-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168933<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168933\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168933\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168933\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3158755'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3158755\",\"rental_name\":\"Wide Performance Stage - 12\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285357\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance V01_1770337388.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance V01_1770337388_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222248839\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337388.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337388_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259071\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223158755\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337389.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337389_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Wide Performance Stage - 12' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Performance V01_1770337388.png\" alt=\"Wide Performance Stage - 12' height\" title=\"Wide Performance Stage - 12' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Wide Performance Stage - 12' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Wide+Performance+Stage+-+12%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3158755<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3158755\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3158755\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3158755\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['3168941'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"16\\u0027 x 15\\u0027\",\"rental_id\":\"3168941\",\"rental_name\":\"Wide Performance Stage - 23\\u0027 height\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222285369\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 23 V01_1770337563.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 23 V01_1770337563_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259077\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337562.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance skirt V01_1770337562_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022},\\u00222\\u0022:{\\u0022rentalimage_id\\u0022:\\u00222259079\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00223168941\\u0022,\\u0022rentalimage_order\\u0022:\\u00222\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337562.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/Tag\\\/images\\\/Wide Performance 12 \\u0026 23 V01_1770337562_big.png\\u0022,\\u0022media_type\\u0022:\\u0022image\\u0022}}\"};<\/script><a href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage-23-height\/\">\r\n    <div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem\" name=\"maindiv_Wide Performance Stage - 23' height\">\r\n        <div class=\"cat_div\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"cat_img item_image\" src=\"https:\/\/rental.software\/users\/Tag\/images\/Wide Performance 23 V01_1770337563.png\" alt=\"Wide Performance Stage - 23' height\" title=\"Wide Performance Stage - 23' height\" \/>\r\n        <\/div>\r\n        <div class=\"io_item2_list_inner\">\r\n            <p class=\"elementor-heading-title rentNameIO item_name\">Wide Performance Stage - 23' height<\/p>\r\n            <p class=\"item_encoded\" style=\"display:none;\">Wide+Performance+Stage+-+23%27+height<\/p>\r\n            <span class=\"item_href\" style=\"display:none;\">https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/wide-performance-stage-23-height\/<\/span>\r\n            <p class=\"item_rentalid\" style=\"display:none;\">3168941<\/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;\">0<\/div>\r\n            <p class=\"rentNameIO_price rentNameIO_price_3168941\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.00<\/span><\/p>\r\n            <div class=\"elementor-widget-button add_cart_3168941\" style=\"display:inline-block;\">\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><\/a>\r\n            <\/div>\r\n            <div class=\"unavailable_message unavailable_message_3168941\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <script>\r\n        jQuery(document).ready(function () {\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>\r\n<\/a><!-- End Shortcoder content -->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":240766,"parent":234458,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"io_meta_description":"","footnotes":""},"folder":[],"class_list":["post-237368","page","type-page","status-publish","has-post-thumbnail","hentry","entry","has-media"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dance Floor &amp; Staging Rentals Winnipeg | Pinnacle Event Rentals<\/title>\n<meta name=\"description\" content=\"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dance Floor &amp; Staging Rentals Winnipeg | Pinnacle Event Rentals\" \/>\n<meta property=\"og:description\" content=\"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/\" \/>\n<meta property=\"og:site_name\" content=\"Pinnacle Event Rentals\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-22T17:25:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2026\/01\/Blank_1768321563_big-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/\",\"name\":\"Dance Floor & Staging Rentals Winnipeg | Pinnacle Event Rentals\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/01\\\/Blank_1768321563_big-1.png\",\"datePublished\":\"2025-09-15T17:47:57+00:00\",\"dateModified\":\"2026-04-22T17:25:08+00:00\",\"description\":\"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/01\\\/Blank_1768321563_big-1.png\",\"contentUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/01\\\/Blank_1768321563_big-1.png\",\"width\":750,\"height\":750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/dance-floor-staging\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inventory\",\"item\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/inventory\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Staging\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#website\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\",\"name\":\"Pinnacle Event Rentals\",\"description\":\"We provide the foundation for events.\",\"publisher\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#organization\",\"name\":\"Pinnacle Event Rentals\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/pinnacle-logo.png\",\"contentUrl\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/pinnacle-logo.png\",\"width\":800,\"height\":230,\"caption\":\"Pinnacle Event Rentals\"},\"image\":{\"@id\":\"https:\\\/\\\/pinnacleeventrentals.ca\\\/winnipeg\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dance Floor & Staging Rentals Winnipeg | Pinnacle Event Rentals","description":"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/","og_locale":"en_US","og_type":"article","og_title":"Dance Floor & Staging Rentals Winnipeg | Pinnacle Event Rentals","og_description":"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!","og_url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/","og_site_name":"Pinnacle Event Rentals","article_modified_time":"2026-04-22T17:25:08+00:00","og_image":[{"width":750,"height":750,"url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2026\/01\/Blank_1768321563_big-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/","name":"Dance Floor & Staging Rentals Winnipeg | Pinnacle Event Rentals","isPartOf":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/#primaryimage"},"image":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/#primaryimage"},"thumbnailUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2026\/01\/Blank_1768321563_big-1.png","datePublished":"2025-09-15T17:47:57+00:00","dateModified":"2026-04-22T17:25:08+00:00","description":"Rent dance floor + staging for events in Winnipeg. Pinnacle Event Rentals helps you create a dynamic space!","breadcrumb":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/#primaryimage","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2026\/01\/Blank_1768321563_big-1.png","contentUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2026\/01\/Blank_1768321563_big-1.png","width":750,"height":750},{"@type":"BreadcrumbList","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/dance-floor-staging\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/"},{"@type":"ListItem","position":2,"name":"Inventory","item":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/inventory\/"},{"@type":"ListItem","position":3,"name":"Staging"}]},{"@type":"WebSite","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#website","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/","name":"Pinnacle Event Rentals","description":"We provide the foundation for events.","publisher":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#organization","name":"Pinnacle Event Rentals","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#\/schema\/logo\/image\/","url":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2020\/10\/pinnacle-logo.png","contentUrl":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-content\/uploads\/sites\/6\/2020\/10\/pinnacle-logo.png","width":800,"height":230,"caption":"Pinnacle Event Rentals"},"image":{"@id":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/237368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/comments?post=237368"}],"version-history":[{"count":0,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/237368\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/pages\/234458"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/media\/240766"}],"wp:attachment":[{"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/media?parent=237368"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/pinnacleeventrentals.ca\/winnipeg\/wp-json\/wp\/v2\/folder?post=237368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}