<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Comfortaa:400,300,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/cycle.js"></script>
<script src="js/menu.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle();
});
</script>
<title>90.9 KWRB - Home</title>
</head>
<body>
<div id="container">
<head>
<!--Make it Snow
<script type="text/javascript" src="js/snowstorm.js"></script>
<script type="text/javascript">
snowStorm.flakesMaxActive = 96; // show more snow on screen at once
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view
</script>
-->
</head>
<div id="header" style="margin-top:140px">
<!--Logo-->
<div class="logo">
<img src="images/Logo.png" width="200" height="148" style="float:left; margin-left: 10px;" />
<!--<img src="images/logo_xmas.png" width="200" height="148" style="float:left; margin-left: 10px;" />-->
</div>
<!--App Buttons-->
<div style="margin-top:-148px; margin-left:235px; width: 150px; padding:10px;">
<center>
<font size="5">Download</font>
<a href='https://play.google.com/store/apps/details?id=org.inspiracom.player'><img width="135px" alt='Get it on Google Play' src='includes/images/google-play.png'/></a>
<br>
<a href="https://apps.apple.com/us/app/inspiracom-christian-radio/id1562638863" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;width:135px;height:40px;background-size:contain;"></a>
</center>
</div>
<!--Now Playing -->
<div style="margin-top:-110px; margin-left:800px; width: 150px; padding:10px;">
<a href="https://www.kwrb.org/listen.html" target="_blank"><img width="150px" alt='Listen Live Now!' src='/images/Button-listen.png'/></a>
</div>
<!-- End Now Playing -->
</div><!-- header-->
<div id="menu" >
<div id="sddm">
<!-- HOME -->
<div id="menu_item">
<a href="https://kwrb.org/index.php" onmouseover = "menu_effect('0')" onmouseout="menu_effect('0');">HOME</a>
</div>
<!-- ON-AIR -->
<div id="menu_item">
<a onmouseover="mopen('m2'); menu_effect('174');" onmouseout="mclosetime(); menu_effect('0');">ON-AIR</a>
<div id="m2"
onmouseover="mcancelclosetime(); menu_effect('174');"
onmouseout="mclosetime(); menu_effect('0');">
<a href="schedule.php" class="slideFunc">On-Air Schedule</a>
<a href="bigtimepro.php" class="slideFunc">Promote Your Event</a>
<!--<a href="sbts.php" class="slideFunc">Story Behind the Song</a>-->
<a href="ondemand.php" class="slideFunc">Listen On Demand</a>
<!--<a href="staff.php" class="slideFunc">Staff</a>-->
<!--<a href="psa.php" class="slideFunc">PSA</a>-->
</div>
</div>
<div id="menu_item">
<a href="volunteer.php" onmouseover = "menu_effect('345')" onmouseout="menu_effect('0');">VOLUNTEERING</a>
</div>
<!-- RESOURCES -->
<div id="menu_item"><a onmouseover="mopen('m4'); menu_effect('501');" onmouseout="mclosetime(); menu_effect('0');">RESOURCES</a>
<div id="m4" onmouseover="mcancelclosetime(); menu_effect('501');" onmouseout="mclosetime(); menu_effect('0');">
<!--<a href="top9.php">Top 9 Tunes</a>-->
<a href="dtd.php">Drive-Thru Difference</a>
<a href="events.php">Community Calendar</a>
<a href="prayer.php">Request Prayer</a>
<a href="bibleresources.php">Bible Resources</a>
<!--<a href="vbs.php">VBS Calendar</a>-->
</div>
</div>
<!-- SUPPORT KWRB -->
<div id="menu_item"><a onmouseover="mopen('m3'); menu_effect('665');" onmouseout="mclosetime(); menu_effect('0');">SUPPORT KWRB</a>
<div id="m3" onmouseover="mcancelclosetime(); menu_effect('665');" onmouseout="mclosetime(); menu_effect('0');">
<a href="https://donorbox.org/support-kwrb" target="_blank">Donate</a>
<!--<a href="faithpromise.php">Faith Promise</a> -->
<a href="https://form.jotform.com/231164513655150">Make A Faith Promise</a>
<a href="uw.php">Business Underwriter</a>
</div>
</div>
<!-- CONTACT -->
<div id="menu_item"><a onmouseover="mopen('m5'); menu_effect('825');" onmouseout="mclosetime(); menu_effect('0');">CONTACT</a>
<div id="m5" onmouseover="mcancelclosetime(); menu_effect('825');" onmouseout="mclosetime(); menu_effect('0');">
<a href="volunteer.php">Volunteer Sign Up</a>
<a href="yourStory.php">Tell Us Your Story</a>
<a href="contact.php">Contact Us!</a>
</div>
</div>
</div>
<div style="clear:both"></div>
<div id="menu_hover" style="left:0px; width:160px;" onmouseover="menu_effect()">
</div>
</div><!--menu-->
<div id="footer">
<center>
<a href="http://www.ecfa.org/MemberProfile.aspx?ID=19265" target="_blank"><img src="images/ecfa.png" ></a>
<a href="https://www.worldradionetwork.org" rel="nofollow" target="_blank"><img src="images/Inspiracom-Blanco.png" width="200" style="PADDING-BOTTOM: 15px"></a>
<a href="https://publicfiles.fcc.gov/fm-profile/KWRB" target="_blank"><img src="images/fcc.png" style="PADDING-BOTTOM: 5px"></a></br>
Copyright Inspiracom 2013 - All Rights Reserved
</center>
</div><!-- footer -->
<div id="content">
<!-- Homepage Banner -->
<div id="banner">
<!--SLIDE SHOW-->
<div class="slideshow">
<!--Default slider images -->
<!--<a href="https://kwrb.org/sharathon2025.html"><img src="slider/banner-web.png" width="700px" height="300px" alt="Sharathon 2025"/></a>-->
<img src="slider/AppAdvertisement.jpg" alt="Get the App"/>
<img src="slider/LaurenDaigle.jpg" alt="Lauren Daigle Smiling"/>
<img src="slider/TobyMac.jpg" alt="Black and White Photo of Toby Mac"/>
<img src="slider/BigDaddyWeave.jpg" alt="Group Picture of Big Daddy Weave"/>
<img src="slider/ChrisTomlin.jpg" alt="Black and White photo of Chris Tomlin"/>
</div>
<br><br>
<!-- Daily Verse -->
<div id="good_news">
<br/>
<center><b><u>Today's Good News</u></b></center>
<br />
“Do not merely listen to the word, and so deceive yourselves. Do what it says.”<br />
James 1:22 NIV<br /><br/>
<span align="left" style="font-size:0.6em;float:right;">Powered By BibleGateway </span>
</div><!--good news-->
<!-- Buttons -->
<div id="button_box" >
<a href="https://www.facebook.com/90.9KWRB target="_blank""><div class="homepage_button" id="facebook"></div></a>
<a href="prayer.php"><div class="homepage_button" id="needprayer">Need <br>Prayer?</div></a>
<a href="birthdaycelebration.php"><div class="homepage_button" id="birthday">Birthdays &<br>Anniversaries</div></a>
<a href="ondemand.php"><div class="homepage_button" id="demand">Listen On Demand</div></a>
<a href="support.php"><div class="homepage_button" id="donate">Give to <br/> 90.9 KWRB</div></a>
<a href="https://chataboutjesus.com/spiritual-questions/assurance-of-salvation/" target="_blank"><div class="homepage_button" id="needhim">1-888<br/>NEED-HIM</div></a>
</div><!-- End of buttons -->
</div>
<!-- End of Banner -->
<!-- SHARATHON
<div id="feature" style="width:1000px; margin-top:385px; margin-bottom:-400px; margin-left:-20px">
<a href="support.php"><img src="/images/ntl.png" width="1000px" height="200px" alt="SHARATHON"/></a>
</div>
-->
<!--Feature-->
<!--
<a href="vbs.php"><img src="images/vbsban.png" style="margin-left:-20px; margin-top:380px; margin-bottom:-380px;" alt="VBS 2018"/></a>
-->
<!--GOOGLE COMMUNITY CALENDAR - AGENDA VIEW -->
<!-- Start Implant-->
<!--Calendar & NX-->
<div style="float:right; margin-top:150; margin-left:0px;">
<!-- COMMUNITY CALENDAR -->
<div id="calendar_down">
<br><br>
<div>
<!--Prayer Page -->
<!--<a href="https://kvfe.org/prayer.php"> <img src="images/home/Praying-1.jpg" width="300px" height="206px"></a>-->
</div>
<div id="" style="width: 100%; margin-top:410px">
<a href="https://kwrb.org/prayer.php">
<img src="images/home/Praying-1.jpg" width="300" height="206">
</a>
</div>
<!--<br><br>
<a href="https://form.jotform.com/250704313526146"> <img src="images/home/kvfeVolunteer.png" width="300px" height="206px"></a>
<br>-->
<!-- Start Bumper Sticker -->
<!--
<center>
<div style="width: 300px;">
<a href="bumpersticker.php">
<img src="images/bumperstick.png">
</a>
</div>
</center>
<br>
-->
<!-- End Bumper Sticker -->
<!--start Community Calender -->
<center><h2>Community Calendar</h2></center>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showPrint=0&showTabs=0&showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=kwrb.calendar%40inspiracom.org&color=%23182C57&ctz=America%2FPhoenix"
style="border-width:0" width="300" height="310" frameborder="0" scrolling="no">
</iframe> <br/>
<a href="https://kwrb.org/events.php">more events.. </a>
<br><br>
<!-- End Community Calendar -->
</div>
<br><br><br>
</div>
<!-- Featured Video -->
<div id="feature_video" style="width: 100%; margin-top:400px; text-align: center;">
<h2>Featured Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DmSjAPsxSns?si=N_Rt9IFSAUXFcKNk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<!--Weather Feature-->
<div id="feature_weather" style="width: 100%; text-align: center; margin-top: 20px;">
<!-- Weather Widget -->
<iframe style="display: block; margin: 0 auto;" src="https://cdnres.willyweather.com/widget/loadView.html?id=75000" width="560" height="520" frameborder="0" scrolling="no"></iframe>
<a style="z-index: 1;text-indent: -9999em;display: block;height: 20px;" href="https://www.willyweather.com/az/cochise-county/sierra-vista.html" rel="nofollow">Sierra Vista Forecast</a>
<br><br>
</div>
<br><br>
<!-- End Implant-->
<!-- SRN News -->
<!--
<div id="news">
<iframe src="https://srnnewswidgets.com/srnw-headlines-300x450.html" frameborder="0" scrolling="no" width="300" height="450">
</div>
-->
</div><!-- content-->
</div><!-- container-->
</body>
</html>