Protected: Joni Begay

This content is password protected. To view it please enter your password below:

/* // NExtgen gallery lightbox fix var galleryLinks = document.querySelector('a.nextgen_pro_lightbox'); galleryLinks.addEventListener('click', function(event) { this.href = "javascript:void(0)"; event.preventDefault(); // Prevent the default link behavior });*/