Return-Path: <support@murrayrivercruises.com.au>
From: Medical Unit <support@murrayrivercruises.com.au>
To: bruce@untroubled.org
Subject: Why your eye doctor is wrong about your vision
Message-ID: <dbf2901b07744d4dba61c30e65663b14@murrayrivercruises.com.au>
Date: Fri, 08 May 2026 19:43:22 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 8813

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Health Alert</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Proxima Nova', 'Segoe UI', Helvetica, Arial, sans-serif;
            background-color: #f7f7f7;
            color: #222;
        }

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

        /* ABC STYLE HEADER */
        .abc-nav {
            background-color: #000000;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .abc-logo {
            width: 45px;
            height: 45px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 14px;
            font-family: sans-serif;
            letter-spacing: -1px;
            color: black;
        }

        /* Simulating the dot logo with text if image fails, or use image */
        .abc-logo img {
            width: 45px;
            height: 45px;
        }

        .nav-links {
            color: white;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .content-padding {
            padding: 25px;
        }

        /* TAGS */
        .tag-container {
            margin-bottom: 10px;
        }

        .tag {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            color: #005596;
            /* ABC Blue */
            text-transform: uppercase;
            margin-right: 10px;
        }

        .live-tag {
            color: #cc0000;
            margin-right: 10px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 800;
        }

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

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

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

        .author-text {
            margin-left: 0;
        }

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

        .timestamp {
            display: block;
            font-size: 12px;
            color: #888;
            margin-top: 3px;
        }

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

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

        /* ABC Style Play Button */
        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            border: 2px solid white;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 5px;
        }

        .video-duration {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: black;
            color: white;
            padding: 3px 6px;
            font-size: 12px;
            font-weight: bold;
        }

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

        /* CTA */
        .btn-container {
            text-align: center;
            margin: 35px 0;
        }

        .btn {
            background-color: #005596;
            /* ABC Blue */
            color: #ffffff;
            padding: 18px 30px;
            text-decoration: none;
            font-size: 22px;
            font-weight: bold;
            border-radius: 4px;
            display: block;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

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

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

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

<body>

    <div class="container">
        <!-- ABC STYLE NAV BAR -->
        <div class="abc-nav">
            <!-- Using an image source for the dot logo -->
            <div class="abc-logo">
                <img src="https://cdn.freebiesupply.com/logos/large/2x/abc-broadcast-logo-png-transparent.png" alt="ABC">
            </div>
            <div class="nav-links">
                WATCH LIVE
            </div>
        </div>

        <div class="content-padding">
            <!-- TAGS -->
            <div class="tag-container">
                <span class="live-tag">Developing Story</span>
                <span class="tag">Health</span>
                <span class="tag">Vision</span>
            </div>

            <!-- HEADLINES -->
            <div class="headline">Harvard Researchers Uncover Natural Vision Self-Healing Protocol</div>
            <div class="subhead">In clinical trials, 21,000+ patients have gone from nearly blind to perfect 20/20
                vision.</div>

            <!-- BYLINE & DATE -->
            <div class="byline-area">
                <div class="author-text">
                    <span class="author-name">By Bill hutchinson and Lube Barr</span>
                    <span class="timestamp">January 22, 2026, 4:19 PM ET</span>
                </div>
            </div>

            <!-- HERO VIDEO -->
            <div class="hero-wrapper">
                <a href="https://storage.googleapis.com/optivelljam/ls" style="display:block;">
                    <img src="https://media.istockphoto.com/id/2194207189/photo/senior-female-ophthalmologist-explaining-eye-anatomy-to-patient-using-model.jpg?s=612x612&w=0&k=20&c=OAbqf9fE2RnKM0WS0C3CrcmOBZy0yxMgDBrixr_G9as=" alt="Vision Breakthrough" class="hero-image">

                    <div class="play-btn">
                        <div class="play-triangle"></div>
                    </div>
                </a>
            </div>

            <!-- BODY COPY -->
            <p class="body-text"><strong>(ABC News) —</strong> A massive breakthrough in ophthalmology is stunning
                doctors worldwide.</p>

            <p class="body-text">This exclusive report exposes a new "Self-Healing" protocol that targets the true
                biological root cause of fading eyesight—something the $14 billion glasses industry has largely ignored.
            </p>

            <p class="body-text">Early users report being able to throw away their prescription glasses and read fine
                print again in record time. It appears to work regardless of age or how severe the vision loss has
                become.</p>

            <p class="body-text">Watch the presentation below to see exactly how this protocol works before the video is
                taken down.</p>

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

        </div>

        <!-- FOOTER -->
        <div class="footer">
            Copyright © 2026. Vision Health Reports. All rights reserved.<br>
            <br>
            <a href="https://storage.googleapis.com/optivelljamunsb/ls">Unsubscribe</a> 
        </div>
    </div>

</body>

</html>
