editor Logout
Account Preferences
Did you know...
Recent FCC changes are updated each night ?
Streaming Radio Guide
view source - https://sunny95.com/
*** Test System *** GO TO PRODUCTION
<!doctype html> <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <link href="//www.google-analytics.com" rel="dns-prefetch"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0">--> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <meta name="description" content="Good Music, Good Mood,"> <meta name="theme-color" content="#111111"/> <script type="text/javascript"> /* <![CDATA[ */ window.JetpackScriptData = {"site":{"icon":"https://i0.wp.com/sunny95.com/wp-content/blogs.dir/16/files/2024/06/wsny-512.jpg?w=64\u0026ssl=1","title":"Sunny 95","host":"unknown","is_wpcom_platform":false}}; /* ]]> */ </script> <!-- All in One SEO Pro 4.8.5 - aioseo.com --> <title>Sunny 95 - Good Music, Good Mood,</title> <meta name="description" content="Good Music, Good Mood," /> <meta name="robots" content="max-image-preview:large" /> <link rel="canonical" href="https://sunny95.com/" /> <link rel="next" href="https://sunny95.com/page/2/" /> <meta name="generator" content="All in One SEO Pro (AIOSEO) 4.8.5" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Sunny 95 - Good Music, Good Mood," /> <meta property="og:type" content="website" /> <meta property="og:title" content="Sunny 95 - Good Music, Good Mood," /> <meta property="og:description" content="Good Music, Good Mood," /> <meta property="og:url" content="https://sunny95.com/" /> <meta property="fb:app_id" content="375165463607677" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Sunny 95 - Good Music, Good Mood," /> <meta name="twitter:description" content="Good Music, Good Mood," /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/sunny95.com\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/sunny95.com#listItem","position":1,"name":"Home"}]},{"@type":"CollectionPage","@id":"https:\/\/sunny95.com\/#collectionpage","url":"https:\/\/sunny95.com\/","name":"Sunny 95 - Good Music, Good Mood,","description":"Good Music, Good Mood,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/sunny95.com\/#website"},"breadcrumb":{"@id":"https:\/\/sunny95.com\/#breadcrumblist"},"about":{"@id":"https:\/\/sunny95.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/sunny95.com\/#organization","name":"Sunny 95","description":"Good Music, Good Mood,","url":"https:\/\/sunny95.com\/"},{"@type":"WebSite","@id":"https:\/\/sunny95.com\/#website","url":"https:\/\/sunny95.com\/","name":"Sunny 95","description":"Good Music, Good Mood,","inLanguage":"en-US","publisher":{"@id":"https:\/\/sunny95.com\/#organization"}}]} </script> <!-- All in One SEO Pro --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//platform-api.sharethis.com' /> <link rel='dns-prefetch' href='//servedbyadbutler.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="Sunny 95 &raquo; Feed" href="https://sunny95.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Sunny 95 &raquo; Comments Feed" href="https://sunny95.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-SEP8FB0PP7" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.6.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/sunny95.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-SEP8FB0PP7', ]; /* 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-SEP8FB0PP7', {"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 type="text/javascript"> /* <![CDATA[ */ 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:\/\/sunny95.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' type='text/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='wp-block-library-css' href='https://sunny95.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='mediaelement-css' href='https://sunny95.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://sunny95.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.2' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='events-manager-css' href='https://sunny95.com/wp-content/plugins/events-manager/includes/css/events-manager.min.css?ver=6.4.5.1' type='text/css' media='all' /> <style id='events-manager-inline-css' type='text/css'> body .em { --font-family : inherit; --font-weight : inherit; --font-size : 1em; --line-height : inherit; } </style> <link rel='stylesheet' id='theme-css' href='https://sunny95.com/wp-content/themes/wsny-fm/style.css?ver=1.5.1' type='text/css' media='all' /> <script type="text/javascript" src="https://sunny95.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.6.0" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/sunny95.com","hash_tracking":"false","v4_id":"G-SEP8FB0PP7"};/* ]]> */ </script> <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js?ver=2.3.6#property=5babb77a9c489500119f5c02&amp;product=inline-buttons&amp;source=sharethis-share-buttons-wordpress" id="share-this-share-buttons-mu-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3" id="jquery-ui-sortable-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script> <script type="text/javascript" id="jquery-ui-datepicker-js-after"> /* <![CDATA[ */ jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":0,"isRTL":false});}); /* ]]> */ </script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.3" id="jquery-ui-resizable-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.3" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.3" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.3" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/button.min.js?ver=1.13.3" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-includes/js/jquery/ui/dialog.min.js?ver=1.13.3" id="jquery-ui-dialog-js"></script> <script type="text/javascript" id="events-manager-js-extra"> /* <![CDATA[ */ var EM = {"ajaxurl":"https:\/\/sunny95.com\/wp-admin\/admin-ajax.php","locationajaxurl":"https:\/\/sunny95.com\/wp-admin\/admin-ajax.php?action=locations_search","firstDay":"0","locale":"en","dateFormat":"yy-mm-dd","ui_css":"https:\/\/sunny95.com\/wp-content\/plugins\/events-manager\/includes\/css\/jquery-ui\/build.min.css","show24hours":"0","is_ssl":"1","autocomplete_limit":"10","calendar":{"breakpoints":{"small":560,"medium":908,"large":false}},"datepicker":{"format":"m\/d\/Y"},"search":{"breakpoints":{"small":650,"medium":850,"full":false}},"url":"https:\/\/sunny95.com\/wp-content\/plugins\/events-manager","txt_search":"Search","txt_searching":"Searching...","txt_loading":"Loading..."}; /* ]]> */ </script> <script type="text/javascript" src="https://sunny95.com/wp-content/plugins/events-manager/includes/js/events-manager.min.js?ver=6.4.5.1" id="events-manager-js"></script> <script type="text/javascript" src="https://servedbyadbutler.com/app.js?ver=1.0.0" id="adbutler-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-content/plugins/lazy-butler/public/js/lazy-butler-cross-platform.js?ver=1.0.0" id="lazy-butler-js"></script> <link rel="https://api.w.org/" href="https://sunny95.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sunny95.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.2" /> <script async defer type="text/javascript" src="https://xp.audience.io/sdk.js"></script> <style type="text/css"> .widget.facebook { padding: 0 } .widget.facebook h1 { margin-right: 0 !important; /* Hack until old Facebook widget is removed */ left: 0 !important; /* Hack until old Facebook widget is removed */ z-index: 2; margin-bottom: 0 !important; } .facebookOuter { background-color: #ffffff; width: 298px; border: none; margin: 0 !important; /* Hack until old Facebook widget is removed */ } .fb-like-box { background-color: #ffffff } .fb-like-box iframe[style] { background-color: transparent !important } </style> <link rel="icon" href="https://sunny95.com/wp-content/blogs.dir/16/files/2024/06/wsny-512-112x112.jpg" sizes="32x32" /> <link rel="icon" href="https://sunny95.com/wp-content/blogs.dir/16/files/2024/06/wsny-512-300x300.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://sunny95.com/wp-content/blogs.dir/16/files/2024/06/wsny-512-300x300.jpg" /> <meta name="msapplication-TileImage" content="https://sunny95.com/wp-content/blogs.dir/16/files/2024/06/wsny-512-300x300.jpg" /> <!--Plugin WP Missed Schedule Active - Secured with Genuine Authenticity KeyTag--> <!-- This site is patched against a big problem not solved since WordPress 2.5 --> <style type="text/css" id="wp-custom-css"> .visual-wrapper { background: #fff; } </style> <style>.header-banner .logo { max-width: 225px; } @media screen and (min-width: 992px) { .header-banner .logo { max-width: 265px; } }</style> <!-- Lazy load component start --> <script> document.addEventListener('DOMContentLoaded', function () { console.log('DOM fully loaded and parsed'); // Initialize library to lazy load images var el = document.querySelectorAll('img.wp-post-image,img.attachment-thumbnail'); el.forEach(function (value) { if (value.classList.contains('sp-image') === false) { value.classList.add('lozad'); value.setAttribute('data-src', value.src); value.setAttribute('data-srcset', value.srcset); value.srcset = ""; value.src = ""; } }); }); </script> <script src="https://cdn.jsdelivr.net/npm/intersection-observer@0.12.2/intersection-observer.min.js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js"></script> <!-- Lazy load component end --> </head> <body class="home blog wp-theme-radio-stations wp-child-theme-wsny-fm site no-js"> <!-- header --> <header class="header" role="banner"> <div class="stationbar"> <div class="container"> <div class="row"> <div class="col-md-3"> <!-- <a href="/choose-your-stream/" class="listen-live-link">Listen Live</a> --> <a href="javascript:void(window.open('https://player.amperwave.net/7934','','height=800,width=1024,scrollbars=0,resizeable=0,status=0'));" class="listen-live-link">Listen Live</a> </div> <div class="col-md-9 hidden-phone"> <form method="get" id="searchform" action="https://sunny95.com/"> <label for="s" class="assistive-text">Search</label> <input type="text" class="field" name="s" id="s" placeholder="Search..." /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" /> </form> <ul class="social-icons"> <li><a href="https://facebook.com/sunny95WSNY" class="facebook" title="Facebook" target="_blank"><span>Facebook</span></a></li> <li><a href="https://twitter.com/sunny_95" class="twitter" title="Twitter" target="_blank"><span>Twitter</span></a></li> <li><a href="https://instagram.com/sunny95wsny" class="instagram" title="Instagram" target="_blank"><span>Instagram</span></a></li> <li><a href="https://youtube.com/user/sunny95WSNY" class="youtube" title="YouTube" target="_blank"><span>YouTube</span></a></li> <li><a href="/loyal-listener-club-signup/" class="email" title="Email"><span>Email</span></a></li> <li><a href="https://tunein.com/radio/Sunny-95-947-s22903" class="tunein" title="Tunein"><span>Tunein</span></a></li> <li><a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=352635171&amp;mt=8" class="iphone" title="iPhone"><span>iPhone</span></a> </li> <li><a href="https://play.google.com/store/apps/details?id=com.sagacom.sunny95&amp;hl=en" class="android" title="Android"><span>Android</span></a></li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"></div> </div> </div> <div class="container"> <div class="header-banner"> <!-- logo --> <div class="logo"> <a href="https://sunny95.com"> <img src="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/sunny95logo.png" alt="Sunny 95" class="logo-img"> </a> </div> <!-- /logo --> <!-- listen live --> <div class="listen-live"> <!-- <a href="/choose-your-stream/"> --> <a href="javascript:void(window.open('https://player.amperwave.net/7934','','height=800,width=1024,scrollbars=0,resizeable=0,status=0'));" class="listen-live-link"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 227.18 132.61"><title>Listen Live</title> <rect y="22.77" width="9.93" height="5.02" fill="#ed2024"/> <rect y="30.28" width="9.93" height="5.02" fill="#ed2024"/> <rect y="37.8" width="9.93" height="5.02" fill="#ed2024"/> <rect y="45.32" width="9.93" height="5.02" fill="#ed2024"/> <rect y="52.84" width="9.93" height="5.02" fill="#ed2024"/> <rect y="60.36" width="9.93" height="5.02" fill="#ed2024"/> <rect y="67.87" width="9.93" height="5.02" fill="#ed2024"/> <rect y="75.39" width="9.93" height="5.02" fill="#ed2024"/> <rect y="82.91" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="30.28" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="37.8" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="45.32" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="52.84" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="60.36" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="67.87" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="75.39" width="9.93" height="5.02" fill="#ed2024"/> <rect x="12.75" y="82.91" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="22.77" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="30.28" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="37.8" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="45.32" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="52.84" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="60.36" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="67.87" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="75.39" width="9.93" height="5.02" fill="#ed2024"/> <rect x="25.1" y="82.91" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="22.77" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="30.28" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="37.8" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="45.32" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="52.84" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="60.36" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="67.87" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="75.39" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="82.91" width="9.93" height="5.02" fill="#ed2024"/> <rect x="37.74" y="15.25" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="50.19" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="61.94" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="85.44" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="73.69" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="97.62" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="109.83" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="121.74" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="133.49" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="145.66" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="157.44" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="169.31" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="181.19" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="193.06" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="204.94" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="22.55" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="30.07" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="37.59" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="45.11" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="52.62" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="60.14" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="67.66" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="75.18" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="82.69" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="7.52" width="9.93" height="5.02" fill="#ed2024"/> <rect x="217.25" y="15.04" width="9.93" height="5.02" fill="#ed2024"/> <rect y="127.38" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect y="119.86" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect y="112.34" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect y="104.82" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect y="97.31" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect y="89.79" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="12.75" y="127.38" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="12.75" y="119.86" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="12.75" y="112.34" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="12.75" y="104.82" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="12.75" y="97.31" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="12.75" y="89.79" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="25.1" y="127.38" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="25.1" y="119.86" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="25.1" y="112.34" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="25.1" y="104.82" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="25.1" y="97.31" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="25.1" y="89.79" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="37.74" y="127.38" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="37.74" y="119.86" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="37.74" y="112.34" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="37.74" y="104.82" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="37.74" y="97.31" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="37.74" y="89.79" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="50.19" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="50.19" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="50.19" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="50.19" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="50.19" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="50.19" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="61.94" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="61.94" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="61.94" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="61.94" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="61.94" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="61.94" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="85.44" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="85.44" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="85.44" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="85.44" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="85.44" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="85.44" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="73.69" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="73.69" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="73.69" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="73.69" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="73.69" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="73.69" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="97.62" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="97.62" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="97.62" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="97.62" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="97.62" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="97.62" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="109.83" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="109.83" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="109.83" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="109.83" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="109.83" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="109.83" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="121.74" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="121.74" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="121.74" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="121.74" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="121.74" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="121.74" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="133.49" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="133.49" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="133.49" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="133.49" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="133.49" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="133.49" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="145.66" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="145.66" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="145.66" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="145.66" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="145.66" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="145.66" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="157.44" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="157.44" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="157.44" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="157.44" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="157.44" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="157.44" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="169.31" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="169.31" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="169.31" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="169.31" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="169.31" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="169.31" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="181.19" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="181.19" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="181.19" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="181.19" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="181.19" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="181.19" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="193.06" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="193.06" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="193.06" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="193.06" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="193.06" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="193.06" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="204.94" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="204.94" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="204.94" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="204.94" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="204.94" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="204.94" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> <rect x="217.25" y="127.59" width="9.93" height="5.02" fill="#ed2024" opacity="0.05"/> <rect x="217.25" y="120.07" width="9.93" height="5.02" fill="#ed2024" opacity="0.1"/> <rect x="217.25" y="112.56" width="9.93" height="5.02" fill="#ed2024" opacity="0.15"/> <rect x="217.25" y="105.04" width="9.93" height="5.02" fill="#ed2024" opacity="0.25"/> <rect x="217.25" y="97.52" width="9.93" height="5.02" fill="#ed2024" opacity="0.35"/> <rect x="217.25" y="90" width="9.93" height="5.02" fill="#ed2024" opacity="0.45"/> </svg> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 76 16.5" style="enable-background:new 0 0 76 16.5;" xml:space="preserve" class="ll-button"> <g> <path d="M0,3.3h1.4V10h3.3v1.2H0V3.3z"/> <path d="M5.7,3.5c0-0.5,0.4-0.8,0.9-0.8S7.5,3,7.5,3.5c0,0.5-0.4,0.8-0.9,0.8S5.7,3.9,5.7,3.5z M5.9,5.3h1.4v5.9H5.9V5.3z"/> <path d="M9.1,9.6c0.5,0.4,1,0.7,1.6,0.7c0.6,0,0.9-0.3,0.9-0.7c0-0.5-0.6-0.7-1.3-0.9C9.6,8.3,8.8,7.9,8.8,6.9c0-1,0.8-1.8,2.1-1.8 c0.8,0,1.5,0.3,2,0.7l-0.6,0.8c-0.4-0.3-0.8-0.5-1.3-0.5c-0.6,0-0.9,0.3-0.9,0.6c0,0.5,0.6,0.6,1.2,0.9C12.1,8,13,8.4,13,9.5 c0,1-0.8,1.8-2.3,1.8c-0.8,0-1.7-0.3-2.2-0.8L9.1,9.6z"/> <path d="M14.4,6.4h-0.8v-1l0.9-0.1l0.2-1.6h1.2v1.6h1.5v1.1h-1.5v2.8c0,0.7,0.3,1,0.8,1c0.2,0,0.4-0.1,0.6-0.1l0.2,1 c-0.3,0.1-0.7,0.2-1.2,0.2c-1.4,0-1.9-0.9-1.9-2.1V6.4z"/> <path d="M20.8,5.1c1.6,0,2.4,1.2,2.4,2.8c0,0.3,0,0.5-0.1,0.6h-3.7c0.1,1.1,0.8,1.7,1.7,1.7c0.5,0,0.9-0.2,1.4-0.4l0.5,0.9 c-0.6,0.4-1.3,0.6-2,0.6c-1.6,0-2.9-1.1-2.9-3.1C18,6.3,19.4,5.1,20.8,5.1z M22,7.7c0-0.9-0.4-1.5-1.2-1.5c-0.7,0-1.3,0.5-1.4,1.5 H22z"/> <path d="M24.5,5.3h1.1l0.1,0.8h0c0.5-0.5,1.1-0.9,1.9-0.9c1.3,0,1.8,0.9,1.8,2.3v3.7h-1.4V7.7c0-1-0.3-1.3-0.9-1.3 c-0.5,0-0.9,0.3-1.3,0.7v4.1h-1.4V5.3z"/> <path d="M33.8,3.3h1.4V10h3.3v1.2h-4.7V3.3z"/> <path d="M39.6,3.5c0-0.5,0.4-0.8,0.9-0.8s0.9,0.3,0.9,0.8c0,0.5-0.4,0.8-0.9,0.8S39.6,3.9,39.6,3.5z M39.7,5.3h1.4v5.9h-1.4V5.3z" /> <path d="M42.1,5.3h1.4l0.9,3.1c0.2,0.6,0.3,1.2,0.5,1.8h0c0.2-0.6,0.3-1.2,0.5-1.8l0.9-3.1h1.3l-2,5.9h-1.6L42.1,5.3z"/> <path d="M51.1,5.1c1.6,0,2.4,1.2,2.4,2.8c0,0.3,0,0.5-0.1,0.6h-3.7c0.1,1.1,0.8,1.7,1.7,1.7c0.5,0,0.9-0.2,1.4-0.4l0.5,0.9 c-0.6,0.4-1.3,0.6-2,0.6c-1.6,0-2.9-1.1-2.9-3.1C48.3,6.3,49.7,5.1,51.1,5.1z M52.3,7.7c0-0.9-0.4-1.5-1.2-1.5 c-0.7,0-1.3,0.5-1.4,1.5H52.3z"/> </g> <path d="M67.7,0c-4.5,0-8.2,3.7-8.2,8.2s3.7,8.2,8.2,8.2c4.5,0,8.2-3.7,8.2-8.2S72.3,0,67.7,0z M70.8,8.7L66,11.4 c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0-0.2,0-0.2-0.1c-0.1-0.1-0.2-0.2-0.2-0.4V5.5c0-0.2,0.1-0.3,0.2-0.4C65.7,5,65.9,5,66,5.1l4.8,2.7 C70.9,8,71,8.1,71,8.3C71,8.4,70.9,8.6,70.8,8.7z"/> </svg> <!-- <img src="--> <!--/images/ll-button.png" alt="Listen Live"--> <!-- class="ll-button">--> </a> </div> <!-- /listen live --> </div> <!-- nav --> <nav class="nav" role="navigation"> <div class="menu-main-container"><input type="checkbox" id="nav" class="hidden"/><label for="nav" class="nav-open"><i></i><i></i><i></i></label><div class="nav-container"><ul id="menu-main" class="menu"><li id="menu-item-174" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-174"><a href="/" aria-current="page">Home</a></li> <li id="menu-item-65" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-65"><a href="/news">News</a> <ul class="sub-menu"> <li id="menu-item-1601" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1601"><a href="/closings">Closings</a></li> <li id="menu-item-652" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-652"><a href="https://sunny95.com/news/sections/local/">Local News</a></li> <li id="menu-item-654" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-654"><a href="https://sunny95.com/news/sections/national/">National News</a></li> <li id="menu-item-650" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-650"><a href="https://sunny95.com/news/sections/entertainment/">Entertainment News</a></li> <li id="menu-item-651" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-651"><a href="https://sunny95.com/news/sections/lifestyle/">Lifestyle</a></li> <li id="menu-item-655" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-655"><a href="https://sunny95.com/news/sections/sports/">Sports</a></li> </ul> </li> <li id="menu-item-58" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-58"><a href="#">On Air</a> <ul class="sub-menu"> <li id="menu-item-120015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120015"><a href="https://sunny95.com/randi-rice/">Randi &#038; Rice in The Morning</a></li> <li id="menu-item-120014" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120014"><a href="https://sunny95.com/tiffany-bio/">Tiffany</a></li> <li id="menu-item-120013" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120013"><a href="https://sunny95.com/tony-bristol-bio/">Tony Bristol</a></li> <li id="menu-item-98647" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-98647"><a href="https://www.delilah.com/">Delilah</a></li> <li id="menu-item-59591" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59591"><a href="https://sunny95.com/recently-played/">Recently Played</a></li> <li id="menu-item-4067" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4067"><a href="http://sunny95.com/perspective/">Perspective</a></li> <li id="menu-item-68209" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68209"><a href="https://sunny95.com/on-air/">On-Air Schedule</a></li> </ul> </li> <li id="menu-item-37102" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-37102"><a href="#">Podcasts</a> <ul class="sub-menu"> <li id="menu-item-37105" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37105"><a href="http://screeningroompodcast.com/">The Screening Room</a></li> </ul> </li> <li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63"><a href="https://sunny95.com/contests/">Contests &#038; Rules</a></li> <li id="menu-item-110179" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-110179"><a href="https://www.cbussavings.com/columbus/deals">Cbus Savings</a></li> <li id="menu-item-64" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-64"><a href="https://sunny95.com/events/">Events</a> <ul class="sub-menu"> <li id="menu-item-17055" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17055"><a href="/community-calendar/">Community Calendar</a></li> <li id="menu-item-12391" class="menu-item menu-item-type-taxonomy menu-item-object-event-categories menu-item-12391"><a href="https://sunny95.com/events/categories/concerts/">Concerts</a></li> <li id="menu-item-394" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-394"><a href="/events/">Events</a></li> <li id="menu-item-49242" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-49242"><a href="/rising-stars">Rising Stars</a> <ul class="sub-menu"> <li id="menu-item-118503" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-118503"><a href="https://sunny95.com/category/2024-rising-stars/">Rising Stars: Class of 2024</a></li> <li id="menu-item-116897" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-116897"><a href="https://sunny95.com/category/Rising-stars-alumni/">Rising Stars Alumni</a></li> <li id="menu-item-60566" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-60566"><a href="https://sunny95.com/rising-stars/nominate-a-rising-star/">Nomination Form</a></li> </ul> </li> <li id="menu-item-12044" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12044"><a href="/hometown-heroes/">Hometown Hero</a></li> <li id="menu-item-12045" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12045"><a href="/teacher-of-the-month/">Teacher of the Month</a></li> <li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="https://sunny95.com/helping-hands/">Helping Hands</a></li> <li id="menu-item-12372" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12372"><a href="https://sunny95.com/submit-your-event/">Submit Your Event</a></li> </ul> </li> <li id="menu-item-79155" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-79155"><a href="https://sunny95.com/loyal-listener-club-signup/">Loyal Listener Club</a></li> <li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-54"><a href="#">About</a> <ul class="sub-menu"> <li id="menu-item-12060" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12060"><a href="https://sunny95.com/join-us/">Join Us!</a></li> <li id="menu-item-115508" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-115508"><a href="https://sunny95.com/now-you-can-text-sunny-95/">Text Us</a></li> <li id="menu-item-83972" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-83972"><a href="https://sunny95.com/advertise/">Advertise with Sunny 95</a></li> <li id="menu-item-393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-393"><a href="https://sunny95.com/want-a-visit-from-sunny-95/">Request a Treat Truck Visit</a></li> <li id="menu-item-369" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-369"><a href="/jobs">Jobs</a></li> <li id="menu-item-56" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56"><a href="https://sunny95.com/contact-sunny/">Contact Us</a></li> </ul> </li> </ul></div></div> </nav> <!-- /nav --> </div> </header> <!-- /header --> <main class="container site-content"> <div class="page-wrap"> <div class="container"> <section class="row billboard"> <div class="col-md-12"> <div id="6320" style="margin:auto;display:table;" class="ad-platter"> <script type="text/javascript"> var ad6320 = new lazyButler({"desktop":{"id":"369868","size":""},"mobile":{"id":"375941","size":""},"market":"176597","ID":6320}); ad6320.init(); </script> </div> </div> </section> <section class="row top-section"> <div class="col-md-12 col-lg-8"> <link rel="stylesheet" id="slideshow" href="https://sunny95.com/wp-content/themes/wsny-fm/css/slideshow.css?ver=1" type="text/css" media="all"/> <div id="features" class="slider-pro" style="width:100%;"> <div class="sp-slides no-js"> <div class="sp-slide"> <a href="https://sunny95.com/2025/07/13/sunny-95s-summer-block-party-series/"> <img width="636" height="410" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-768x496.png" class="sp-image wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-768x496.png 768w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-300x194.png 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-174x112.png 174w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-600x387.png 600w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-560x361.png 560w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1.png 1024w" sizes="(max-width: 636px) 100vw, 636px" data-attachment-id="121560" data-permalink="https://sunny95.com/events/sunny-95s-summer-block-party-series/summer-block-party-westerville-1-1/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1.png" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="summer block party westerville (1) (1)" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-300x194.png" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1.png" /> <h2>Sunny 95's Summer Block Party Series!</h2> </a> </div> <div class="sp-slide"> <a href="https://sunny95.com/2025/08/01/download-the-sunny-95-app-is-now-available-for-all-phones/"> <img width="636" height="410" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-768x496.png" class="sp-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-768x496.png 768w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-300x194.png 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-174x112.png 174w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-600x387.png 600w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-560x361.png 560w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1.png 1024w" sizes="(max-width: 636px) 100vw, 636px" data-attachment-id="121114" data-permalink="https://sunny95.com/2025/08/01/download-the-sunny-95-app-is-now-available-for-all-phones/sunny-95-app-graphic-1-2/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1.png" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sunny 95 App Graphic (1)" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-300x194.png" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1.png" /> <h2>Download the FREE Sunny 95 App!</h2> </a> </div> <div class="sp-slide"> <a href="https://sunny95.com/loyal-listener-club-signup/"> <img width="636" height="410" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--768x496.png" class="sp-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--768x496.png 768w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--300x194.png 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--174x112.png 174w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--600x387.png 600w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--560x361.png 560w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener-.png 1024w" sizes="(max-width: 636px) 100vw, 636px" data-attachment-id="121008" data-permalink="https://sunny95.com/loyal-listener-club-signup/sunny-loyal-listener/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener-.png" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sunny Loyal Listener" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener--300x194.png" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/02/Sunny-Loyal-Listener-.png" /> <h2>Sunny 95's Loyal Listener Club</h2> </a> </div> <div class="sp-slide"> <a href="https://sunny95.com/stay-connected/"> <img width="636" height="410" src="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-768x496.jpg" class="sp-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-768x496.jpg 768w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-300x194.jpg 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-174x112.jpg 174w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-600x387.jpg 600w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-560x361.jpg 560w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web.jpg 1024w" sizes="(max-width: 636px) 100vw, 636px" data-attachment-id="118078" data-permalink="https://sunny95.com/stay-connected/sunny95-smart-speaker_web-2/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web.jpg" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sunny95-Smart-Speaker_web" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-300x194.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web.jpg" /> <h2>Stay connected with Sunny 95!</h2> </a> </div> <div class="sp-slide"> <a href="https://www.cbussavings.com/columbus/deals"> <img width="636" height="410" src="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-768x496.jpg" class="sp-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-768x496.jpg 768w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-300x194.jpg 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-174x112.jpg 174w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-600x387.jpg 600w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-560x361.jpg 560w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings.jpg 1024w" sizes="(max-width: 636px) 100vw, 636px" data-attachment-id="110537" data-permalink="https://sunny95.com/web_cbussavings/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings.jpg" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Web_CbusSavings" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings-300x194.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/Web_CbusSavings.jpg" /> <h2>Cbus Savings</h2> </a> </div> </div> </div> <script type='text/javascript' src='https://sunny95.com/wp-content/themes/radio-stations/js/jquery.sliderPro.min.js'></script> <script type="text/javascript"> jQuery(document).ready(function ($) { $('.sp-slides').each(function () { $(this).removeClass('no-js'); }); $('#features').sliderPro({ width: 636, height: 410, arrows: false, buttons: true, waitForLayers: true, thumbnailPointer: true, autoplay: true, // autoScaleLayers: true, // aspectRatio: 1.55, init: function(event){ // var this_slide = this.instance; // console.log(this); // if(this_slide.classList.contains('loading')){ // this_slide.classList.remove('loading'); // } } }); }); </script> </div> <div class="d-none d-sm-none d-md-none d-lg-block col-lg-4"> <div id="6600" style="margin:auto;display:table;" class="ad-platter"> <script type="text/javascript"> var ad6600 = new lazyButler({"desktop":{"id":"369860","size":"300,250"},"mobile":{"id":"","size":""},"market":"176597","ID":6600}); ad6600.init(); </script> </div> <div id="media_image-3" class="widget widget_media_image"><a href="https://www.cbussavings.com/columbus/deals"><img width="300" height="130" src="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General.jpg" class="image wp-image-110538 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General.jpg 300w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General-240x104.jpg 240w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="110538" data-permalink="https://sunny95.com/300x130_cbussavings_general/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General.jpg" data-orig-size="300,130" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="300x130_CbusSavings_General" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/05/300x130_CbusSavings_General.jpg" /></a></div> </div> </section> <div class="row bottom-section"> <section class="col-md-12 col-lg-2 home-left"> <div id="em_widget-2" class="widget news widget_em_widget"><h3 class="widget-title">Events</h3><div class="em-list-widget em-events-widget"><div class="item"> <h2><a href="https://sunny95.com/events/sunny-95s-summer-block-party-series/">Sunny 95’s Summer Block Party Series</a></h2> <p></p> <div class="itemimg"> <a href="https://sunny95.com/events/sunny-95s-summer-block-party-series/"><img width="100" height="80" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-100x80.png" class="attachment-100x80 size-100x80 wp-post-image" alt="Sunny 95’s Summer Block Party Series" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-100x80.png 100w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-125x100.png 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-70x56.png 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="121560" data-permalink="https://sunny95.com/events/sunny-95s-summer-block-party-series/summer-block-party-westerville-1-1/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1.png" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="summer block party westerville (1) (1)" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1-300x194.png" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/summer-block-party-westerville-1-1.png" /></a> </div> </div><div class="item"> <h2><a href="https://sunny95.com/events/toto-at-riverbend-music-center/">TOTO at Riverbend Music Center</a></h2> <p></p> <div class="itemimg"> <a href="https://sunny95.com/events/toto-at-riverbend-music-center/"><img width="100" height="80" src="https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB-100x80.jpg" class="attachment-100x80 size-100x80 wp-post-image" alt="TOTO at Riverbend Music Center" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB-100x80.jpg 100w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="120781" data-permalink="https://sunny95.com/events/toto-at-riverbend-music-center/toto-1200x628-fb/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB.jpg" data-orig-size="1024,536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Toto-1200&#215;628-FB" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB-300x157.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/12/Toto-1200x628-FB.jpg" /></a> </div> </div><div class="item"> <h2><a href="https://sunny95.com/events/disney-descendants-zombies-worlds-collide-tour/">Disney Descendants/Zombies: Worlds Collide Tour</a></h2> <p></p> <div class="itemimg"> <a href="https://sunny95.com/events/disney-descendants-zombies-worlds-collide-tour/"><img width="100" height="80" src="https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5-100x80.jpg" class="attachment-100x80 size-100x80 wp-post-image" alt="Disney Descendants/Zombies: Worlds Collide Tour" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5-100x80.jpg 100w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="120692" data-permalink="https://sunny95.com/events/disney-descendants-zombies-worlds-collide-tour/disneydz_1248x680-7d698975d5/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5.jpg" data-orig-size="1024,558" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DisneyDZ_1248x680-7d698975d5" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5-300x163.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/11/DisneyDZ_1248x680-7d698975d5.jpg" /></a> </div> </div><div class="item"> <h2><a href="https://sunny95.com/events/rob-thomas-at-rose-music-center-at-the-heights/">Rob Thomas at Rose Music Center at the Heights!</a></h2> <p></p> <div class="itemimg"> <a href="https://sunny95.com/events/rob-thomas-at-rose-music-center-at-the-heights/"><img width="100" height="80" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB-100x80.jpg" class="attachment-100x80 size-100x80 wp-post-image" alt="Rob Thomas at Rose Music Center at the Heights!" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB-100x80.jpg 100w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="121303" data-permalink="https://sunny95.com/events/rob-thomas-at-rose-music-center-at-the-heights/robthomas-1200x628-fb/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB.jpg" data-orig-size="1024,536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="RobThomas-1200&#215;628-FB" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB-300x157.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/05/RobThomas-1200x628-FB.jpg" /></a> </div> </div><div class="item"> <h2><a href="https://sunny95.com/events/stevie-nicks-at-heritage-bank-center/">Stevie Nicks at Heritage Bank Center!</a></h2> <p></p> <div class="itemimg"> <a href="https://sunny95.com/events/stevie-nicks-at-heritage-bank-center/"><img width="100" height="80" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823-100x80.jpg" class="attachment-100x80 size-100x80 wp-post-image" alt="Stevie Nicks at Heritage Bank Center!" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823-100x80.jpg 100w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="121215" data-permalink="https://sunny95.com/events/stevie-nicks-at-heritage-bank-center/static_social-facebookpr_1200x630_stevienicks_2025_regional_heritagebankcenter_0823/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823.jpg" data-orig-size="1024,536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823-300x157.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/04/Static_Social-FacebookPR_1200x630_StevieNicks_2025_Regional_HeritageBankCenter_0823.jpg" /></a> </div> </div></div></div><div id="saganewswidget-14" class="widget news widget_saganewswidget"><div class="items news"><h1><span>National News</span></h1> <div class="item"> <p class="momentdate incats"><span class="time">3 days ago</span> in <a href="/news/sections/entertainment">Entertainment</a></p> <h2><a href="https://sunny95.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/">American Eagle&#8217;s &#8216;good jeans&#8217; ads with Sydney Sweeney spark a debate on race and beauty standards</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254230" data-permalink="https://news.sagacom.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/american-eagle-sydney-sweeney/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.2&quot;,&quot;credit&quot;:&quot;Scott A Garfitt\/Invision\/AP&quot;,&quot;camera&quot;:&quot;ILCE-1&quot;,&quot;caption&quot;:&quot;FILE - Sydney Sweeney poses for photographers upon arrival at the premiere of the film &#039;Echo Valley&#039; on June 10, 2025, in London. (Photo by Scott A Garfitt\/Invision\/AP, File)&quot;,&quot;created_timestamp&quot;:&quot;1749578518&quot;,&quot;copyright&quot;:&quot;Invision&quot;,&quot;focal_length&quot;:&quot;200&quot;,&quot;iso&quot;:&quot;1250&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;American Eagle Sydney Sweeney&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="American Eagle Sydney Sweeney" data-image-description="" data-image-caption="&lt;p&gt;FILE &#8211; Sydney Sweeney poses for photographers upon arrival at the premiere of the film &#8216;Echo Valley&#8217; on June 10, 2025, in London. (Photo by Scott A Garfitt/Invision/AP, File)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" /></a> </div> <p>U.S. fashion retailer American Eagle Outfitters wanted to make a splash with its new advertising campaign starring 27-year-old actor Sydney Sweeney. The ad blitz included "clever, even provocative language" and was "definitely going to push buttons," the company's chief marketing officer told trade media outlets. It has.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">5 days ago</span> in <a href="/news/sections/lifestyle">Lifestyle</a></p> <h2><a href="https://sunny95.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/">To stay sharper while aging, get active, challenge your brain, and eat healthy</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254179" data-permalink="https://news.sagacom.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/be-well-protect-your-brain/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;FILE - An elderly couple walks down a hallway in Easton, Pa., on Nov. 6, 2015. (AP Photo\/Matt Rourke, File)&quot;,&quot;created_timestamp&quot;:&quot;1446810108&quot;,&quot;copyright&quot;:&quot;Copyright 2016 The Associated Press. All rights reserved.&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Be Well-Protect Your Brain&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Be Well-Protect Your Brain" data-image-description="" data-image-caption="&lt;p&gt;FILE &#8211; An elderly couple walks down a hallway in Easton, Pa., on Nov. 6, 2015. (AP Photo/Matt Rourke, File)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" /></a> </div> <p>It's official: Older Americans worried about cognitive decline can stay sharper for longer by exercising both their bodies and their brains and eating healthier.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">5 days ago</span> in <a href="/news/sections/entertainment">Entertainment</a>, <a href="/news/sections/music">Music</a></p> <h2><a href="https://sunny95.com/news/030030-as-beyonces-cowboy-carter-tour-draws-to-a-close-blue-ivy-emerges-as-a-star/">As Beyoncé&#8217;s Cowboy Carter tour draws to a close, Blue Ivy emerges as a star</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-as-beyonces-cowboy-carter-tour-draws-to-a-close-blue-ivy-emerges-as-a-star/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254170" data-permalink="https://news.sagacom.com/news/030030-as-beyonces-cowboy-carter-tour-draws-to-a-close-blue-ivy-emerges-as-a-star/beyonce-blue-ivy/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;ILCE-1&quot;,&quot;caption&quot;:&quot;FILE - Beyonc\u00e9, center left, and her daughter, Blue Ivy Carter, perform during halftime of an NFL football game between the Baltimore Ravens and Houston Texans Wednesday, Dec. 25, 2024, in Houston. (AP Photo\/David J. Phillip, File)&quot;,&quot;created_timestamp&quot;:&quot;1735168923&quot;,&quot;copyright&quot;:&quot;Copyright 2024 The Associated Press. All rights reserved.&quot;,&quot;focal_length&quot;:&quot;600&quot;,&quot;iso&quot;:&quot;1250&quot;,&quot;shutter_speed&quot;:&quot;0.001&quot;,&quot;title&quot;:&quot;Beyonce Blue Ivy&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Beyonce Blue Ivy" data-image-description="" data-image-caption="&lt;p&gt;FILE &#8211; Beyoncé, center left, and her daughter, Blue Ivy Carter, perform during halftime of an NFL football game between the Baltimore Ravens and Houston Texans Wednesday, Dec. 25, 2024, in Houston. (AP Photo/David J. Phillip, File)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25207419069424.jpg" /></a> </div> <p>"Who they came to see?" Beyoncé asks as she performs her 2023 single "My House" during the Cowboy Carter tour. For many, the answer has been Blue Ivy.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">5 days ago</span> in <a href="/news/sections/entertainment">Entertainment</a></p> <h2><a href="https://sunny95.com/news/030030-fantastic-four-first-steps-scores-marvels-first-100-million-box-office-opening-of-2025/">&#8216;Fantastic Four: First Steps&#8217; scores Marvel&#8217;s first $100 million box office opening of 2025</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-fantastic-four-first-steps-scores-marvels-first-100-million-box-office-opening-of-2025/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254167" data-permalink="https://news.sagacom.com/news/030030-fantastic-four-first-steps-scores-marvels-first-100-million-box-office-opening-of-2025/film-review-the-fantastic-four-first-steps/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;Jpeg File&quot;,&quot;caption&quot;:&quot;This image released by Disney shows Pedro Pascal in a scene from \&quot;The Fantastic Four: First Steps.\&quot; (Marvel\/Disney via AP)&quot;,&quot;created_timestamp&quot;:&quot;1752884896&quot;,&quot;copyright&quot;:&quot;\u00a9 2025 20th Century Studios \/ \u00a9 and \u2122 2025 MARVEL&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Film Review - The Fantastic Four: First Steps&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Film Review &#8211; The Fantastic Four: First Steps" data-image-description="" data-image-caption="&lt;p&gt;This image released by Disney shows Pedro Pascal in a scene from &#8220;The Fantastic Four: First Steps.&#8221; (Marvel/Disney via AP)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25200016975567.jpg" /></a> </div> <p>Marvel's first family has finally found box office gold. "The Fantastic Four: First Steps," the first film about the superheroes made under the guidance of Kevin Feige and the Walt Disney Co., earned $118 million in its first weekend in 4,125 North American theaters, according to studio estimates Sunday.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">6 days ago</span> in <a href="/news/sections/entertainment">Entertainment</a></p> <h2><a href="https://sunny95.com/news/030030-comic-con-salutes-james-gunn-and-gets-first-looks-at-coyote-vs-acme-and-new-star-trek-forays/">Comic-Con salutes James Gunn and gets first looks at &#8216;Coyote vs. Acme,&#8217; and new &#8216;Star Trek&#8217; forays</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-comic-con-salutes-james-gunn-and-gets-first-looks-at-coyote-vs-acme-and-new-star-trek-forays/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254141" data-permalink="https://news.sagacom.com/news/030030-comic-con-salutes-james-gunn-and-gets-first-looks-at-coyote-vs-acme-and-new-star-trek-forays/2025-comic-con-peacemaker-panel/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;Richard Shotwell\/Invision\/AP&quot;,&quot;camera&quot;:&quot;NIKON D5&quot;,&quot;caption&quot;:&quot;James Gunn, left, and John Cena attend a panel for \&quot;Peacemaker\&quot; during Comic-Con International on Saturday, July 26, 2025, in San Diego. (Photo by Richard Shotwell\/Invision\/AP)&quot;,&quot;created_timestamp&quot;:&quot;1753569408&quot;,&quot;copyright&quot;:&quot;Invision&quot;,&quot;focal_length&quot;:&quot;600&quot;,&quot;iso&quot;:&quot;8000&quot;,&quot;shutter_speed&quot;:&quot;0.004&quot;,&quot;title&quot;:&quot;2025 Comic-Con - \&quot;Peacemaker\&quot; Panel&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="2025 Comic-Con &#8211; &#8220;Peacemaker&#8221; Panel" data-image-description="" data-image-caption="&lt;p&gt;James Gunn, left, and John Cena attend a panel for &#8220;Peacemaker&#8221; during Comic-Con International on Saturday, July 26, 2025, in San Diego. (Photo by Richard Shotwell/Invision/AP)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25208024266773.jpg" /></a> </div> <p>Director James Gunn got an ovation from thousands for "Superman" in the most fitting place of all — Comic-Con.</p> </div> </div></div> </section> <section class="col-md-12 col-lg-6 home-center"> <div id="saganewswidget-19" class="widget news widget_saganewswidget"><div class="items news"><h1><span>Trending</span></h1> <div class="item"> <p class="momentdate incats"><span class="time">3 days ago</span> in <a href="/news/sections/national">National</a>, <a href="/news/sections/trending">Trending</a></p> <h2><a href="https://sunny95.com/news/030030-record-breaking-heat-wave-scorches-southeast-us/">Record-breaking heat wave scorches Southeast US</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-record-breaking-heat-wave-scorches-southeast-us/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254242" data-permalink="https://news.sagacom.com/news/030030-record-breaking-heat-wave-scorches-southeast-us/us-florida-extreme-weather-heat/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;6.3&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;ILCE-1&quot;,&quot;caption&quot;:&quot;Children play in the water to avoid the heat at the Titusville Splash Pad, Tuesday, July 29, 2025, in Titusville, Fla. (AP Photo\/Chris O&#039;Meara)&quot;,&quot;created_timestamp&quot;:&quot;1753810203&quot;,&quot;copyright&quot;:&quot;Copyright 2025 The Associated Press. All rights reserved.&quot;,&quot;focal_length&quot;:&quot;174&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.0008&quot;,&quot;title&quot;:&quot;US Florida Extreme Weather Heat&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="US Florida Extreme Weather Heat" data-image-description="" data-image-caption="&lt;p&gt;Children play in the water to avoid the heat at the Titusville Splash Pad, Tuesday, July 29, 2025, in Titusville, Fla. (AP Photo/Chris O&#8217;Meara)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210694710658.jpg" /></a> </div> <p>Residents in the Southeast U.S. are no strangers to heat in the summertime. But this week's sweltering hot weather set at least one record and has forecasters urging residents to limit time outside on Tuesday if possible — and stay hydrated.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">3 days ago</span> in <a href="/news/sections/entertainment">Entertainment</a></p> <h2><a href="https://sunny95.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/">American Eagle&#8217;s &#8216;good jeans&#8217; ads with Sydney Sweeney spark a debate on race and beauty standards</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254230" data-permalink="https://news.sagacom.com/news/030030-american-eagles-good-jeans-ads-with-sydney-sweeney-spark-a-debate-on-race-and-beauty-standards/american-eagle-sydney-sweeney/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.2&quot;,&quot;credit&quot;:&quot;Scott A Garfitt\/Invision\/AP&quot;,&quot;camera&quot;:&quot;ILCE-1&quot;,&quot;caption&quot;:&quot;FILE - Sydney Sweeney poses for photographers upon arrival at the premiere of the film &#039;Echo Valley&#039; on June 10, 2025, in London. (Photo by Scott A Garfitt\/Invision\/AP, File)&quot;,&quot;created_timestamp&quot;:&quot;1749578518&quot;,&quot;copyright&quot;:&quot;Invision&quot;,&quot;focal_length&quot;:&quot;200&quot;,&quot;iso&quot;:&quot;1250&quot;,&quot;shutter_speed&quot;:&quot;0.0015625&quot;,&quot;title&quot;:&quot;American Eagle Sydney Sweeney&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="American Eagle Sydney Sweeney" data-image-description="" data-image-caption="&lt;p&gt;FILE &#8211; Sydney Sweeney poses for photographers upon arrival at the premiere of the film &#8216;Echo Valley&#8217; on June 10, 2025, in London. (Photo by Scott A Garfitt/Invision/AP, File)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25210789530338.jpg" /></a> </div> <p>U.S. fashion retailer American Eagle Outfitters wanted to make a splash with its new advertising campaign starring 27-year-old actor Sydney Sweeney. The ad blitz included "clever, even provocative language" and was "definitely going to push buttons," the company's chief marketing officer told trade media outlets. It has.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">3 days ago</span> in <a href="/news/sections/trending">Trending</a>, <a href="/news/sections/world">World</a></p> <h2><a href="https://sunny95.com/news/030030-tsunami-warnings-fading-after-one-of-the-largest-earthquakes-ever-recorded-heres-what-to-know/">Tsunami warnings fading after one of the largest earthquakes ever recorded. Here&#8217;s what to know</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-tsunami-warnings-fading-after-one-of-the-largest-earthquakes-ever-recorded-heres-what-to-know/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254226" data-permalink="https://news.sagacom.com/news/030030-tsunami-warnings-fading-after-one-of-the-largest-earthquakes-ever-recorded-heres-what-to-know/pacific-tsunami/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386.jpg" data-orig-size="1024,858" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;The map above locates the epicenter of an 8.8 magnitude earthquake in Russia that has triggered tsunami warnings across the Pacific Ocean. (AP Graphic)&quot;,&quot;created_timestamp&quot;:&quot;1753844894&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Pacific-Tsunami&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Pacific-Tsunami" data-image-description="" data-image-caption="&lt;p&gt;The map above locates the epicenter of an 8.8 magnitude earthquake in Russia that has triggered tsunami warnings across the Pacific Ocean. (AP Graphic)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25211112950386.jpg" /></a> </div> <p>One of this century's most powerful earthquakes struck off the coast of Russia and generated tsunami warnings and advisories for a broad section of the Pacific, including Alaska, Hawaii and the U.S. West Coast and as far south as New Zealand.</p> </div> <div class="item"> <p class="momentdate incats"><span class="time">5 days ago</span> in <a href="/news/sections/lifestyle">Lifestyle</a></p> <h2><a href="https://sunny95.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/">To stay sharper while aging, get active, challenge your brain, and eat healthy</a></h2> <div class="itemimg"> <a href="https://sunny95.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/"><img width="100" height="80" src="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-100x80.jpg" class="attachment-thumb size-thumb wp-post-image" alt="" decoding="async" srcset="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-100x80.jpg 100w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-125x100.jpg 125w, https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622-70x56.jpg 70w" sizes="(max-width: 100px) 100vw, 100px" data-attachment-id="254179" data-permalink="https://news.sagacom.com/news/030030-to-stay-sharper-while-aging-get-active-challenge-your-brain-and-eat-healthy/be-well-protect-your-brain/" data-orig-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" data-orig-size="1024,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;FILE - An elderly couple walks down a hallway in Easton, Pa., on Nov. 6, 2015. (AP Photo\/Matt Rourke, File)&quot;,&quot;created_timestamp&quot;:&quot;1446810108&quot;,&quot;copyright&quot;:&quot;Copyright 2016 The Associated Press. All rights reserved.&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Be Well-Protect Your Brain&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Be Well-Protect Your Brain" data-image-description="" data-image-caption="&lt;p&gt;FILE &#8211; An elderly couple walks down a hallway in Easton, Pa., on Nov. 6, 2015. (AP Photo/Matt Rourke, File)&lt;/p&gt; " data-medium-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" data-large-file="https://news.sagacom.com/wp-content/blogs.dir/3/files/2025/07/AP25206726997622.jpg" /></a> </div> <p>It's official: Older Americans worried about cognitive decline can stay sharper for longer by exercising both their bodies and their brains and eating healthier.</p> </div> </div></div> </section> <section class="col-md-12 col-lg-4 home-right"> <div id="saga_wonp-2" class="widget news widget_saga_wonp"><div class=""><h1><span>Now Playing</span></h1><div class="items"> <div style="display: none;">&nbsp;</div> <script type="text/javascript" id="v6_player" class="async-script-loader"> (function () { window._nowplaying_abacast_V6_widget_config = {"id":"v6_player","widget_width":"300","widget_height":"85","default_album_art":"https://player.amperwave.net/widget/assets/images/no-art.jpg","album_art_width":"auto","album_art_height":"auto","background_color":"","foreground_color":"","font_color":"#000","font_family":"Source Sans Pro","font_size":"20pt","player_url_override":"","now_playing_text":"now playing","play_start_text":"play start:","launch_player_text":"launch player","clarity_station_id":"7934","theme":"light","time_format":"12-hour","version":"latest"}; function async_load () { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; var theUrl = "https://player.amperwave.net/widget/nowplaying-latest.min.js"; s.src = theUrl + (theUrl.indexOf('?') >= 0 ? '&' : '?') + 'ref=' + encodeURIComponent(window.location.href) + '&env=prod'; var embedderScript = document.getElementById("v6_player"); embedderScript.parentNode.insertBefore(s, embedderScript); } if (window.attachEvent) { window.attachEvent('onload', async_load); } else { window.addEventListener('load', async_load, false); } })(); </script> <style> .nowplaying-widget-container { width: 300px !important; min-width: 300px !important; } .nowplaying-widget-container p.time { display: none; } .nowplaying-widget-container p.track { padding: 5px 0 5px 0; overflow-wrap: break-word; font-family: Source Sans Pro; font-size: 12pt; } .nowplaying-widget-container .right { display: none; } .nowplaying-widget-container .centre { } </style> </div></div></div><div id="whwidget-2" class="widget news widget_whwidget"><div class="whats-happening"><h1><span>What's Happening</span></h1><div class="items"> <div class="item"> <h2><a href="https://sunny95.com/stay-connected/">Stay connected with Sunny 95!</a></h2> <div class="itemimg"> <a href="https://sunny95.com/stay-connected/"><img width="125" height="100" src="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-125x100.jpg" class="attachment-thumb-image size-thumb-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-70x56.jpg 70w, https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-100x80.jpg 100w" sizes="(max-width: 125px) 100vw, 125px" data-attachment-id="118078" data-permalink="https://sunny95.com/stay-connected/sunny95-smart-speaker_web-2/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web.jpg" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sunny95-Smart-Speaker_web" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web-300x194.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2023/03/Sunny95-Smart-Speaker_web.jpg" /></a> </div> <p>Tell your smart speaker to play Sunny 95!</p> </div> <div class="item"> <h2><a href="https://sunny95.com/2025/08/01/download-the-sunny-95-app-is-now-available-for-all-phones/">Download the FREE Sunny 95 App!</a></h2> <div class="itemimg"> <a href="https://sunny95.com/2025/08/01/download-the-sunny-95-app-is-now-available-for-all-phones/"><img width="125" height="100" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-125x100.png" class="attachment-thumb-image size-thumb-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-125x100.png 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-70x56.png 70w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-100x80.png 100w" sizes="(max-width: 125px) 100vw, 125px" data-attachment-id="121114" data-permalink="https://sunny95.com/2025/08/01/download-the-sunny-95-app-is-now-available-for-all-phones/sunny-95-app-graphic-1-2/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1.png" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Sunny 95 App Graphic (1)" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1-300x194.png" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/03/Sunny-95-App-Graphic-1.png" /></a> </div> <p>Take Sunny 95 wherever you go with our FREE app!</p> </div> <div class="item"> <h2><a href="https://sunny95.com/2025/01/13/2025-ohio-state-fair-and-county-fair-dates/">2025 Ohio State Fair and County Fair Dates</a></h2> <div class="itemimg"> <a href="https://sunny95.com/2025/01/13/2025-ohio-state-fair-and-county-fair-dates/"><img width="125" height="100" src="https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-125x100.jpg" class="attachment-thumb-image size-thumb-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-70x56.jpg 70w, https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-100x80.jpg 100w" sizes="(max-width: 125px) 100vw, 125px" data-attachment-id="120871" data-permalink="https://sunny95.com/2025/01/13/2025-ohio-state-fair-and-county-fair-dates/pexels-brett-sayles-9681678/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-scaled.jpg" data-orig-size="1024,681" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pexels-brett-sayles-9681678" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-300x200.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2025/01/pexels-brett-sayles-9681678-scaled.jpg" /></a> </div> <p>&#8220;The Ohio State Fair will last 12 days this year, opening on July 23.&#8221; County Fairs • Pickaway County Fair [&hellip;]</p> </div> <div class="item"> <h2><a href="https://sunny95.com/2024/04/02/do-you-know-where-your-children-are/">Do You Know Where Your Children Are?</a></h2> <div class="itemimg"> <a href="https://sunny95.com/2024/04/02/do-you-know-where-your-children-are/"></a> </div> <p>Find resources and info concerning the health of the children in your life at doyouknowwhereyourchildrenare.com </p> </div> <div class="item"> <h2><a href="https://sunny95.com/now-you-can-text-sunny-95/">Now you can text Sunny 95!</a></h2> <div class="itemimg"> <a href="https://sunny95.com/now-you-can-text-sunny-95/"><img width="125" height="100" src="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY-125x100.jpg" class="attachment-thumb-image size-thumb-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY-70x56.jpg 70w, https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY-100x80.jpg 100w" sizes="(max-width: 125px) 100vw, 125px" data-attachment-id="119641" data-permalink="https://sunny95.com/now-you-can-text-sunny-95/web-texting-gfx_sunny-2/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY.jpg" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="WEB-TEXTING-GFX_SUNNY" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY-300x194.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/WEB-TEXTING-GFX_SUNNY.jpg" /></a> </div> <p>Text the Sunny 95 Studio Text Line powered by KEMBA Financial Credit Union to join in the conversation!</p> </div> <div class="item"> <h2><a href="https://sunny95.com/teacher-of-the-month/january-2024-karmyn-metzger/#new_tab">Teacher of the Month</a></h2> <div class="itemimg"> <a href="https://sunny95.com/teacher-of-the-month/january-2024-karmyn-metzger/#new_tab"><img width="125" height="100" src="https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX-125x100.jpg" class="attachment-thumb-image size-thumb-image wp-post-image" alt="" decoding="async" srcset="https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX-125x100.jpg 125w, https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX-70x56.jpg 70w, https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX-100x80.jpg 100w" sizes="(max-width: 125px) 100vw, 125px" data-attachment-id="106019" data-permalink="https://sunny95.com/teacher-of-the-month-2018-gfx/" data-orig-file="https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX.jpg" data-orig-size="1024,661" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Teacher-of-the-Month-2018-GFX" data-image-description="" data-image-caption="" data-medium-file="https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX-300x194.jpg" data-large-file="https://sunny95.com/wp-content/blogs.dir/16/files/2022/11/Teacher-of-the-Month-2018-GFX.jpg" /></a> </div> <p>Congratulations to Karmyn Metzger of Worthington Hills Elementary School!</p> </div> </div></div></div> </section> </div> </div> </div> </main> <div class="container"> <div class="footer-ads"> <div class="row"> <div id="4074" style="margin:auto;display:table;" class="ad-platter"> <script type="text/javascript"> var ad4074 = new lazyButler({"desktop":{"id":"369866","size":"728,90"},"mobile":{"id":"369867","size":"320,50"},"market":"176597","ID":4074}); ad4074.init(); </script> </div> </div> </div> </div> <footer> <div class="container"> <div class="row legal"> <div class="col-md-3"> <!-- logo --> <div class="logo"> <a href="https://sunny95.com"> <img src="https://sunny95.com/wp-content/blogs.dir/16/files/2024/05/sunny95logo.png" alt="Sunny 95" class="logo-img"> </a> </div> <!-- /logo --> </div> <div class="col-md-9"> <ul class="policy"> <li>Sunny 95</strong> Copyright 2025 Saga Communications, Inc. All rights reserved. </li> <li><a href="https://eeo.sagacom.com/columbus/">EEO Report</a> | <a href="https://publicfiles.fcc.gov/fm-profile/WSNY">FCC Public File </a> | <a href="/fcc-applications/">FCC Applications</a> For assistance accessing public files, contact pfassist@cbusmediagroup.com <BR> </li> <li><a href="/privacy-policy/">Privacy Policy</a> | <a href="/terms-of-use/">Terms of Use</a> | <a href="/contests">Contests & Rules</a></li> <li><a href="//media.sagacom.com/NDAL-full.pdf">Non-Discriminatory Advertising Letter</a> | Advisory Public Notice - Non-Discriminatory Ad Contracts </li> <li>Some images copyright AP, Clipart.com</li> </ul> </div> </div> <div class="row"> <div class="col-sm-12 col-md-12"><div class="menu-full-width"><div class="menu-footer-nav-container"><ul id="menu-footer-nav" class="menu"><li id="menu-item-68210" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68210"><a href="/on-air/">On Air</a> <ul class="sub-menu"> <li id="menu-item-68252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68252"><a href="/on-air/">Schedule</a></li> <li id="menu-item-410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-410"><a href="https://sunny95.com/contests/">Contests</a></li> </ul> </li> <li id="menu-item-68214" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68214"><a href="https://player.amperwave.net/7934">Listen Live</a> <ul class="sub-menu"> <li id="menu-item-68215" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68215"><a href="https://market.android.com/details?id=com.sagacom.sunny95">Android App</a></li> <li id="menu-item-68216" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68216"><a href="http://itunes.apple.com/us/app/sunny-95/id352635171?mt=8">iPhone App</a></li> </ul> </li> <li id="menu-item-68241" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68241"><a href="/news/">News</a> <ul class="sub-menu"> <li id="menu-item-68245" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-68245"><a href="https://sunny95.com/news/sections/local/">Local</a></li> <li id="menu-item-68242" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-68242"><a href="https://sunny95.com/news/sections/entertainment/">Entertainment</a></li> <li id="menu-item-68254" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-68254"><a href="https://sunny95.com/news/sections/ac/">Music</a></li> <li id="menu-item-68244" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-68244"><a href="https://sunny95.com/news/sections/lifestyle/">Lifestyle</a></li> <li id="menu-item-68248" class="menu-item menu-item-type-taxonomy menu-item-object-saga_news_section menu-item-68248"><a href="https://sunny95.com/news/sections/viral-videos/">Viral Videos</a></li> </ul> </li> <li id="menu-item-68219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-68219"><a href="https://sunny95.com/events/">Events</a> <ul class="sub-menu"> <li id="menu-item-68220" class="menu-item menu-item-type-taxonomy menu-item-object-event-categories menu-item-68220"><a href="https://sunny95.com/events/categories/concerts/">Concerts</a></li> <li id="menu-item-68222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68222"><a href="https://sunny95.com/want-a-visit-from-sunny-95/">Request a Visit</a></li> <li id="menu-item-75365" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75365"><a href="https://sunny95.com/submit-your-event/">Submit Your Event</a></li> </ul> </li> <li id="menu-item-68234" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-68234"><a href="/contact-sunny/">Contact Us</a> <ul class="sub-menu"> <li id="menu-item-68238" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68238"><a href="https://sunny95.com/loyal-listener-club-signup/">Loyal Listener Club</a></li> <li id="menu-item-68235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68235"><a href="https://facebook.com/sunny95WSNY">Facebook</a></li> <li id="menu-item-75364" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-75364"><a href="https://www.instagram.com/sunny95wsny/">Instagram</a></li> <li id="menu-item-68236" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68236"><a href="https://twitter.com/sunny_95">Twitter</a></li> <li id="menu-item-68256" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-68256"><a href="/jobs">Jobs</a></li> </ul> </li> </ul></div></div></div> </div> </div> </footer> <script> // jQuery(document).ready(function () { // jQuery('.mobile-banner ins').append('<div class="mobile-ad-toggle"></div>'); // }); </script> <div class="mobile-banner"> <div class="footer-ad visible-phone"> <div class="container"> <div class="row"> <div class="span12"> <!-- ROS Mobile 320x50 [async] --> <div class="ad-platter"> <!-- ROS Mobile 320x50 [async] --> <script type="text/javascript">if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}</script> <script type="text/javascript"> var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || []; var abkw = window.abkw || ''; var reg_zone = (window.innerWidth < 992) ?{"id":"369867","size":"320,50"}:false; if(reg_zone != false) { // The placement ID is usually set by the first instance and increase in number over iteration ++ // For some reason it can conflict and run at the same time if lazy zone and non lazy zone exist on the same page. window['plc' + reg_zone.id] = 1; document.write('<' + 'div id="placement_' + reg_zone.id + '_' + window['plc' + reg_zone.id] + '"></' + 'div>'); AdButler.ads.push({ handler: function (opt) { AdButler.register(176597, reg_zone.id, reg_zone.size.split(','), 'placement_' + reg_zone.id + '_' + opt.place, opt); }, opt: { place: window['plc' + reg_zone.id]++, keywords: abkw, domain: 'servedbyadbutler.com', click: 'CLICK_MACRO_PLACEHOLDER' } }); } </script> </div> </div> </div> </div> </div> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/blogs.dir\/16\/files\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/wsny-fm\/*","\/wp-content\/themes\/radio-stations\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Lazy load component start --> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function () { var observer = lozad('.lozad', { threshold: 0.1, }); observer.observe(); }); </script> <!-- Lazy load component end --> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v19.0&appId=375165463607677" nonce="MhW91mqc"></script> <script type="text/javascript"> /* MonsterInsights Scroll Tracking */ if ( typeof(jQuery) !== 'undefined' ) { jQuery( document ).ready(function(){ function monsterinsights_scroll_tracking_load() { if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) { (function(factory) { factory(jQuery); }(function($) { /* Scroll Depth */ "use strict"; var defaults = { percentage: true }; var $window = $(window), cache = [], scrollEventBound = false, lastPixelDepth = 0; /* * Plugin */ $.scrollDepth = function(options) { var startTime = +new Date(); options = $.extend({}, defaults, options); /* * Functions */ function sendEvent(action, label, scrollDistance, timing) { if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) { return; } var paramName = action.toLowerCase(); var fieldsArray = { send_to: 'G-SEP8FB0PP7', non_interaction: true }; fieldsArray[paramName] = label; if (arguments.length > 3) { fieldsArray.scroll_timing = timing MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } else { MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } } function calculateMarks(docHeight) { return { '25%' : parseInt(docHeight * 0.25, 10), '50%' : parseInt(docHeight * 0.50, 10), '75%' : parseInt(docHeight * 0.75, 10), /* Cushion to trigger 100% event in iOS */ '100%': docHeight - 5 }; } function checkMarks(marks, scrollDistance, timing) { /* Check each active mark */ $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent('Percentage', key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { /* Returns String */ return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ /* Reset Scroll Depth with the originally initialized options */ $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off('scroll.scrollDepth'); bindScrollDepth(); }; /* Add DOM elements to be tracked */ $.scrollDepth.addElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.merge(options.elements, elems); /* If scroll event has been unbound from window, rebind */ if (!scrollEventBound) { bindScrollDepth(); } }; /* Remove DOM elements currently tracked */ $.scrollDepth.removeElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0) { clearTimeout(timeout); timeout = null; previous = now; result = func.apply(context, args); } else if (!timeout) { timeout = setTimeout(later, remaining); } return result; }; } /* * Scroll Event */ function bindScrollDepth() { scrollEventBound = true; $window.on('scroll.scrollDepth', throttle(function() { /* * We calculate document and window height on each scroll event to * account for dynamic DOM changes. */ var docHeight = $(document).height(), winHeight = window.innerHeight ? window.innerHeight : $window.height(), scrollDistance = $window.scrollTop() + winHeight, /* Recalculate percentage marks */ marks = calculateMarks(docHeight), /* Timing */ timing = +new Date - startTime; checkMarks(marks, scrollDistance, timing); }, 500)); } init(); }; /* UMD export */ return $.scrollDepth; })); jQuery.scrollDepth(); } else { setTimeout(monsterinsights_scroll_tracking_load, 200); } } monsterinsights_scroll_tracking_load(); }); } /* End MonsterInsights Scroll Tracking */ </script><script type="text/javascript" src="//maps.googleapis.com/maps/api/js?v=3.exp&amp;key=AIzaSyB9dxEJq5_KLeWmWd30IPQUE-iFvDlQZo0&amp;ver=1.5.2" id="google-api-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-content/themes/radio-stations/js/min/radio-stations-min.js?ver=1.5.3" id="radio-stations-js"></script> <script type="text/javascript" src="https://sunny95.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.7" id="page-links-to-js"></script> <!--Plugin WP Missed Schedule Active - Secured with Genuine Authenticity KeyTag--> <!-- This site is patched against a big problem not solved since WordPress 2.5 --> </div> </div> </body> </html> <!-- generated 245 seconds ago generated in 0.678 seconds served from batcache in 0.002 seconds expires in 55 seconds -->


URL: