Return-Path: <support@yad2.co.il>
From: Memory Support Desk <support@yad2.co.il>
To: bruce@untroubled.org
Subject: What researchers are now looking into
Message-ID: <302cef6193dd44eb9ceb65c0817c3c51@yad2.co.il>
Date: Wed, 20 May 2026 15:40:05 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 8888

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CNN World Alert</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #f7f7f7;
            color: #262626;
            -webkit-font-smoothing: antialiased;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-bottom: 2px solid #e6e6e6;
        }

        /* CNN STYLE HEADER */
        .cnn-nav {
            background-color: #000000;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 3px solid #cc0000;
        }

        .cnn-logo {
            width: 70px;
            height: 40px;
            display: block;
        }

        .nav-section {
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .content-padding {
            padding: 25px;
        }

        /* TAGS */
        .tag-container {
            margin-bottom: 15px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
        }

        .tag-breaking {
            background-color: #cc0000;
            color: #ffffff;
            padding: 4px 8px;
            margin-right: 10px;
            display: inline-block;
        }

        .tag-section {
            color: #666;
        }

        /* HEADLINE */
        .headline {
            font-size: 32px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 12px;
            line-height: 1.15;
            letter-spacing: -0.5px;
        }

        /* SUBHEAD */
        .subhead {
            font-size: 18px;
            color: #444;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        /* BYLINE */
        .byline-area {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            font-size: 13px;
            color: #666;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 15px 0;
        }

        .author-name {
            color: #000;
            font-weight: bold;
        }

        .timestamp {
            color: #888;
        }

        /* VIDEO HERO */
        .hero-wrapper {
            position: relative;
            margin-bottom: 25px;
            background: #000;
            cursor: pointer;
        }

        .hero-image {
            width: 100%;
            height: auto;
            display: block;
            opacity: 0.95;
        }

        /* CNN Style Play Button Overlay */
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.1);
            transition: background 0.2s;
        }

        .play-overlay:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

        .play-btn {
            width: 60px;
            height: 60px;
            background: transparent;
            border: 4px solid #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 18px solid #ffffff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: 5px;
        }

        .video-label {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: #cc0000;
            color: #fff;
            padding: 4px 8px;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
        }

        /* BODY */
        .body-text {
            font-size: 18px;
            line-height: 1.6;
            color: #222;
            margin-bottom: 20px;
        }

        .highlight {
            background-color: #fffcd4;
            padding: 2px 0;
        }

        /* CTA */
        .btn-container {
            text-align: center;
            margin: 40px 0;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .btn {
            background-color: #cc0000;
            /* CNN RED */
            color: #ffffff;
            padding: 16px 32px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            border-radius: 3px;
            display: inline-block;
            text-transform: uppercase;
            transition: background 0.3s;
        }

        .btn:hover {
            background-color: #a30000;
        }

        /* FOOTER */
        .footer {
            background-color: #f7f7f7;
            padding: 25px;
            text-align: center;
            font-size: 11px;
            color: #666;
            border-top: 1px solid #e6e6e6;
        }

        .footer a {
            color: #444;
            text-decoration: none;
        }
    </style>
</head>

<body>

    <div class="container">
        <!-- CNN STYLE NAV BAR -->
        <div class="cnn-nav">
            <!-- CNN Logo (White on Transparent/Black) -->
            <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/CNN.svg/500px-CNN.svg.png" alt="CNN" class="cnn-logo">
            <div class="nav-section">
                Health Edition
            </div>
        </div>

        <div class="content-padding">
            <!-- TAGS -->
            <div class="tag-container">
                <span class="tag-breaking">Breaking News</span>
            </div>

            <!-- HEADLINES -->
            <div class="headline">Bill Gates Invests $500 Million in Natural "Memory Restoration" Protocol</div>
            <div class="subhead">The tech mogul calls this "the biggest breakthrough since the MRI," claiming it could
                end the Alzheimer's crisis.</div>

            <!-- BYLINE & DATE -->
            <div class="byline-area">
                <div>
                    By <span class="author-name">Dr. Sanjay Gupta, CNN Chief Medical Correspondent</span>
                    <br>
                    <span class="timestamp">Updated 10:45 AM ET, Thu January 22, 2026</span>
                </div>
            </div>

            <!-- HERO VIDEO -->
            <div class="hero-wrapper">
                <a href="https://storage.googleapis.com/memoryrestoring/ls" style="display:block;">
                    <img src="https://cdn.aarp.net/content/dam/aarp/health/conditions_treatments/2018/07/1140-bill-gates-alzheimers.jpg" alt="Bill Gates Interview" class="hero-image">

                    <div class="play-overlay">
                        <div class="play-btn">
                            <div class="play-triangle"></div>
                        </div>
                    </div>
                    <div class="video-label">Watch Report</div>
                </a>
            </div>

            <!-- BODY COPY -->
            <p class="body-text"><strong>(CNN) —</strong> A controversial new medical report has just been leaked,
                revealing a massive investment that is shaking the pharmaceutical industry to its core.</p>

            <p class="body-text">This natural protocol, now backed by tech billionaires including Bill Gates, reportedly
                <span class="highlight">restores memory function and reverses cognitive decline</span> in a matter of
                weeks.
            </p>

            <p class="body-text">While Big Pharma is reportedly fighting to keep this information off the air, over
                15,000 Americans are already using this simple method to regain their mental clarity.</p>

            <p class="body-text">Doctors are calling it a historic turning point. Watch the exclusive report below to
                see the proof before the video is taken down.</p>

            <!-- CTA BUTTON -->
            <div class="btn-container">
                <a href="https://storage.googleapis.com/memoryrestoring/ls" class="btn">Watch Full Video</a>
            </div>

        </div>

        <!-- FOOTER -->
        <div class="footer">
            <a href="https://storage.googleapis.com/memoryrestoringunsb/ls">Unsubscribe</a>
        </div>
    </div>

</body>

</html>
