www.wlct.com Open in urlscan Pro
173.240.140.240  Public Scan

URL: http://www.wlct.com/
Submission: On June 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET http://www.google.com/search

<form method="get" action="http://www.google.com/search">
  <input type="text" name="q" size="35" maxlength="255" value=""><br>
  <input type="submit" value="Google Search"><!--webbot bot="HTMLMarkup" endspan -->
</form>

<form>
  <p align="center">
    <select onchange="updatecalendar(this.options)">
      <script type="text/javascript">
        var themonths = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
        var todaydate = new Date()
        var curmonth = todaydate.getMonth() + 1 //get current month (1-12)
        var curyear = todaydate.getFullYear() //get current year
        function updatecalendar(theselection) {
          var themonth = parseInt(theselection[theselection.selectedIndex].value) + 1
          var calendarstr = buildCal(themonth, curyear, "main", "month", "daysofweek", "days", 0)
          if (document.getElementById) document.getElementById("calendarspace").innerHTML = calendarstr
        }
        document.write('<option value="' + (curmonth - 1) + '" selected="yes">Current Month</option>')
        for (i = 0; i < 12; i++) //display option for 12 months of the year
          document.write('<option value="' + i + '">' + themonths[i] + ' ' + curyear + '</option>')
      </script>
      <option value="5" selected="yes">Current Month</option>
      <option value="0">January 2024</option>
      <option value="1">February 2024</option>
      <option value="2">March 2024</option>
      <option value="3">April 2024</option>
      <option value="4">May 2024</option>
      <option value="5">June 2024</option>
      <option value="6">July 2024</option>
      <option value="7">August 2024</option>
      <option value="8">September 2024</option>
      <option value="9">October 2024</option>
      <option value="10">November 2024</option>
      <option value="11">December 2024</option>
    </select> <br>
  </p>
  <p align="center">
  </p>
  <div id="calendarspace">
    <script>
      //write out current month's calendar to start
      document.write(buildCal(curmonth, curyear, "main", "month", "daysofweek", "days", 0))
    </script>
    <div class="main">
      <table class="main" cols="7" cellpadding="0" border="0" cellspacing="0">
        <tbody>
          <tr align="center">
            <td colspan="7" align="center" class="month">June - 2024</td>
          </tr>
          <tr align="center">
            <td class="daysofweek">S</td>
            <td class="daysofweek">M</td>
            <td class="daysofweek">T</td>
            <td class="daysofweek">W</td>
            <td class="daysofweek">T</td>
            <td class="daysofweek">F</td>
            <td class="daysofweek">S</td>
          </tr>
          <tr align="center">
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">1</td>
          </tr>
          <tr align="center">
            <td class="days">2</td>
            <td class="days">3</td>
            <td class="days">4</td>
            <td class="days">5</td>
            <td class="days">6</td>
            <td class="days">7</td>
            <td class="days">8</td>
          </tr>
          <tr align="center">
            <td class="days">9</td>
            <td class="days">10</td>
            <td class="days">11</td>
            <td class="days">12</td>
            <td class="days">13</td>
            <td class="days">14</td>
            <td class="days">15</td>
          </tr>
          <tr align="center">
            <td class="days"><span id="today">16</span></td>
            <td class="days">17</td>
            <td class="days">18</td>
            <td class="days">19</td>
            <td class="days">20</td>
            <td class="days">21</td>
            <td class="days">22</td>
          </tr>
          <tr align="center">
            <td class="days">23</td>
            <td class="days">24</td>
            <td class="days">25</td>
            <td class="days">26</td>
            <td class="days">27</td>
            <td class="days">28</td>
            <td class="days">29</td>
          </tr>
          <tr align="center">
            <td class="days">30</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
            <td class="days">&nbsp;</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</form>

POST http://www.lafayetteministorage.net/wlct-contact.php

<form action="http://www.lafayetteministorage.net/wlct-contact.php" method="post">
  <p align="center"><b><font color="#0000FF" size="4">We would love to hear from you!!<br>Please fill out all parts
</font></b><br>
    <font color="#FF0000">*</font>Your name<br>
    <input name="cf_name" size="30" required=""><br>
    <font color="#FF0000">*</font>Your e-mail<br>
    <input name="cf_email" size="30" required=""><br>
    <font color="#FF0000">*</font>Your Phone Number<br>
    <input name="cf_phone" size="20" required=""><br> Message<br>
    <textarea cols="30" name="cf_message" rows="9"></textarea><br>
    <script type="text/javascript">
      function checkSubmit(ele, id) {
        x = document.getElementById(id);
        if (ele.checked == true) x.disabled = false;
        else x.disabled = true;
      }
    </script>
    <style type="text/css">
      .contact {
        width: 50%;
      }
    </style>
    <script type="text/javascript">
      function clearField() {
        if (document.getElementById) {
          document.chatform.reset();
        }
      }
    </script>
    <input type="checkbox" name="myCheck" onclick="checkSubmit(this, 'mySubmit')" value="y">spam check box <input type="submit" name="submit" value="Submit" id="mySubmit" disabled="disabled">
    <input type="reset" value="Clear">
  </p>
</form>

Text Content

Memu
M
E
N
U

L
I
N
K
S
  Advertising With Us Swap and Shop Calendar of Events Coverage Map E-Mail
Station

WLCT
 Country
 102.1 FM




WEEN
 SOLID GOSPEL
 1460 AM

 

LISTEN TO WLCT

LISTEN to WEEN

 



 




advertisement
615-666-2169 or

email us here





--------------------------------------------------------------------------------



--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Current MonthJanuary 2024February 2024March 2024April 2024May 2024June 2024July
2024August 2024September 2024October 2024November 2024December 2024




June -
2024SMTWTFS      123456789101112131415161718192021222324252627282930      

Calendar




--------------------------------------------------------------------------------

167 days, 6 hours, 58 minutes, and 24 seconds of 2024 are gone never to be seen
again!!!

--------------------------------------------------------------------------------

198 days 17 hours 1 minutes 36 seconds left until 2025 New Years Day

191 days 17 hours 1 minutes 35 seconds left until Christmas 2024

--------------------------------------------------------------------------------


"Macon County's Own"

WLCT 102.1 FM AND  WEEN 1460 AM OR 97.5AM

Serving this area with pride, integrity, commitment, and concern.

Proven commitment for over 50 years

The Weather in Lafayette now
LAFAYETTE WEATHER



--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Lafayette Broadcasting Mission Statement

Lafayette Broadcasting is dedicated to serving our community to the best of our
ability, and providing the latest, and up to the minute news, weather, sports
and information of interest

 

 Watches, Warnings or Advisories for
Macon County

Watches, Warnings or Advisories for all Tennessee

Watches, Warnings or Advisories for all Kentucky

Programming Your NOAA Weather Radio with your Encoding allows you to specify the
particular area.



Click here to see what WLCT & WEEN Radio can do for you Lafayette Broadcasting; 
 231 Chaffin Road  
 Lafayette, TN 37083  
 Phone: (615) 666-2169  
 Fax: (615) 666-8056  
 E-mail: US HERE

https://www.facebook.com/WlctWeenRadio/  





We would love to hear from you!!
Please fill out all parts
*Your name

*Your e-mail

*Your Phone Number

Message

spam check box






 

    SWAP & SHOP   CALENDAR of EVENTS      COVERAGE MAP    ADVERTISING 



You are visitor number:

Since 10/10/2009

Copyright © 2024   WLCT 102.1 FM AND WEEN  1460 AM    Macon County   Lafayette,
TN. 37083 | WLCT Public Inspection File  | WEEN Public Inspection File
This Site was Designed by  Schermars