editor Logout
Account Preferences
Did you know...
Before the FCC, radio was regulated by the Commerce Department ?
Streaming Radio Guide
view source - https://wnis.com/
*** Test System *** GO TO PRODUCTION
<!DOCTYPE html> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html lang="en" class="no-js"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <meta name="theme-color" content="#ed1c24"/> <link rel="profile" href="https://gmpg.org/xfn/11" /> <title>WNIS &#8211; Hampton Roads News and Information Station</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//meet.jit.si' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="WNIS &raquo; Feed" href="https://wnis.com/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-DT8X6JYCGP" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.6.1'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/wnis.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-DT8X6JYCGP', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-DT8X6JYCGP', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/wnis.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.2"}}; /*! This file is auto-generated */ !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='contact-form-7-css' href='https://wnis.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1' media='all' /> <link rel='stylesheet' id='cff-css' href='https://wnis.com/wp-content/plugins/custom-facebook-feed/assets/css/cff-style.min.css?ver=4.3.2' media='all' /> <link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.8.2' media='all' /> <link rel='stylesheet' id='the7-font-css' href='https://wnis.com/wp-content/themes/dt-the7/fonts/icomoon-the7-font/icomoon-the7-font.min.css?ver=12.7.0' media='all' /> <link rel='stylesheet' id='the7-awesome-fonts-css' href='https://wnis.com/wp-content/themes/dt-the7/fonts/FontAwesome/css/all.min.css?ver=12.7.0' media='all' /> <link rel='stylesheet' id='evcal_google_fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&#038;subset=latin%2Clatin-ext&#038;ver=4.9.11' media='all' /> <link rel='stylesheet' id='evcal_cal_default-css' href='//wnis.com/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=4.9.11' media='all' /> <link rel='stylesheet' id='evo_font_icons-css' href='//wnis.com/wp-content/plugins/eventON/assets/fonts/all.css?ver=4.9.11' media='all' /> <link rel='stylesheet' id='eventon_dynamic_styles-css' href='//wnis.com/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=4.9.11' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://wnis.com/wp-content/plugins/tablepress/css/build/default.css?ver=3.1.3' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://wnis.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.5' media='all' /> <link rel='stylesheet' id='dt-web-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto:400,500,600,700' media='all' /> <link rel='stylesheet' id='dt-main-css' href='https://wnis.com/wp-content/themes/dt-the7/css/main.min.css?ver=12.7.0' media='all' /> <style id='dt-main-inline-css'> body #load { display: block; height: 100%; overflow: hidden; position: fixed; width: 100%; z-index: 9901; opacity: 1; visibility: visible; transition: all .35s ease-out; } .load-wrap { width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; text-align: center; display: -ms-flexbox; display: -ms-flex; display: flex; -ms-align-items: center; -ms-flex-align: center; align-items: center; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-pack: center; -ms-justify-content: center; justify-content: center; } .load-wrap > svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } #load { background: var(--the7-elementor-beautiful-loading-bg,#ffffff); --the7-beautiful-spinner-color2: var(--the7-beautiful-spinner-color,rgba(51,51,51,0.25)); } </style> <link rel='stylesheet' id='the7-custom-scrollbar-css' href='https://wnis.com/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.css?ver=12.7.0' media='all' /> <link rel='stylesheet' id='the7-wpbakery-css' href='https://wnis.com/wp-content/themes/dt-the7/css/wpbakery.min.css?ver=12.7.0' media='all' /> <link rel='stylesheet' id='the7-core-css' href='https://wnis.com/wp-content/plugins/dt-the7-core/assets/css/post-type.min.css?ver=2.7.11' media='all' /> <link rel='stylesheet' id='the7-css-vars-css' href='https://wnis.com/wp-content/uploads/the7-css/css-vars.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='dt-custom-css' href='https://wnis.com/wp-content/uploads/the7-css/custom.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='dt-media-css' href='https://wnis.com/wp-content/uploads/the7-css/media.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='the7-mega-menu-css' href='https://wnis.com/wp-content/uploads/the7-css/mega-menu.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='the7-elements-albums-portfolio-css' href='https://wnis.com/wp-content/uploads/the7-css/the7-elements-albums-portfolio.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='the7-elements-css' href='https://wnis.com/wp-content/uploads/the7-css/post-type-dynamic.css?ver=fcc0a50e665f' media='all' /> <link rel='stylesheet' id='style-css' href='https://wnis.com/wp-content/themes/dt-the7/style.css?ver=12.7.0' media='all' /> <script src="https://wnis.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://wnis.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://wnis.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.1" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/wnis.com","hash_tracking":"false","v4_id":"G-DT8X6JYCGP"};</script> <script id="evo-inlinescripts-header-js-after"> jQuery(document).ready(function($){}); </script> <script id="dt-above-fold-js-extra"> var dtLocal = {"themeUrl":"https:\/\/wnis.com\/wp-content\/themes\/dt-the7","passText":"To view this protected post, enter the password below:","moreButtonText":{"loading":"Loading...","loadMore":"Load more"},"postID":"10570","ajaxurl":"https:\/\/wnis.com\/wp-admin\/admin-ajax.php","REST":{"baseUrl":"https:\/\/wnis.com\/wp-json\/the7\/v1","endpoints":{"sendMail":"\/send-mail"}},"contactMessages":{"required":"One or more fields have an error. Please check and try again.","terms":"Please accept the privacy policy.","fillTheCaptchaError":"Please, fill the captcha."},"captchaSiteKey":"","ajaxNonce":"f046fbfdd2","pageData":{"type":"page","template":"page","layout":null},"themeSettings":{"smoothScroll":"off","lazyLoading":false,"desktopHeader":{"height":90},"ToggleCaptionEnabled":"disabled","ToggleCaption":"Navigation","floatingHeader":{"showAfter":94,"showMenu":true,"height":80,"logo":{"showLogo":true,"html":"<img class=\" preload-me\" src=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png\" srcset=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w, https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w\" width=\"107\" height=\"70\" sizes=\"107px\" alt=\"WNIS\" \/>","url":"https:\/\/wnis.com\/"}},"topLine":{"floatingTopLine":{"logo":{"showLogo":false,"html":""}}},"mobileHeader":{"firstSwitchPoint":992,"secondSwitchPoint":778,"firstSwitchPointHeight":80,"secondSwitchPointHeight":60,"mobileToggleCaptionEnabled":"disabled","mobileToggleCaption":"Menu"},"stickyMobileHeaderFirstSwitch":{"logo":{"html":"<img class=\" preload-me\" src=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png\" srcset=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w, https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w\" width=\"107\" height=\"70\" sizes=\"107px\" alt=\"WNIS\" \/>"}},"stickyMobileHeaderSecondSwitch":{"logo":{"html":"<img class=\" preload-me\" src=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png\" srcset=\"https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w, https:\/\/wnis.com\/wp-content\/uploads\/2023\/06\/WNIS_reversed_header_70h.png 107w\" width=\"107\" height=\"70\" sizes=\"107px\" alt=\"WNIS\" \/>"}},"sidebar":{"switchPoint":992},"boxedWidth":"1120px"},"VCMobileScreenWidth":"768"}; var dtShare = {"shareButtonText":{"facebook":"Share on Facebook","twitter":"Share on X","pinterest":"Pin it","linkedin":"Share on Linkedin","whatsapp":"Share on Whatsapp"},"overlayOpacity":"85"}; </script> <script src="https://wnis.com/wp-content/themes/dt-the7/js/above-the-fold.min.js?ver=12.7.0" id="dt-above-fold-js"></script> <script></script><link rel="https://api.w.org/" href="https://wnis.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wnis.com/wp-json/wp/v2/pages/10570" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wnis.com/xmlrpc.php?rsd" /> <link rel="canonical" href="https://wnis.com/" /> <link rel='shortlink' href='https://wnis.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://wnis.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwnis.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://wnis.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwnis.com%2F&#038;format=xml" /> <meta property="og:site_name" content="WNIS" /> <meta property="og:title" content="Home" /> <meta property="og:url" content="https://wnis.com/" /> <meta property="og:type" content="website" /> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <meta name="generator" content="Powered by Slider Revolution 6.7.35 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script type="text/javascript" id="the7-loader-script"> document.addEventListener("DOMContentLoaded", function(event) { var load = document.getElementById("load"); if(!load.classList.contains('loader-removed')){ var removeLoading = setTimeout(function() { load.className += " loader-removed"; }, 300); } }); </script> <link rel="icon" href="https://wnis.com/wp-content/uploads/2020/05/cropped-wnis_favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://wnis.com/wp-content/uploads/2020/05/cropped-wnis_favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://wnis.com/wp-content/uploads/2020/05/cropped-wnis_favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://wnis.com/wp-content/uploads/2020/05/cropped-wnis_favicon-270x270.png" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style type="text/css" data-type="vc_shortcodes-default-css">.vc_do_custom_heading{margin-bottom:0.625rem;margin-top:0;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style id='the7-custom-inline-css' type='text/css'> .sub-nav .menu-item i.fa, .sub-nav .menu-item i.fas, .sub-nav .menu-item i.far, .sub-nav .menu-item i.fab { text-align: center; width: 1.25em; } .grecaptcha-badge { visibility: hidden; } .button.mist { background-color:#ed1c24 !important; border: 1px solid #ed1c24 !important; } .eventon_events_list .eventon_list_event a, .evocard_row .evo_metarow_organizer .evo_card_organizer_social a, .evo_lightbox .evo_tax_social_media a { color: #ed1c24 !important; } </style> </head> <body id="the7-body" class="home wp-singular page-template-default page page-id-10570 wp-embed-responsive wp-theme-dt-the7 the7-core-ver-2.7.11 slideshow-on boxed-layout dt-responsive-on right-mobile-menu-close-icon ouside-menu-close-icon mobile-hamburger-close-bg-enable mobile-hamburger-close-bg-hover-enable fade-medium-mobile-menu-close-icon fade-medium-menu-close-icon srcset-enabled btn-flat custom-btn-color custom-btn-hover-color phantom-sticky phantom-shadow-decoration phantom-custom-logo-on sticky-mobile-header top-header first-switch-logo-left first-switch-menu-right second-switch-logo-left second-switch-menu-right right-mobile-menu layzr-loading-on popup-message-style the7-ver-12.7.0 dt-fa-compatibility wpb-js-composer js-comp-ver-8.5 vc_responsive"> <!-- The7 12.7.0 --> <div id="load" class="spinner-loader"> <div class="load-wrap"><style type="text/css"> [class*="the7-spinner-animate-"]{ animation: spinner-animation 1s cubic-bezier(1,1,1,1) infinite; x:46.5px; y:40px; width:7px; height:20px; fill:var(--the7-beautiful-spinner-color2); opacity: 0.2; } .the7-spinner-animate-2{ animation-delay: 0.083s; } .the7-spinner-animate-3{ animation-delay: 0.166s; } .the7-spinner-animate-4{ animation-delay: 0.25s; } .the7-spinner-animate-5{ animation-delay: 0.33s; } .the7-spinner-animate-6{ animation-delay: 0.416s; } .the7-spinner-animate-7{ animation-delay: 0.5s; } .the7-spinner-animate-8{ animation-delay: 0.58s; } .the7-spinner-animate-9{ animation-delay: 0.666s; } .the7-spinner-animate-10{ animation-delay: 0.75s; } .the7-spinner-animate-11{ animation-delay: 0.83s; } .the7-spinner-animate-12{ animation-delay: 0.916s; } @keyframes spinner-animation{ from { opacity: 1; } to{ opacity: 0; } } </style> <svg width="75px" height="75px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid"> <rect class="the7-spinner-animate-1" rx="5" ry="5" transform="rotate(0 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-2" rx="5" ry="5" transform="rotate(30 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-3" rx="5" ry="5" transform="rotate(60 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-4" rx="5" ry="5" transform="rotate(90 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-5" rx="5" ry="5" transform="rotate(120 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-6" rx="5" ry="5" transform="rotate(150 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-7" rx="5" ry="5" transform="rotate(180 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-8" rx="5" ry="5" transform="rotate(210 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-9" rx="5" ry="5" transform="rotate(240 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-10" rx="5" ry="5" transform="rotate(270 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-11" rx="5" ry="5" transform="rotate(300 50 50) translate(0 -30)"></rect> <rect class="the7-spinner-animate-12" rx="5" ry="5" transform="rotate(330 50 50) translate(0 -30)"></rect> </svg></div> </div> <div id="page" class="boxed"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="masthead inline-header center widgets full-height shadow-decoration shadow-mobile-header-decoration small-mobile-menu-icon dt-parent-menu-clickable show-sub-menu-on-hover show-device-logo show-mobile-logo" role="banner"> <div class="top-bar top-bar-line-hide"> <div class="top-bar-bg" ></div> <div class="left-widgets mini-widgets"><a href="tel:7576277979" class="mini-contacts phone show-on-desktop in-top-bar-left in-menu-second-switch"><i class="fa-fw icomoon-the7-font-the7-phone-06"></i>757.627.7979</a></div><div class="right-widgets mini-widgets"><a href="https://apps.apple.com/us/app/am-790-wnis/id1023940530" class="mini-contacts multipurpose_1 show-on-desktop in-top-bar-right in-menu-second-switch"><i class="fa-fw fab fa-apple"></i>iOS App</a><a href="https://play.google.com/store/apps/details?id=com.airkast.tunekast1596_34&amp;hl=en_US" class="mini-contacts multipurpose_2 show-on-desktop in-top-bar-right in-menu-second-switch"><i class="fa-fw fab fa-android"></i>Android App</a><div class="soc-ico show-on-desktop in-top-bar-right in-menu-second-switch accent-bg disabled-border border-off hover-accent-bg hover-disabled-border hover-border-off"><a title="Facebook page opens in new window" href="https://www.facebook.com/WNIS790/" target="_blank" class="facebook"><span class="soc-font-icon"></span><span class="screen-reader-text">Facebook page opens in new window</span></a><a title="X page opens in new window" href="https://twitter.com/am_790_wnis" target="_blank" class="twitter"><span class="soc-font-icon"></span><span class="screen-reader-text">X page opens in new window</span></a></div></div></div> <header class="header-bar"> <div class="branding"> <div id="site-title" class="assistive-text">WNIS</div> <div id="site-description" class="assistive-text">Hampton Roads News and Information Station</div> <a class="" href="https://wnis.com/"><img class=" preload-me" src="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_80h.png" srcset="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_80h.png 122w, https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_80h.png 122w" width="122" height="80" sizes="122px" alt="WNIS" /><img class="mobile-logo preload-me" src="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png" srcset="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png 107w, https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png 107w" width="107" height="70" sizes="107px" alt="WNIS" /></a></div> <ul id="primary-menu" class="main-nav underline-decoration l-to-r-line outside-item-remove-margin"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-10591 act first depth-0"><a href='/' data-level='1'><span class="menu-item-text"><span class="menu-text">Home</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10593 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Programming</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10594 first depth-1"><a href='/schedule' data-level='2'><span class="menu-item-text"><span class="menu-text">Schedule</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10595 has-children depth-1"><a href='https://wnis.com/announcers/' data-level='2' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Announcers</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10737 first depth-2"><a href='https://wnis.com/tony-macrini/' data-level='3'><span class="menu-item-text"><span class="menu-text">Tony Macrini</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10736 depth-2"><a href='https://wnis.com/brian-kilmeade/' data-level='3'><span class="menu-item-text"><span class="menu-text">Brian Kilmeade</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10749 depth-2"><a href='https://wnis.com/sean-hannity/' data-level='3'><span class="menu-item-text"><span class="menu-text">Sean Hannity</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10706 depth-2"><a href='https://wnis.com/george-noory/' data-level='3'><span class="menu-item-text"><span class="menu-text">George Noory</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10759 depth-2"><a href='https://wnis.com/buck-sexton/' data-level='3'><span class="menu-item-text"><span class="menu-text">Buck Sexton</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10758 depth-2"><a href='https://wnis.com/mark-levin/' data-level='3'><span class="menu-item-text"><span class="menu-text">Mark Levin</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22979 depth-2"><a href='https://wnis.com/lee-foster/' data-level='3'><span class="menu-item-text"><span class="menu-text">Lee Foster</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13117 depth-2"><a href='https://wnis.com/justin-lee/' data-level='3'><span class="menu-item-text"><span class="menu-text">Justin Lee</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12471 depth-1"><a href='https://wnis.com/contests/' data-level='2'><span class="menu-item-text"><span class="menu-text">Contests</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73931 depth-1"><a href='https://wnis.com/join-the-conversation/' data-level='2'><span class="menu-item-text"><span class="menu-text">Join the Conversation</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-70383 depth-1"><a href='https://wtar.com/into-the-weeds/' data-level='2'><span class="menu-item-text"><span class="menu-text">Into the Weeds</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10597 depth-1"><a href='/tony-macrini/' data-level='2'><span class="menu-item-text"><span class="menu-text">Macrini In The Morning</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10940 depth-1"><a href='https://wnis.com/virginia-eats-drinks-show/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Eats + Drinks Show</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11263 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Ask the Expert</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11265 first depth-1"><a href='https://wnis.com/ask-the-expert/' data-level='2'><span class="menu-item-text"><span class="menu-text">The Experts</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11266 depth-1"><a href='/ask-the-expert/#schedule' data-level='2'><span class="menu-item-text"><span class="menu-text">Schedule</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11158 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Sports</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13068 first depth-1"><a href='https://wnis.com/washington-commanders/' data-level='2'><span class="menu-item-text"><span class="menu-text">Washington Commanders</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11160 depth-1"><a href='https://wnis.com/virginia-tech-football/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Tech Football</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11159 depth-1"><a href='https://wnis.com/virginia-tech-basketball/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Tech Basketball</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31617 depth-0"><a href='https://wnis.com/events/' data-level='1'><span class="menu-item-text"><span class="menu-text">Events</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-31134 last has-children depth-0"><a href='#' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10602 first depth-1"><a href='/contact' data-level='2'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31135 depth-1"><a href='https://wnis.com/advertise/' data-level='2'><span class="menu-item-text"><span class="menu-text">Advertise With Us</span></span></a></li> </ul></li> </ul> <div class="mini-widgets"><a href="https://player.listenlive.co/54511" class="microwidget-btn mini-button header-elements-button-1 show-on-desktop in-top-bar-right in-top-bar microwidget-btn-bg-on microwidget-btn-hover-bg-on disable-animation-bg border-on hover-border-on btn-icon-align-left" target="_blank"><i class="far fa-play-circle"></i><span>LISTEN LIVE</span></a><div class="mini-search show-on-desktop near-logo-first-switch near-logo-second-switch popup-search custom-icon"><form class="searchform mini-widget-searchform" role="search" method="get" action="https://wnis.com/"> <div class="screen-reader-text">Search:</div> <a href="" class="submit text-disable"><i class=" mw-icon the7-mw-icon-search-bold"></i></a> <div class="popup-search-wrap"> <input type="text" aria-label="Search" class="field searchform-s" name="s" value="" placeholder="Type and hit enter …" title="Search form"/> <a href="" class="search-icon"><i class="the7-mw-icon-search-bold"></i></a> </div> <input type="submit" class="assistive-text searchsubmit" value="Go!"/> </form> </div></div> </header> </div> <div role="navigation" aria-label="Main Menu" class="dt-mobile-header mobile-menu-show-divider"> <div class="dt-close-mobile-menu-icon" aria-label="Close" role="button" tabindex="0"><div class="close-line-wrap"><span class="close-line"></span><span class="close-line"></span><span class="close-line"></span></div></div> <ul id="mobile-menu" class="mobile-main-nav"> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-10591 act first depth-0"><a href='/' data-level='1'><span class="menu-item-text"><span class="menu-text">Home</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10593 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Programming</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10594 first depth-1"><a href='/schedule' data-level='2'><span class="menu-item-text"><span class="menu-text">Schedule</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10595 has-children depth-1"><a href='https://wnis.com/announcers/' data-level='2' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Announcers</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10737 first depth-2"><a href='https://wnis.com/tony-macrini/' data-level='3'><span class="menu-item-text"><span class="menu-text">Tony Macrini</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10736 depth-2"><a href='https://wnis.com/brian-kilmeade/' data-level='3'><span class="menu-item-text"><span class="menu-text">Brian Kilmeade</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10749 depth-2"><a href='https://wnis.com/sean-hannity/' data-level='3'><span class="menu-item-text"><span class="menu-text">Sean Hannity</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10706 depth-2"><a href='https://wnis.com/george-noory/' data-level='3'><span class="menu-item-text"><span class="menu-text">George Noory</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10759 depth-2"><a href='https://wnis.com/buck-sexton/' data-level='3'><span class="menu-item-text"><span class="menu-text">Buck Sexton</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10758 depth-2"><a href='https://wnis.com/mark-levin/' data-level='3'><span class="menu-item-text"><span class="menu-text">Mark Levin</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22979 depth-2"><a href='https://wnis.com/lee-foster/' data-level='3'><span class="menu-item-text"><span class="menu-text">Lee Foster</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13117 depth-2"><a href='https://wnis.com/justin-lee/' data-level='3'><span class="menu-item-text"><span class="menu-text">Justin Lee</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12471 depth-1"><a href='https://wnis.com/contests/' data-level='2'><span class="menu-item-text"><span class="menu-text">Contests</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73931 depth-1"><a href='https://wnis.com/join-the-conversation/' data-level='2'><span class="menu-item-text"><span class="menu-text">Join the Conversation</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-70383 depth-1"><a href='https://wtar.com/into-the-weeds/' data-level='2'><span class="menu-item-text"><span class="menu-text">Into the Weeds</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10597 depth-1"><a href='/tony-macrini/' data-level='2'><span class="menu-item-text"><span class="menu-text">Macrini In The Morning</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10940 depth-1"><a href='https://wnis.com/virginia-eats-drinks-show/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Eats + Drinks Show</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11263 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Ask the Expert</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11265 first depth-1"><a href='https://wnis.com/ask-the-expert/' data-level='2'><span class="menu-item-text"><span class="menu-text">The Experts</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11266 depth-1"><a href='/ask-the-expert/#schedule' data-level='2'><span class="menu-item-text"><span class="menu-text">Schedule</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-11158 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Sports</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13068 first depth-1"><a href='https://wnis.com/washington-commanders/' data-level='2'><span class="menu-item-text"><span class="menu-text">Washington Commanders</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11160 depth-1"><a href='https://wnis.com/virginia-tech-football/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Tech Football</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11159 depth-1"><a href='https://wnis.com/virginia-tech-basketball/' data-level='2'><span class="menu-item-text"><span class="menu-text">Virginia Tech Basketball</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31617 depth-0"><a href='https://wnis.com/events/' data-level='1'><span class="menu-item-text"><span class="menu-text">Events</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-31134 last has-children depth-0"><a href='#' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10602 first depth-1"><a href='/contact' data-level='2'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31135 depth-1"><a href='https://wnis.com/advertise/' data-level='2'><span class="menu-item-text"><span class="menu-text">Advertise With Us</span></span></a></li> </ul></li> </ul> <div class='mobile-mini-widgets-in-menu'></div> </div> <div id="main-slideshow"> <!-- START DT REVOLUTION SLIDER 6.7.35 --><p class="rs-p-wp-fix"></p> <rs-module-wrap id="rev_slider_1_1_wrapper" data-source="gallery" style="visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;"> <rs-module id="rev_slider_1_1" style="" data-version="6.7.35"> <rs-slides style="overflow: hidden; position: absolute;"> <rs-slide style="position: absolute;" data-key="rs-31" data-title="The Write Stuff" data-in="o:0;" data-out="a:false;"> <img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="The Write Stuff" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina> <!-- --><a id="slider-1-slide-31-layer-1" class="rs-layer" href="/writestuff" target="_self" data-type="image" data-rsp_ch="on" data-text="w:normal;" data-dim="w:1120px;h:525px;" data-frame_999="o:0;st:w;" style="z-index:5;" ><img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//wnis.com/wp-content/uploads/2025/06/write_stuff_2025_slide_r1.jpg" data-no-retina> </a><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-2" data-title="Macrini Morning Show" data-in="o:0;" data-out="a:false;"> <img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Macrini Morning Show" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina> <!-- --><rs-layer id="slider-1-slide-2-layer-1" data-type="image" data-rsp_ch="on" data-text="w:normal;" data-dim="w:1120px;h:525px;" data-frame_999="o:0;st:w;" style="z-index:5;" ><img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//wnis.com/wp-content/uploads/revslider/DT/macrini_in_the_morning_1120x525-1.jpg" data-no-retina> </rs-layer><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-21" data-title="Kerry &amp; Mike WNIS" data-in="o:0;" data-out="a:false;"> <img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Kerry &amp; Mike WNIS" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina> <!-- --><a id="slider-1-slide-21-layer-0" class="rs-layer" href="https://wtar.com/the-kerry-and-mike-show/" target="_blank" rel="noopener" data-type="image" data-rsp_ch="on" data-text="w:normal;" data-dim="w:1120px;h:525px;" data-frame_999="o:0;st:w;sR:8700;" style="z-index:5;" ><img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//wnis.com/wp-content/uploads/2024/09/slider_kerry_and_mike_wnis.jpg" data-no-retina> </a><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-22" data-title="Into the Weeds" data-in="o:0;" data-out="a:false;"> <img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Into the Weeds" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina> <!-- --><a id="slider-1-slide-22-layer-1" class="rs-layer" href="https://wtar.com/into-the-weeds/" target="_self" data-type="image" data-rsp_ch="on" data-text="w:normal;" data-dim="w:1120px;h:525px;" data-frame_999="o:0;st:w;" style="z-index:5;" ><img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//wnis.com/wp-content/uploads/2024/08/into_the_weeds_slider.jpg" data-no-retina> </a><!-- --> </rs-slide> <rs-slide style="position: absolute;" data-key="rs-12" data-title="Be an Insider" data-in="o:0;" data-out="a:false;"> <img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Be an Insider" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina> <!-- --><a id="slider-1-slide-12-layer-0" class="rs-layer" href="/join-the-conversation/" target="_self" data-type="image" data-rsp_ch="on" data-text="w:normal;" data-dim="w:1120px;h:525px;" data-frame_999="o:0;st:w;sR:8700;" style="z-index:5;" ><img src="//wnis.com/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//wnis.com/wp-content/uploads/2024/09/text_list_wnis_update.jpg" data-no-retina> </a><!-- --> </rs-slide> </rs-slides> </rs-module> <script> setREVStartSize({c: 'rev_slider_1_1',rl:[1240,1024,778,480],el:[525],gw:[1120],gh:[525],type:'standard',justify:'',layout:'fullwidth',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider11"]!==undefined) {window.RS_MODULES.modules["revslider11"].once = false;window.revapi1 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()} </script> </rs-module-wrap> <!-- END REVOLUTION SLIDER --> </div> <div id="main" class="sidebar-none sidebar-divider-vertical"> <div class="main-gradient"></div> <div class="wf-wrap"> <div class="wf-container-main"> <div id="content" class="content" role="main"> <div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_sep_color_grey wpb_content_element page-sep vc_separator-has-text" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><div class="vc_icon_element vc_icon_element-outer vc_do_icon vc_icon_element-align-left"><div class="vc_icon_element-inner vc_icon_element-color-custom vc_icon_element-size-md vc_icon_element-style- vc_icon_element-background-color-grey" ><span class="vc_icon_element-icon fa fa-facebook-official" style="color:#dd3333 !important"></span></div></div><h4>From Facebook</h4><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> <div class="wpb_raw_code wpb_raw_html wpb_content_element" > <div class="wpb_wrapper"> <div class="cff-wrapper"><div class="cff-wrapper-ctn cff-wrapper-fixed-height" style="height:520px;" ><div id="cff" class="cff cff-list-container cff-fixed-height cff-default-styles cff-mob-cols-1 cff-tab-cols-1" style="width:100%;" data-char="400" > <section class="cff-likebox cff-top" > <iframe title="Likebox Iframe" src="" class="fb_iframe_widget" data-likebox-id="114106965338140" data-likebox-width="300" data-likebox-header="1" data-hide-cover="1" data-hide-cta="" data-likebox-faces="1" data-height="154" data-locale="en_US" scrolling="no" allowTransparency="true" allow="encrypted-media" ></iframe> </section> <div class="cff-posts-wrap"><div id="cff_114106965338140_773506541919180" class="cff-item cff-photo-post cff-box author-wnis-790" style="border-radius:5px;background-color:#f2f2f2;" > <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date" > <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" >WNIS 790</a> <span class="cff-story"> is at Chesapeake Virginia Wine Festival.</span> </div> <p class="cff-date" > 4 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF"> <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" ><img decoding="async" src="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF" title="WNIS 790" alt="WNIS 790" width=40 height=40 onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text" > <span class="cff-text" data-color=""> Chesapeake Virginia Wine Festival is POURING JUST FOR YOU! It&#039;s not too late to SAVE HUGE! Ticket prices go up when early bird ends July 31!<img class="cff-linebreak" /><img class="cff-linebreak" />🍷 Unlimited tastings from 20+ Virginia wineries<img class="cff-linebreak" />🎶 Live music from Lewis McGehee &amp; Friends<img class="cff-linebreak" />🍺 Craft Beer Garden<img class="cff-linebreak" />🍓 Food vendors galore<img class="cff-linebreak" />⭐ VIP Tables still available — but going fast!<img class="cff-linebreak" /><img class="cff-linebreak" />October 11, 2025<img class="cff-linebreak" />Chesapeake City Park<img class="cff-linebreak" /><img class="cff-linebreak" />Get your tickets NOW ➡️https://loom.ly/QNAjOeg </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <p class="cff-media-link"> <a href="https://www.facebook.com/photo.php?fbid=773506505252517&#038;set=a.204290322174141&#038;type=3" target="_blank" style="color: #"> <span style="padding-right: 5px;" class="fa fas fa-picture-o fa-image"></span>Photo </a> </p> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://www.facebook.com/photo.php?fbid=773506505252517&#038;set=a.204290322174141&#038;type=3" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a> <div class="cff-share-container"> <span class="cff-dot" >&middot;</span> <a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773506505252517%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" title="Share" >Share</a> <p class="cff-share-tooltip"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773506505252517%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon"> <span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773506505252517%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon"> <span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773506505252517%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3&#038;title=%09%09%09Chesapeake%20Virginia%20Wine%20Festival%20is%20POURING%20JUST%20FOR%20YOU%21%20It%26%23039%3Bs%20not%20too%20late%20to%20SAVE%20HUGE%21%20Ticket%20prices%20go%20up%20when%20early%20bird%20ends%20July%2031%21%F0%9F%8D%B7%20Unlimited%20tastings%20from%2020%2B%20Virginia%20wineries%F0%9F%8E%B6%20Live%20music%20from%20Lewis%20McGehee%20%26amp%3B%20Friends%F0%9F%8D%BA%20Craft%20Beer%20Garden%F0%9F%8D%93%20Food%20vendors%20galore%E2%AD%90%20VIP%20Tables%20still%20available%20%E2%80%94%20but%20going%20fast%21October%2011%2C%202025Chesapeake%20City%20ParkGet%20your%20tickets%20NOW%20%E2%9E%A1%EF%B8%8Fhttps%3A%2F%2Floom.ly%2FQNAjOeg%09%09%09%09" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon"> <span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773506505252517%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3%20-%20%0A%0A%09%0A%09%09Chesapeake%20Virginia%20Wine%20Festival%20is%20POURING%20JUST%20FOR%20YOU%21%20It%26%23039%3Bs%20not%20too%20late%20to%20SAVE%20HUGE%21%20Ticket%20prices%20go%20up%20when%20early%20bird%20ends%20July%2031%21%F0%9F%8D%B7%20Unlimited%20tastings%20from%2020%2B%20Virginia%20wineries%F0%9F%8E%B6%20Live%20music%20from%20Lewis%20McGehee%20%26amp%3B%20Friends%F0%9F%8D%BA%20Craft%20Beer%20Garden%F0%9F%8D%93%20Food%20vendors%20galore%E2%AD%90%20VIP%20Tables%20still%20available%20%E2%80%94%20but%20going%20fast%21October%2011%2C%202025Chesapeake%20City%20ParkGet%20your%20tickets%20NOW%20%E2%9E%A1%EF%B8%8Fhttps%3A%2F%2Floom.ly%2FQNAjOeg%09%09%09%0A%09" target="_blank" rel="noopener noreferrer" class="cff-email-icon"> <span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div id="cff_114106965338140_773396248596876" class="cff-item cff-photo-post cff-box author-wnis-790" style="border-radius:5px;background-color:#f2f2f2;" > <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date" > <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" >WNIS 790</a> <span class="cff-story"> </span> </div> <p class="cff-date" > 4 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF"> <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" ><img decoding="async" src="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF" title="WNIS 790" alt="WNIS 790" width=40 height=40 onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text" > <span class="cff-text" data-color=""> 📢 TONIGHT at 6:00 PM EST! 📢<img class="cff-linebreak" /><img class="cff-linebreak" />Ask the Expert featuring Sunshine Health DPC! ☀<img class="cff-linebreak" /><img class="cff-linebreak" />Join us as we share insights on wellness, weight loss, and peptide therapies that support your health journey. You’ll also have the chance to call in live with your questions—and if your question is selected, you’ll receive a FREE peptide infusion from one of our most popular options:<img class="cff-linebreak" /><img class="cff-linebreak" />Supernova – a blend of Zinc, Vitamin C, and Glutathione<img class="cff-linebreak" /><img class="cff-linebreak" />Vita Glow – rich in L-Proline for radiant wellness<img class="cff-linebreak" /><img class="cff-linebreak" />Call in during the show for a chance to win! The phone number is 757-627-7979. 📞<img class="cff-linebreak" /><img class="cff-linebreak" />Listen on 790 AM, Stream on wnis.com, or ask your Smart Speaker to &quot;PLAY NEWS TALK 790, WNIS!&quot; 🎙📡📻<img class="cff-linebreak" /><img class="cff-linebreak" />Don’t miss this opportunity to learn more about your health and possibly receive a powerful infusion on us!<img class="cff-linebreak" /><img class="cff-linebreak" />#asktheexpert <a href="https://facebook.com/615478681811436">#liveradioshow</a> <a href="https://facebook.com/425114414261211">#sunshinehealth</a> <a href="https://facebook.com/579447712066304">#wellness</a> <a href="https://facebook.com/269650519833475">#weightloss</a> <a href="https://facebook.com/481777625234998">#peptidetherapy</a> <a href="https://facebook.com/354152671372085">#healthjourney</a> <a href="https://facebook.com/106587156206459">#vitaminhealth</a> <a href="https://facebook.com/160992427390601">#vitaminc</a> <a href="https://facebook.com/150463245117636">#zinc</a> </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <p class="cff-media-link"> <a href="https://www.facebook.com/photo.php?fbid=773396228596878&#038;set=a.204290322174141&#038;type=3" target="_blank" style="color: #"> <span style="padding-right: 5px;" class="fa fas fa-picture-o fa-image"></span>Photo </a> </p> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://www.facebook.com/photo.php?fbid=773396228596878&#038;set=a.204290322174141&#038;type=3" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a> <div class="cff-share-container"> <span class="cff-dot" >&middot;</span> <a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773396228596878%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" title="Share" >Share</a> <p class="cff-share-tooltip"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773396228596878%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon"> <span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773396228596878%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon"> <span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773396228596878%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3&#038;title=%09%09%09%F0%9F%93%A2%20TONIGHT%20at%206%3A00%20PM%20EST%21%20%F0%9F%93%A2Ask%20the%20Expert%20featuring%20Sunshine%20Health%20DPC%21%20%E2%98%80Join%20us%20as%20we%20share%20insights%20on%20wellness%2C%20weight%20loss%2C%20and%20peptide%20therapies%20that%20support%20your%20health%20journey.%20You%E2%80%99ll%20also%20have%20the%20chance%20to%20call%20in%20live%20with%20your%20questions%E2%80%94and%20if%20your%20question%20is%20selected%2C%20you%E2%80%99ll%20receive%20a%20FREE%20peptide%20infusion%20from%20one%20of%20our%20most%20popular%20options%3ASupernova%20%E2%80%93%20a%20blend%20of%20Zinc%2C%20Vitamin%20C%2C%20and%20GlutathioneVita%20Glow%20%E2%80%93%20rich%20in%20L-Proline%20for%20radiant%20wellnessCall%20in%20during%20the%20show%20for%20a%20chance%20to%20win%21%20The%20phone%20number%20is%20757-627-7979.%20%F0%9F%93%9EListen%20on%20790%20AM%2C%20Stream%20on%20wnis.com%2C%20or%20ask%20your%20Smart%20Speaker%20to%20%26quot%3BPLAY%20NEWS%20TALK%20790%2C%20WNIS%21%26quot%3B%20%F0%9F%8E%99%F0%9F%93%A1%F0%9F%93%BBDon%E2%80%99t%20miss%20this%20opportunity%20to%20learn%20more%20about%20your%20health%20and%20possibly%20receive%20a%20powerful%20infusion%20on%20us%21%23asktheexpert%20%23liveradioshow%20%23sunshinehealth%20%23wellness%20%23weightloss%20%23peptidetherapy%20%23healthjourney%20%23vitaminhealth%20%23vitaminc%20%23zinc%09%09%09%09" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon"> <span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D773396228596878%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3%20-%20%0A%0A%09%0A%09%09%F0%9F%93%A2%20TONIGHT%20at%206%3A00%20PM%20EST%21%20%F0%9F%93%A2Ask%20the%20Expert%20featuring%20Sunshine%20Health%20DPC%21%20%E2%98%80Join%20us%20as%20we%20share%20insights%20on%20wellness%2C%20weight%20loss%2C%20and%20peptide%20therapies%20that%20support%20your%20health%20journey.%20You%E2%80%99ll%20also%20have%20the%20chance%20to%20call%20in%20live%20with%20your%20questions%E2%80%94and%20if%20your%20question%20is%20selected%2C%20you%E2%80%99ll%20receive%20a%20FREE%20peptide%20infusion%20from%20one%20of%20our%20most%20popular%20options%3ASupernova%20%E2%80%93%20a%20blend%20of%20Zinc%2C%20Vitamin%20C%2C%20and%20GlutathioneVita%20Glow%20%E2%80%93%20rich%20in%20L-Proline%20for%20radiant%20wellnessCall%20in%20during%20the%20show%20for%20a%20chance%20to%20win%21%20The%20phone%20number%20is%20757-627-7979.%20%F0%9F%93%9EListen%20on%20790%20AM%2C%20Stream%20on%20wnis.com%2C%20or%20ask%20your%20Smart%20Speaker%20to%20%26quot%3BPLAY%20NEWS%20TALK%20790%2C%20WNIS%21%26quot%3B%20%F0%9F%8E%99%F0%9F%93%A1%F0%9F%93%BBDon%E2%80%99t%20miss%20this%20opportunity%20to%20learn%20more%20about%20your%20health%20and%20possibly%20receive%20a%20powerful%20infusion%20on%20us%21%23asktheexpert%20%23liveradioshow%20%23sunshinehealth%20%23wellness%20%23weightloss%20%23peptidetherapy%20%23healthjourney%20%23vitaminhealth%20%23vitaminc%20%23zinc%09%09%09%0A%09" target="_blank" rel="noopener noreferrer" class="cff-email-icon"> <span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div id="cff_114106965338140_773298478606653" class="cff-item cff-link-item cff-box author-wnis-790" style="border-radius:5px;background-color:#f2f2f2;" > <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date" > <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" >WNIS 790</a> <span class="cff-story"> </span> </div> <p class="cff-date" > 4 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF"> <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" ><img decoding="async" src="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF" title="WNIS 790" alt="WNIS 790" width=40 height=40 onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text" > <span class="cff-text" data-color=""> 📚🎒 A huge THANK YOU to our friends at <a href="https://facebook.com/193793593973879">Virginia Natural Gas</a> for another year of supporting The Write Stuff! Their generous donations of backpacks and school supplies will go directly to The Salvation Army Hampton Roads Area Command to help local students start the school year strong. 💛<img class="cff-linebreak" /><img class="cff-linebreak" />But we’re not done yet—you can still help!<img class="cff-linebreak" /><img class="cff-linebreak" />📍Join us for The Write Stuff Collection Drive this Friday, August 1st from 11am–1pm at Walmart (4821 Virginia Beach Blvd, Virginia Beach). While you&#039;re out shopping, grab a few extra supplies to donate to kids in need!<img class="cff-linebreak" /><img class="cff-linebreak" />💻 Can’t make it to the drive? Donate online anytime at WNIS.com<img class="cff-linebreak" /><img class="cff-linebreak" />Big thanks to our community partners: <a href="https://facebook.com/125794087438846">Coastal RV</a>, <a href="https://facebook.com/230291711227126">Rainbow Restoration of Norfolk</a>, <a href="https://facebook.com/131305029855">Planet Fitness</a>, and <a href="https://facebook.com/193793593973879">Virginia Natural Gas</a> for helping us get students back to school prepared and confident!<img class="cff-linebreak" /><img class="cff-linebreak" />Let’s show up for our community—every donation makes a difference.<img class="cff-linebreak" /><img class="cff-linebreak" /><a href="https://facebook.com/509978939064453">#TheWriteStuff</a> #BackToSchool <a href="https://facebook.com/144167205786212">#SupportLocalStudents</a> <a href="https://facebook.com/452166491519054">#CommunityStrong</a> </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <div class="cff-shared-link " > <div class="cff-text-link cff-no-image"> <p class="cff-link-title" > <a href="https://www.facebook.com/114106965338140/posts/773298478606653" target="_blank" rel="nofollow noopener noreferrer" style="color:#;">This content isn't available right now</a> </p> <span class="cff-post-desc" >When this happens, it&#039;s usually because the owner only shared it with a small group of people, changed who can see it or it&#039;s been deleted.</span> </div> </div> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://www.facebook.com/114106965338140/posts/773298478606653" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a> <div class="cff-share-container"> <span class="cff-dot" >&middot;</span> <a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F114106965338140%2Fposts%2F773298478606653" title="Share" >Share</a> <p class="cff-share-tooltip"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F114106965338140%2Fposts%2F773298478606653" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon"> <span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2F114106965338140%2Fposts%2F773298478606653" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon"> <span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2F114106965338140%2Fposts%2F773298478606653&#038;title=%09%09%09%F0%9F%93%9A%F0%9F%8E%92%20A%20huge%20THANK%20YOU%20to%20our%20friends%20at%20Virginia%20Natural%20Gas%20for%20another%20year%20of%20supporting%20The%20Write%20Stuff%21%20Their%20generous%20donations%20of%20backpacks%20and%20school%20supplies%20will%20go%20directly%20to%20The%20Salvation%20Army%20Hampton%20Roads%20Area%20Command%20to%20help%20local%20students%20start%20the%20school%20year%20strong.%20%F0%9F%92%9BBut%20we%E2%80%99re%20not%20done%20yet%E2%80%94you%20can%20still%20help%21%F0%9F%93%8DJoin%20us%20for%20The%20Write%20Stuff%20Collection%20Drive%20this%20Friday%2C%20August%201st%20from%2011am%E2%80%931pm%20at%20Walmart%20%284821%20Virginia%20Beach%20Blvd%2C%20Virginia%20Beach%29.%20While%20you%26%23039%3Bre%20out%20shopping%2C%20grab%20a%20few%20extra%20supplies%20to%20donate%20to%20kids%20in%20need%21%F0%9F%92%BB%20Can%E2%80%99t%20make%20it%20to%20the%20drive%3F%20Donate%20online%20anytime%20at%20WNIS.comBig%20thanks%20to%20our%20community%20partners%3A%20Coastal%20RV%2C%20Rainbow%20Restoration%20of%20Norfolk%2C%20Planet%20Fitness%2C%20and%20Virginia%20Natural%20Gas%20for%20helping%20us%20get%20students%20back%20to%20school%20prepared%20and%20confident%21Let%E2%80%99s%20show%20up%20for%20our%20community%E2%80%94every%20donation%20makes%20a%20difference.%23TheWriteStuff%20%23BackToSchool%20%23SupportLocalStudents%20%23CommunityStrong%09%09%09%09" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon"> <span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2F114106965338140%2Fposts%2F773298478606653%20-%20%0A%0A%09%0A%09%09%F0%9F%93%9A%F0%9F%8E%92%20A%20huge%20THANK%20YOU%20to%20our%20friends%20at%20Virginia%20Natural%20Gas%20for%20another%20year%20of%20supporting%20The%20Write%20Stuff%21%20Their%20generous%20donations%20of%20backpacks%20and%20school%20supplies%20will%20go%20directly%20to%20The%20Salvation%20Army%20Hampton%20Roads%20Area%20Command%20to%20help%20local%20students%20start%20the%20school%20year%20strong.%20%F0%9F%92%9BBut%20we%E2%80%99re%20not%20done%20yet%E2%80%94you%20can%20still%20help%21%F0%9F%93%8DJoin%20us%20for%20The%20Write%20Stuff%20Collection%20Drive%20this%20Friday%2C%20August%201st%20from%2011am%E2%80%931pm%20at%20Walmart%20%284821%20Virginia%20Beach%20Blvd%2C%20Virginia%20Beach%29.%20While%20you%26%23039%3Bre%20out%20shopping%2C%20grab%20a%20few%20extra%20supplies%20to%20donate%20to%20kids%20in%20need%21%F0%9F%92%BB%20Can%E2%80%99t%20make%20it%20to%20the%20drive%3F%20Donate%20online%20anytime%20at%20WNIS.comBig%20thanks%20to%20our%20community%20partners%3A%20Coastal%20RV%2C%20Rainbow%20Restoration%20of%20Norfolk%2C%20Planet%20Fitness%2C%20and%20Virginia%20Natural%20Gas%20for%20helping%20us%20get%20students%20back%20to%20school%20prepared%20and%20confident%21Let%E2%80%99s%20show%20up%20for%20our%20community%E2%80%94every%20donation%20makes%20a%20difference.%23TheWriteStuff%20%23BackToSchool%20%23SupportLocalStudents%20%23CommunityStrong%09%09%09%0A%09" target="_blank" rel="noopener noreferrer" class="cff-email-icon"> <span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div id="cff_114106965338140_772739838662517" class="cff-item cff-photo-post cff-box author-wnis-790" style="border-radius:5px;background-color:#f2f2f2;" > <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date" > <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" >WNIS 790</a> <span class="cff-story"> </span> </div> <p class="cff-date" > 5 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF"> <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" ><img decoding="async" src="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF" title="WNIS 790" alt="WNIS 790" width=40 height=40 onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text" > <span class="cff-text" data-color=""> 🎸 The Outlaw Music Festival is BACK ON THE ROAD AGAIN for the 10th Anniversary Tour! <img class="cff-linebreak" /><img class="cff-linebreak" />🎶 Don&#039;t miss your chance to hear the legendary Willie Nelson &amp; Family, Bob Dylan, Turnpike Troubadours and Willow Avalon at Veterans United Home Loans Amphitheater in Virginia Beach on 7/29! <img class="cff-linebreak" /><img class="cff-linebreak" />🎫 Tickets on sale: <a href="https://bit.ly/OutlawVB25" rel='nofollow noopener noreferrer'>bit.ly/OutlawVB25</a><img class="cff-linebreak" /><img class="cff-linebreak" />.<img class="cff-linebreak" />.<img class="cff-linebreak" />.<img class="cff-linebreak" />#OutlawMusicFestival #WillieNelson #BobDylan #TurnpikeTroubadours #WillowAvalon <a href="https://facebook.com/305560419569421">#10thanniversary</a> #10thAnniversaryTour #CountryMusic <a href="https://facebook.com/522913101065359">#willienelson</a>fans <a href="https://facebook.com/541435819224378">#bobdylan</a>fans <a href="https://facebook.com/435587909857204">#outlawcountry</a> #outlawnation <a href="https://facebook.com/502843519792459">#virginiabeachamp</a> #VeteransUnitedAmphitheater #LiveMusic #LiveInConcert #OutlawTour #CountryLegends #musiclegends <a href="https://facebook.com/425155184245486">#ontheroadagain</a> </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <p class="cff-media-link"> <a href="https://www.facebook.com/photo.php?fbid=772739805329187&#038;set=a.204290322174141&#038;type=3" target="_blank" style="color: #"> <span style="padding-right: 5px;" class="fa fas fa-picture-o fa-image"></span>Photo </a> </p> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://www.facebook.com/photo.php?fbid=772739805329187&#038;set=a.204290322174141&#038;type=3" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a> <div class="cff-share-container"> <span class="cff-dot" >&middot;</span> <a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772739805329187%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" title="Share" >Share</a> <p class="cff-share-tooltip"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772739805329187%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon"> <span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772739805329187%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon"> <span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772739805329187%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3&#038;title=%09%09%09%F0%9F%8E%B8%20The%20Outlaw%20Music%20Festival%20is%20BACK%20ON%20THE%20ROAD%20AGAIN%20for%20the%2010th%20Anniversary%20Tour%21%20%F0%9F%8E%B6%20Don%26%23039%3Bt%20miss%20your%20chance%20to%20hear%20the%20legendary%20Willie%20Nelson%20%26amp%3B%20Family%2C%20Bob%20Dylan%2C%20Turnpike%20Troubadours%20and%20Willow%20Avalon%20at%20Veterans%20United%20Home%20Loans%20Amphitheater%20in%20Virginia%20Beach%20on%207%2F29%21%20%F0%9F%8E%AB%20Tickets%20on%20sale%3A%20bit.ly%2FOutlawVB25...%23OutlawMusicFestival%20%23WillieNelson%20%23BobDylan%20%23TurnpikeTroubadours%20%23WillowAvalon%20%2310thanniversary%20%2310thAnniversaryTour%20%23CountryMusic%20%23willienelsonfans%20%23bobdylanfans%20%23outlawcountry%20%23outlawnation%20%23virginiabeachamp%20%23VeteransUnitedAmphitheater%20%23LiveMusic%20%23LiveInConcert%20%23OutlawTour%20%23CountryLegends%20%23musiclegends%20%23ontheroadagain%09%09%09%09" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon"> <span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772739805329187%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3%20-%20%0A%0A%09%0A%09%09%F0%9F%8E%B8%20The%20Outlaw%20Music%20Festival%20is%20BACK%20ON%20THE%20ROAD%20AGAIN%20for%20the%2010th%20Anniversary%20Tour%21%20%F0%9F%8E%B6%20Don%26%23039%3Bt%20miss%20your%20chance%20to%20hear%20the%20legendary%20Willie%20Nelson%20%26amp%3B%20Family%2C%20Bob%20Dylan%2C%20Turnpike%20Troubadours%20and%20Willow%20Avalon%20at%20Veterans%20United%20Home%20Loans%20Amphitheater%20in%20Virginia%20Beach%20on%207%2F29%21%20%F0%9F%8E%AB%20Tickets%20on%20sale%3A%20bit.ly%2FOutlawVB25...%23OutlawMusicFestival%20%23WillieNelson%20%23BobDylan%20%23TurnpikeTroubadours%20%23WillowAvalon%20%2310thanniversary%20%2310thAnniversaryTour%20%23CountryMusic%20%23willienelsonfans%20%23bobdylanfans%20%23outlawcountry%20%23outlawnation%20%23virginiabeachamp%20%23VeteransUnitedAmphitheater%20%23LiveMusic%20%23LiveInConcert%20%23OutlawTour%20%23CountryLegends%20%23musiclegends%20%23ontheroadagain%09%09%09%0A%09" target="_blank" rel="noopener noreferrer" class="cff-email-icon"> <span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> <div id="cff_114106965338140_772628635340304" class="cff-item cff-photo-post cff-box author-wnis-790" style="border-radius:5px;background-color:#f2f2f2;" > <div class="cff-author"> <div class="cff-author-text"> <div class="cff-page-name cff-author-date" > <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" >WNIS 790</a> <span class="cff-story"> </span> </div> <p class="cff-date" > 5 days ago </p> </div> <div class="cff-author-img " data-avatar="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF"> <a href="https://facebook.com/114106965338140" target="_blank" rel="nofollow noopener" ><img decoding="async" src="https://scontent-dfw5-2.xx.fbcdn.net/v/t39.30808-1/327525267_709584730614387_3768371498917167317_n.png?stp=cp0_dst-png_s50x50&#038;_nc_cat=102&#038;ccb=1-7&#038;_nc_sid=f907e8&#038;_nc_ohc=jL6aDj0jxuwQ7kNvwEYbcw9&#038;_nc_oc=Adk2s8h7T8A6QImHjinLnkttDR08zmyUS_NA36dAAuPwEiWBNywUHn9p4gAqcx3ch9Y&#038;_nc_zt=24&#038;_nc_ht=scontent-dfw5-2.xx&#038;edm=AKIiGfEEAAAA&#038;_nc_gid=R8YTz9dA1W9bircbEehw3g&#038;oh=00_AfTQie20VC2YJ-Gvts3JgKM2XYn7RUfTiRnewtYoLN2M-Q&#038;oe=688F61DF" title="WNIS 790" alt="WNIS 790" width=40 height=40 onerror="this.style.display='none'"></a> </div> </div> <div class="cff-post-text" > <span class="cff-text" data-color=""> 📢 TONIGHT at 6 PM! 📢<img class="cff-linebreak" /><img class="cff-linebreak" />Straight Talk &amp; Expert Advice. <img class="cff-linebreak" />Ask The Expert with Full Implant Choice! <img class="cff-linebreak" /><img class="cff-linebreak" />Dr. Adam Hogan is a recognized leader in dental implant, restorative, cosmetic and sedation dentistry throughout America: “We treat people, NOT teeth!”® 😁✨<img class="cff-linebreak" /><img class="cff-linebreak" />Listen on 790 AM, Stream on wnis.com, or ask your Smart Speaker to &quot;PLAY NEWS TALK 790, WNIS!&quot; 🎙📡📻<img class="cff-linebreak" /><img class="cff-linebreak" />#asktheexpert <a href="https://facebook.com/2452373431470500">#fullimplantchoice</a> <a href="https://facebook.com/615478681811436">#liveradioshow</a> <a href="https://facebook.com/2134816503293553">#dradamhogan</a> #dentalcare <a href="https://facebook.com/142827672552174">#dentalimplants</a> <a href="https://facebook.com/342315082536667">#dentalhealth</a> <a href="https://facebook.com/512342185503224">#restorativedentist</a> #CosmeticDentistry <a href="https://facebook.com/491428370904604">#cosmeticdentist</a> <a href="https://facebook.com/245233015614102">#talkshow</a> <a href="https://facebook.com/245233015614102">#talkshow</a>host <a href="https://facebook.com/498577573523197">#ExpertCare</a> <a href="https://facebook.com/267465480054860">#ExpertAdvice</a> <a href="https://facebook.com/615818878447987">#ExpertGuidance</a> <a href="https://facebook.com/170945076402975">#ExpertService</a> </span> <span class="cff-expand">... <a href="#" style="color: #"><span class="cff-more">See More</span><span class="cff-less">See Less</span></a></span> </div> <p class="cff-media-link"> <a href="https://www.facebook.com/photo.php?fbid=772628602006974&#038;set=a.204290322174141&#038;type=3" target="_blank" style="color: #"> <span style="padding-right: 5px;" class="fa fas fa-picture-o fa-image"></span>Photo </a> </p> <div class="cff-post-links"> <a class="cff-viewpost-facebook" href="https://www.facebook.com/photo.php?fbid=772628602006974&#038;set=a.204290322174141&#038;type=3" title="View on Facebook" target="_blank" rel="nofollow noopener" >View on Facebook</a> <div class="cff-share-container"> <span class="cff-dot" >&middot;</span> <a class="cff-share-link" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772628602006974%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" title="Share" >Share</a> <p class="cff-share-tooltip"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772628602006974%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-facebook-icon"> <span class="fa fab fa-facebook-square" aria-hidden="true"></span> <span class="cff-screenreader">Share on Facebook</span> </a> <a href="https://twitter.com/intent/tweet?text=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772628602006974%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3" target="_blank" rel="noopener noreferrer" class="cff-twitter-icon"> <span class="fa fab fa-twitter" aria-hidden="true"></span> <span class="cff-screenreader">Share on Twitter</span> </a> <a href="https://www.linkedin.com/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772628602006974%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3&#038;title=%09%09%09%F0%9F%93%A2%20TONIGHT%20at%206%20PM%21%20%F0%9F%93%A2Straight%20Talk%20%26amp%3B%20Expert%20Advice.%20Ask%20The%20Expert%20with%20Full%20Implant%20Choice%21%20Dr.%20Adam%20Hogan%20is%20a%20recognized%20leader%20in%20dental%20implant%2C%20restorative%2C%20cosmetic%20and%20sedation%20dentistry%20throughout%20America%3A%20%E2%80%9CWe%20treat%20people%2C%20NOT%20teeth%21%E2%80%9D%C2%AE%20%F0%9F%98%81%E2%9C%A8Listen%20on%20790%20AM%2C%20Stream%20on%20wnis.com%2C%20or%20ask%20your%20Smart%20Speaker%20to%20%26quot%3BPLAY%20NEWS%20TALK%20790%2C%20WNIS%21%26quot%3B%20%F0%9F%8E%99%F0%9F%93%A1%F0%9F%93%BB%23asktheexpert%20%23fullimplantchoice%20%23liveradioshow%20%23dradamhogan%20%23dentalcare%20%23dentalimplants%20%23dentalhealth%20%23restorativedentist%20%23CosmeticDentistry%20%23cosmeticdentist%20%23talkshow%20%23talkshowhost%20%23ExpertCare%20%23ExpertAdvice%20%23ExpertGuidance%20%23ExpertService%09%09%09%09" target="_blank" rel="noopener noreferrer" class="cff-linkedin-icon"> <span class="fa fab fa-linkedin" aria-hidden="true"></span> <span class="cff-screenreader">Share on Linked In</span> </a> <a href="mailto:?subject=Facebook&#038;body=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D772628602006974%26amp%3Bset%3Da.204290322174141%26amp%3Btype%3D3%20-%20%0A%0A%09%0A%09%09%F0%9F%93%A2%20TONIGHT%20at%206%20PM%21%20%F0%9F%93%A2Straight%20Talk%20%26amp%3B%20Expert%20Advice.%20Ask%20The%20Expert%20with%20Full%20Implant%20Choice%21%20Dr.%20Adam%20Hogan%20is%20a%20recognized%20leader%20in%20dental%20implant%2C%20restorative%2C%20cosmetic%20and%20sedation%20dentistry%20throughout%20America%3A%20%E2%80%9CWe%20treat%20people%2C%20NOT%20teeth%21%E2%80%9D%C2%AE%20%F0%9F%98%81%E2%9C%A8Listen%20on%20790%20AM%2C%20Stream%20on%20wnis.com%2C%20or%20ask%20your%20Smart%20Speaker%20to%20%26quot%3BPLAY%20NEWS%20TALK%20790%2C%20WNIS%21%26quot%3B%20%F0%9F%8E%99%F0%9F%93%A1%F0%9F%93%BB%23asktheexpert%20%23fullimplantchoice%20%23liveradioshow%20%23dradamhogan%20%23dentalcare%20%23dentalimplants%20%23dentalhealth%20%23restorativedentist%20%23CosmeticDentistry%20%23cosmeticdentist%20%23talkshow%20%23talkshowhost%20%23ExpertCare%20%23ExpertAdvice%20%23ExpertGuidance%20%23ExpertService%09%09%09%0A%09" target="_blank" rel="noopener noreferrer" class="cff-email-icon"> <span class="fa fab fa-envelope" aria-hidden="true"></span> <span class="cff-screenreader">Share by Email</span> </a> </p> </div> </div> </div> </div><input class="cff-pag-url" type="hidden" data-locatornonce="95f6ef0393" data-cff-shortcode="{&quot;feed&quot;: &quot;1&quot;}" data-post-id="10570" data-feed-id="114106965338140"></div></div><div class="cff-clear"></div></div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_sep_color_grey wpb_content_element page-sep vc_separator-has-text" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><div class="vc_icon_element vc_icon_element-outer vc_do_icon vc_icon_element-align-left"><div class="vc_icon_element-inner vc_icon_element-color-custom vc_icon_element-size-md vc_icon_element-style- vc_icon_element-background-color-grey" ><span class="vc_icon_element-icon fa fa-bolt" style="color:#dd3333 !important"></span></div></div><h4>Weather</h4><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div><div class="vc_wp_text wpb_content_element"><div class="widget widget_text"> <div class="textwidget"><p><a class="weatherwidget-io" href="https://forecast7.com/en/36d85n76d29/norfolk/?unit=us" data-label_1="NORFOLK" data-label_2="WEATHER" data-theme="original">NORFOLK WEATHER</a><br /> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js'); </script></p> </div> </div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_sep_color_grey wpb_content_element page-sep vc_separator-has-text" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><div class="vc_icon_element vc_icon_element-outer vc_do_icon vc_icon_element-align-left"><div class="vc_icon_element-inner vc_icon_element-color-custom vc_icon_element-size-md vc_icon_element-style- vc_icon_element-background-color-grey" ><span class="vc_icon_element-icon fa fa-newspaper-o" style="color:#dd3333 !important"></span></div></div><h4>FOX News</h4><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h4 style="text-align: center" class="vc_custom_heading vc_do_custom_heading" >National</h4> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <div class="wp-rss-template-container" data-wpra-template="default" data-template-ctx="eyJzb3VyY2VzIjoiMTMzMjQifQ=="> <div class="wp-rss-aggregator wpra-list-template " data-page="1"> <ul class="wpra-item-list rss-aggregator wpra-item-list--bullets wpra-item-list--default" start="1"> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/us/vehicle-tennessee-quadruple-murder-suspect-found-details-criminal-past-emerge" target="_blank" rel="nofollow" class="">Vehicle of Tennessee quadruple murder suspect found as details of criminal past emerge</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - National </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/us/arkansas-hiking-murders-timeline-reveals-teacher-suspects-route-classroom-courtroom" target="_blank" rel="nofollow" class="">Arkansas hiking murders: Timeline reveals teacher suspect’s route from classroom to courtroom</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - National </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/us/peek-inside-jimmy-hoffas-lakehouse-hideaway" target="_blank" rel="nofollow" class="">A peek inside Jimmy Hoffa's lake house hideaway</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - National </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists" target="_blank" rel="nofollow" class="">Hot dogs spill across interstate after tractor trailer crash to clog commute for steamed motorists</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - National </span> <span class="feed-date"> Published on 2025-08-01 </span> </div> </li> </ul> </div> </div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h4 style="text-align: center" class="vc_custom_heading vc_do_custom_heading" >Politics</h4> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <div class="wp-rss-template-container" data-wpra-template="default" data-template-ctx="eyJzb3VyY2VzIjoiMTMzNDAifQ=="> <div class="wp-rss-aggregator wpra-list-template " data-page="1"> <ul class="wpra-item-list rss-aggregator wpra-item-list--bullets wpra-item-list--default" start="1"> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/politics/inside-biden-cover-up-probe-8-aides-questioned-more-way" target="_blank" rel="nofollow" class="">Inside the Biden cover-up probe: 8 aides questioned, more on the way</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - Politics </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/politics/new-york-lawmaker-sounds-alarm-potential-devastating-effects-mamdani-victory-chaos" target="_blank" rel="nofollow" class="">New York lawmaker sounds alarm on potential 'devastating' effects of Mamdani victory: 'Chaos'</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - Politics </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/politics/what-ices-visiting-policies-why-democrats-suing-over-them" target="_blank" rel="nofollow" class="">What are ICE’s visiting policies, and why are Democrats suing over them?</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - Politics </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/politics/appeals-court-denies-trump-admins-request-lift-limits-immigration-raids-los-angeles" target="_blank" rel="nofollow" class="">Appeals court denies Trump admin's request to lift limits on Los Angeles immigration raids</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - Politics </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> </ul> </div> </div> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h4 style="text-align: center" class="vc_custom_heading vc_do_custom_heading" >World</h4> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <div class="wp-rss-template-container" data-wpra-template="default" data-template-ctx="eyJzb3VyY2VzIjoiMTMzNDQifQ=="> <div class="wp-rss-aggregator wpra-list-template " data-page="1"> <ul class="wpra-item-list rss-aggregator wpra-item-list--bullets wpra-item-list--default" start="1"> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/world/stunning-photos-capture-moment-one-indonesias-most-active-volcanoes" target="_blank" rel="nofollow" class="">Stunning photos capture moment one of Indonesia's most active volcanoes erupts</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - World </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/world/migrant-crossings-through-panamas-treacherous-darien-gap-plummet-near-zero-amid-trump-crackdown" target="_blank" rel="nofollow" class="">Migrant crossings through long-troubled Darién Gap plummet to near zero amid Trump crackdown</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - World </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/world/cambodia-nominate-trump-nobel-peace-prize-role-ending-countrys-conflict-thailand" target="_blank" rel="nofollow" class="">Cambodia to nominate Trump for Nobel Peace Prize for role in ending country's conflict with Thailand</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - World </span> <span class="feed-date"> Published on 2025-08-02 </span> </div> </li> <li class="wpra-item feed-item "> <a href="https://www.foxnews.com/world/zelenskyy-calls-direct-talks-putin-praises-trump-admins-peace-efforts" target="_blank" rel="nofollow" class="">Zelenskyy urges direct talks with Putin as Trump sets peace deadline</a> <div class="wprss-feed-meta"> <span class="feed-source"> Source: FOX News - World </span> <span class="feed-date"> Published on 2025-08-01 </span> </div> </li> </ul> </div> </div> </div> </div> </div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_sep_color_grey wpb_content_element page-sep vc_separator-has-text" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><div class="vc_icon_element vc_icon_element-outer vc_do_icon vc_icon_element-align-left"><div class="vc_icon_element-inner vc_icon_element-color-custom vc_icon_element-size-md vc_icon_element-style- vc_icon_element-background-color-grey" ><span class="vc_icon_element-icon fa fa-calendar" style="color:#dd3333 !important"></span></div></div><h4>Events</h4><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Events</h2> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <!-- EventON Calendar --><div id='evcal_calendar_558' class='ajde_evcal_calendar boxy color tbg1 boxstyle1 box_2 etttc_custom ajax_loading_cal' data-cal=''><div id='evcal_head' class='calendar_header ' ><div class='evo_cal_above evodfx evofx_dr_r marb5 evofx_ww'><button class='cal_head_btn evo-gototoday-btn' style='' data-mo='8' data-yr='2025' data-dy=''>Current Month</button></div><div class='evo_cal_above_content'></div><div class='evo_header_title '><div class='evo_header_mo evodfx evofx_ai_c'><div class='evo_loading_bar_holder h100 noMinH swipe' style=''><div class='evo_loading_bar wid_80% hi_40px' style='width:80%; height:40px; '></div></div></div></div></div><div id='eventon_loadbar_section'><div id='eventon_loadbar'></div></div><!-- Events List --><div class='evo_events_list_box'><div id='evcal_list' class='eventon_events_list '><div class='evo_loading_bar_holder h100 loading_e_tile swipe' style=''><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div></div> </div> </div><!-- evo_events_list_box --> <div class='clear'></div> <div id='evcal_footer' class='evo_bottom' style='display:none'> <div class='evo_cal_data' data-sc="{&quot;accord&quot;:&quot;no&quot;,&quot;bottom_nav&quot;:&quot;no&quot;,&quot;cal_id&quot;:&quot;&quot;,&quot;cal_init_nonajax&quot;:&quot;no&quot;,&quot;calendar_type&quot;:&quot;default&quot;,&quot;ep_fields&quot;:&quot;&quot;,&quot;etc_override&quot;:&quot;no&quot;,&quot;evc_open&quot;:&quot;no&quot;,&quot;event_count&quot;:&quot;3&quot;,&quot;event_location&quot;:&quot;all&quot;,&quot;event_order&quot;:&quot;ASC&quot;,&quot;event_organizer&quot;:&quot;all&quot;,&quot;event_parts&quot;:&quot;no&quot;,&quot;event_past_future&quot;:&quot;all&quot;,&quot;event_status&quot;:&quot;all&quot;,&quot;event_tag&quot;:&quot;all&quot;,&quot;event_type&quot;:&quot;94,95&quot;,&quot;event_type_2&quot;:&quot;all&quot;,&quot;event_virtual&quot;:&quot;all&quot;,&quot;eventtop_date_style&quot;:0,&quot;eventtop_style&quot;:&quot;2&quot;,&quot;exp_jumper&quot;:&quot;no&quot;,&quot;exp_so&quot;:&quot;no&quot;,&quot;filter_relationship&quot;:&quot;AND&quot;,&quot;filter_show_set_only&quot;:&quot;no&quot;,&quot;filter_style&quot;:&quot;default&quot;,&quot;filter_type&quot;:&quot;default&quot;,&quot;filters&quot;:&quot;yes&quot;,&quot;fixed_month&quot;:&quot;8&quot;,&quot;fixed_year&quot;:&quot;2025&quot;,&quot;focus_end_date_range&quot;:&quot;1756699199&quot;,&quot;focus_start_date_range&quot;:&quot;1754020800&quot;,&quot;ft_event_priority&quot;:&quot;no&quot;,&quot;hide_arrows&quot;:&quot;no&quot;,&quot;hide_cancels&quot;:&quot;no&quot;,&quot;hide_empty_months&quot;:&quot;no&quot;,&quot;hide_end_time&quot;:&quot;no&quot;,&quot;hide_et_dn&quot;:&quot;no&quot;,&quot;hide_et_extra&quot;:&quot;no&quot;,&quot;hide_et_tags&quot;:&quot;no&quot;,&quot;hide_et_tl&quot;:&quot;no&quot;,&quot;hide_ft&quot;:&quot;no&quot;,&quot;hide_ft_img&quot;:&quot;no&quot;,&quot;hide_month_headers&quot;:&quot;no&quot;,&quot;hide_mult_occur&quot;:&quot;no&quot;,&quot;hide_past&quot;:&quot;no&quot;,&quot;hide_past_by&quot;:&quot;ee&quot;,&quot;hide_so&quot;:&quot;no&quot;,&quot;ics&quot;:&quot;no&quot;,&quot;jumper&quot;:&quot;no&quot;,&quot;jumper_count&quot;:5,&quot;jumper_offset&quot;:&quot;0&quot;,&quot;lang&quot;:&quot;L1&quot;,&quot;layout_changer&quot;:&quot;no&quot;,&quot;livenow_bar&quot;:&quot;yes&quot;,&quot;mapformat&quot;:&quot;roadmap&quot;,&quot;mapiconurl&quot;:&quot;&quot;,&quot;maps_load&quot;:&quot;yes&quot;,&quot;mapscroll&quot;:&quot;true&quot;,&quot;mapzoom&quot;:&quot;18&quot;,&quot;members_only&quot;:&quot;no&quot;,&quot;ml_priority&quot;:&quot;no&quot;,&quot;ml_toend&quot;:&quot;no&quot;,&quot;month_incre&quot;:0,&quot;number_of_months&quot;:&quot;1&quot;,&quot;only_ft&quot;:&quot;no&quot;,&quot;pec&quot;:&quot;&quot;,&quot;s&quot;:&quot;&quot;,&quot;search&quot;:&quot;&quot;,&quot;search_all&quot;:&quot;no&quot;,&quot;sep_month&quot;:&quot;no&quot;,&quot;show_et_ft_img&quot;:&quot;no&quot;,&quot;show_limit&quot;:&quot;yes&quot;,&quot;show_limit_ajax&quot;:&quot;no&quot;,&quot;show_limit_paged&quot;:1,&quot;show_limit_redir&quot;:&quot;&quot;,&quot;show_repeats&quot;:&quot;no&quot;,&quot;show_search&quot;:&quot;no&quot;,&quot;show_upcoming&quot;:0,&quot;show_year&quot;:&quot;no&quot;,&quot;social_share&quot;:&quot;no&quot;,&quot;sort_by&quot;:&quot;sort_date&quot;,&quot;tile_bg&quot;:&quot;1&quot;,&quot;tile_bg_size&quot;:&quot;full&quot;,&quot;tile_count&quot;:&quot;2&quot;,&quot;tile_height&quot;:0,&quot;tile_style&quot;:&quot;1&quot;,&quot;tiles&quot;:&quot;yes&quot;,&quot;ux_val&quot;:&quot;0&quot;,&quot;view_switcher&quot;:&quot;no&quot;,&quot;wpml_l1&quot;:&quot;&quot;,&quot;wpml_l2&quot;:&quot;&quot;,&quot;wpml_l3&quot;:&quot;&quot;,&quot;yl_priority&quot;:&quot;no&quot;,&quot;yl_toend&quot;:&quot;no&quot;,&quot;fixed_day&quot;:&quot;2&quot;,&quot;_cver&quot;:&quot;4.9.11&quot;}" data-filter_data="[]" data-nav_data="{&quot;month_title&quot;:&quot;&lt;p id=&#039;evcal_cur&#039; class=&#039;evo_month_title padr10&#039;&gt; August, 2025&lt;\/p&gt;&quot;,&quot;arrows&quot;:&quot;&lt;p class=&#039;evo_arrows&#039;&gt;\r\n\t\t\t\t\t&lt;button id=&#039;evcal_prev&#039; class=&#039;evcal_arrows evcal_btn_prev evodfx evofx_jc_c evofx_ai_c&#039; &gt;&lt;i class=&#039;fa fa-chevron-left&#039; aria-hidden=&#039;true&#039;&gt;&lt;\/i&gt;&lt;\/button&gt;\r\n\t\t\t\t\t&lt;button id=&#039;evcal_next&#039; class=&#039;evcal_arrows evo_arrow_next evcal_btn_next evodfx evofx_jc_c evofx_ai_c&#039; &gt;&lt;i class=&#039;fa fa-chevron-right&#039; aria-hidden=&#039;true&#039;&gt;&lt;\/i&gt;&lt;\/button&gt;\r\n\t\t\t\t\t&lt;\/p&gt;&quot;}" data-od="{&quot;lang_no_events&quot;:&quot;No Events&quot;,&quot;cal_tz_offset&quot;:-240,&quot;cal_tz&quot;:&quot;America\/New_York&quot;}" ></div> <div class='evo_cal_events' data-events=""></div> </div> </div><!-- EventON End --> </div> </div> </div></div></div></div> </div> </div><!-- #content --> </div><!-- .wf-container --> </div><!-- .wf-wrap --> </div><!-- #main --> <!-- !Footer --> <footer id="footer" class="footer solid-bg"> <div class="wf-wrap"> <div class="wf-container-footer"> <div class="wf-container"> <section id="mc4wp_form_widget-4" class="widget widget_mc4wp_form_widget wf-cell wf-1-4"><div class="widget-title">NEWSLETTER</div><script>(function() { window.mc4wp = window.mc4wp || { listeners: [], forms: { on: function(evt, cb) { window.mc4wp.listeners.push( { event : evt, callback: cb } ); } } } })(); </script><!-- Mailchimp for WordPress v4.10.6 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-10770" method="post" data-id="10770" data-name="WNIS Email Newsletter Registration Form" ><div class="mc4wp-form-fields"><p> <label>Email address: </label> <input type="email" name="EMAIL" required /> </p> <p> <input type="submit" value="Sign up" /> </p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1754142588" /><input type="hidden" name="_mc4wp_form_id" value="10770" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></section><section id="text-5" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">QUICK LINKS</div> <div class="textwidget"><p><i class="fas fa-bullhorn"></i> <a href="/advertise"> Advertise</a><br /> <i class="fas fa-list"></i> <a href="/terms-of-use"> Terms of Use</a><br /> <i class="fas fa-trophy"></i> <a href="/contest-rules"> Contest Rules</a><br /> <i class="fas fa-quote-left"></i> <a href="/copyright-policy"> Copyright Policy</a><br /> <i class="fas fa-eye-slash"></i> <a href="/privacy-policy"> Privacy Policy</a><br /> <i class="fas fa-user"></i> <a href="https://sinclairstations.com/jobs/" target="_blank" rel="noopener"> Jobs</a><br /> <i class="fas fa-tasks"></i> <a href="https://publicfiles.fcc.gov/api/manager/download/3e93574c-74d7-0f54-7f7d-e98b21c77380/5fd7469c-8260-44a9-9d8c-ad3282843e79.pdf" target="_blank" rel="noopener"> EEO Report</a><br /> <i class="fas fa-folder-open"></i> <a href="https://publicfiles.fcc.gov/am-profile/wnis" target="_blank" rel="noopener"> Online Public File</a><br /> <i class="fas fa-clipboard"></i> <a href="/f-c-c-applications"> FCC Applications</a></p> </div> </section><section id="text-6" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">CONTACT</div> <div class="textwidget"><p><strong>News/Talk 790 WNIS</strong><br /> <i class="icomoon-the7-font-the7-phone-05"></i> Studio: (757) 627-7979<br /> <i class="icomoon-the7-font-the7-phone-05"></i> Office: (757) 640-8500<br /> <i class="icomoon-the7-font-the7-phone-05"></i> Fax: (757) 640-8552<br /> <i class="icomoon-the7-font-the7-mail-02"></i> <a href="mailto:juli@wnis.com" target="_blank" rel="noopener">juli@wnis.com</a><br /> <i class="icomoon-the7-font-the7-map-02"></i> 999 Waterside Drive Ste 500 Norfolk, VA 23510</p> </div> </section><section id="text-7" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">ABOUT</div> <div class="textwidget"><p>News/Talk 790 WNIS delivers the best in live, local news, talk, and sports, as well as the most listened-to nationally syndicated talk shows in the country. For over 40 years, WNIS has been keeping you informed, entertained, and engaged 24 hours a day, 7 days a week. With news, weather, traffic, sports, and commentary, there&#8217;s always something to talk about!</p> </div> </section> </div><!-- .wf-container --> </div><!-- .wf-container-footer --> </div><!-- .wf-wrap --> <!-- !Bottom-bar --> <div id="bottom-bar" class="logo-left" role="contentinfo"> <div class="wf-wrap"> <div class="wf-container-bottom"> <div id="branding-bottom"><a class="" href="https://wnis.com/"><img class=" preload-me" src="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png" srcset="https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png 107w, https://wnis.com/wp-content/uploads/2023/06/WNIS_reversed_header_70h.png 107w" width="107" height="70" sizes="107px" alt="WNIS" /></a></div> <div class="wf-float-right"> <div class="bottom-text-block"><p>Copyright © 2025 Sinclair Communications. All Rights Reserved</p> </div> </div> </div><!-- .wf-container-bottom --> </div><!-- .wf-wrap --> </div><!-- #bottom-bar --> </footer><!-- #footer --> <a href="#" class="scroll-top"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> <path d="M11.7,6.3l-3-3C8.5,3.1,8.3,3,8,3c0,0,0,0,0,0C7.7,3,7.5,3.1,7.3,3.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L7,6.4 V12c0,0.6,0.4,1,1,1s1-0.4,1-1V6.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0C11.9,7.5,12,7.3,12,7S11.9,6.5,11.7,6.3z"/> </svg><span class="screen-reader-text">Go to Top</span></a> </div><!-- #page --> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/dt-the7\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Custom Facebook Feed JS --> <script type="text/javascript">var cffajaxurl = "https://wnis.com/wp-admin/admin-ajax.php"; var cfflinkhashtags = "true"; </script> <script>(function() {function maybePrefixUrlField () { const value = this.value.trim() if (value !== '' && value.indexOf('http') !== 0) { this.value = 'http://' + value } } const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]') for (let j = 0; j < urlFields.length; j++) { urlFields[j].addEventListener('blur', maybePrefixUrlField) } })();</script><div class='evo_elms'><em class='evo_tooltip_box'></em></div><script type="text/html" id="wpb-modifications"> window.wpbCustomElement = 1; </script><link href="//fonts.googleapis.com/css?family=Roboto:400&display=swap" rel="stylesheet" property="stylesheet" media="all" type="text/css" > <script> if(typeof revslider_showDoubleJqueryError === "undefined") {function revslider_showDoubleJqueryError(sliderID) {console.log("You have some jquery.js library include that comes after the Slider Revolution files js inclusion.");console.log("To fix this, you can:");console.log("1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on");console.log("2. Find the double jQuery.js inclusion and remove it");return "Double Included jQuery Library";}} </script> <link rel="preload" as="font" id="rs-icon-set-revicon-woff" href="//wnis.com/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.woff?5510888" type="font/woff" crossorigin="anonymous" media="all" /> <div id='evo_global_data' data-d='{"calendars":[]}'></div><div id='evo_lightboxes' class='evo_lightboxes' style='display:none'> <div class='evo_lightbox eventcard eventon_events_list' id='' > <div class="evo_content_in"> <div class="evo_content_inin"> <div class="evo_lightbox_content"> <div class='evo_lb_closer'> <span class='evolbclose '>X</span> </div> <div class='evo_lightbox_body eventon_list_event evo_pop_body evcal_eventcard'> </div> </div> </div> </div> </div> </div><link rel='stylesheet' id='colorbox-css' href='https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/css/colorbox.css?ver=1.4.33' media='all' /> <link rel='stylesheet' id='wpra-list-template-styles-css' href='https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/css/templates/list/styles.css?ver=4.23.13' media='all' /> <link rel='stylesheet' id='wpra-pagination-css' href='https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/css/build/pagination.min.css?ver=4.23.13' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='//wnis.com/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.35' media='all' /> <style id='rs-plugin-settings-inline-css'> #rev_slider_1_1_wrapper .hesperiden.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000; border-radius:50%}#rev_slider_1_1_wrapper .hesperiden.tparrows.rs-touchhover{background:#000000}#rev_slider_1_1_wrapper .hesperiden.tparrows:before{font-family:'revicons';font-size:20px;color:#ffffff;display:block;line-height:40px;text-align:center}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-leftarrow:before{content:'\e82c'; margin-left:-3px}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-rightarrow:before{content:'\e82d'; margin-right:-3px} </style> <script src="https://wnis.com/wp-content/themes/dt-the7/js/main.min.js?ver=12.7.0" id="dt-main-js"></script> <script src="https://wnis.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://wnis.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://wnis.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1" id="swv-js"></script> <script id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/wnis.com\/wp-json\/", "namespace": "contact-form-7\/v1" } }; </script> <script src="https://wnis.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1" id="contact-form-7-js"></script> <script src="//wnis.com/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js?ver=6.7.29" defer async id="tp-tools-js"></script> <script src="//wnis.com/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.35" defer async id="revmin-js"></script> <script src="https://wnis.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js?ver=4.3.2" id="cffscripts-js"></script> <script src="https://maps.googleapis.com/maps/api/js?ver=1.0" id="evcal_gmaps-js"></script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js?ver=4.9.11" id="eventon_gmaps-js"></script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/eventon_functions.js?ver=4.9.11" id="evcal_functions-js"></script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/lib/jquery.easing.1.3.js?ver=1.0" id="evcal_easing-js"></script> <script src="https://wnis.com/wp-content/plugins/eventON/assets/js/lib/handlebars.js?ver=4.9.11" id="evo_handlebars-js"></script> <script src="https://meet.jit.si/external_api.js?ver=4.9.11" id="evo_jitsi-js"></script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/lib/jquery.mobile.min.js?ver=4.9.11" id="evo_mobile-js"></script> <script src="https://wnis.com/wp-content/plugins/eventON/assets/js/lib/moment.min.js?ver=4.9.11" id="evo_moment-js"></script> <script src="https://wnis.com/wp-content/plugins/eventON/assets/js/lib/moment_timezone_min.js?ver=4.9.11" id="evo_moment_tz-js"></script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/lib/jquery.mousewheel.min.js?ver=4.9.11" id="evo_mouse-js"></script> <script id="evcal_ajax_handle-js-extra"> var the_ajax_script = {"ajaxurl":"https:\/\/wnis.com\/wp-admin\/admin-ajax.php","rurl":"https:\/\/wnis.com\/wp-json\/","postnonce":"430e82205d","ajax_method":"ajax","evo_v":"4.9.11"}; var evo_general_params = {"ajaxurl":"https:\/\/wnis.com\/wp-admin\/admin-ajax.php","evo_ajax_url":"\/?evo-ajax=%%endpoint%%","ajax_method":"endpoint","rest_url":"https:\/\/wnis.com\/wp-json\/eventon\/v1\/data?evo-ajax=%%endpoint%%","n":"430e82205d","nonce":"15b1b953e9","evo_v":"4.9.11","text":{"err1":"This field is required","err2":"Invalid email format","err3":"Incorrect Answer","local_time":"Local Time"},"html":{"preload_general":"<div class='evo_loading_bar_holder h100 loading_e swipe' style=''><div class='nesthold c g'><div class='evo_loading_bar wid_50% hi_70px' style='width:50%; height:70px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><\/div><\/div>","preload_events":"<div class='evo_loading_bar_holder h100 loading_e swipe' style=''><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><\/div>","preload_event_tiles":"<div class='evo_loading_bar_holder h100 loading_e_tile swipe' style=''><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div>","preload_taxlb":"<div class='evo_loading_bar_holder h100 loading_taxlb swipe' style=''><div class='evo_loading_bar wid_50% hi_95px' style='width:50%; height:95px; '><\/div><div class='evo_loading_bar wid_30% hi_30px' style='width:30%; height:30px; margin-bottom:30px;'><\/div><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><\/div><\/div>","preload_gmap":"\n\t\t<span class='evo_map_load_out evoposr evodb evobr15'>\n\t\t<i class='fa fa-map-marker evoposa'><\/i><span class='evo_map_load evoposr evodb'>\t\t\t\t\t\n\t\t\t\t\t<i class='a'><\/i>\n\t\t\t\t\t<i class='b'><\/i>\n\t\t\t\t\t<i class='c'><\/i>\n\t\t\t\t\t<i class='d'><\/i>\n\t\t\t\t\t<i class='e'><\/i>\n\t\t\t\t\t<i class='f'><\/i>\n\t\t\t\t<\/span><\/span>"},"cal":{"lbs":"def","lbnav":false,"is_admin":false,"search_openoninit":false}}; </script> <script src="//wnis.com/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=4.9.11" id="evcal_ajax_handle-js"></script> <script src="https://wnis.com/wp-content/themes/dt-the7/js/legacy.min.js?ver=12.7.0" id="dt-legacy-js"></script> <script src="https://wnis.com/wp-content/themes/dt-the7/lib/jquery-mousewheel/jquery-mousewheel.min.js?ver=12.7.0" id="jquery-mousewheel-js"></script> <script src="https://wnis.com/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.js?ver=12.7.0" id="the7-custom-scrollbar-js"></script> <script src="https://wnis.com/wp-content/plugins/dt-the7-core/assets/js/post-type.min.js?ver=2.7.11" id="the7-core-js"></script> <script src="https://www.google.com/recaptcha/api.js?render=6LcuDOEZAAAAAJCqrOtKxWc8ZxCC9CbHHCuLScgC&amp;ver=3.0" id="google-recaptcha-js"></script> <script src="https://wnis.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-recaptcha-js-before"> var wpcf7_recaptcha = { "sitekey": "6LcuDOEZAAAAAJCqrOtKxWc8ZxCC9CbHHCuLScgC", "actions": { "homepage": "homepage", "contactform": "contactform" } }; </script> <script src="https://wnis.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1" id="wpcf7-recaptcha-js"></script> <script src="https://wnis.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.5" id="wpb_composer_front_js-js"></script> <script src="https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/js/jquery.colorbox-min.js?ver=6.8.2" id="jquery.colorbox-min-js"></script> <script src="https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/js/custom.js?ver=6.8.2" id="wprss_custom-js"></script> <script src="https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/js/build/wpra-manifest.min.js?ver=4.23.13" id="wpra-manifest-js"></script> <script id="wpra-pagination-js-extra"> var WpraPagination = {"baseUri":"https:\/\/wnis.com\/wp-json\/wpra\/v1\/templates\/%s\/render\/","scrollOnPageLoad":"1","scrollDuration":"500"}; var WpraPagination = {"baseUri":"https:\/\/wnis.com\/wp-json\/wpra\/v1\/templates\/%s\/render\/","scrollOnPageLoad":"1","scrollDuration":"500"}; var WpraPagination = {"baseUri":"https:\/\/wnis.com\/wp-json\/wpra\/v1\/templates\/%s\/render\/","scrollOnPageLoad":"1","scrollDuration":"500"}; </script> <script src="https://wnis.com/wp-content/plugins/wp-rss-aggregator//v4/js/build/pagination.min.js?ver=4.23.13" id="wpra-pagination-js"></script> <script defer src="https://wnis.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.10.6" id="mc4wp-forms-api-js"></script> <script></script><script id="rs-initialisation-scripts"> var tpj = jQuery; var revapi1; if(window.RS_MODULES === undefined) window.RS_MODULES = {}; if(RS_MODULES.modules === undefined) RS_MODULES.modules = {}; RS_MODULES.modules["revslider11"] = {once: RS_MODULES.modules["revslider11"]!==undefined ? RS_MODULES.modules["revslider11"].once : undefined, init:function() { window.revapi1 = window.revapi1===undefined || window.revapi1===null || window.revapi1.length===0 ? document.getElementById("rev_slider_1_1") : window.revapi1; if(window.revapi1 === null || window.revapi1 === undefined || window.revapi1.length==0) { window.revapi1initTry = window.revapi1initTry ===undefined ? 0 : window.revapi1initTry+1; if (window.revapi1initTry<20) requestAnimationFrame(function() {RS_MODULES.modules["revslider11"].init()}); return;} window.revapi1 = jQuery(window.revapi1); if(window.revapi1.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_1_1"); return;} revapi1.revolutionInit({ revapi:"revapi1", DPR:"dpr", sliderLayout:"fullwidth", duration:"6000ms", visibilityLevels:"1240,1024,778,480", gridwidth:1120, gridheight:525, lazyType:"smart", perspective:600, perspectiveType:"global", editorheight:"525,768,960,720", responsiveLevels:"1240,1024,778,480", progressBar:{disableProgressBar:true}, navigation: { wheelCallDelay:1000, onHoverStop:false, arrows: { enable:true, style:"hesperiden", hide_onleave:true, animSpeed:"50ms", animDelay:"50ms", left: { container:"layergrid", h_offset:15 }, right: { container:"layergrid", h_offset:15 } } }, viewPort: { global:true, globalDist:"-200px", enable:false }, fallbacks: { allowHTML5AutoPlayOnAndroid:true }, }); }} // End of RevInitScript if (window.RS_MODULES.checkMinimal!==undefined) { window.RS_MODULES.checkMinimal();}; </script> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)" aria-label="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share" aria-label="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen" aria-label="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out" aria-label="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)" aria-label="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)" aria-label="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> </body> </html>


URL: