document.addEventListener('DOMContentLoaded', function() { var section = document.getElementById('mySection'); if (section) { // Get the current left position var currentLeft = window.getComputedStyle(section).left; // Calculate the new left position var newLeft = (parseInt(currentLeft) || 0) + 20 + 'px'; // Apply the new left position with animation section.style.left = newLeft; } }); UnderConstruction | I Need Sex
top of page
5.jpg

UNDER CONSTRUCTION

bottom of page