Untitled

 avatar
unknown
plain_text
a year ago
757 B
4
Indexable

let egpopup = `
<div class="eg-popup_easton">
    <div class="eg-container_new">
        <div class="eg-close_icon">
            <span>×</span>
        </div>
        <h1>Over half of our profits support mental health research</h1>
        <p>The Stanley Family Foundation is the majority shareholder of our company. This charitable organization funds research
            that would reduce the burden of serious mental illness. Top scientists in the field of genetics and neurobiology
            rely on
            the funding from The Stanley Family Foundation to finance their research. For further inquiry, contact us at
            SFF@mbi-inc.com.</p>
    </div>
</div>`


document.body.insertAdjacentHTML('beforeend', egpopup);
Editor is loading...
Leave a Comment