// Get the current count from the cookie
/*var currentCount = getCookie("visitorCount");
// Update the element with the new count
document.getElementById("visitorCount").textContent = newCount;
// Store the new count in the cookie for 30 days
setCookie("visitorCount", newCount, 30);*/
//header sticky