A dynamic start is used where the offense, defense, offense, defense start in a straight line under the basket (train). Once they get out to space, they can initiate any two person trigger to score. A variable shot clock can be applied to this.
document.addEventListener('DOMContentLoaded', function() {
const pagination = document.querySelector('.navigation');
const postsContainer = document.querySelector('.postloopcontainer');
if (pagination && postsContainer) {
// Ensure we move the pagination after the last post
postsContainer.parentNode.insertBefore(pagination, postsContainer.nextSibling);
}
});