How collagen diseases cause Arachnoiditis and the three related categories plays a role; genetic; autoimmune/collagen; post-infection autoimmunity, lyme and Epstein Barr Virus (EPV)
// Open lightbox when URL has ?newsletter=open
import wixWindow from 'wix-window';
$w.onReady(function () {
const params = new URLSearchParams(window.location.search);
if (params.get('newsletter') === 'open') {
wixWindow.openLightbox('NewsletterSignupLightbox');
}
});
Comments