Category: Blog Posts

Your blog category

  • Watchdog Email Update December 10, 2025

    <!-- 
      OMEGA VILLAS WATCHDOG BLOG POST #2
      WordPress Custom HTML Block — Paste into a "Custom HTML" block in the WordPress block editor.
      OR use as a full-page template in a Page Builder (Elementor, Divi, etc.) via HTML widget.
      Fonts are loaded from Google Fonts CDN. No plugin required.
    -->
     
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
     
    <style>
    /* ── SCOPED TO .ov-watchdog SO IT DOESN'T BLEED INTO WORDPRESS THEME ── */
    .ov-watchdog *,
    .ov-watchdog *::before,
    .ov-watchdog *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
     
    .ov-watchdog {
      --ov-ink:       #1a1a18;
      --ov-ink2:      #3d3d38;
      --ov-ink3:      #6b6b63;
      --ov-rule:      #d4d0c8;
      --ov-accent:    #b5341c;
      --ov-accent2:   #7a2010;
      --ov-gold:      #8a6e2f;
      --ov-page:      #faf9f6;
      --ov-card:      #ffffff;
      --ov-warn-bg:   #fff8f0;
      --ov-warn-bdr:  #e8c070;
     
      font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
      color: var(--ov-ink);
      background: var(--ov-page);
      max-width: 780px;
      margin: 0 auto 3rem auto;
      border: 0.5px solid var(--ov-rule);
      border-radius: 4px;
      overflow: hidden;
    }
     
    /* ── TOP ALERT BANNER ── */
    .ov-top-banner {
      background: var(--ov-accent);
      color: #fff;
      text-align: center;
      padding: 0.5rem 1rem;
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      letter-spacing: 0.15em;
      line-height: 1.5;
    }
     
    /* ── MASTHEAD ── */
    .ov-masthead {
      border-bottom: 3px double var(--ov-ink);
      padding: 1.5rem 0 1rem;
      text-align: center;
      background: var(--ov-card);
    }
    .ov-pub-name {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--ov-ink3);
      margin-bottom: 0.35rem;
    }
    .ov-dateline {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      color: var(--ov-ink3);
      letter-spacing: 0.08em;
    }
     
    /* ── HEADLINE BLOCK ── */
    .ov-headline-block {
      padding: 1.75rem 1.75rem 1.5rem;
      background: var(--ov-card);
      border-bottom: 1.5px solid var(--ov-ink);
    }
    .ov-kicker {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ov-accent);
      margin-bottom: 0.75rem;
    }
    .ov-headline-block h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(22px, 4vw, 36px);
      font-weight: 900;
      line-height: 1.15;
      color: var(--ov-ink);
      margin-bottom: 0.85rem;
      border: none;
      padding: 0;
    }
    .ov-deck {
      font-size: 15.5px;
      font-style: italic;
      color: var(--ov-ink2);
      line-height: 1.7;
      border-left: 3px solid var(--ov-accent);
      padding-left: 1rem;
      margin: 0;
    }
     
    /* ── BYLINE BAR ── */
    .ov-byline-bar {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.65rem 1.75rem;
      border-bottom: 0.5px solid var(--ov-rule);
      background: var(--ov-card);
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      color: var(--ov-ink3);
      flex-wrap: wrap;
    }
    .ov-byline-name { color: var(--ov-ink); font-weight: 500; }
    .ov-dot { color: var(--ov-rule); }
    .ov-tag {
      background: var(--ov-accent);
      color: #fff;
      font-size: 10px;
      letter-spacing: 0.1em;
      padding: 2px 8px;
      border-radius: 2px;
      text-transform: uppercase;
    }
    .ov-tag-dark {
      background: var(--ov-ink);
      color: #f5f3ee;
      font-size: 10px;
      letter-spacing: 0.1em;
      padding: 2px 8px;
      border-radius: 2px;
      text-transform: uppercase;
    }
     
    /* ── BODY ── */
    .ov-body {
      padding: 1.5rem 1.75rem;
      background: var(--ov-card);
    }
    .ov-body p {
      font-size: 15px;
      line-height: 1.85;
      color: var(--ov-ink2);
      margin-bottom: 1rem;
    }
    .ov-lede {
      font-size: 17px !important;
      line-height: 1.75 !important;
      color: var(--ov-ink) !important;
      font-weight: 600;
      font-style: italic;
    }
    .ov-body strong { font-weight: 600; color: var(--ov-ink); }
    .ov-body em { font-style: italic; }
     
    /* ── SECTION HEADS ── */
    .ov-section-head {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--ov-ink);
      border-left: 4px solid var(--ov-accent);
      padding-left: 0.75rem;
      margin: 1.75rem 0 0.85rem;
      line-height: 1.3;
    }
     
    /* ── PULL QUOTE ── */
    .ov-pull-quote {
      border-top: 2px solid var(--ov-ink);
      border-bottom: 2px solid var(--ov-ink);
      padding: 1rem 0;
      margin: 1.75rem 0;
      text-align: center;
    }
    .ov-pull-quote q {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 18px;
      font-style: italic;
      line-height: 1.55;
      color: var(--ov-ink);
      font-weight: 700;
      quotes: "\201C" "\201D";
    }
    .ov-pull-quote q::before { content: open-quote; }
    .ov-pull-quote q::after  { content: close-quote; }
     
    /* ── WARN BOX ── */
    .ov-warn-box {
      background: var(--ov-warn-bg);
      border: 1px solid var(--ov-warn-bdr);
      border-radius: 3px;
      padding: 1rem 1.1rem;
      margin: 1.25rem 0;
    }
    .ov-warn-box .ov-wlabel {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--ov-gold);
      margin-bottom: 0.45rem;
      font-weight: 500;
    }
    .ov-warn-box p {
      font-size: 14px !important;
      color: var(--ov-ink) !important;
      margin: 0 !important;
    }
     
    /* ── EVIDENCE CARD ── */
    .ov-evidence-card {
      background: #f5f3f0;
      border-left: 3px solid var(--ov-accent);
      padding: 0.85rem 1.1rem;
      margin: 1.25rem 0;
    }
    .ov-evidence-card .ov-ec-label {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--ov-accent);
      margin-bottom: 0.4rem;
      font-weight: 500;
    }
    .ov-evidence-card p {
      font-size: 13.5px !important;
      font-style: italic;
      color: var(--ov-ink) !important;
      margin: 0 !important;
    }
     
    /* ── TIMELINE ── */
    .ov-timeline {
      border-left: 2px solid var(--ov-rule);
      margin: 1rem 0 1.25rem 0;
      padding-left: 0;
      list-style: none;
    }
    .ov-tl-item {
      display: flex;
      gap: 1rem;
      margin-bottom: 1rem;
      padding-left: 1.25rem;
      position: relative;
    }
    .ov-tl-item::before {
      content: '';
      position: absolute;
      left: -5px;
      top: 6px;
      width: 8px;
      height: 8px;
      background: var(--ov-accent);
      border-radius: 50%;
    }
    .ov-tl-item.ov-tl-key::before {
      background: var(--ov-ink);
    }
    .ov-tl-year {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      font-weight: 500;
      color: var(--ov-accent);
      min-width: 72px;
      padding-top: 2px;
      flex-shrink: 0;
    }
    .ov-tl-key .ov-tl-year { color: var(--ov-ink); }
    .ov-tl-text {
      font-size: 13.5px;
      line-height: 1.7;
      color: var(--ov-ink2);
    }
    .ov-tl-text strong { color: var(--ov-ink); font-weight: 600; }
     
    /* ── CLAIM VS REALITY TABLE ── */
    .ov-cr-table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.1rem 0;
      font-size: 13px;
    }
    .ov-cr-table thead th {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0.5rem 0.75rem;
      border: 0.5px solid var(--ov-rule);
    }
    .ov-cr-table thead th:first-child {
      background: #f5f3f0;
      color: var(--ov-ink3);
    }
    .ov-cr-table thead th:last-child {
      background: #fdf3f0;
      color: var(--ov-accent);
    }
    .ov-cr-table tbody td {
      vertical-align: top;
      padding: 0.65rem 0.75rem;
      border: 0.5px solid var(--ov-rule);
      line-height: 1.65;
      color: var(--ov-ink2);
    }
    .ov-cr-table tbody td:first-child {
      background: #fafaf8;
    }
    .ov-cr-table tbody td:last-child {
      background: #fffaf9;
    }
    .ov-cr-table tbody strong { color: var(--ov-ink); font-weight: 600; }
     
    /* ── PLAYBOOK ── */
    .ov-playbook {
      list-style: none;
      margin: 1rem 0 1.25rem;
      padding: 0;
    }
    .ov-pb-item {
      display: flex;
      gap: 0.85rem;
      margin-bottom: 0.65rem;
      align-items: flex-start;
    }
    .ov-pb-num {
      background: var(--ov-accent);
      color: #fff;
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 11px;
      font-weight: 500;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .ov-pb-text {
      font-size: 14px;
      line-height: 1.7;
      color: var(--ov-ink2);
    }
    .ov-pb-text strong { color: var(--ov-ink); font-weight: 600; }
     
    /* ── STAT ROW ── */
    .ov-stat-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.65rem;
      margin: 1.25rem 0;
    }
    .ov-stat-box {
      background: var(--ov-ink);
      color: #f5f3ee;
      padding: 0.85rem 0.65rem;
      border-radius: 3px;
      text-align: center;
    }
    .ov-stat-num {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 20px;
      font-weight: 900;
      color: #fff;
      line-height: 1;
      display: block;
    }
    .ov-stat-lbl {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 9px;
      letter-spacing: 0.08em;
      color: #b0ae9e;
      margin-top: 0.35rem;
      line-height: 1.4;
      display: block;
    }
     
    /* ── REQUEST GRID ── */
    .ov-request-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
      margin: 1.1rem 0;
    }
    .ov-req-card {
      border: 0.5px solid var(--ov-rule);
      border-radius: 3px;
      padding: 0.85rem 1rem;
    }
    .ov-req-card .ov-rc-head {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 10px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--ov-ink3);
      margin-bottom: 0.55rem;
      font-weight: 500;
    }
    .ov-req-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .ov-req-card ul li {
      font-size: 12.5px;
      color: var(--ov-ink2);
      padding: 0.3rem 0 0.3rem 1.1rem;
      border-bottom: 0.5px solid var(--ov-rule);
      line-height: 1.55;
      position: relative;
    }
    .ov-req-card ul li:last-child { border-bottom: none; }
    .ov-req-card ul li::before {
      content: '›';
      position: absolute;
      left: 0;
      color: var(--ov-accent);
      font-weight: 700;
    }
     
    /* ── CTA BLOCK ── */
    .ov-cta {
      background: var(--ov-ink);
      padding: 1.1rem 1.35rem;
      margin: 1.5rem 0 0;
      border-radius: 3px;
    }
    .ov-cta-head {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0.45rem;
    }
    .ov-cta p {
      font-size: 13px !important;
      color: #c8c6bc !important;
      margin-bottom: 0.45rem !important;
    }
    .ov-cta a {
      color: #e8c4ba !important;
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 12px;
      letter-spacing: 0.04em;
      text-decoration: none;
    }
    .ov-cta a:hover { text-decoration: underline; }
     
    /* ── FOOTER ── */
    .ov-footer-rule {
      border: none;
      border-top: 3px double var(--ov-ink);
      margin: 1.5rem 1.75rem 0;
    }
    .ov-footer-note {
      font-family: 'DM Mono', 'Courier New', monospace;
      font-size: 10px;
      color: var(--ov-ink3);
      text-align: center;
      padding: 0.6rem 1.75rem 1.25rem;
      letter-spacing: 0.04em;
      line-height: 1.85;
    }
     
    /* ── RESPONSIVE ── */
    @media (max-width: 600px) {
      .ov-headline-block,
      .ov-body {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
      }
      .ov-byline-bar { padding-left: 1.1rem; padding-right: 1.1rem; }
      .ov-stat-row { grid-template-columns: repeat(2, 1fr); }
      .ov-request-grid { grid-template-columns: 1fr; }
      .ov-cr-table thead th,
      .ov-cr-table tbody td { font-size: 12px; padding: 0.5rem; }
    }
    </style>
     
    <!-- ════════════════════════════════════════════════════ -->
    <!--  BEGIN ARTICLE                                        -->
    <!-- ════════════════════════════════════════════════════ -->
    <article class="ov-watchdog">
     
      <!-- TOP BANNER -->
      <div class="ov-top-banner">
        ⚠ WATCHDOG ALERT — ILLEGITIMATE SPECIAL ASSESSMENT ISSUED · DECEMBER 10, 2025
      </div>
     
      <!-- MASTHEAD -->
      <header class="ov-masthead">
        <div class="ov-pub-name">The HOA Justice Watchdog Report</div>
        <div class="ov-dateline">Omega Villas Condominium Association &middot; Plantation, Florida &middot; December 10, 2025</div>
      </header>
     
      <!-- HEADLINE -->
      <div class="ov-headline-block">
        <div class="ov-kicker">Breaking Development &middot; Unauthorized Assessment &middot; Retroactive Legitimization</div>
        <h1>Assessment First. Meeting Second. That&#8217;s Not How the Law Works.</h1>
        <p class="ov-deck">The Omega Villas board issued a special assessment on November 30th for windows and doors &#8212; items the association&#8217;s own declaration designates as owner responsibility. Only after being publicly challenged did it schedule the required meetings. Florida law demands the opposite order. The evidence suggests this may not be a mistake.</p>
      </div>
     
      <!-- BYLINE -->
      <div class="ov-byline-bar">
        <span>By <span class="ov-byline-name">Shawn Martin, MBA</span></span>
        <span class="ov-dot">&middot;</span>
        <span>Owner, Director &amp; Whistleblower</span>
        <span class="ov-dot">&middot;</span>
        <span>December 10, 2025</span>
        <span class="ov-dot">&middot;</span>
        <span class="ov-tag">Exclusive</span>
        <span class="ov-tag-dark">Active Arbitration</span>
      </div>
     
      <!-- BODY -->
      <div class="ov-body">
     
        <p class="ov-lede">On November 30, 2025, a special assessment notice was distributed to Omega Villas unit owners for window and door replacements. No board meeting had been held. No owner vote had occurred. No required 14-day advance notice had been given. Only after this whistleblower went public was a &#8220;special assessment meeting&#8221; scheduled &#8212; for December 11th.</p>
     
        <p>The sequence matters. Under Florida Statute &sect;718.112(2)(c), a board must hold a properly noticed meeting <em>before</em> issuing a special assessment. What happened at Omega Villas was the reverse &#8212; and that reversal may be the key to understanding a pattern that spans nearly two decades.</p>
     
        <div class="ov-warn-box">
          <div class="ov-wlabel">Critical Legal Problem</div>
          <p>The Omega Villas Declaration of Condominium designates windows, sliding glass doors, and regular doors as <strong>unit owner responsibility</strong> &#8212; not common elements controlled by the association. Under Florida Statute &sect;718.113(5), the board cannot mandate replacement of owner-responsibility items, nor assess owners for that work, without a majority owner vote. That vote was never held.</p>
        </div>
     
        <!-- SECTION: Backward Process -->
        <h2 class="ov-section-head">The Backward Process &#8212; Documented</h2>
     
        <ul class="ov-timeline">
          <li class="ov-tl-item">
            <span class="ov-tl-year">Nov 30, 2025</span>
            <span class="ov-tl-text">Assessment notice issued and posted at mailboxes under <strong>Your Management Services letterhead</strong> &#8212; not the board, not the association&#8217;s attorney. No meeting preceded it. No 14-day notice. No cost estimate. No legal purpose described.</span>
          </li>
          <li class="ov-tl-item">
            <span class="ov-tl-year">Dec 5, 2025</span>
            <span class="ov-tl-text">Whistleblower publicly challenges the assessment&#8217;s legality, distributing formal notice of violations to state regulators, media, legislators, lenders, and federal agencies.</span>
          </li>
          <li class="ov-tl-item ov-tl-key">
            <span class="ov-tl-year">Dec 9, 2025</span>
            <span class="ov-tl-text">Board meeting scheduled. Agenda includes &#8220;review and discuss special assessment for unit owner windows and doors.&#8221; <strong>The assessment had already been issued 9 days prior.</strong></span>
          </li>
          <li class="ov-tl-item ov-tl-key">
            <span class="ov-tl-year">Dec 11, 2025</span>
            <span class="ov-tl-text">&#8220;Special Assessment Meeting&#8221; scheduled &#8212; <strong>11 days after the assessment was already posted</strong>. A retroactive attempt to legitimize an already-issued financial demand.</span>
          </li>
        </ul>
     
        <p>Florida law is unambiguous: the meeting must precede the assessment. Scheduling the meeting after the money demand has already gone out to owners does not cure the procedural defect &#8212; it highlights it.</p>
     
        <div class="ov-pull-quote">
          <q>You cannot issue an assessment first, then hold a meeting second to try to legitimize it. The statute requires the process in reverse order.</q>
        </div>
     
        <!-- SECTION: Management Company -->
        <h2 class="ov-section-head">Who Can Issue a Special Assessment? Not the Management Company.</h2>
     
        <p>The November 30th notice was sent under the letterhead and postage of Your Management Services &#8212; not the board of directors and not the association&#8217;s attorney. Under Florida law, only the board can authorize a special assessment, and only after following proper meeting procedures.</p>
     
        <p>Florida Statute &sect;468.436 governs CAM licensing conduct. A community association manager issuing an unauthorized assessment notice may be subject to DBPR enforcement action. The notice sent to owners carried the appearance of official legal authority. That appearance was not earned by any documented board action.</p>
     
        <!-- SECTION: Engineer narrative -->
        <h2 class="ov-section-head">The Engineer&#8217;s Story &#8212; A Decade of Shifting Narratives</h2>
     
        <p>The December 11th meeting agenda describes windows as &#8220;identified needing replacement by engineer of record during their inspection.&#8221; The board&#8217;s own minutes tell a very different story.</p>
     
        <ul class="ov-timeline">
          <li class="ov-tl-item">
            <span class="ov-tl-year">July 2018</span>
            <span class="ov-tl-text">Engineer Farrukh Saveed states windows need <strong>caulking</strong> &#8212; not replacement. Structural cost estimate: $75,000&#8211;$100,000 per building for all work combined.</span>
          </li>
          <li class="ov-tl-item">
            <span class="ov-tl-year">Nov 2018</span>
            <span class="ov-tl-text">Board directs management to obtain impact window pricing &#8212; <strong>before any new engineering report changed the caulking recommendation.</strong></span>
          </li>
          <li class="ov-tl-item">
            <span class="ov-tl-year">Feb 2020</span>
            <span class="ov-tl-text">Engineer recommends windows &#8220;not replaced due to costs but will be resealed and caulked with composite trim instead of wood trim.&#8221;</span>
          </li>
          <li class="ov-tl-item">
            <span class="ov-tl-year">Jul&#8211;Nov 2025</span>
            <span class="ov-tl-text">Three separate engineer letters suddenly appear: a &#8220;Windows Evaluation&#8221; (July 23), a &#8220;Lower Window Inspection Letter&#8221; (July 29), and a &#8220;Sliders Letter&#8221; (November 17) &#8212; all <strong>after construction is substantially complete</strong>, all pointing toward mandatory replacement.</span>
          </li>
          <li class="ov-tl-item ov-tl-key">
            <span class="ov-tl-year">Key Question</span>
            <span class="ov-tl-text">Phase 4 has the same window series &#8212; yet appears to have <strong>no corresponding engineer letters mandating replacement</strong>. If the windows are structurally non-compliant, why only in certain phases?</span>
          </li>
        </ul>
     
        <!-- SECTION: Attorney NOA Letter -->
        <h2 class="ov-section-head">Attorney Misrepresentation: The NOA Letter</h2>
     
        <p>In a June 25, 2025 demand letter, association attorney Rhonda Hollander made several claims to justify the unauthorized furring strip installation. Each claim is directly contradicted by the documentary record.</p>
     
        <table class="ov-cr-table">
          <thead>
            <tr>
              <th>Hollander&#8217;s Claim</th>
              <th>What the Record Shows</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td>&#8220;The NOA reflects that the system <em>requires</em> furring strips as part of that system.&#8221;</td>
              <td>The NOA uses the word <strong>&#8220;may&#8221;</strong> &#8212; permissive language, not a mandate. Furring strips are optional under the certified system, not required.</td>
            </tr>
            <tr>
              <td>&#8220;No material alteration vote was required for this system as the case law is clear.&#8221;</td>
              <td>The board&#8217;s own minutes from <strong>2011 through 2023</strong>, across multiple boards and attorneys, repeatedly document that siding and window changes require a 75% owner vote.</td>
            </tr>
            <tr>
              <td>&#8220;Previous arbitration decisions determined stucco replacement didn&#8217;t require owner approval.&#8221;</td>
              <td>If stucco required no vote and was <strong>$7&#8211;$8/sq ft cheaper</strong> than Hardie Board, why wasn&#8217;t it chosen? This admission confirms a cheaper, vote-free option existed &#8212; and owners were never told about it.</td>
            </tr>
            <tr>
              <td>&#8220;Since this was the original agreement&#8230; there were no change orders.&#8221;</td>
              <td>Furring strips were <strong>not listed in the original Austro contract</strong> for wall composition on either floor. The absence of a change order does not mean the work was part of the original scope.</td>
            </tr>
          </tbody>
        </table>
     
        <!-- SECTION: Playbook -->
        <h2 class="ov-section-head">The 10-Step Alleged Playbook (2011&#8211;2025)</h2>
     
        <p>The documented sequence across 17 years suggests a repeating operational pattern:</p>
     
        <ol class="ov-playbook">
          <li class="ov-pb-item">
            <span class="ov-pb-num">1</span>
            <span class="ov-pb-text"><strong>Identify</strong> owner-responsibility items and material alterations requiring votes.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">2</span>
            <span class="ov-pb-text"><strong>Acknowledge in minutes</strong> that votes are required &#8212; establishing plausible deniability.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">3</span>
            <span class="ov-pb-text"><strong>Remove items</strong> from the material alterations list or simply ignore vote requirements (Nov 7, 2023 meeting).</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">4</span>
            <span class="ov-pb-text"><strong>Hide cheaper options</strong> &#8212; stucco at $7&#8211;$8/sq ft vs. Hardie Board at $14&#8211;$16/sq ft, never disclosed to owners.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">5</span>
            <span class="ov-pb-text"><strong>Force the most expensive choice</strong> without required owner votes.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">6</span>
            <span class="ov-pb-text"><strong>Create manufactured problems</strong> &#8212; hidden furring strips cause window flange misalignment, which is then cited as justification for mandatory owner-paid replacements.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">7</span>
            <span class="ov-pb-text"><strong>Pass inflated costs</strong> to owners through unauthorized assessments for work the board had no authority to mandate.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">8</span>
            <span class="ov-pb-text"><strong>Retaliate</strong> against owners who question the process using legal threats and selective enforcement.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">9</span>
            <span class="ov-pb-text"><strong>Retroactively schedule meetings</strong> after being caught to create the appearance of legitimacy.</span>
          </li>
          <li class="ov-pb-item">
            <span class="ov-pb-num">10</span>
            <span class="ov-pb-text"><strong>Repeat</strong> &#8212; issue new assessments when more money is needed, and restart the cycle.</span>
          </li>
        </ol>
     
        <div class="ov-evidence-card">
          <div class="ov-ec-label">Note on Active Arbitration</div>
          <p>Unit 1760, Phase 2 &#8212; this whistleblower&#8217;s unit &#8212; is in active DBPR arbitration (Case No. 2025-06-1476) over the window inspection dispute. A hearing was scheduled December 16, 2025 &#8212; one day before a surgical procedure. The board appears to have issued this assessment regardless of the pending arbitration proceeding.</p>
        </div>
     
        <!-- SECTION: Financial Impact -->
        <h2 class="ov-section-head">Financial Toll on 128 Families</h2>
     
        <div class="ov-stat-row">
          <div class="ov-stat-box">
            <span class="ov-stat-num">$10M+</span>
            <span class="ov-stat-lbl">Questioned construction costs</span>
          </div>
          <div class="ov-stat-box">
            <span class="ov-stat-num">$1M+</span>
            <span class="ov-stat-lbl">Estimated savings lost on siding options</span>
          </div>
          <div class="ov-stat-box">
            <span class="ov-stat-num">$125K+</span>
            <span class="ov-stat-lbl">Unbudgeted legal fees in 2025</span>
          </div>
          <div class="ov-stat-box">
            <span class="ov-stat-num">$175K+</span>
            <span class="ov-stat-lbl">Additional 2026 construction assessment</span>
          </div>
        </div>
     
        <p>Many residents are retirees on fixed incomes. Many have disabilities. Many hold FHA loans that may be jeopardized by these financial irregularities. The combination of alleged unauthorized mandates, inflated contractor choices, and retroactive legitimization attempts compounds the burden on a community that has already been subjected to over $1 million in city fines since 2008 &#8212; fines that prior management allegedly concealed from owners.</p>
     
        <!-- SECTION: What Is Being Requested -->
        <h2 class="ov-section-head">What Is Being Requested</h2>
     
        <div class="ov-request-grid">
          <div class="ov-req-card">
            <div class="ov-rc-head">DBPR / DBPR-IG</div>
            <ul>
              <li>Investigate unauthorized assessment for owner-responsibility items</li>
              <li>Review YMS CAM authority to issue assessments</li>
              <li>Audit all special assessments and construction costs</li>
              <li>Review board&#8217;s 14-year pattern of vote evasion</li>
            </ul>
          </div>
          <div class="ov-req-card">
            <div class="ov-rc-head">State Attorney / AG</div>
            <ul>
              <li>Criminal review of organized vote-bypass scheme</li>
              <li>Potential RICO pattern analysis (17 years, multiple parties)</li>
              <li>Elder abuse investigation &#8212; retirees on fixed income targeted</li>
              <li>Wire and mail fraud review of unauthorized notices</li>
            </ul>
          </div>
          <div class="ov-req-card">
            <div class="ov-rc-head">HUD / Federal Authorities</div>
            <ul>
              <li>FHA loan impact review from irregular assessments</li>
              <li>Fair Housing review &#8212; disability retaliation documented</li>
              <li>Coordinate with federal banking regulators</li>
              <li>Financial exploitation of protected populations</li>
            </ul>
          </div>
          <div class="ov-req-card">
            <div class="ov-rc-head">Required Board Actions</div>
            <ul>
              <li>Withdraw the November 30 assessment immediately</li>
              <li>Provide legal authority to mandate owner-responsibility items</li>
              <li>Document required owner votes &#8212; or confirm they never occurred</li>
              <li>Cease operating outside Declaration authority</li>
            </ul>
          </div>
        </div>
     
        <!-- CTA -->
        <div class="ov-cta">
          <div class="ov-cta-head">Full evidence archive &#8212; publicly available</div>
          <p>Board minutes (2005&#8211;2023), engineer correspondence, arbitration filings, contractor records, attorney letters, and 120+ videos are compiled at:</p>
          <a href="https://hoajusticenow.com" target="_blank" rel="noopener noreferrer">www.HOAJusticeNow.com</a>
        </div>
     
      </div><!-- /.ov-body -->
     
      <hr class="ov-footer-rule">
      <div class="ov-footer-note">
        Shawn Martin, MBA &middot; Owner, Director &amp; Whistleblower, Omega Villas Condominium Association &middot; Plantation, FL<br>
        DBPR Arbitration Case No. 2025-06-1476 active. Hearing: December 16, 2025.<br>
        Evidence has been transmitted to the U.S. DOJ, FBI, HUD OIG, and federal banking regulators.<br>
        All assertions represent the documented opinion and analysis of the author based on official association records.
      </div>
     
    </article>
    <!-- ════════════════════════════════════════════════════ -->
    <!--  END ARTICLE                                          -->
    <!-- ════════════════════════════════════════════════════ -->

    Attachments:

  • 🚨 🚨Watchdog Update December 5, 2025·- EXCLUSIVE Investigative Report · Construction Fraud Allegations

    They Knew the Law — and Built Anyway

    Board minutes spanning 12 years show Omega Villas leadership repeatedly acknowledged a mandatory 2/3 owner vote for siding and window changes. The vote appears never held. The work proceeded. The bills are now coming due.

    For over a decade, the board of Omega Villas Condominium Association in Plantation, Florida documented in its own minutes that replacing siding and windows required approval from at least two-thirds of unit owners. That vote appears to have never happened. Construction did.

    What has emerged from a comprehensive review of board minutes, engineering reports, contractor communications, and DBPR filings is a detailed paper trail showing that leadership — along with its attorneys, management firms, and construction contractors — may have systematically circumvented state condominium law while steering a community of 128 families toward the most expensive material options available.

    The evidence covers the period from 2011 through 2025. It does not rely on hearsay. It relies on the association’s own records.

    They cannot seek enforcement or arbitration rulings against me while simultaneously violating the same statutes they claim to uphold.

    A 12-Year Paper Trail

    The core allegation is straightforward: Florida Statute 718.113 requires a supermajority owner vote before a condominium association can make material alterations to common elements. Siding and windows — the exterior building envelope — qualify.

    Board minutes from three separate periods confirm the association knew this:

    2011–12

    Minutes explicitly acknowledge that replacing T-111 siding with stucco and installing hurricane-impact windows each require approval from 75% of homeowners. Architects, attorneys, and the management company are all present when this is recorded.

    2018–19

    During the 40-year recertification process, the association’s own engineer states that the windows only need caulking. The same meetings discuss material options and confirm owner-vote requirements for exterior changes. Within months, the board directs management to begin pricing hurricane-impact windows.

    2023

    At the March 21, 2023 board meeting, trellises, window banding, and T-111 replacement are each listed as items requiring unit owner votes for material change approval. The notation is written into the official minutes. Construction began in February 2024 — without a recorded vote.

    2024–25

    During active construction, furring strips not included in the contract are installed, allegedly creating window flange misalignment. This misalignment is then cited as the technical justification for mandatory full window replacement.

    $4.85M+

    Construction contracts in question

    $1.3M

    City of Plantation fines due to unlicensed work without permits in 2008

    12 yrs

    Paper trail of known vote requirements

    The Materials Choice No One Voted On

    Owners were never presented with a side-by-side cost comparison for siding options. Engineering and architectural records reveal at least three viable alternatives existed:

    Stucco, the least expensive and most durable option at $7–$10 per square foot, was code-compliant and termite-resistant. T-111 wood siding ran $12–$14 per square foot. The board ultimately chose Hardie board, the most expensive option at $14–$16 or more per square foot, with higher installation costs due to its weight.

    No vote appears to have been held to authorize this selection. No documented rationale explains why the cheapest compliant option was passed over. Owners allege the cost differential across the 128-unit complex could represent hundreds of thousands of dollars — potentially more.

    From the record — August 15, 2011 board minutes

    “Replacing T-111 with stucco would require approval from 75% of the homeowners. Installing hurricane impact windows would also require approval from 75% of the homeowners.”

    The Special Assessment That Wasn’t

    On November 30, 2025, a “Notice of Special Assessment” was posted at community mailboxes and distributed to some — but not all — unit owners. The notice was sent under the letterhead of Your Management Services, the association’s management company, rather than by the board or its attorney.

    Under Florida Statute 718, a special assessment of this magnitude requires a properly noticed board meeting, transparent financial disclosures, and a legitimate owner vote. None of these steps are documented as having occurred prior to the notice being posted.

    Florida law prohibits a licensed Community Association Manager from unilaterally authorizing or issuing a special assessment. That authority rests with the board.

    Alleged Statutory Violations

    • F.S. 718.112(2)(c) — Failure to hold a properly noticed board meeting before proposing a special assessment
    • F.S. 718.112(2)(e) — Failure to provide required 14-day mailed and posted meeting notice
    • F.S. 718.113 — Material alterations made without the required 2/3 unit owner vote
    • F.S. 718.111(12) — Withholding records and failing to document votes and approvals
    • F.S. 718.111(1)(a) — Breach of fiduciary duty in issuing an assessment without authority
    • F.S. 468.436(2) — CAM licensing violations for issuing assessment without legal authority or board action

    What Is Being Requested

    The whistleblower filing is calling for:

    1. An immediate DBPR investigation into the special assessment, the construction contracts, and the vote records (or absence thereof) from 2011 to present.

    2. A Florida Bar review of the role played by association counsel in drafting and enforcing construction contracts that may bypass statutory owner-approval requirements.

    3. Federal review — including under the Fair Housing Act — given the presence of FHA-financed units, elderly residents, and individuals with documented disabilities in the community.

    4. State and federal audit of the $4.85M+ construction project, including review of contractor billing, change orders, and scope deviations such as the unauthorized furring strips.

    Full evidence archive publicly available

    Board minutes (2005–2023), engineering correspondence, arbitration filings, video documentation of board meetings, and contractor records are compiled at:www.HOAJusticeNow.com


    Attachments:

    Shawn Martin, MBA · Owner, Director & Whistleblower, Omega Villas Condominium Association · Plantation, FL

    DBPR Arbitration Case No. 2025-06-1476 is active.

    A hearing was scheduled December 16, 2025.
    This report is based on official board minutes, engineering records, and publicly filed documents. All assertions represent the opinion and analysis of the author.

  • 🚨 🚨 Watchdog Update February 12, 2026: New Construction Evidence & Suspicious Budget Re-Vote Timing at Omega Villas

    New photographic evidence has been obtained documenting ongoing furring strip installation at Omega Villas — and the Board is simultaneously pushing a re-vote on the previously rejected 2026 budget. The timing raises serious questions.


    New Construction Evidence: Furring Strips Still Going In

    Since the issuance of the DBPR Summary Final Order, fresh photographic documentation has been obtained capturing the installation of horizontal wood furring strips as part of active construction work in Phase 2.

    These aren’t minor cosmetic details. The documented conditions raise significant concerns across multiple dimensions:

    • Moisture retention — horizontal furring strip configurations can trap water against wall assemblies rather than allowing it to drain
    • Long-term durability — wall assembly integrity may be compromised by drainage pathway issues
    • Risk allocation — the financial and legal exposure created by these conditions affects owners, insurers, lenders, and future purchasers alike

    Independent building science professionals have publicly documented why certain furring strip configurations are closely scrutinized precisely because of moisture and drying considerations. This is not a fringe concern — it is a documented building science issue with real long-term consequences for 128 families.

    This evidence is being circulated contemporaneously — meaning no regulatory body, financial institution, or oversight agency can later claim they were unaware of active construction conditions while unresolved governance and financial disputes remained open.


    The Budget Re-Vote: Suspicious Timing

    While new construction evidence is being documented in real time, the Board is moving forward with another vote on the 2026 budget — the same budget that was not approved in the prior round.

    Consider what is happening simultaneously:

    • Construction-related concerns remain actively unresolved
    • Regulatory oversight has been deferred rather than meaningfully exercised
    • The DBPR Summary Final Order has been issued but underlying issues persist
    • Owners are being asked to fund ongoing work under disputed conditions
    • New physical evidence of potentially problematic construction practices is emerging

    Pushing renewed financial approvals while material construction and governance questions remain open is not routine HOA administration. It raises direct fiduciary and transparency concerns that independent oversight bodies should be examining closely.

    The question that demands an answer is simple: why is the Board rushing a budget re-vote while furring strip installation continues and construction disputes remain unresolved?


    Why This Notice Matters Legally

    This update was sent to an extensive distribution list including state and federal oversight bodies, financial institutions, insurers, media organizations, and HOA reform networks for a specific reason.

    As Martin stated directly:

    “No party can later claim lack of awareness of ongoing construction conditions now documented, the timing of financial pressure relative to unresolved issues, or the existence of contemporaneous evidence circulated prior to any new budget vote.”

    This is deliberate legal documentation strategy. By circulating evidence to all relevant parties in real time — before the budget vote proceeds — the record establishes that:

    • Oversight agencies were notified and chose inaction
    • Financial institutions were warned of ongoing risk conditions
    • The Board proceeded with full awareness of documented disputes
    • Any subsequent harm to owners occurred with prior notice on record

    Silence and inaction in the face of this documentation will itself become part of the evidentiary record.


    The Bigger Pattern

    This update doesn’t exist in isolation. It is the latest chapter in a documented sequence:

    • Furring strips installed outside original contract scope
    • Wall thickness increased without owner vote
    • Window replacement mandate created by Board’s own construction decisions
    • City fines approaching $1 million hidden from owners
    • Eight DBPR complaints closed without meaningful action
    • Budget pushed through under disputed conditions
    • Cancer patient and whistleblower fighting in court while treatment continues

    Each new development reinforces the same core conclusion: this Board operates as though accountability doesn’t apply to them.

    The photographic evidence says otherwise.


    What Happens Next

    Construction documentation continues in real time at www.HOAJusticeNow.com. Further updates will follow as the budget re-vote proceeds and construction conditions evolve.

    Every photograph. Every timestamp. Every unanswered notice.

    All of it on the record.

    Full documentation available at: www.HOAJusticeNow.com


    Cross-References: Case Files – see Exhibit T, Exhibit T2, Exhibit Q, Exhibit O, 2026 Budget Study, State Escalation Timeline, DBPR Summary Final Order, Bank Accountability & Intervention Blueprint

    Emails:

  • 🚨 🚨Watchdog Update March 9, 2026 – Cancer, Bankruptcy & A Trial De Novo: The Human Cost of 18 Years of HOA Misconduct

    When a whistleblower is forced to file bankruptcy and fight a court case while undergoing cancer treatment — all to protect his rights against his own HOA — something has gone deeply wrong.

    That is exactly where Omega Villas Condominium Association whistleblower Shawn Martin finds himself in March 2026.


    Eighteen Years. Still No Accountability.

    Martin’s dispute with the Omega Villas Board didn’t start last year. It started nearly two decades ago — with documented enforcement inconsistencies, alleged material alterations conducted without required owner approval, and persistent financial transparency failures.

    Multiple formal complaints were filed with regulatory authorities over those eighteen years. The result? Limited corrective action across the board.

    The system designed to protect condominium owners failed — repeatedly and documentably.


    The Human Cost Nobody Talks About

    In the middle of prolonged litigation, enforcement disputes, and financial pressure campaigns, Martin was diagnosed with cancer.

    He is currently undergoing active treatment.

    He is also simultaneously:

    • Fighting a Trial De Novo in court
    • Managing a Chapter 7 bankruptcy filing
    • Continuing to document and escalate HOA misconduct
    • Advocating for 128 fellow owners

    As Martin stated directly in his March 9 communication to oversight authorities:

    “This disclosure is not for sympathy, but for context. Prolonged legal and financial stress has real-world consequences.”

    This is what eighteen years of unaddressed HOA misconduct looks like in human terms.


    Chapter 7 Bankruptcy: Disputed Fees Now Under Federal Review

    Martin has filed Chapter 7 bankruptcy, which includes the disputed past-due HOA fees and the special assessment previously asserted by the Board.

    This is a significant development for several reasons:

    • Those financial claims are now under federal court review
    • Further collection activity is paused while the process proceeds
    • A federal bankruptcy trustee will now have access to the financial dispute record
    • The legitimacy of the underlying assessments will face independent judicial scrutiny

    For a Board that has allegedly imposed unauthorized assessments without proper owner votes, federal court review is exactly the kind of independent oversight that has been missing.


    Trial De Novo: Enforcement Now Goes Before a Judge

    The Trial De Novo shifts disputed enforcement actions out of the HOA’s internal process and into judicial review. The core issues before the court include:

    • An inspection allegedly conducted without proper authorization or required procedural compliance
    • Enforcement measures initiated before lawful inspection and verification were completed
    • A special assessment for window replacement placed on the unit following disputed inspection actions
    • Questions regarding required owner approval for material alterations
    • Overall compliance with governing documents and Florida statutes

    The legal position is straightforward and documented: enforcement and financial penalties cannot be equitably imposed where the underlying actions themselves may not have complied with governing authority or required process.

    The unclean hands defense has been raised — meaning the Board cannot seek equitable relief when its own conduct is the source of the problem.


    2026 Budget: Independent Scrutiny Urgently Needed

    The proposed 2026 budget raises serious additional concerns:

    • Assessment calculations lack clear supporting detail
    • Line items are inconsistent with prior financial patterns
    • Transparency concerns tied to prior disputed assessments remain unresolved

    This is not a routine budget disagreement. Given the documented history of unauthorized assessments, concealed city fines, and financial irregularities spanning two decades, independent oversight of the 2026 budget is not just reasonable — it is necessary.


    Who Received This Update

    Martin’s March 9 communication was sent to an extraordinarily wide distribution list including:

    • DBPR Secretary Melanie Griffin
    • Florida OIG
    • DOJ Office of Inspector General
    • DOJ Civil Rights Division
    • Florida Attorney General
    • Florida Bar
    • Multiple Florida state legislators
    • City of Plantation officials including Internal Affairs
    • Broward County State Attorney’s Office
    • Major media outlets including NBC, MSNBC, CNN
    • Federal banking regulators and lender compliance departments at Chase, LoanDepot, and Banco Popular
    • National HOA reform organizations

    The breadth of this distribution reflects both the seriousness of the allegations and the depth of the oversight failure that has allowed them to persist.


    The Bottom Line

    A cancer patient. A bankruptcy filing. A trial de novo. Eighteen years of documented misconduct. Dozens of closed complaints. A 2026 budget that warrants independent scrutiny.

    This is not a neighbor dispute. This is not a misunderstanding. This is what happens when:

    • State oversight agencies repeatedly deflect responsibility
    • HOA boards operate without accountability
    • Legal counsel serves leadership instead of the 128 owners paying the bills
    • A whistleblower is systematically targeted for exposing the truth

    The documentation is comprehensive. The pattern is clear. The human cost is real.

    Full documentation available at: www.HOAJusticeNow.com


    Cross-References: Case Files – see Exhibit L (Trial De Novo Filing section), Exhibit O, Exhibit G2, State Escalation Timeline, Bank Accountability & Intervention Blueprint, 2026 Budget Study

    Emails:

  • 🚨 🚨 Watchdog Update October 2, 2025 – Circular Oversight Failure: When Every Agency Points to Someone Else Watchdog Update October 2, 2025 – Circular Oversight Failure: When Every Agency Points to Someone Else

    October 2025

    At Omega Villas Condominium Association in Plantation, Florida, a whistleblower has spent years filing complaints with every available state and local authority. The response has been consistent — and consistently inadequate.

    Every agency points to another. Nobody acts.


    The Paper Trail Nobody Can Ignore

    By October 2025, whistleblower Shawn Martin had accumulated an extraordinary record of state inaction across multiple agencies:

    Eight DBPR complaints filed — most closed without meaningful action:

    • Annual Election Complaint — Closed
    • Unlicensed Activity & Fraud Allegations — Closed
    • Financial Irregularities & Hidden Fines — Closed
    • Juda Eskew Accounting Complaint — At General Counsel
    • Austro/S&D Engineering Misrepresentation — Closed
    • Sunrise Management Harassment — Closed
    • SLAPP Suit & Retaliation — Closed; “outside jurisdiction”
    • Improper Rule Adoption & Retaliation — Closed August 2025 without review despite multiple follow-ups

    Two DBPR arbitrations, one Florida Bar complaint against HOA counsel Rhonda Hollander — all closed without corrective action.


    The Circular Referral Game

    The oversight failure isn’t just bureaucratic slowness. It’s a documented loop:

    • Florida Senators confirmed DBPR investigators were assigned — but no corrective action followed
    • Office of Inspector General received a formal complaint (CIG #2025-08-27-0012) in August 2025 — and referred it straight back to DBPR oversight
    • State Attorney’s Office told Martin they couldn’t act until DBPR or police initiated a case first
    • City of Plantation Police called it a civil matter
    • Broward County Sheriff claimed no jurisdiction
    • Florida State Law Enforcement also claimed no jurisdiction

    Every door leads back to a closed one.


    The Window Package Nobody Required

    While agencies deflect, the Board and Austro Construction continue pressing forward with a costly window replacement program that the City of Plantation itself has confirmed is not required as part of the 40-Year Recertification process.

    The connection is direct and documented:

    • Austro installed furring strips not included in the original $4.85 million contract scope
    • Those furring strips increased wall thickness
    • Thicker walls made existing window flanges misalign
    • The Board and Austro then declared window replacement mandatory
    • Owners face approximately $30,000 per unit in replacement costs

    In Martin’s assessment — and supported by the documented sequence of events — this is not code compliance. It is vendor steering and financial coercion built on an unauthorized construction change.


    Harassment of Independent Contractors

    Adding to the pressure, Austro representatives and aligned Board members have been documented on video harassing contractors hired independently by owners — disrupting repair efforts and undermining owners’ right to choose their own service providers.

    This includes a documented confrontation during emergency roof repairs on Martin’s own unit, which occurred while the Board simultaneously refused to make those same repairs themselves.


    Still Operating As If Above the Law

    As of October 2025, materials remain staged on site, roof inspections are underway across Phases I-III, and Board President Patty Sabates continues greenlighting Austro’s activity — forwarding contractor announcements to residents as if no unresolved disputes exist.

    The legal framework is clear:

    • Bailey v. Shelborne (2020): Retroactive votes don’t legitimize unauthorized actions
    • Sterling Village (1971): Any perceptible change constitutes a material alteration requiring owner approval
    • Hollywood Towers (2010): Board decisions must be reasonable, not arbitrary
    • F.S. §718.111(5): Association entry is limited to necessary maintenance, not discretionary alterations

    The Bottom Line

    This is no longer just an HOA dispute. It is a documented systemic breakdown of state oversight in Broward County, Florida — where:

    • Unauthorized material alterations proceeded without required owner votes
    • Mandatory code compliance was misrepresented to force costly replacements
    • Independent contractors were harassed on private property
    • Intimidation tactics were documented on video across dozens of board meetings
    • Eight DBPR complaints, two arbitrations, and a Florida Bar filing were all dismissed or closed without meaningful review
    • Every oversight agency deflected responsibility to another

    128 families are paying the price while the system designed to protect them looks the other way.

    Full documentation available at: www.HOAJusticeNow.com


    Cross-References: Case Files – see Exhibit L, Exhibit Q, Exhibit Q2, Exhibit T, Exhibit T2, Exhibit U, Exhibit V, RICO Email Escalations Timeline

    Email Link: https://hoajusticenow.com/wp-content/uploads/2026/03/Gmail-🚨🚨-Circular-Oversight-Failure-10.2.25.pdf

  • 🚨 🚨Watchdog Update March 2025 – When Nobody Has Jurisdiction: The Omega Villas Investigation Runaround

    In February and March 2025, whistleblower Shawn Martin sent urgent escalation emails to a wide range of authorities — including the DBPR, the Broward County State Attorney’s Office, NBC Universal, the City of Plantation, the Attorney General’s Office, and multiple Florida state legislators — documenting what he believed to be organized fraud at Omega Villas Condominium Association.

    The Core Allegations Raised:

    • Furring strips were discovered added to buildings outside the original contract scope, potentially to increase wall thickness and force owners into expensive window replacements
    • The construction contract allegedly included a material alteration changing walls added furring strips & the material was changed from t1-11 wood to hardie board (later stricken – from 1-ply to 2-ply) without the required 75% owner vote
    • Owners were facing approximately $30,000 per unit in window replacement costs — roughly $3.8 million community-wide — for work the City of Plantation itself stated wasn’t required
    • City fines had grown to approximately $897,000 with no resolution in sight
    • An FPL underground power line had been struck by Austro’s fencing crew, with the fence subsequently built directly over it

    The Response He Got:

    • City of Plantation Police: “Civil matter, not our jurisdiction”
    • Broward County Sheriff’s Office: “No jurisdiction”
    • Florida State Law Enforcement: “No jurisdiction”
    • DBPR’s Richard Otway acknowledged the Division lacks authority to investigate fraud directly, but offered to forward allegations to the Attorney General’s Office — which Martin had already contacted

    The DBPR’s Own Words: Richard Otway, Financial Examiner/Analyst Supervisor at the DBPR Bureau of Compliance, confirmed in writing that the Division cannot investigate criminal fraud, only forward it to other agencies. He noted the election complaint remained under active investigation pending referral to the Office of General Counsel.

    The Bigger Picture: This email chain illustrates what Martin describes as a systemic oversight gap — where HOA fraud allegations fall between jurisdictional cracks, with each agency pointing to another. With 8-10 active DBPR cases, over 10 police calls, complaints to the State Attorney, Attorney General, Governor’s Office, and multiple legislators — and no formal investigation launched — the question Martin posed publicly remains unanswered:

    “Who is going to look into the possible fraud activities happening in this Broward County district?”


    Cross-References: Master File – see Exhibit L, Exhibit O, Exhibit Q, Exhibit T, RICO Email Escalations Timeline

    Emails on this Matter:

  • 🚨🚨Watchdog Email Update January 20, 2026

    Subject: DBPR Arbitration Failure & Construction Defect Evidence – Once Notice Is Given, Silence Does Not Negate Notice


    To: All Recipients – Federal/State Authorities, Media, Financial Institutions, HOA Advocacy Groups

    From: Shawn Martin, MBA
    Owner & Whistleblower @ Omega Villas Condo Association
    www.HOAJusticeNow.com

    RE: Omega Villas DBPR Case No. 2025-06-1476 – Post-Arbitration Evidence Disclosure


    Purpose of This Advisement

    This message serves as formal notice and record preservation regarding newly obtained photographic evidence documenting construction conditions observed during the final phase of work at Omega Villas Condominium Association.

    The attached photographs depict installation practices that raise material questions regarding:

    • Construction methodology and building science compliance
    • Representations made during arbitration proceedings
    • Financial assessment justifications
    • Long-term durability and maintenance implications
    • Certification readiness claims

    These conditions appear NOT addressed, examined, or resolved through the DBPR arbitration process.


    What the Photographs Show

    The attached images document the installation of horizontal bottom furring strips in wall assemblies currently subject to:

    • Active construction completion
    • 40-year recertification requirements
    • Financial assessment demands on unit owners
    • Claims of code compliance and engineering approval

    Location: Various buildings across Phases 1-3 Subdivisions during 2024-2026 construction

    Context: These furring strip installations were:

    • Not listed in the original contract scope for wall composition
    • Discovered by owners during 2nd floor construction in 2024-25
    • Construction siding materials & window options NEVER voted on by owners despite being material alterations
    • Used alleged building code changes to walls (1.5 inches thicker) as justification for mandatory window replacements
    • Subject of possible attorney misrepresentation (June 25, 2025 Hollander letter {Link1 & Link2 (NOA support)}claiming NOA “requires” them)

    Why This Matters: Building Science Perspective

    Independent Professional Commentary

    For context on why horizontal furring strip installation raises concerns, recipients are referred to a publicly available educational video by a licensed architect and building science professional explaining moisture management principles:

    Video: “Rain Screen Dos and Don’ts” aka Furring Strip Systems
    Source: ProTradeCraft (Professional Construction Education)
    Link: https://www.protradecraft.com/construction-phase/building-envelope/video/55266862/rain-screen-dos-and-donts

    Key Building Science Principles Explained in Video:

    1. Drainage and Drying Are Critical to Wall System Performance

    • Water that enters wall assemblies must exit quickly
    • Prolonged moisture contact with wood components increases deterioration risk
    • Wall systems must prioritize drying potential over moisture retention

    2. Horizontal Furring Strips Can Create Moisture Traps

    • When installed horizontally (parallel to ground), water can be held by surface tension
    • Creates potential “reservoirs” where water accumulates rather than drains
    • Wood assemblies that retain moisture have reduced drying potential

    3. Closely Spaced Furring Members Increase Wetting Risk

    • Ganged or tightly spaced horizontal members can trap water between components
    • Small gaps become retention zones rather than drainage paths
    • Moisture held against wood increases long-term durability concerns

    4. Best Practice Emphasizes Quick Water Exit

    • Incidental water should drain freely from assemblies
    • Vertical orientation typically allows gravity-assisted drainage
    • Horizontal elements should not impede downward water movement

    Application to Omega Villas Conditions:

    The photographs show horizontal bottom furring strips installed across the base of wall assemblies.

    Questions raised by building science principles:

    • How does water drain past horizontal bottom members?
    • Are drainage gaps sufficient to prevent moisture retention?
    • Was this configuration reviewed by building science professionals?
    • What long-term maintenance implications exist?
    • Were alternative drainage-friendly configurations considered?

    This reference is provided for general educational and risk-awareness purposes only. It is not offered as a legal conclusion or project-specific determination. It is included to ensure recipients understand why horizontal furring strip configurations warrant careful scrutiny in modern building science.


    Context: Why This Evidence Emerges Now

    The DBPR Arbitration Did Not Address Construction Quality

    DBPR Case No. 2025-06-1476 resulted in a Summary Final Order that:

    • ✅ Addressed narrow procedural window inspection issue
    • ❌ Potentially Did NOT examine construction practices or methodologies
    • ❌ Potentially Did NOT evaluate furring strip installation appropriateness
    • ❌ Potentially Did NOT assess drainage design or moisture management
    • ❌ Potentially Did NOT review engineering approval process
    • ❌ Potentially Did NOT consider financial timing or assessment justifications
    • ❌ Potentially Did NOT examine material alteration vote requirements
    • ❌ Potentially Did NOT address possible attorney misrepresentations in June 25, 2025 letter

    The arbitration outcome does NOT validate, endorse, or resolve questions about:

    • Construction quality
    • Building science compliance
    • Long-term durability
    • Financial representations
    • Disclosure obligations to owners or third parties

    The Furring Strip Timeline: From Hidden to Exposed

    How We Got Here:

    2024 – The Discovery:

    • Owners discover furring strips during 2nd floor wall construction
    • Furring strips were NOT in contract scope for wall composition
    • No owner vote held despite material alteration to building envelope
    • Installation created 3/4″ – 1.5″ wall thickness increase

    2024-2025 – The Justification:

    • Wall thickness used to justify mandatory window replacements
    • Board claims windows “non-compliant” due to flange misalignment
    • Owners never told furring strips CAUSED the alignment problem

    January 14, 2025 – The False Narrative:

    • Board minutes claim “code changes” required 1.5 inches thicker walls
    • Reality: Building code did NOT change for wall thickness
    • Reality: Furring strips (not code) caused thickness increase

    June 25, 2025 – The Attorney Possible Misrepresentation:

    • Attorney Hollander claims NOA “requires” furring strips
    • Reality: NOA states furring strips “MAY” be used (permissive) – two NOA plans approved – one plan with furring strips included and one plan that does NOT include furring strips)
    • Reality: NOA explicitly allows “alternative” systems designed by engineer
    • Potential misrepresentation provided legal cover for unauthorized work

    January 2026 – The Physical Evidence:

    • Final phase construction reveals horizontal bottom furring strip installation
    • Building science concerns about drainage and moisture management
    • Questions about long-term performance and durability
    • No evidence these concerns were addressed in design or approval process

    Why Institutional Recipients Must Take Notice

    Once Notice Is Provided, Continued Reliance on Incomplete Representations Becomes Institutional Responsibility

    For Regulatory and Oversight Agencies:

    • You are now on actual notice of documented construction conditions
    • Arbitration closure does NOT resolve building science or financial concerns
    • Material questions exist about representations, approvals, and compliance

    For Financial Institutions and Insurers:

    • Construction methodology questions may affect long-term property value
    • Moisture management concerns have insurance and liability implications
    • Assessment justifications based on these installations warrant review
    • FHA loan exposure may exist if construction practices are questioned

    For Municipal and Certification Stakeholders:

    • 40-year recertification involves these wall assemblies
    • Building envelope performance affects certification validity
    • Drainage and moisture management are core building code concerns
    • City of Plantation Building Department involvement in approvals

    For Media and Public Accountability Organizations:

    • Photographic evidence documents what was hidden from owners
    • Pattern of non-disclosure continues through construction completion
    • Financial burden on 128 families based on undisclosed installation methods
    • Oversight system failure allowed unauthorized work to proceed

    The DBPR System Failed This Community

    What DBPR Arbitration Could Have Examined But Didn’t:

    Construction Quality Review:

    • Appropriateness of furring strip installation methodology
    • Drainage design and moisture management considerations
    • Engineering approval process and documentation
    • Compliance with building science best practices

    Financial Timing and Justification:

    • Whether assessments based on these installations are properly authorized
    • Whether owners were given material information about construction methods
    • Whether cheaper or more appropriate alternatives were concealed

    Material Alteration Vote Requirements:

    • Whether furring strips constitute material alteration requiring owner vote
    • Whether Board operated outside its authority
    • Whether owners’ statutory rights were violated

    AttorneyPossible Misrepresentation:

    • June 25, 2025 Hollander letter potentially misrepresenting NOA requirements
    • Coordination of potential false narratives to justify unauthorized work
    • Potential professional misconduct enabling construction without proper authorization

    DBPR arbitration addressed NONE of these issues.

    The Summary Final Order resolved a narrow procedural dispute while leaving substantive construction, financial, and governance concerns unexamined.


    This Is Why Administrative Review Has Limits

    DBPR arbitration cannot:

    • Validate construction quality or building science compliance
    • Resolve engineering professional responsibility questions
    • Determine attorney misconduct or misrepresentation
    • Address potential fraud or coordinated schemes
    • Examine long-term financial impacts on owners
    • Review systemic governance failures spanning 18+ years

    These issues require:

    • Building science expert review
    • Engineering professional evaluation
    • Attorney disciplinary proceedings
    • Criminal fraud investigation (if warranted)
    • Civil litigation for financial recovery
    • Legislative reform to prevent recurrence

    Administrative arbitration was never designed to address what appears to be a coordinated, multi-year scheme involving vote evasion, cost inflation, professional misrepresentation, and construction methodology concerns.


    Record Preservation and Institutional Notice

    This Communication Is Intended To:

    1. Preserve the Record

    • These conditions have been formally disclosed to all relevant parties
    • Photographic evidence is date-stamped and preserved
    • Independent building science educational resources provided for context

    2. Ensure Transparency

    • Owners, authorities, lenders, and insurers have equal access to evidence
    • Final construction and certification phase documented in real-time
    • No party can claim lack of notice regarding these conditions

    3. Enable Independent Review

    • Recipients can take whatever action or review they deem appropriate
    • Building science professionals can evaluate installation methodology
    • Financial institutions can assess property value and loan implications
    • Oversight authorities can determine if further investigation warranted

    4. Establish Institutional Responsibility

    • Once notice is given, silence does not negate notice
    • Continued reliance on incomplete representations becomes knowing reliance
    • Institutions cannot claim ignorance of documented conditions

    What Happens Next

    For Omega Villas Owners:

    You are paying for construction that includes installation methods that raise building science concerns about:

    • Long-term moisture management
    • Durability and maintenance costs
    • Potential for accelerated deterioration
    • Insurance and liability implications

    The HOA owners were never:

    • Told furring strips would be installed
    • Given opportunity to vote on material alteration
    • Shown building science analysis of installation method
    • Offered alternative construction approaches
    • Informed of long-term maintenance implications

    You now have:

    • Photographic evidence of installation conditions
    • Independent building science educational resources
    • Documentation that these concerns were never addressed in arbitration
    • Record that all relevant institutions have been notified

    For Oversight Authorities:

    The pattern is documented:

    • Construction installed without owner authorization
    • Installation method raises building science concerns
    • Attorney provided potential false legal justification (NOA potential misrepresentation)
    • Board manufactured potential false “code changes” narrative
    • Financial assessments based on undisclosed and questionable installations
    • DBPR arbitration potentially failed to examine substantive issues

    The question is no longer “did this happen?”

    The question is: “What are you going to do about it?”

    For Financial Institutions:

    Your collateral includes wall assemblies with:

    • Furring strip installations that may affect long-term performance
    • Moisture management questions documented by building science professionals
    • Construction methods that were not disclosed to owners
    • Financial assessments based on installations that raise durability concerns

    Your exposure includes:

    • FHA loans on properties with questioned construction
    • Potential property value impacts from long-term performance issues
    • Insurance implications if moisture-related claims arise
    • Reputational risk if systematic construction concerns emerge

    You have been formally notified.


    The Bigger Picture: Why Reform Is Needed

    This case demonstrates why HOA/condo oversight reform is critical:

    Current Potential System Failures:

    1. DBPR Arbitration Is Too Narrow, in my opinion:

    • Cannot examine construction quality
    • Cannot address coordinated schemes
    • Cannot review professional misconduct comprehensively
    • Leaves substantive issues unresolved

    2. Owner Voting Rights Are Not Protected

    • Material alterations proceed without votes
    • Oversight agencies don’t enforce requirements
    • Boards operate with impunity
    • Attorneys provide cover for violations

    3. Construction Oversight Is Inadequate

    • Undisclosed installations proceed
    • Building science concerns ignored
    • Long-term implications not considered
    • Owners pay for questionable methods

    4. Professional Accountability Is Lacking

    • Engineers change opinions without explanation
    • Attorneys potential misrepresent legal requirements
    • Contractors deviate from contract scope
    • No consequences for coordination

    5. Financial Extraction Is Enabled

    • Unauthorized assessments proceed
    • Cheaper alternatives concealed
    • Manufactured crises justify costs
    • Owners have no recourse

    This pattern exists in communities across Florida and nationwide.

    Omega Villas is not unique. It’s just well-documented.


    Closing Statement

    Once material conditions are disclosed, silence does not negate notice.

    Every recipient of this communication is now on formal notice of:

    • Photographic evidence of horizontal furring strip installation
    • Building science concerns about moisture management and drainage
    • Pattern of non-disclosure and vote evasion
    • Potential Attorney misrepresentation of NOA requirements
    • DBPR arbitration’s failure to examine substantive issues
    • 18+ years of systematic governance failures

    What you do with this notice is your institutional responsibility.

    Additional documentation will be provided as it becomes available.


    Respectfully,

    Shawn Martin, MBA
    Cancer Survivor | Homeowner Since 2007 | Elected Board Member | Whistleblower
    Omega Villas Condominium Association


    📁 Complete Evidence Archive:
    www.HOAJusticeNow.com

    Key Exhibits Referenced:

    • Furring Strip Photographic Evidence (NEW – January 2026)
    • Building Science Educational Video (ProTradeCraft)
    • June 25, 2025 Hollander Potential NOA Misrepresentation Letter
    • January 14, 2025 Board Minutes (False “Code Changes” Claim)
    • DBPR Arbitration Summary Final Order (Case No. 2025-06-1476)
    • 18+ Years Board Minutes Compilation
    • Complete Timeline: Furring Strips Discovery to Present

    Phase 1 Subdivision Photos:

    Phase 2 Subdivision Photos:

    P.S. — To Building Science Professionals, Engineers, and Construction Experts:

    If you review the attached photographs and have professional concerns about the installation methodology, drainage design, or long-term performance implications, your independent expert opinion would be valuable for:

    • Owner awareness and informed decision-making
    • Regulatory review and oversight
    • Financial institution risk assessment
    • Public accountability and transparency

    Contact: www.HOAJusticeNow.com


    Recipients previously blocked from communications are included via alternative distribution to ensure preservation of record and notice.

    Once notice is given, institutional responsibility begins.


    END OF ADVISEMENT

  • 🚨🚨Watchdog Update December 3, 2025 Part 2: The True Cost to Omega Villas: A Call for Accountability

    In a recent email, Shawn Martin, a Director and Whistleblower at Omega Villas, sheds light on the long-standing mismanagement and financial burdens imposed on the community. As residents face yet another potential illegal “Special Assessment,” Martin outlines the detrimental impacts of past and present leadership decisions, emphasizing the urgent need for accountability.

    Key Points from the Email

    1. A Pattern of Mismanagement

    • Martin traces the community’s troubles back to 2008, when concerns about unlicensed contractors and city citations first arose. Instead of addressing these issues, the Board chose to suppress them, leading to a culture of intimidation that silenced owners.

    2. Financial Exposure

    • The community faces over $10 million in potential liabilities linked to construction irregularities, including unauthorized work and inflated contractor charges. Additionally, more than $1 million in city fines has accumulated since 2008, often hidden from owners.

    3. Retaliation Against Owners

    • Martin highlights alarming patterns of retaliatory actions, including foreclosure attempts against vocal owners and police involvement in board meetings, documented in over 120 videos.

    4. Communication Breakdown

    • Current leadership has been criticized for shutting down communication, blocking necessary repairs, and withholding important records, further complicating the community’s situation.

    5. Shifting Narratives on Repairs

    • The narrative around window replacements has shifted dramatically, from needing only caulking to mandatory replacements without proper owner votes. This raises suspicions about external influences on engineering recommendations.

    6. Lack of Transparency in Siding Choices

    • Martin illustrates how the Board ignored the legal requirement for a two-thirds owner vote on siding selections, opting for the most expensive materials without presenting cost comparisons to owners. This decision-making process has cost the community potentially hundreds of thousands of dollars.

    7. Current Assessment Issues

    • The recent “Special Assessment Notice” issued without proper procedures is seen as a continuation of a 17-year pattern of unauthorized decisions and inflated costs, further financially burdening the community.

    Conclusion

    Shawn Martin’s email is a stark reminder of the ongoing issues at Omega Villas and the pressing need for transparency and accountability. The community of 128 families has already suffered significant financial losses due to mismanagement and deceptive practices, and the latest assessment threatens to exacerbate these challenges. As residents confront these issues, it is crucial that oversight authorities take action to protect their rights and financial well-being.

    Attachments:

  • 🚨🚨Watchdog Update November 26, 2025: Omega Villas Update: Key Video Evidence and Ongoing Concerns

    In a recent email, Shawn Martin, a director and whistleblower at Omega Villas, shared a detailed recap of critical moments captured in board meeting videos that highlight a troubling pattern of influence and control within the community. This summary outlines the key points raised by Martin regarding the actions of Board President Patty Sabates and the involvement of attorney Rhonda Hollander’s firm.

    Key Highlights from the Email

    1. President Patty’s Control Tactics

    • Martin identifies several instances from board meetings that illustrate how Patty Sabates has consolidated control over Omega Villas. Key moments include:
      • 10/24/23 Board Meeting — Board confronted about City of Plantation fines & liens. Attorneys show up by the next December 2023 meeting.
        Watch Clip
      • 3/19/24 Election Meeting — Annual officer election ensuring Patty & Blaire’s bloc (5 supporting owners) re-elected board members over 2 minority owners. Brought Atty Hollander in to ensure rogue Board’s election and Officer Appointments!
        Watch Clip
      • 3/19/24 Community Protest — Attorney discussion during the election meeting.
        Watch Clip
      • 1/30/24 Board Meeting — Attorney advising on 40-Year Recert compliance issues and fines, including directing residents to relocate and laying groundwork for board defense strategies:
        • Discussion with Mayor on compliance: Watch Clip
        • Fine reduction & board defense: Watch Clip
        • Residents relocation advice: Watch Clip Regentrification due to corruption?
      • 1/30/24 Board Meeting — Discussion on window system replacements and confronting Board about prior notification regarding 40-Year Recert (2005–2006).
        Watch Clip
      • 1/30/24 Board Meeting — Attorney discussing fines & unit owner comments.
        Watch Clip
      • 5/21/24 Omega Villas Board Meeting — Police discussion & attempted removal of a board member (potentially illegal).
        Watch Clip
      • 3/25/25 BOD Annual Election — Patty failed to ensure a legitimate board; rogue board members nominate each other as officers.
        Watch Clip
      • 10/28/25 Board Meeting — Board explains why whistleblower (BOD member) could not attend legal committee meeting.
        Watch Clip

    2. Concerns Over Financial Management

    • Martin highlights ongoing financial issues within Omega Villas, including:
      • The potential for excessive legal costs, with projections indicating over $125,000 in legal fees for 2025 alone.
      • A proposed construction assessment of over $175,000 for 2026, raising alarms about the community’s financial sustainability.
      • Lack of transparency surrounding budgetary decisions, which have often been cloaked in legal and security justifications.

    3. Owner Retaliation and Governance Issues

    • A recent email exchange between an owner and Board members illustrates a pattern of retaliatory behavior. When the owner raised legitimate budget concerns, Board leadership responded defensively, framing the inquiry as “divisive” rather than addressing the issues substantively.
    • This pattern of silencing dissent aligns with long-documented tactics used by the Board to control narratives and suppress owner oversight.

    4. Documentation and Evidence Collection

    • Martin emphasizes the importance of preserving evidence, including video clips from meetings and attached documents that detail governance patterns, financial analyses, and instances of retaliation. He urges oversight authorities to review this evidence and take action.

    5. Call to Action

    • Martin requests immediate action from oversight authorities, media, and advocacy groups. He insists on the necessity of investigating potential violations of Florida condominium statutes, misuse of funds, and the ongoing retaliation against owners who seek transparency.
    • He encourages all involved to download and securely preserve all related evidence, underscoring the urgency of addressing these issues.

    Conclusion

    Shawn Martin’s email serves as a critical reminder of the ongoing challenges facing the Omega Villas community. His detailed documentation of board actions and responses highlights a broader trend of governance issues that threaten the well-being of residents and the integrity of the association. As the situation develops, it is essential for oversight authorities and community members to remain vigilant and demand accountability.

    And this leads us to this series of Exhibits which is all about the Money:

    • Omega Villas 5 Year Maintenance & Special Assessment Fees Outlook  – Long-term projections showing how assessments and maintenance fees have been structured and applied over the past five years.  
    • Omega Villas 2026 Budget Study – A detailed analysis of projected expenses, reserve requirements, and funding gaps for 2026.  
    • Omega Villas 2026 Proposed Budget – BOD Meeting (November 18, 2025) – Official proposed budget reviewed and voted on by the board, highlighting areas of discretionary spending, reserve allocations, and assessment planning. Highlights owner issues in affordability and attacks from President Ken Aker, former President to insure spending continues for security and legal.These exhibits provide critical context for understanding the financial decisions and potential liabilities that have influenced board actions and the ongoing disputes.

    Evidence Package (attached / linked) — Please review immediately

    Key Exhibits & Linked Attachments:

    Omega Villas Condo Assoc. Case Files – – Links

    A cartoon dog holding a magnifying glass

AI-generated content may be incorrect.

    RICO Type Exhibits – – Links

    10.28.25 – Board Meeting Confrontation (Video Evidence)
    Recorded pre-meeting verbal confrontation initiated by Board President Patty Sabates and Treasurer Blaire Lapides in the presence of law enforcement.
    🔹This incident occurred after the Board had been formally notified of the owner’s medical condition and represents a continuation of retaliatory behavior despite notice. Link: Arbitration Motion via Fax & Hollander copy via Mail 11.6.25

    🔹 Cross-References: Exhibit L2 (Retaliation Timeline), Exhibit U (Police Involvement), Exhibit X (Video Archive).
    🔹 Related Legal Framework: F.S. §760.37; 42 U.S.C. §3617 (Fair Housing & Disability Retaliation Protections).

  • 🚨🚨Watchdog Updates November 30, 2025 & December 1, 2025: Whistleblower Calls for Fraud Investigation: Omega Villas’ Ongoing Violations of Florida Condo Law

    In a powerful email, Shawn Martin, a director and whistleblower at Omega Villas Condo Association, raises alarm over significant violations of Florida’s condominium laws by the Board of Directors and associated legal entities. Martin’s communication highlights a disturbing pattern of ignoring mandatory voting requirements, misrepresentation of projects, and a lack of accountability that has persisted for over a decade.

    Summary of Key Points

    1. Call for Investigation

    • Martin formally escalates his concerns as a whistleblower, urging state and federal authorities to investigate the Omega Villas Board and its attorneys for potential fraud. He emphasizes that these issues have been reported for 18 years without adequate response or investigation.

    2. Violation of Voting Rights

    • The email stresses that the Board has systematically ignored the mandatory requirement for a two-thirds owner vote for changes to siding, windows, and other material alterations, as outlined in Florida Statute 718.113. Despite repeated documentation in Board minutes confirming this requirement, no votes were held.

    3. Misrepresentation and Fraud

    • Martin accuses the Board of misrepresenting material changes as simple repairs, advancing unauthorized multimillion-dollar contracts without proper approvals. He argues that these actions reflect a deliberate pattern of fraud rather than mere oversight.

    4. Failure of State Oversight

    • Over the past 18 years, Martin claims that state oversight bodies have failed to conduct thorough investigations into reported violations, leaving residents vulnerable to financial and emotional distress.

    5. Retaliation Against Whistleblowers

    • Despite facing serious health challenges, including cancer, Martin continues to advocate for his community, documenting retaliatory actions against him for speaking out. He highlights the ongoing harassment and intimidation he has faced while trying to protect his home and the rights of his fellow residents.

    6. Demand for Accountability

    • Martin calls for a full investigation into the actions of the Board, its contractors, and legal representatives. He insists that the residents of Omega Villas deserve accountability for the long-standing issues affecting their homes and finances.

    Conclusion

    Shawn Martin’s email serves as a critical reminder of the need for transparency and accountability within condominium associations. His call for a thorough investigation into the practices at Omega Villas underscores the potential for fraud and misconduct that can occur when oversight is lacking. As this situation unfolds, the community and relevant authorities must take these allegations seriously to ensure the rights and well-being of all residents are protected.

    Attachments: