Calculating Weight on an Elevator

Elevator Weight Capacity Calculator: Safe Load Calculations :root { –primary-color: #004a99; –success-color: #28a745; –background-color: #f8f9fa; –text-color: #333; –border-color: #ddd; –card-background: #fff; –shadow: 0 4px 8px rgba(0,0,0,0.1); } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: var(–background-color); color: var(–text-color); margin: 0; padding: 0; line-height: 1.6; } .container { max-width: 1000px; margin: 20px auto; padding: 20px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } header { text-align: center; padding-bottom: 20px; border-bottom: 1px solid var(–border-color); margin-bottom: 20px; } h1 { color: var(–primary-color); font-size: 2.2em; margin-bottom: 0.5em; } h2, h3 { color: var(–primary-color); margin-top: 1.5em; margin-bottom: 0.8em; } .calculator-section { background-color: var(–card-background); padding: 25px; border-radius: 8px; box-shadow: var(–shadow); margin-bottom: 30px; } .calculator-section h2 { text-align: center; margin-top: 0; } .loan-calc-container { display: flex; flex-direction: column; gap: 15px; } .input-group { display: flex; flex-direction: column; gap: 5px; } .input-group label { font-weight: bold; color: var(–primary-color); } .input-group input[type="number"], .input-group select { padding: 10px; border: 1px solid var(–border-color); border-radius: 5px; font-size: 1em; width: calc(100% – 22px); /* Adjust for padding */ } .input-group .helper-text { font-size: 0.85em; color: #666; margin-top: 3px; } .error-message { color: red; font-size: 0.85em; margin-top: 5px; min-height: 1.2em; /* Prevent layout shift */ } .button-group { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; } button { padding: 12px 20px; border: none; border-radius: 5px; font-size: 1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; } .btn-primary { background-color: var(–primary-color); color: white; } .btn-primary:hover { background-color: #003366; } .btn-secondary { background-color: #6c757d; color: white; } .btn-secondary:hover { background-color: #5a6268; } .results-display { margin-top: 25px; padding: 20px; border: 1px solid var(–border-color); border-radius: 5px; background-color: #e9ecef; text-align: center; } .results-display h3 { margin-top: 0; color: var(–primary-color); } .main-result { font-size: 2.5em; font-weight: bold; color: var(–success-color); margin: 15px 0; padding: 15px; background-color: var(–card-background); border-radius: 5px; border: 2px solid var(–success-color); } .intermediate-results p { margin-bottom: 8px; font-size: 1.1em; } .intermediate-results span { font-weight: bold; } .formula-explanation { font-size: 0.9em; color: #555; margin-top: 15px; text-align: left; } table { width: 100%; border-collapse: collapse; margin-top: 20px; box-shadow: var(–shadow); } th, td { padding: 10px 15px; text-align: left; border: 1px solid var(–border-color); } thead { background-color: var(–primary-color); color: white; } tbody tr:nth-child(even) { background-color: #f2f2f2; } caption { caption-side: top; font-weight: bold; font-size: 1.1em; color: var(–primary-color); margin-bottom: 10px; text-align: left; } .chart-container { text-align: center; margin-top: 30px; padding: 20px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } canvas { max-width: 100%; height: auto !important; /* Ensures canvas scales properly */ } .article-content { margin-top: 30px; padding: 20px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } .article-content h2, .article-content h3 { text-align: left; } .article-content p { margin-bottom: 1em; } .article-content ul, .article-content ol { margin-left: 20px; margin-bottom: 1em; } .article-content li { margin-bottom: 0.5em; } .faq-item { border-bottom: 1px dashed var(–border-color); padding-bottom: 10px; margin-bottom: 10px; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { font-weight: bold; color: var(–primary-color); cursor: pointer; display: block; margin-bottom: 5px; } .faq-answer { font-size: 0.95em; color: #555; } .internal-links { margin-top: 30px; padding: 20px; background-color: var(–card-background); border-radius: 8px; box-shadow: var(–shadow); } .internal-links h2 { text-align: left; } .internal-links ul { list-style: none; padding: 0; } .internal-links li { margin-bottom: 15px; } .internal-links a { color: var(–primary-color); text-decoration: none; font-weight: bold; } .internal-links a:hover { text-decoration: underline; } .internal-links p { font-size: 0.9em; color: #555; margin-top: 5px; } /* Responsive adjustments */ @media (min-width: 768px) { .loan-calc-container { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 20px; } .loan-calc-container .input-group { width: calc(50% – 15px); /* Two columns on larger screens */ flex-direction: column; } .button-group { justify-content: flex-start; margin-left: auto; /* Push to the right if needed */ width: 100%; } } @media (min-width: 992px) { .loan-calc-container .input-group { width: calc(33.333% – 20px); /* Three columns on larger screens */ } }

Elevator Weight Capacity Calculator

Calculate the total weight on an elevator and ensure safe operation.

Calculate Elevator Load

Enter the estimated number of people in the elevator.
Average weight of a person in kilograms (e.g., 75 kg or 165 lbs).
Include weight of luggage, equipment, etc. in kilograms.
The maximum rated weight capacity of the elevator in kilograms.

Your Elevator Load Results

— kg

Total Person Weight: — kg

Total Load: — kg

Remaining Capacity: — kg

Formula Used:

Total Load = (Number of People * Average Weight Per Person) + Additional Weight

Remaining Capacity = Elevator Max Capacity – Total Load

Elevator Load Distribution

What is Elevator Weight Capacity Calculation?

Elevator weight capacity calculation is the process of determining the total weight being carried by an elevator at any given time and comparing it against the elevator's maximum rated load. This calculation is fundamental to elevator safety, ensuring that the load does not exceed the designed limits, which could lead to malfunction, damage, or dangerous situations.

This calculation involves summing up the weight of all passengers and any additional cargo within the elevator car. The primary goal is to verify that this sum remains within the manufacturer's specified maximum capacity, often indicated on a plaque inside the elevator car itself.

Who Should Use It?

Anyone operating or responsible for the maintenance of elevators should understand these principles. This includes building managers, facility operators, maintenance personnel, and even passengers who wish to be aware of safety protocols. In commercial or industrial settings, accurate load calculations are crucial for compliance with safety regulations and preventing accidents.

Common Misconceptions

A common misconception is that elevators have unlimited carrying capacity, or that slight overages are insignificant. In reality, elevators are engineered with precise safety margins. Exceeding the capacity, even slightly or for short periods, can strain mechanical components, compromise braking systems, and lead to emergency stops or failures. Another misconception is that only the weight of people matters; cargo and equipment also contribute significantly to the total load.

Elevator Weight Capacity Calculation Formula and Mathematical Explanation

The core of calculating elevator weight capacity involves a straightforward summation and comparison process. The formula helps us understand the immediate load and the remaining safe capacity.

The Core Formulas

  1. Total Person Weight: This is the combined weight of all individuals inside the elevator car.
  2. Total Load: This is the sum of the total person weight and any additional weight (like cargo or equipment).
  3. Remaining Capacity: This is the difference between the elevator's maximum rated capacity and the calculated total load, indicating how much more weight can be safely added.

Step-by-Step Derivation

  1. Calculate Total Person Weight: Multiply the number of people by the average weight per person.
  2. Total Person Weight = Number of People × Average Weight Per Person

  3. Calculate Total Load: Add the total person weight to any additional weight being carried.
  4. Total Load = Total Person Weight + Additional Weight

  5. Calculate Remaining Capacity: Subtract the total load from the elevator's maximum capacity.
  6. Remaining Capacity = Elevator Max Capacity - Total Load

Variable Explanations

Understanding the variables is key to accurate calculations:

Variables Used in Elevator Load Calculation
Variable Meaning Unit Typical Range
Number of People The estimated count of individuals inside the elevator car. Count 1 – 50+ (depending on elevator size)
Average Weight Per Person The assumed average weight of an individual. This can be based on demographic data or regulatory guidelines. kg (kilograms) 70 – 85 kg (approx. 154 – 187 lbs)
Additional Weight The weight of any items, cargo, or equipment in the elevator car besides passengers. kg (kilograms) 0 – 500+ kg (highly variable)
Elevator Max Capacity The maximum load limit specified by the elevator manufacturer. kg (kilograms) 300 – 2500+ kg (depending on elevator type)
Total Person Weight The cumulative weight of all people in the elevator. kg (kilograms) Calculated
Total Load The overall weight of everything inside the elevator. kg (kilograms) Calculated
Remaining Capacity The weight margin available before reaching the maximum capacity. kg (kilograms) Calculated

Practical Examples (Real-World Use Cases)

Let's look at how this calculation plays out in common scenarios:

Example 1: Standard Office Building Elevator

An office building elevator has a maximum capacity of 1000 kg. During peak hours, 12 people enter, and they are carrying some documents and a small printer. Assume the average person weighs 75 kg, and the additional items weigh approximately 50 kg.

  • Inputs:
  • Number of People: 12
  • Average Weight Per Person: 75 kg
  • Additional Weight: 50 kg
  • Elevator Max Capacity: 1000 kg
  • Calculations:
  • Total Person Weight = 12 people × 75 kg/person = 900 kg
  • Total Load = 900 kg (people) + 50 kg (items) = 950 kg
  • Remaining Capacity = 1000 kg (max) – 950 kg (load) = 50 kg
  • Interpretation:
  • The elevator is carrying 950 kg, which is just below its 1000 kg limit. There is only 50 kg of remaining capacity. This means the elevator is close to its maximum load, and adding even one more average-sized person or a heavier item could exceed the limit. Building management should monitor passenger numbers during peak times.

Example 2: Freight Elevator with Lighter Load

A small freight elevator is rated for a maximum capacity of 1500 kg. A maintenance worker needs to move some spare parts and tools. There are 2 people (the worker and a supervisor), and the equipment weighs about 200 kg. Assume the average person weighs 80 kg.

  • Inputs:
  • Number of People: 2
  • Average Weight Per Person: 80 kg
  • Additional Weight: 200 kg
  • Elevator Max Capacity: 1500 kg
  • Calculations:
  • Total Person Weight = 2 people × 80 kg/person = 160 kg
  • Total Load = 160 kg (people) + 200 kg (equipment) = 360 kg
  • Remaining Capacity = 1500 kg (max) – 360 kg (load) = 1140 kg
  • Interpretation:
  • The elevator is carrying a total load of 360 kg, which is well within its 1500 kg limit. There is a substantial remaining capacity of 1140 kg. This indicates the elevator can safely accommodate significantly more weight, whether more people or heavier cargo, up to its rated limit.

How to Use This Elevator Weight Capacity Calculator

Our calculator is designed for simplicity and accuracy. Follow these steps to get your results:

  1. Enter Number of People: Input the estimated number of individuals currently in or expected to be in the elevator.
  2. Input Average Weight Per Person: Provide the average weight of a person in kilograms. You can use a standard estimate (like 75 kg or 165 lbs) or a more precise average based on your demographic.
  3. Add Additional Weight: Enter the weight in kilograms of any luggage, equipment, goods, or materials being transported in the elevator. If there are no items, enter 0.
  4. Specify Elevator Max Capacity: Find the maximum weight capacity for your specific elevator (usually listed on a plaque inside the car) and enter it in kilograms.
  5. Click 'Calculate Load': The calculator will instantly display the total weight on the elevator, the weight attributed to people, the total load, and the remaining capacity.

How to Read Results

  • Total Load (Main Result): This is the primary indicator of how much weight the elevator is currently supporting.
  • Total Person Weight: Shows the contribution of passengers to the total load.
  • Remaining Capacity: Crucial for decision-making. A higher remaining capacity means more weight can be added safely. A low or negative remaining capacity indicates an overload situation.

Decision-Making Guidance

Use the 'Remaining Capacity' to make informed decisions:

  • Positive Remaining Capacity: The elevator is operating within safe limits. If the remaining capacity is low, consider reducing the number of passengers or the weight of cargo.
  • Zero or Negative Remaining Capacity: The elevator is at or over its maximum capacity. Immediately reduce the load by having some people exit or removing items. Overloading can trigger safety mechanisms or cause damage.
  • Regular Monitoring: For elevators in high-traffic areas, it's wise to monitor these calculations, especially during busy periods, to prevent accidental overloads.

Key Factors That Affect Elevator Weight Capacity Calculations

Several factors influence the accuracy and relevance of elevator weight calculations, impacting safety and operational efficiency:

  1. Actual vs. Estimated Weight: The most significant variable is the actual weight of individuals and cargo. Using a standardized average weight per person is a simplification; actual weights can vary considerably due to demographics, clothing, and the nature of cargo. For critical applications, weighing cargo might be necessary.
  2. Passenger Density and Distribution: While not directly part of the basic weight calculation, how passengers and cargo are distributed can affect elevator dynamics. Uneven loading could theoretically impact stability, though modern elevators have safety systems to manage this.
  3. Elevator Maintenance and Age: An elevator's rated capacity is based on its design. However, wear and tear over time, or inadequate maintenance, could potentially compromise its ability to safely handle even its rated load. Regular professional inspections are vital.
  4. Safety Factors and Regulations: Elevator design incorporates safety factors, meaning the actual breaking strength is higher than the rated capacity. However, operating near or exceeding the rated capacity bypasses these safety margins and increases risk. Compliance with local building codes and elevator safety regulations is paramount.
  5. Type of Elevator: Different types of elevators (passenger, freight, service) have vastly different capacity ratings and structural designs tailored to their intended use. A freight elevator, for instance, is built to handle heavy, bulky items, while a passenger elevator prioritizes passenger comfort and efficiency.
  6. Environmental Conditions: Extreme temperatures or humidity can sometimes affect the performance of mechanical systems, although this is usually a secondary concern compared to direct weight load. More relevant might be the conditions under which the elevator operates (e.g., hazardous environments requiring specialized equipment).
  7. Dynamic Loading: The act of entering/exiting or sudden movements can create dynamic forces slightly exceeding static weight. While elevator systems are designed to handle this, operating consistently at maximum capacity increases stress.
  8. Usage Patterns: High-frequency use, particularly near capacity, leads to increased wear on components like motors, cables, and brakes. This necessitates more frequent inspections and potentially earlier replacement of parts compared to elevators with lighter usage.

Frequently Asked Questions (FAQ)

What is the standard average weight used for elevator calculations?
Building codes and manufacturers often use a standard average weight, typically around 75 kg (165 lbs) per person, for passenger elevators. However, this can vary based on regional demographics and specific building regulations.
What happens if an elevator is overloaded?
Overloading an elevator can trigger safety mechanisms, such as a door lock preventing it from moving, or cause it to halt operation. In severe cases, it can lead to excessive wear on components, emergency braking engagement, or even potential structural failure, though modern safety systems are robust.
Do I need to calculate weight for freight elevators differently?
Yes, freight elevators are designed for heavier loads and often specific types of cargo. While the basic principle of summing weights applies, the capacity is much higher, and the focus is more on the total mass of goods rather than just passenger count. Ensure cargo is distributed appropriately.
Can luggage or equipment be included in the passenger count?
No, luggage, equipment, and cargo have their own weight. The 'Number of People' refers strictly to individuals. The 'Additional Weight' field in the calculator accounts for all non-person items.
Where can I find my elevator's maximum capacity?
The maximum weight capacity is usually indicated on a metal plaque permanently affixed inside the elevator car, often near the control panel or on the car walls.
Is it safe to operate an elevator when it's at its exact maximum capacity?
Operating an elevator exactly at its maximum rated capacity is generally considered safe if done consistently and within operational guidelines. However, it leaves no margin for error, and continuous operation at the limit increases wear. It's often advisable to avoid reaching the absolute maximum.
Should I use metric (kg) or imperial (lbs) units?
This calculator uses kilograms (kg) for all inputs and outputs. Ensure you convert any weights from pounds (lbs) to kilograms (1 lb ≈ 0.453592 kg) before entering them for accurate results.
How often should elevator weight capacity be checked?
The capacity should be checked visually by users each time the elevator is used, especially in multi-occupancy buildings. For maintenance and regulatory purposes, certified professionals perform load tests periodically as part of safety inspections.

Related Tools and Internal Resources

© 2023 Your Company Name. All rights reserved.

function validateInput(id, min, max, fieldName) { var input = document.getElementById(id); var errorDiv = document.getElementById(id + "Error"); var value = parseFloat(input.value); errorDiv.textContent = ""; // Clear previous error if (isNaN(value)) { errorDiv.textContent = "Please enter a valid number."; return false; } if (value max) { errorDiv.textContent = fieldName + " cannot be greater than " + max + "."; return false; } return true; } function calculateElevatorWeight() { var isValid = true; // Validate inputs isValid &= validateInput("numberOfPeople", 0, 50, "Number of People"); isValid &= validateInput("avgWeightPerPerson", 1, 500, "Average Weight Per Person"); isValid &= validateInput("additionalWeight", 0, 10000, "Additional Weight"); isValid &= validateInput("elevatorCapacity", 100, 5000, "Elevator Max Capacity"); if (!isValid) { // Clear results if validation fails document.getElementById("totalWeightDisplay").textContent = "– kg"; document.getElementById("totalPersonWeight").textContent = "– kg"; document.getElementById("totalLoad").textContent = "– kg"; document.getElementById("remainingCapacity").textContent = "– kg"; updateChart(0, 0, 0, 0); // Clear chart return; } var numberOfPeople = parseFloat(document.getElementById("numberOfPeople").value); var avgWeightPerPerson = parseFloat(document.getElementById("avgWeightPerPerson").value); var additionalWeight = parseFloat(document.getElementById("additionalWeight").value); var elevatorCapacity = parseFloat(document.getElementById("elevatorCapacity").value); var totalPersonWeight = numberOfPeople * avgWeightPerPerson; var totalLoad = totalPersonWeight + additionalWeight; var remainingCapacity = elevatorCapacity – totalLoad; var resultDisplay = document.getElementById("totalWeightDisplay"); var totalPersonWeightDisplay = document.getElementById("totalPersonWeight"); var totalLoadDisplay = document.getElementById("totalLoad"); var remainingCapacityDisplay = document.getElementById("remainingCapacity"); // Format results to 2 decimal places for consistency totalPersonWeightDisplay.textContent = totalPersonWeight.toFixed(2) + " kg"; totalLoadDisplay.textContent = totalLoad.toFixed(2) + " kg"; remainingCapacityDisplay.textContent = remainingCapacity.toFixed(2) + " kg"; // Main result display logic if (totalLoad > elevatorCapacity) { resultDisplay.textContent = "OVERLOADED!"; resultDisplay.style.color = "red"; resultDisplay.style.borderColor = "red"; } else if (totalLoad === elevatorCapacity) { resultDisplay.textContent = "MAX CAPACITY"; resultDisplay.style.color = "orange"; resultDisplay.style.borderColor = "orange"; } else { resultDisplay.textContent = totalLoad.toFixed(2) + " kg"; resultDisplay.style.color = "var(–success-color)"; resultDisplay.style.borderColor = "var(–success-color)"; } // Update chart updateChart(totalPersonWeight, additionalWeight, totalLoad, elevatorCapacity); } function resetCalculator() { document.getElementById("numberOfPeople").value = 10; document.getElementById("avgWeightPerPerson").value = 75; document.getElementById("additionalWeight").value = 100; document.getElementById("elevatorCapacity").value = 1000; // Clear error messages document.getElementById("numberOfPeopleError").textContent = ""; document.getElementById("avgWeightPerPersonError").textContent = ""; document.getElementById("additionalWeightError").textContent = ""; document.getElementById("elevatorCapacityError").textContent = ""; // Recalculate and update display calculateElevatorWeight(); } function copyResults() { var totalWeight = document.getElementById("totalWeightDisplay").textContent; var totalPersonWeight = document.getElementById("totalPersonWeight").textContent; var totalLoad = document.getElementById("totalLoad").textContent; var remainingCapacity = document.getElementById("remainingCapacity").textContent; var elevatorCapacity = document.getElementById("elevatorCapacity").value; var assumptions = "Key Assumptions:\n"; assumptions += "- Elevator Max Capacity: " + elevatorCapacity + " kg\n"; assumptions += "- Average Weight Per Person: " + document.getElementById("avgWeightPerPerson").value + " kg\n"; assumptions += "- Additional Weight: " + document.getElementById("additionalWeight").value + " kg\n"; var textToCopy = "— Elevator Load Results —\n\n"; textToCopy += "Total Load: " + totalWeight + "\n"; textToCopy += "Total Person Weight: " + totalPersonWeight + "\n"; textToCopy += "Calculated Load: " + totalLoad + "\n"; textToCopy += "Remaining Capacity: " + remainingCapacity + "\n\n"; textToCopy += assumptions; // Use navigator.clipboard for modern browsers if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(textToCopy).then(function() { alert('Results copied to clipboard!'); }).catch(function(err) { console.error('Failed to copy text: ', err); // Fallback for older browsers or environments where clipboard API is not available copyToClipboardFallback(textToCopy); }); } else { // Fallback for older browsers copyToClipboardFallback(textToCopy); } } function copyToClipboardFallback(text) { var textArea = document.createElement("textarea"); textArea.value = text; textArea.style.position = "fixed"; // Avoid scrolling to bottom textArea.style.left = "-9999px"; textArea.style.top = "-9999px"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { var successful = document.execCommand('copy'); var msg = successful ? 'Results copied to clipboard!' : 'Copying text command was unsuccessful'; alert(msg); } catch (err) { console.error('Fallback: Oops, unable to copy', err); alert('Manual copy failed. Please copy the text manually.'); } document.body.removeChild(textArea); } // — Charting — var myChart; // Global variable to hold chart instance function updateChart(personWeight, addedWeight, totalLoad, maxCapacity) { var ctx = document.getElementById('loadChart').getContext('2d'); var chartInfoDiv = document.getElementById('chartInfo'); // Destroy existing chart if it exists to prevent memory leaks and re-rendering issues if (myChart) { myChart.destroy(); } var loadStatusColor = "#28a745"; // Green for safe var loadStatusText = "Load is within capacity."; if (totalLoad > maxCapacity) { loadStatusColor = "red"; loadStatusText = "Elevator is OVERLOADED!"; } else if (totalLoad === maxCapacity) { loadStatusColor = "orange"; loadStatusText = "Elevator is at MAXIMUM capacity."; } chartInfoDiv.innerHTML = "Chart Information: Represents the distribution of weight. " + loadStatusText + ""; chartInfoDiv.style.color = loadStatusColor; // Apply color to the text as well var chartData = { labels: ['Person Weight', 'Additional Weight', 'Current Load', 'Max Capacity'], datasets: [{ label: 'Weight Distribution (kg)', data: [personWeight, addedWeight, totalLoad, maxCapacity], backgroundColor: [ 'rgba(0, 74, 153, 0.7)', // Primary color for Person Weight 'rgba(108, 117, 125, 0.7)', // Secondary color for Additional Weight 'rgba(40, 167, 69, 0.7)', // Success color for Current Load 'rgba(255, 193, 7, 0.7)' // Warning color for Max Capacity ], borderColor: [ 'rgba(0, 74, 153, 1)', 'rgba(108, 117, 125, 1)', 'rgba(40, 167, 69, 1)', 'rgba(255, 193, 7, 1)' ], borderWidth: 1 }] }; var chartOptions = { responsive: true, maintainAspectRatio: false, // Allow custom height scales: { y: { beginAtZero: true, title: { display: true, text: 'Weight (kg)' } } }, plugins: { legend: { display: false // Hide legend as labels are on bars and info div explains }, tooltip: { callbacks: { label: function(context) { var label = context.dataset.label || "; if (label) { label += ': '; } if (context.parsed.y !== null) { label += new Intl.NumberFormat('en-US', { style: 'decimal' }).format(context.parsed.y) + ' kg'; } return label; } } } } }; // Set a fixed height for the canvas for better control ctx.canvas.parentNode.style.height = '300px'; // Adjust height as needed myChart = new Chart(ctx, { type: 'bar', data: chartData, options: chartOptions }); } // Initial calculation and chart render on page load document.addEventListener('DOMContentLoaded', function() { calculateElevatorWeight(); // Initial chart setup with zero values to establish canvas context updateChart(0, 0, 0, parseFloat(document.getElementById("elevatorCapacity").value)); });

Leave a Comment