<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Silver City on Boycott MAGA NM</title>
    <link>http://localhost:1313/locations/silver-city/</link>
    <description>Recent content in Silver City on Boycott MAGA NM</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 26 Apr 2026 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="http://localhost:1313/locations/silver-city/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Mesilla Valley Transportation</title>
      <link>http://localhost:1313/directory/mesilla-valley-transportation/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/mesilla-valley-transportation/</guid>
      <description>&lt;h1 id=&#34;political-contributions&#34;&gt;Political Contributions&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge severe&#34;&gt;Political Contributions&lt;span class=&#34;badge-value&#34;&gt;2016-2026&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Since the 2016 election cycle, owner Royal  has donated a combined $68,250 to Republican candidates and conservative-leaning PACs and SuperPACs.&lt;/p&gt;
&lt;table id=&#34;table-contributions&#34; class=&#34;cell-border&#34; width=&#34;100%&#34;&gt;&lt;/table&gt;
&lt;script&gt;
$(document).ready(function() {
  $(&#34;#table-contributions&#34;).DataTable({
    ajax: {
      url: &#34;\/contributions\/mesilla-valley-transportation.json&#34;,
      dataSrc: &#34;&#34;
    },
    columns: [
      { title: &#34;Date&#34;, data: &#34;transactionDt&#34;, className: &#34;dt-left&#34;, render: function(data, type, row) {
        if (type === &#39;display&#39;) {
          if (row.imageNum) {
            return &#39;&lt;a href=&#34;https://docquery.fec.gov/cgi-bin/fecimg/?&#39; + row.imageNum + &#39;&#34;&gt;&#39; + data + &#39;&lt;/a&gt;&#39;;
          }
          return data;
        }
        return data;
      } },
      { title: &#34;Contributor&#34;, data: &#34;name&#34; },
      { title: &#34;Recipient&#34;, data: &#34;cmteNm&#34; },
      { title: &#34;Candidate&#34;, data: &#34;candName&#34; },
      { title: &#34;Amount (USD)&#34;,
        data: &#34;transactionAmt&#34;,
        render: function(data, type, row) {
          if (type === &#39;display&#39; &amp;&amp; data != null) {
            return parseFloat(data).toLocaleString(&#39;en-US&#39;, {
              minimumFractionDigits: 2,
              maximumFractionDigits: 2
            });
          }
          return data;
      } },
    ],
    layout: {
      topEnd: {
        features: [{
          div: {
            html: `
              &lt;span id=&#34;explainMore&#34; style=&#34;cursor:pointer; text-decoration:underline;&#34;&gt;Why is &lt;em&gt;Candidate&lt;/em&gt; blank?&lt;/span&gt;
              &lt;div id=&#34;explainPopup&#34; style=&#34;display:none; position:absolute; background:#fff; border:1px solid #ccc; font-size:0.7em;
                  padding:10px; max-width:250px; z-index:9999; border-radius:4px; box-shadow:2px 2px 6px rgba(0,0,0,0.2);&#34;&gt;
                Candidate names are only displayed here if the recipient of a contribution is that candidate&#39;s Authorized Campaign Committee. SuperPACs, Hybrid PACs, Leadership PACs, and other PACs receive the vast majority of contributions; these are considered &#34;unauthorized&#34; committees and are therefore not simply linked to candidates via this FEC data -- even though the candidates benefit. (End Citizens United!)
              &lt;/div&gt;
            `
          }
        }]
      }
    },
    initComplete: function() {
      $(&#39;#explainMore&#39;).on(&#39;click&#39;, function(e) {
        e.stopPropagation();
        $(&#39;#explainPopup&#39;).toggle();
      });

      
      $(document).on(&#39;click&#39;, function() {
        $(&#39;#explainPopup&#39;).hide();
      });
    },
    order: [[0, &#34;desc&#34;]],
  });
});
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>WNM Communications</title>
      <link>http://localhost:1313/directory/wnm-communications/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/wnm-communications/</guid>
      <description>&lt;h1 id=&#34;political-contributions&#34;&gt;Political Contributions&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge severe&#34;&gt;Political Contributions&lt;span class=&#34;badge-value&#34;&gt;2016-2026&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Since the 2016 election cycle, owner Jack Keen has donated a combined $230,236 to Republican candidates and conservative-leaning PACs and SuperPACs.&lt;/p&gt;
&lt;table id=&#34;table-contributions&#34; class=&#34;cell-border&#34; width=&#34;100%&#34;&gt;&lt;/table&gt;
&lt;script&gt;
$(document).ready(function() {
  $(&#34;#table-contributions&#34;).DataTable({
    ajax: {
      url: &#34;\/contributions\/wnm-communications.json&#34;,
      dataSrc: &#34;&#34;
    },
    columns: [
      { title: &#34;Date&#34;, data: &#34;transactionDt&#34;, className: &#34;dt-left&#34;, render: function(data, type, row) {
        if (type === &#39;display&#39;) {
          if (row.imageNum) {
            return &#39;&lt;a href=&#34;https://docquery.fec.gov/cgi-bin/fecimg/?&#39; + row.imageNum + &#39;&#34;&gt;&#39; + data + &#39;&lt;/a&gt;&#39;;
          }
          return data;
        }
        return data;
      } },
      { title: &#34;Contributor&#34;, data: &#34;name&#34; },
      { title: &#34;Recipient&#34;, data: &#34;cmteNm&#34; },
      { title: &#34;Candidate&#34;, data: &#34;candName&#34; },
      { title: &#34;Amount (USD)&#34;,
        data: &#34;transactionAmt&#34;,
        render: function(data, type, row) {
          if (type === &#39;display&#39; &amp;&amp; data != null) {
            return parseFloat(data).toLocaleString(&#39;en-US&#39;, {
              minimumFractionDigits: 2,
              maximumFractionDigits: 2
            });
          }
          return data;
      } },
    ],
    layout: {
      topEnd: {
        features: [{
          div: {
            html: `
              &lt;span id=&#34;explainMore&#34; style=&#34;cursor:pointer; text-decoration:underline;&#34;&gt;Why is &lt;em&gt;Candidate&lt;/em&gt; blank?&lt;/span&gt;
              &lt;div id=&#34;explainPopup&#34; style=&#34;display:none; position:absolute; background:#fff; border:1px solid #ccc; font-size:0.7em;
                  padding:10px; max-width:250px; z-index:9999; border-radius:4px; box-shadow:2px 2px 6px rgba(0,0,0,0.2);&#34;&gt;
                Candidate names are only displayed here if the recipient of a contribution is that candidate&#39;s Authorized Campaign Committee. SuperPACs, Hybrid PACs, Leadership PACs, and other PACs receive the vast majority of contributions; these are considered &#34;unauthorized&#34; committees and are therefore not simply linked to candidates via this FEC data -- even though the candidates benefit. (End Citizens United!)
              &lt;/div&gt;
            `
          }
        }]
      }
    },
    initComplete: function() {
      $(&#39;#explainMore&#39;).on(&#39;click&#39;, function(e) {
        e.stopPropagation();
        $(&#39;#explainPopup&#39;).toggle();
      });

      
      $(document).on(&#39;click&#39;, function() {
        $(&#39;#explainPopup&#39;).hide();
      });
    },
    order: [[0, &#34;desc&#34;]],
  });
});
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Yates Petroleum</title>
      <link>http://localhost:1313/directory/yates/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/yates/</guid>
      <description>&lt;h1 id=&#34;political-contributions&#34;&gt;Political Contributions&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge severe&#34;&gt;Political Contributions&lt;span class=&#34;badge-value&#34;&gt;2016-2026&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Since the 2016 election cycle, Yates Petroleum and Yates Drilling Company owners Peyton and Linda Yates, and their family, have donated a combined $2,179,583 to Republican candidates and conservative-leaning PACs and SuperPACs.&lt;/p&gt;
&lt;table id=&#34;table-contributions&#34; class=&#34;cell-border&#34; width=&#34;100%&#34;&gt;&lt;/table&gt;
&lt;script&gt;
$(document).ready(function() {
  $(&#34;#table-contributions&#34;).DataTable({
    ajax: {
      url: &#34;\/contributions\/yates.json&#34;,
      dataSrc: &#34;&#34;
    },
    columns: [
      { title: &#34;Date&#34;, data: &#34;transactionDt&#34;, className: &#34;dt-left&#34;, render: function(data, type, row) {
        if (type === &#39;display&#39;) {
          if (row.imageNum) {
            return &#39;&lt;a href=&#34;https://docquery.fec.gov/cgi-bin/fecimg/?&#39; + row.imageNum + &#39;&#34;&gt;&#39; + data + &#39;&lt;/a&gt;&#39;;
          }
          return data;
        }
        return data;
      } },
      { title: &#34;Contributor&#34;, data: &#34;name&#34; },
      { title: &#34;Recipient&#34;, data: &#34;cmteNm&#34; },
      { title: &#34;Candidate&#34;, data: &#34;candName&#34; },
      { title: &#34;Amount (USD)&#34;,
        data: &#34;transactionAmt&#34;,
        render: function(data, type, row) {
          if (type === &#39;display&#39; &amp;&amp; data != null) {
            return parseFloat(data).toLocaleString(&#39;en-US&#39;, {
              minimumFractionDigits: 2,
              maximumFractionDigits: 2
            });
          }
          return data;
      } },
    ],
    layout: {
      topEnd: {
        features: [{
          div: {
            html: `
              &lt;span id=&#34;explainMore&#34; style=&#34;cursor:pointer; text-decoration:underline;&#34;&gt;Why is &lt;em&gt;Candidate&lt;/em&gt; blank?&lt;/span&gt;
              &lt;div id=&#34;explainPopup&#34; style=&#34;display:none; position:absolute; background:#fff; border:1px solid #ccc; font-size:0.7em;
                  padding:10px; max-width:250px; z-index:9999; border-radius:4px; box-shadow:2px 2px 6px rgba(0,0,0,0.2);&#34;&gt;
                Candidate names are only displayed here if the recipient of a contribution is that candidate&#39;s Authorized Campaign Committee. SuperPACs, Hybrid PACs, Leadership PACs, and other PACs receive the vast majority of contributions; these are considered &#34;unauthorized&#34; committees and are therefore not simply linked to candidates via this FEC data -- even though the candidates benefit. (End Citizens United!)
              &lt;/div&gt;
            `
          }
        }]
      }
    },
    initComplete: function() {
      $(&#39;#explainMore&#39;).on(&#39;click&#39;, function(e) {
        e.stopPropagation();
        $(&#39;#explainPopup&#39;).toggle();
      });

      
      $(document).on(&#39;click&#39;, function() {
        $(&#39;#explainPopup&#39;).hide();
      });
    },
    order: [[0, &#34;desc&#34;]],
  });
});
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Aveda Institute</title>
      <link>http://localhost:1313/directory/aveda-institute/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/aveda-institute/</guid>
      <description>&lt;p&gt;See the entry for &lt;a href=&#34;http://localhost:1313/directory/mark-pardo-salon&#34;&gt;Mark Pardo Salon&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Clines Corners Travel Center</title>
      <link>http://localhost:1313/directory/clines-corners-travel-center/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/clines-corners-travel-center/</guid>
      <description>&lt;p&gt;See the entry for &lt;a href=&#34;http://localhost:1313/directory/covered-wagon&#34;&gt;Covered Wagon&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Covered Wagon</title>
      <link>http://localhost:1313/directory/covered-wagon/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/covered-wagon/</guid>
      <description>&lt;h1 id=&#34;political-contributions&#34;&gt;Political Contributions&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge severe&#34;&gt;Political Contributions&lt;span class=&#34;badge-value&#34;&gt;2016-2026&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Since 2016, owner George Cook has contributed over  $74,000 to Republican candidates and conservative-leaning PACs and SuperPACs.&lt;/p&gt;
&lt;table id=&#34;table-contributions&#34; class=&#34;cell-border&#34; width=&#34;100%&#34;&gt;&lt;/table&gt;
&lt;script&gt;
$(document).ready(function() {
  $(&#34;#table-contributions&#34;).DataTable({
    ajax: {
      url: &#34;\/contributions\/covered-wagon.json&#34;,
      dataSrc: &#34;&#34;
    },
    columns: [
      { title: &#34;Date&#34;, data: &#34;transactionDt&#34;, className: &#34;dt-left&#34;, render: function(data, type, row) {
        if (type === &#39;display&#39;) {
          if (row.imageNum) {
            return &#39;&lt;a href=&#34;https://docquery.fec.gov/cgi-bin/fecimg/?&#39; + row.imageNum + &#39;&#34;&gt;&#39; + data + &#39;&lt;/a&gt;&#39;;
          }
          return data;
        }
        return data;
      } },
      { title: &#34;Contributor&#34;, data: &#34;name&#34; },
      { title: &#34;Recipient&#34;, data: &#34;cmteNm&#34; },
      { title: &#34;Candidate&#34;, data: &#34;candName&#34; },
      { title: &#34;Amount (USD)&#34;,
        data: &#34;transactionAmt&#34;,
        render: function(data, type, row) {
          if (type === &#39;display&#39; &amp;&amp; data != null) {
            return parseFloat(data).toLocaleString(&#39;en-US&#39;, {
              minimumFractionDigits: 2,
              maximumFractionDigits: 2
            });
          }
          return data;
      } },
    ],
    layout: {
      topEnd: {
        features: [{
          div: {
            html: `
              &lt;span id=&#34;explainMore&#34; style=&#34;cursor:pointer; text-decoration:underline;&#34;&gt;Why is &lt;em&gt;Candidate&lt;/em&gt; blank?&lt;/span&gt;
              &lt;div id=&#34;explainPopup&#34; style=&#34;display:none; position:absolute; background:#fff; border:1px solid #ccc; font-size:0.7em;
                  padding:10px; max-width:250px; z-index:9999; border-radius:4px; box-shadow:2px 2px 6px rgba(0,0,0,0.2);&#34;&gt;
                Candidate names are only displayed here if the recipient of a contribution is that candidate&#39;s Authorized Campaign Committee. SuperPACs, Hybrid PACs, Leadership PACs, and other PACs receive the vast majority of contributions; these are considered &#34;unauthorized&#34; committees and are therefore not simply linked to candidates via this FEC data -- even though the candidates benefit. (End Citizens United!)
              &lt;/div&gt;
            `
          }
        }]
      }
    },
    initComplete: function() {
      $(&#39;#explainMore&#39;).on(&#39;click&#39;, function(e) {
        e.stopPropagation();
        $(&#39;#explainPopup&#39;).toggle();
      });

      
      $(document).on(&#39;click&#39;, function() {
        $(&#39;#explainPopup&#39;).hide();
      });
    },
    order: [[0, &#34;desc&#34;]],
  });
});
&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>Cross Country Propane</title>
      <link>http://localhost:1313/directory/cross-country-propane/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/cross-country-propane/</guid>
      <description>&lt;h1 id=&#34;tips-received&#34;&gt;Tips Received&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge alert&#34;&gt;Paraphernalia&lt;span class=&#34;badge-value&#34;&gt;2025&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Cross Country Propane prominently displays Trump paraphernalia at its Bosque Farms location.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Dave&#39;s High Desert Grill</title>
      <link>http://localhost:1313/directory/daves-high-desert-grill/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/daves-high-desert-grill/</guid>
      <description>&lt;p&gt;See the entry for &lt;a href=&#34;http://localhost:1313/directory/daves-valley-grill&#34;&gt;Dave&amp;rsquo;s Valley Grill&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Dave&#39;s Valley Grill</title>
      <link>http://localhost:1313/directory/daves-valley-grill/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/daves-valley-grill/</guid>
      <description>&lt;h1 id=&#34;tips-received&#34;&gt;Tips Received&lt;/h1&gt;
&lt;p&gt;&lt;span class=&#34;badge danger&#34;&gt;Business Practice&lt;span class=&#34;badge-value&#34;&gt;2025&lt;/span&gt;&lt;/span&gt;&lt;br&gt;
Owner Dave Hanisch has allegedly sent communications to staff urging support of Trump.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Dugger&#39;s Towing</title>
      <link>http://localhost:1313/directory/duggers-towing/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>http://localhost:1313/directory/duggers-towing/</guid>
      <description>&lt;p&gt;See the entry for &lt;a href=&#34;http://localhost:1313/directory/northside-auto-repair&#34;&gt;Northside Auto Repair&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>