<!DOCTYPE html>
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="theme-color" content="#ed1c24"/> <link rel="profile" href="https://gmpg.org/xfn/11" />
<title>96X – Independent. Rock. Alternative.</title>
<meta name='robots' content='max-image-preview:large' />
<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//meet.jit.si' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="96X » Feed" href="https://96x.fm/feed/" />
<!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.1 - Using Analytics tracking - https://www.monsterinsights.com/ -->
<script src="//www.googletagmanager.com/gtag/js?id=G-DV0D4J4DFG" data-cfasync="false" data-wpfc-render="false" async></script>
<script data-cfasync="false" data-wpfc-render="false">
var mi_version = '9.6.1';
var mi_track_user = true;
var mi_no_track_reason = '';
var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/96x.fm\/"};
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-DV0D4J4DFG',
];
/* 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-DV0D4J4DFG', {"forceSSL":"true"} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}
function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
'referrer' : 'page_referrer',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}
try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}
window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
</script>
<!-- / Google Analytics by MonsterInsights -->
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/96x.fm\/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>
<link rel='stylesheet' id='sbi_styles-css' href='https://96x.fm/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.9.1' media='all' />
<style id='wp-emoji-styles-inline-css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://96x.fm/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1' media='all' />
<link rel='stylesheet' id='the7-font-css' href='https://96x.fm/wp-content/themes/dt-the7/fonts/icomoon-the7-font/icomoon-the7-font.min.css?ver=12.7.0' media='all' />
<link rel='stylesheet' id='the7-awesome-fonts-css' href='https://96x.fm/wp-content/themes/dt-the7/fonts/FontAwesome/css/all.min.css?ver=12.7.0' media='all' />
<link rel='stylesheet' id='evcal_google_fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&subset=latin%2Clatin-ext&ver=4.9.11' media='all' />
<link rel='stylesheet' id='evcal_cal_default-css' href='//96x.fm/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=4.9.11' media='all' />
<link rel='stylesheet' id='evo_font_icons-css' href='//96x.fm/wp-content/plugins/eventON/assets/fonts/all.css?ver=4.9.11' media='all' />
<link rel='stylesheet' id='eventon_dynamic_styles-css' href='//96x.fm/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=4.9.11' media='all' />
<link rel='stylesheet' id='js_composer_front-css' href='https://96x.fm/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.5' media='all' />
<link rel='stylesheet' id='dt-web-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto:400,500,600,700' media='all' />
<link rel='stylesheet' id='dt-main-css' href='https://96x.fm/wp-content/themes/dt-the7/css/main.min.css?ver=12.7.0' media='all' />
<style id='dt-main-inline-css'>
body #load {
display: block;
height: 100%;
overflow: hidden;
position: fixed;
width: 100%;
z-index: 9901;
opacity: 1;
visibility: visible;
transition: all .35s ease-out;
}
.load-wrap {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
text-align: center;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-ms-align-items: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-ms-flex-pack: center;
-ms-justify-content: center;
justify-content: center;
}
.load-wrap > svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#load {
background: var(--the7-elementor-beautiful-loading-bg,#ffffff);
--the7-beautiful-spinner-color2: var(--the7-beautiful-spinner-color,rgba(51,51,51,0.25));
}
</style>
<link rel='stylesheet' id='the7-custom-scrollbar-css' href='https://96x.fm/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.css?ver=12.7.0' media='all' />
<link rel='stylesheet' id='the7-wpbakery-css' href='https://96x.fm/wp-content/themes/dt-the7/css/wpbakery.min.css?ver=12.7.0' media='all' />
<link rel='stylesheet' id='the7-css-vars-css' href='https://96x.fm/wp-content/uploads/the7-css/css-vars.css?ver=7d024c7556bd' media='all' />
<link rel='stylesheet' id='dt-custom-css' href='https://96x.fm/wp-content/uploads/the7-css/custom.css?ver=7d024c7556bd' media='all' />
<link rel='stylesheet' id='dt-media-css' href='https://96x.fm/wp-content/uploads/the7-css/media.css?ver=7d024c7556bd' media='all' />
<link rel='stylesheet' id='the7-mega-menu-css' href='https://96x.fm/wp-content/uploads/the7-css/mega-menu.css?ver=7d024c7556bd' media='all' />
<link rel='stylesheet' id='style-css' href='https://96x.fm/wp-content/themes/dt-the7/style.css?ver=12.7.0' media='all' />
<script src="https://96x.fm/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://96x.fm/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://96x.fm/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.1" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/96x.fm","hash_tracking":"false","v4_id":"G-DV0D4J4DFG"};</script>
<script id="evo-inlinescripts-header-js-after">
jQuery(document).ready(function($){});
</script>
<script id="dt-above-fold-js-extra">
var dtLocal = {"themeUrl":"https:\/\/96x.fm\/wp-content\/themes\/dt-the7","passText":"To view this protected post, enter the password below:","moreButtonText":{"loading":"Loading...","loadMore":"Load more"},"postID":"10586","ajaxurl":"https:\/\/96x.fm\/wp-admin\/admin-ajax.php","REST":{"baseUrl":"https:\/\/96x.fm\/wp-json\/the7\/v1","endpoints":{"sendMail":"\/send-mail"}},"contactMessages":{"required":"One or more fields have an error. Please check and try again.","terms":"Please accept the privacy policy.","fillTheCaptchaError":"Please, fill the captcha."},"captchaSiteKey":"","ajaxNonce":"4fa649808a","pageData":{"type":"page","template":"page","layout":null},"themeSettings":{"smoothScroll":"off","lazyLoading":false,"desktopHeader":{"height":90},"ToggleCaptionEnabled":"disabled","ToggleCaption":"Navigation","floatingHeader":{"showAfter":94,"showMenu":true,"height":80,"logo":{"showLogo":true,"html":"<img class=\" preload-me\" src=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png\" srcset=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w, https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w\" width=\"83\" height=\"60\" sizes=\"83px\" alt=\"96X\" \/>","url":"https:\/\/96x.fm\/"}},"topLine":{"floatingTopLine":{"logo":{"showLogo":false,"html":""}}},"mobileHeader":{"firstSwitchPoint":992,"secondSwitchPoint":778,"firstSwitchPointHeight":80,"secondSwitchPointHeight":60,"mobileToggleCaptionEnabled":"disabled","mobileToggleCaption":"Menu"},"stickyMobileHeaderFirstSwitch":{"logo":{"html":"<img class=\" preload-me\" src=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png\" srcset=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w, https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w\" width=\"83\" height=\"60\" sizes=\"83px\" alt=\"96X\" \/>"}},"stickyMobileHeaderSecondSwitch":{"logo":{"html":"<img class=\" preload-me\" src=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png\" srcset=\"https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w, https:\/\/96x.fm\/wp-content\/uploads\/2023\/05\/96x_inverted_60h.png 83w\" width=\"83\" height=\"60\" sizes=\"83px\" alt=\"96X\" \/>"}},"sidebar":{"switchPoint":992},"boxedWidth":"1120px"},"VCMobileScreenWidth":"768"};
var dtShare = {"shareButtonText":{"facebook":"Share on Facebook","twitter":"Share on X","pinterest":"Pin it","linkedin":"Share on Linkedin","whatsapp":"Share on Whatsapp"},"overlayOpacity":"85"};
</script>
<script src="https://96x.fm/wp-content/themes/dt-the7/js/above-the-fold.min.js?ver=12.7.0" id="dt-above-fold-js"></script>
<script></script><link rel="https://api.w.org/" href="https://96x.fm/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://96x.fm/wp-json/wp/v2/pages/10586" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://96x.fm/xmlrpc.php?rsd" />
<link rel="canonical" href="https://96x.fm/" />
<link rel='shortlink' href='https://96x.fm/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://96x.fm/wp-json/oembed/1.0/embed?url=https%3A%2F%2F96x.fm%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://96x.fm/wp-json/oembed/1.0/embed?url=https%3A%2F%2F96x.fm%2F&format=xml" />
<script type="text/javascript">//<![CDATA[
function external_links_in_new_windows_loop() {
if (!document.links) {
document.links = document.getElementsByTagName('a');
}
var change_link = false;
var force = '';
var ignore = '';
for (var t=0; t<document.links.length; t++) {
var all_links = document.links[t];
change_link = false;
if(document.links[t].hasAttribute('onClick') == false) {
// forced if the address starts with http (or also https), but does not link to the current domain
if(all_links.href.search(/^http/) != -1 && all_links.href.search('96x.fm') == -1 && all_links.href.search(/^#/) == -1) {
// console.log('Changed ' + all_links.href);
change_link = true;
}
if(force != '' && all_links.href.search(force) != -1) {
// forced
// console.log('force ' + all_links.href);
change_link = true;
}
if(ignore != '' && all_links.href.search(ignore) != -1) {
// console.log('ignore ' + all_links.href);
// ignored
change_link = false;
}
if(change_link == true) {
// console.log('Changed ' + all_links.href);
document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;');
document.links[t].removeAttribute('target');
}
}
}
}
// Load
function external_links_in_new_windows_load(func)
{
var oldonload = window.onload;
if (typeof window.onload != 'function'){
window.onload = func;
} else {
window.onload = function(){
oldonload();
func();
}
}
}
external_links_in_new_windows_load(external_links_in_new_windows_loop);
//]]></script>
<meta property="og:site_name" content="96X" />
<meta property="og:title" content="Home" />
<meta property="og:url" content="https://96x.fm/" />
<meta property="og:type" content="website" />
<meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<meta name="generator" content="Powered by Slider Revolution 6.7.35 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<script type="text/javascript" id="the7-loader-script">
document.addEventListener("DOMContentLoaded", function(event) {
var load = document.getElementById("load");
if(!load.classList.contains('loader-removed')){
var removeLoading = setTimeout(function() {
load.className += " loader-removed";
}, 300);
}
});
</script>
<link rel="icon" href="https://96x.fm/wp-content/uploads/2020/05/cropped-wrox_favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://96x.fm/wp-content/uploads/2020/05/cropped-wrox_favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://96x.fm/wp-content/uploads/2020/05/cropped-wrox_favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://96x.fm/wp-content/uploads/2020/05/cropped-wrox_favicon-270x270.png" />
<script>function setREVStartSize(e){
//window.requestAnimationFrame(function() {
window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
try {
var pw = document.getElementById(e.c).parentNode.offsetWidth,
newh;
pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw;
e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
if(e.layout==="fullscreen" || e.l==="fullscreen")
newh = Math.max(e.mh,window.RSIH);
else{
e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
var nl = new Array(e.rl.length),
ix = 0,
sl;
e.tabw = e.tabhide>=pw ? 0 : e.tabw;
e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
e.tabh = e.tabhide>=pw ? 0 : e.tabh;
e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
sl = nl[0];
for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
newh = (e.gh[ix] * m) + (e.tabh + e.thumbh);
}
var el = document.getElementById(e.c);
if (el!==null && el) el.style.height = newh+"px";
el = document.getElementById(e.c+"_wrapper");
if (el!==null && el) {
el.style.height = newh+"px";
el.style.display = "block";
}
} catch(e){
console.log("Failure at Presize of Slider:" + e)
}
//});
};</script>
<style type="text/css" data-type="vc_shortcodes-default-css">.vc_do_custom_heading{margin-bottom:0.625rem;margin-top:0;}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1711735664767{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1711735567461{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-color: #444444 !important;}.vc_custom_1711735676869{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1711735592585{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-color: #444444 !important;}.vc_custom_1711735621603{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1711735606870{margin-top: 0px !important;border-top-width: 0px !important;padding-top: 20px !important;padding-bottom: 20px !important;background-color: #444444 !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style id='the7-custom-inline-css' type='text/css'>
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
text-align: center;
width: 1.25em;
}
.grecaptcha-badge {
visibility: hidden;
}
p#evcal_cur.evo_month_title {color: #e2e2e2 !important}
.widget-title {color: #e2e2e2 !important}
i.mw-icon.the7-mw-icon-search-bold {color: #e2e2e2 !important}
i.the7-mw-icon-search-bold {color: #323232 !important}
.searchform input[type=text],
.mini-search .field::placeholder,
.overlay-search-microwidget .field::placeholder {
color: #323232 !important;
opacity: .8 !important;
}
.popup-search .field::placeholder {
color: #323232 !important;
opacity: .8 !important;
}
h1, h2, h3, h4, h5, h6 {color: #eaeaea !important;}
.eventon_events_list .eventon_list_event a, .evocard_row .evo_metarow_organizer .evo_card_organizer_social a, .evo_lightbox .evo_tax_social_media a {
color: #ed1c24 !important;
}
</style>
</head>
<body id="the7-body" class="home wp-singular page-template-default page page-id-10586 wp-embed-responsive wp-theme-dt-the7 slideshow-on boxed-layout dt-responsive-on right-mobile-menu-close-icon ouside-menu-close-icon mobile-hamburger-close-bg-enable mobile-hamburger-close-bg-hover-enable fade-medium-mobile-menu-close-icon fade-medium-menu-close-icon srcset-enabled btn-flat custom-btn-color custom-btn-hover-color shadow-element-decoration phantom-sticky phantom-shadow-decoration phantom-custom-logo-on sticky-mobile-header top-header first-switch-logo-left first-switch-menu-right second-switch-logo-left second-switch-menu-right right-mobile-menu layzr-loading-on popup-message-style the7-ver-12.7.0 dt-fa-compatibility wpb-js-composer js-comp-ver-8.5 vc_responsive">
<!-- The7 12.7.0 -->
<div id="load" class="spinner-loader">
<div class="load-wrap"><style type="text/css">
[class*="the7-spinner-animate-"]{
animation: spinner-animation 1s cubic-bezier(1,1,1,1) infinite;
x:46.5px;
y:40px;
width:7px;
height:20px;
fill:var(--the7-beautiful-spinner-color2);
opacity: 0.2;
}
.the7-spinner-animate-2{
animation-delay: 0.083s;
}
.the7-spinner-animate-3{
animation-delay: 0.166s;
}
.the7-spinner-animate-4{
animation-delay: 0.25s;
}
.the7-spinner-animate-5{
animation-delay: 0.33s;
}
.the7-spinner-animate-6{
animation-delay: 0.416s;
}
.the7-spinner-animate-7{
animation-delay: 0.5s;
}
.the7-spinner-animate-8{
animation-delay: 0.58s;
}
.the7-spinner-animate-9{
animation-delay: 0.666s;
}
.the7-spinner-animate-10{
animation-delay: 0.75s;
}
.the7-spinner-animate-11{
animation-delay: 0.83s;
}
.the7-spinner-animate-12{
animation-delay: 0.916s;
}
@keyframes spinner-animation{
from {
opacity: 1;
}
to{
opacity: 0;
}
}
</style>
<svg width="75px" height="75px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<rect class="the7-spinner-animate-1" rx="5" ry="5" transform="rotate(0 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-2" rx="5" ry="5" transform="rotate(30 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-3" rx="5" ry="5" transform="rotate(60 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-4" rx="5" ry="5" transform="rotate(90 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-5" rx="5" ry="5" transform="rotate(120 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-6" rx="5" ry="5" transform="rotate(150 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-7" rx="5" ry="5" transform="rotate(180 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-8" rx="5" ry="5" transform="rotate(210 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-9" rx="5" ry="5" transform="rotate(240 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-10" rx="5" ry="5" transform="rotate(270 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-11" rx="5" ry="5" transform="rotate(300 50 50) translate(0 -30)"></rect>
<rect class="the7-spinner-animate-12" rx="5" ry="5" transform="rotate(330 50 50) translate(0 -30)"></rect>
</svg></div>
</div>
<div id="page" class="boxed">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div class="masthead inline-header center widgets full-height shadow-decoration shadow-mobile-header-decoration small-mobile-menu-icon dt-parent-menu-clickable show-sub-menu-on-hover show-device-logo show-mobile-logo" role="banner">
<div class="top-bar top-bar-line-hide">
<div class="top-bar-bg" ></div>
<div class="left-widgets mini-widgets"><span class="mini-contacts phone show-on-desktop in-top-bar-left in-menu-second-switch"><i class="fa-fw icomoon-the7-font-the7-phone-06"></i>757.622.9696</span></div><div class="right-widgets mini-widgets"><a href="https://apps.apple.com/us/app/96x/id378222925" class="mini-contacts multipurpose_1 show-on-desktop in-top-bar-right in-menu-second-switch"><i class="fa-fw fab fa-apple"></i>iOS App</a><a href="https://play.google.com/store/apps/details?id=com.airkast.WROXFM" class="mini-contacts multipurpose_2 show-on-desktop in-top-bar-right in-menu-second-switch"><i class="fa-fw fab fa-android"></i>Android App</a><div class="soc-ico show-on-desktop in-top-bar-right in-menu-second-switch custom-bg disabled-border border-off hover-accent-bg hover-disabled-border hover-border-off"><a title="Instagram page opens in new window" href="https://www.instagram.com/96xwrox/" target="_blank" class="instagram"><span class="soc-font-icon"></span><span class="screen-reader-text">Instagram page opens in new window</span></a><a title="X page opens in new window" href="https://twitter.com/96x" target="_blank" class="twitter"><span class="soc-font-icon"></span><span class="screen-reader-text">X page opens in new window</span></a><a title="Facebook page opens in new window" href="https://www.facebook.com/96XWROX/" target="_blank" class="facebook"><span class="soc-font-icon"></span><span class="screen-reader-text">Facebook page opens in new window</span></a></div></div></div>
<header class="header-bar">
<div class="branding">
<div id="site-title" class="assistive-text">96X</div>
<div id="site-description" class="assistive-text">Independent. Rock. Alternative.</div>
<a class="" href="https://96x.fm/"><img class=" preload-me" src="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_100h.png" srcset="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_100h.png 138w, https://96x.fm/wp-content/uploads/2023/05/96x_inverted_100h.png 138w" width="138" height="100" sizes="138px" alt="96X" /><img class="mobile-logo preload-me" src="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png" srcset="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png 83w, https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png 83w" width="83" height="60" sizes="83px" alt="96X" /></a></div>
<ul id="primary-menu" class="main-nav underline-decoration l-to-r-line outside-item-remove-margin"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-10586 current_page_item menu-item-10732 act first depth-0"><a href='https://96x.fm/' data-level='1'><span class="menu-item-text"><span class="menu-text">Home</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10733 has-children depth-0"><a href='/explore' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Explore</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10908 first depth-1"><a href='https://96x.fm/playlist/' data-level='2'><span class="menu-item-text"><span class="menu-text">Playlist</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10928 has-children depth-1"><a href='/explore#airstaff-schedule' data-level='2' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Airstaff</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10933 first depth-2"><a href='https://96x.fm/nickchappell/' data-level='3'><span class="menu-item-text"><span class="menu-text">Nick Chappell</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10931 depth-2"><a href='https://96x.fm/alexrose/' data-level='3'><span class="menu-item-text"><span class="menu-text">Alex</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14933 depth-2"><a href='https://96x.fm/angelo/' data-level='3'><span class="menu-item-text"><span class="menu-text">Angelo</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11020 depth-1"><a href='/explore#features' data-level='2'><span class="menu-item-text"><span class="menu-text">Features</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11173 depth-1"><a href='https://96x.fm/speakers/' data-level='2'><span class="menu-item-text"><span class="menu-text">Speakers</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10734 depth-0"><a href='/contests/' data-level='1'><span class="menu-item-text"><span class="menu-text">Contests</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10735 depth-0"><a href='/concerts/' data-level='1'><span class="menu-item-text"><span class="menu-text">Concerts</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10736 depth-0"><a href='/events/' data-level='1'><span class="menu-item-text"><span class="menu-text">Events</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-14873 last has-children depth-0"><a href='#' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Contact Us</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10737 first depth-1"><a href='https://96x.fm/contact/' data-level='2'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15123 depth-1"><a href='https://96x.fm/join-our-text-line/' data-level='2'><span class="menu-item-text"><span class="menu-text">Join Our Text Line</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11125 depth-1"><a href='https://96x.fm/advertise/' data-level='2'><span class="menu-item-text"><span class="menu-text">Advertise</span></span></a></li> </ul></li> </ul>
<div class="mini-widgets"><a href="https://player.listenlive.co/54471" class="microwidget-btn mini-button header-elements-button-1 show-on-desktop in-top-bar-right in-top-bar microwidget-btn-bg-on microwidget-btn-hover-bg-on disable-animation-bg border-on hover-border-on btn-icon-align-left" target="_blank"><i class="far fa-play-circle"></i><span>LISTEN LIVE</span></a><div class="mini-search show-on-desktop near-logo-first-switch near-logo-second-switch popup-search custom-icon"><form class="searchform mini-widget-searchform" role="search" method="get" action="https://96x.fm/">
<div class="screen-reader-text">Search:</div>
<a href="" class="submit text-disable"><i class=" mw-icon the7-mw-icon-search-bold"></i></a>
<div class="popup-search-wrap">
<input type="text" aria-label="Search" class="field searchform-s" name="s" value="" placeholder="Type and hit enter …" title="Search form"/>
<a href="" class="search-icon"><i class="the7-mw-icon-search-bold"></i></a>
</div>
<input type="submit" class="assistive-text searchsubmit" value="Go!"/>
</form>
</div></div>
</header>
</div>
<div role="navigation" aria-label="Main Menu" class="dt-mobile-header mobile-menu-show-divider">
<div class="dt-close-mobile-menu-icon" aria-label="Close" role="button" tabindex="0"><div class="close-line-wrap"><span class="close-line"></span><span class="close-line"></span><span class="close-line"></span></div></div> <ul id="mobile-menu" class="mobile-main-nav">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-10586 current_page_item menu-item-10732 act first depth-0"><a href='https://96x.fm/' data-level='1'><span class="menu-item-text"><span class="menu-text">Home</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10733 has-children depth-0"><a href='/explore' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Explore</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10908 first depth-1"><a href='https://96x.fm/playlist/' data-level='2'><span class="menu-item-text"><span class="menu-text">Playlist</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-10928 has-children depth-1"><a href='/explore#airstaff-schedule' data-level='2' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Airstaff</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10933 first depth-2"><a href='https://96x.fm/nickchappell/' data-level='3'><span class="menu-item-text"><span class="menu-text">Nick Chappell</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10931 depth-2"><a href='https://96x.fm/alexrose/' data-level='3'><span class="menu-item-text"><span class="menu-text">Alex</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14933 depth-2"><a href='https://96x.fm/angelo/' data-level='3'><span class="menu-item-text"><span class="menu-text">Angelo</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11020 depth-1"><a href='/explore#features' data-level='2'><span class="menu-item-text"><span class="menu-text">Features</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11173 depth-1"><a href='https://96x.fm/speakers/' data-level='2'><span class="menu-item-text"><span class="menu-text">Speakers</span></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10734 depth-0"><a href='/contests/' data-level='1'><span class="menu-item-text"><span class="menu-text">Contests</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10735 depth-0"><a href='/concerts/' data-level='1'><span class="menu-item-text"><span class="menu-text">Concerts</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10736 depth-0"><a href='/events/' data-level='1'><span class="menu-item-text"><span class="menu-text">Events</span></span></a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-14873 last has-children depth-0"><a href='#' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="menu-item-text"><span class="menu-text">Contact Us</span></span></a><ul class="sub-nav hover-style-bg level-arrows-on" role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10737 first depth-1"><a href='https://96x.fm/contact/' data-level='2'><span class="menu-item-text"><span class="menu-text">Contact</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15123 depth-1"><a href='https://96x.fm/join-our-text-line/' data-level='2'><span class="menu-item-text"><span class="menu-text">Join Our Text Line</span></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11125 depth-1"><a href='https://96x.fm/advertise/' data-level='2'><span class="menu-item-text"><span class="menu-text">Advertise</span></span></a></li> </ul></li> </ul>
<div class='mobile-mini-widgets-in-menu'></div>
</div>
<div id="main-slideshow">
<!-- START DT REVOLUTION SLIDER 6.7.35 --><p class="rs-p-wp-fix"></p>
<rs-module-wrap id="rev_slider_1_1_wrapper" data-source="gallery" style="visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;">
<rs-module id="rev_slider_1_1" style="" data-version="6.7.35">
<rs-slides style="overflow: hidden; position: absolute;">
<rs-slide style="position: absolute;" data-key="rs-14" data-title="The Write Stuff" data-in="o:0;" data-out="a:false;">
<img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="The Write Stuff" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina>
<!--
--><a
id="slider-1-slide-14-layer-7"
class="rs-layer"
href="/writestuff" target="_self"
data-type="image"
data-rsp_ch="on"
data-text="w:normal;"
data-dim="w:1120px;h:525px;"
data-frame_999="o:0;st:w;"
style="z-index:5;"
><img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//96x.fm/wp-content/uploads/2025/06/write_stuff_2025_slide_r1.jpg" data-no-retina>
</a><!--
--> </rs-slide>
<rs-slide style="position: absolute;" data-key="rs-9" data-title="Into the Pit" data-in="o:0;" data-out="a:false;">
<img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Into the Pit" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina>
<!--
--><a
id="slider-1-slide-9-layer-7"
class="rs-layer"
href="/into-the-pit" target="_self"
data-type="image"
data-rsp_ch="on"
data-text="w:normal;"
data-dim="w:1120px;h:525px;"
data-frame_999="o:0;st:w;"
style="z-index:5;"
><img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//96x.fm/wp-content/uploads/2024/07/into_the_pit_slider.jpg" data-no-retina>
</a><!--
--> </rs-slide>
<rs-slide style="position: absolute;" data-key="rs-2" data-title="Woody Slider" data-in="o:0;" data-out="a:false;">
<img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Woody Slider" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina>
<!--
--><rs-layer
id="slider-1-slide-2-layer-9"
data-type="image"
data-rsp_ch="on"
data-xy="x:-3px;y:-1px;"
data-text="w:normal;"
data-dim="w:1126px;h:528px;"
data-frame_999="o:0;st:w;"
style="z-index:5;"
><img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1790" height="840" data-lazyload="//96x.fm/wp-content/uploads/2024/08/1-Woody Show Slider (1790 x 840 px) (1).jpg" data-no-retina>
</rs-layer><!--
--> </rs-slide>
<rs-slide style="position: absolute;" data-key="rs-3" data-title="Smart Devices" data-in="o:0;" data-out="a:false;">
<img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Smart Devices" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina>
<!--
--><rs-layer
id="slider-1-slide-3-layer-2"
data-type="image"
data-rsp_ch="on"
data-text="w:normal;"
data-dim="w:1120px;h:525px;"
data-frame_999="o:0;st:w;"
style="z-index:5;"
><img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//96x.fm/wp-content/uploads/2023/05/smart_speaker_1120.jpg" data-no-retina>
</rs-layer><!--
--> </rs-slide>
<rs-slide style="position: absolute;" data-key="rs-4" data-title="Hangover Brunch" data-in="o:0;" data-out="a:false;">
<img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="Hangover Brunch" title="Home" class="rev-slidebg tp-rs-img rs-lazyload" data-lazyload="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/transparent.png" data-no-retina>
<!--
--><rs-layer
id="slider-1-slide-4-layer-3"
data-type="image"
data-rsp_ch="on"
data-text="w:normal;"
data-dim="w:1120px;h:525px;"
data-frame_999="o:0;st:w;sR:5700;"
style="z-index:5;"
><img src="//96x.fm/wp-content/plugins/revslider/sr6/assets/assets/dummy.png" alt="" class="tp-rs-img rs-lazyload" width="1120" height="525" data-lazyload="//96x.fm/wp-content/uploads/2023/05/hangover_brunch_1120.jpg" data-no-retina>
</rs-layer><!--
--> </rs-slide>
</rs-slides>
</rs-module>
<script>
setREVStartSize({c: 'rev_slider_1_1',rl:[1240,1024,778,480],el:[525],gw:[1120],gh:[525],type:'standard',justify:'',layout:'fullwidth',mh:"0"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules["revslider11"]!==undefined) {window.RS_MODULES.modules["revslider11"].once = false;window.revapi1 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}
</script>
</rs-module-wrap>
<!-- END REVOLUTION SLIDER -->
</div>
<div id="main" class="sidebar-none sidebar-divider-vertical">
<div class="main-gradient"></div>
<div class="wf-wrap">
<div class="wf-container-main">
<div id="content" class="content" role="main">
<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Our Playlist</h1>
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<iframe name="onair" frameborder="0" align="top,left" marginheight="0" marginwidth="0" scrolling="no" width="95%" height="465" src="https://wrox.tunegenie.com/plugins/legacy/onair/?searchbar=on&streamfooter=off&colorscheme=dark"></iframe>
</div>
</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Instagram</h1>
<div class="wpb_text_column wpb_content_element " >
<div class="wpb_wrapper">
<div id="sb_instagram" class="sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_2" style="padding-bottom: 4px; width: 100%;" data-feedid="sbi_96xwrox#4" data-res="auto" data-cols="2" data-colsmobile="1" data-colstablet="2" data-num="4" data-nummobile="" data-item-padding="2" data-shortcode-atts="{"num":"1"}" data-postid="10586" data-locatornonce="f0705710f4" data-imageaspectratio="1:1" data-sbi-flags="favorLocal">
<div class="sb_instagram_header " >
<a class="sbi_header_link" target="_blank"
rel="nofollow noopener" href="https://www.instagram.com/96xwrox/" title="@96xwrox">
<div class="sbi_header_text">
<div class="sbi_header_img" data-avatar-url="https://scontent-atl3-1.xx.fbcdn.net/v/t51.2885-15/15538627_1835317386714630_7633065811740983296_a.jpg?_nc_cat=108&ccb=1-7&_nc_sid=7d201b&_nc_ohc=pqDuN-Py2ZkQ7kNvwEwI2Uc&_nc_oc=AdkHkw_mYcKu4eGJi4O1_08d1LfoOry7BUbpX4g8smCpfBY5PI1Z9v0odC8G-Lw3wVs&_nc_zt=23&_nc_ht=scontent-atl3-1.xx&edm=AL-3X8kEAAAA&oh=00_AfTafA5H4pWdryD6lBgsxztNmc4oTzW69Lrp-excGWazVg&oe=68937360">
<div class="sbi_header_img_hover" ><svg class="sbi_new_logo fa-instagram fa-w-14" aria-hidden="true" data-fa-processed="" aria-label="Instagram" data-prefix="fab" data-icon="instagram" role="img" viewBox="0 0 448 512">
<path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path>
</svg></div>
<img decoding="async" src="https://96x.fm/wp-content/uploads/sb-instagram-feed-images/96xwrox.webp" alt="" width="50" height="50">
</div>
<div class="sbi_feedtheme_header_text">
<h3>96xwrox</h3>
<p class="sbi_bio">Local | Independent | Alternative<br>
@nixhex96 @alxrosemotley @gregbeharrell<br>
Txt us at 757-622-9696</p>
</div>
</div>
</a>
</div>
<div id="sbi_images" style="gap: 4px;">
<div class="sbi_item sbi_type_image sbi_new sbi_transition"
id="sbi_18052771886431112" data-date="1754094605">
<div class="sbi_photo_wrap">
<a class="sbi_photo" href="https://www.instagram.com/p/DM1SL3Ao9V-/" target="_blank" rel="noopener nofollow"
data-full-res="https://scontent-atl3-2.cdninstagram.com/v/t39.30808-6/525088664_1317206063739476_4490197949638747575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=1-7&_nc_sid=18de74&_nc_ohc=tDwuww4ZvUkQ7kNvwHvzaKx&_nc_oc=AdkgMgdnZ838nSJMgrdfo4X-yQK30qJcWMAtutH-fMbddi8xzvnvXAVyxXmbKgGUiPk&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfR2UvVuOwpogP-zrHRjmwY73uZDffEn1vjHI-42Sb-2rw&oe=689372A5"
data-img-src-set="{"d":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t39.30808-6\/525088664_1317206063739476_4490197949638747575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=1-7&_nc_sid=18de74&_nc_ohc=tDwuww4ZvUkQ7kNvwHvzaKx&_nc_oc=AdkgMgdnZ838nSJMgrdfo4X-yQK30qJcWMAtutH-fMbddi8xzvnvXAVyxXmbKgGUiPk&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfR2UvVuOwpogP-zrHRjmwY73uZDffEn1vjHI-42Sb-2rw&oe=689372A5","150":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t39.30808-6\/525088664_1317206063739476_4490197949638747575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=1-7&_nc_sid=18de74&_nc_ohc=tDwuww4ZvUkQ7kNvwHvzaKx&_nc_oc=AdkgMgdnZ838nSJMgrdfo4X-yQK30qJcWMAtutH-fMbddi8xzvnvXAVyxXmbKgGUiPk&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfR2UvVuOwpogP-zrHRjmwY73uZDffEn1vjHI-42Sb-2rw&oe=689372A5","320":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t39.30808-6\/525088664_1317206063739476_4490197949638747575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=1-7&_nc_sid=18de74&_nc_ohc=tDwuww4ZvUkQ7kNvwHvzaKx&_nc_oc=AdkgMgdnZ838nSJMgrdfo4X-yQK30qJcWMAtutH-fMbddi8xzvnvXAVyxXmbKgGUiPk&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfR2UvVuOwpogP-zrHRjmwY73uZDffEn1vjHI-42Sb-2rw&oe=689372A5","640":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t39.30808-6\/525088664_1317206063739476_4490197949638747575_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ccb=1-7&_nc_sid=18de74&_nc_ohc=tDwuww4ZvUkQ7kNvwHvzaKx&_nc_oc=AdkgMgdnZ838nSJMgrdfo4X-yQK30qJcWMAtutH-fMbddi8xzvnvXAVyxXmbKgGUiPk&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfR2UvVuOwpogP-zrHRjmwY73uZDffEn1vjHI-42Sb-2rw&oe=689372A5"}">
<span class="sbi-screenreader">96X and @cherishpetcremations invite you to join u</span>
<img decoding="async" src="https://96x.fm/wp-content/plugins/instagram-feed/img/placeholder.png" alt="96X and @cherishpetcremations invite you to join us at Pups and Pints for a heartwarming and fun-filled Back to School Drive on Friday, August 16th from 2–6 PM! 🐾🐕
They’re giving back to the community with an afternoon of tail-wagging fun:
Karaoke 🎤
Foam Party 🎉
Bounce House 🎪
Giveaways 🎲
Dunk Tank 💦
Face Painting & MORE! 🎨
Bring school supply donations to help local kids start the year off strong — and make a real difference in our community! 🖍
Location: Pups and Pints, 2413 London Bridge Road, Virginia Beach, VA
Bring the whole family (and your pup!)
Save the date and come party with a purpose!
Special thanks to Cherish Pet Cremations for supporting this community event. Let’s come together, give back, and have a blast!" aria-hidden="true">
</a>
</div>
</div><div class="sbi_item sbi_type_image sbi_new sbi_transition"
id="sbi_18104079628498833" data-date="1754008212">
<div class="sbi_photo_wrap">
<a class="sbi_photo" href="https://www.instagram.com/p/DMytZwEoc_m/" target="_blank" rel="noopener nofollow"
data-full-res="https://scontent-atl3-1.cdninstagram.com/v/t39.30808-6/518419792_1317213650405384_4310361635485189222_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=X15Rkj89zNEQ7kNvwFU7woX&_nc_oc=AdlWiIKQEu-b0o0ABeELRVv0Wx0Gyt9_OefseQ2iKyRFTj6mfKL1UzG3LfAjTjwFLcI&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTv3YnXVTZaIGUAlltlfNnTQmqZVQLtFkHEXbFfsckmEw&oe=68935F2A"
data-img-src-set="{"d":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/518419792_1317213650405384_4310361635485189222_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=X15Rkj89zNEQ7kNvwFU7woX&_nc_oc=AdlWiIKQEu-b0o0ABeELRVv0Wx0Gyt9_OefseQ2iKyRFTj6mfKL1UzG3LfAjTjwFLcI&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTv3YnXVTZaIGUAlltlfNnTQmqZVQLtFkHEXbFfsckmEw&oe=68935F2A","150":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/518419792_1317213650405384_4310361635485189222_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=X15Rkj89zNEQ7kNvwFU7woX&_nc_oc=AdlWiIKQEu-b0o0ABeELRVv0Wx0Gyt9_OefseQ2iKyRFTj6mfKL1UzG3LfAjTjwFLcI&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTv3YnXVTZaIGUAlltlfNnTQmqZVQLtFkHEXbFfsckmEw&oe=68935F2A","320":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/518419792_1317213650405384_4310361635485189222_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=X15Rkj89zNEQ7kNvwFU7woX&_nc_oc=AdlWiIKQEu-b0o0ABeELRVv0Wx0Gyt9_OefseQ2iKyRFTj6mfKL1UzG3LfAjTjwFLcI&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTv3YnXVTZaIGUAlltlfNnTQmqZVQLtFkHEXbFfsckmEw&oe=68935F2A","640":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/518419792_1317213650405384_4310361635485189222_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=X15Rkj89zNEQ7kNvwFU7woX&_nc_oc=AdlWiIKQEu-b0o0ABeELRVv0Wx0Gyt9_OefseQ2iKyRFTj6mfKL1UzG3LfAjTjwFLcI&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTv3YnXVTZaIGUAlltlfNnTQmqZVQLtFkHEXbFfsckmEw&oe=68935F2A"}">
<span class="sbi-screenreader">🌠 AquaGlow is the ultimate way to cool off and </span>
<img decoding="async" src="https://96x.fm/wp-content/plugins/instagram-feed/img/placeholder.png" alt="🌠 AquaGlow is the ultimate way to cool off and light up your summer—only at Water Country USA.
🌊 June 27th through August 9th .
✨ Dance the night away in electrified party zones featuring a live DJ, Explore immersive areas decked out in vibrant glowing neon. Experience one of our high-energy bubble parties. Enjoy captivating live entertainment all summer long! Plus low wait times on favorite attractions!
🎫 Get your tickets today: WATERCOUNTRYUSA.COM" aria-hidden="true">
</a>
</div>
</div><div class="sbi_item sbi_type_image sbi_new sbi_transition"
id="sbi_17973652871912374" data-date="1754004602">
<div class="sbi_photo_wrap">
<a class="sbi_photo" href="https://www.instagram.com/p/DMymhOOStsx/" target="_blank" rel="noopener nofollow"
data-full-res="https://scontent-atl3-1.cdninstagram.com/v/t39.30808-6/525214751_1317224200404329_924898513385938289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=L_gXaQhZQRsQ7kNvwFyGKVJ&_nc_oc=Adk-tTPpGijmoCNYVlSz-oL_9AqnS0uph8SILkDjRoeAVWYb1kJV_azL-upILGv_wb4&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTWClhyM-t_50ubwueGSNwg3B8IycSwpiH58L_zcGaHRw&oe=6893556C"
data-img-src-set="{"d":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/525214751_1317224200404329_924898513385938289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=L_gXaQhZQRsQ7kNvwFyGKVJ&_nc_oc=Adk-tTPpGijmoCNYVlSz-oL_9AqnS0uph8SILkDjRoeAVWYb1kJV_azL-upILGv_wb4&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTWClhyM-t_50ubwueGSNwg3B8IycSwpiH58L_zcGaHRw&oe=6893556C","150":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/525214751_1317224200404329_924898513385938289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=L_gXaQhZQRsQ7kNvwFyGKVJ&_nc_oc=Adk-tTPpGijmoCNYVlSz-oL_9AqnS0uph8SILkDjRoeAVWYb1kJV_azL-upILGv_wb4&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTWClhyM-t_50ubwueGSNwg3B8IycSwpiH58L_zcGaHRw&oe=6893556C","320":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/525214751_1317224200404329_924898513385938289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=L_gXaQhZQRsQ7kNvwFyGKVJ&_nc_oc=Adk-tTPpGijmoCNYVlSz-oL_9AqnS0uph8SILkDjRoeAVWYb1kJV_azL-upILGv_wb4&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTWClhyM-t_50ubwueGSNwg3B8IycSwpiH58L_zcGaHRw&oe=6893556C","640":"https:\/\/scontent-atl3-1.cdninstagram.com\/v\/t39.30808-6\/525214751_1317224200404329_924898513385938289_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ccb=1-7&_nc_sid=18de74&_nc_ohc=L_gXaQhZQRsQ7kNvwFyGKVJ&_nc_oc=Adk-tTPpGijmoCNYVlSz-oL_9AqnS0uph8SILkDjRoeAVWYb1kJV_azL-upILGv_wb4&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfTWClhyM-t_50ubwueGSNwg3B8IycSwpiH58L_zcGaHRw&oe=6893556C"}">
<span class="sbi-screenreader">JUST ANNOUNCED! @ADTR is coming to @VABeachAmp Vet</span>
<img decoding="async" src="https://96x.fm/wp-content/plugins/instagram-feed/img/placeholder.png" alt="JUST ANNOUNCED! @ADTR is coming to @VABeachAmp Veterans United Home Loans Amphitheater on 9/14 with @Yellowcard and special guests @StateChampsNY and @BoundariesCT for the #MaximumFunTour! 🔥
🎫 Tickets On Sale Now at #LiveNation.com
Part of the Langley Concert Series. 🎸" aria-hidden="true">
</a>
</div>
</div><div class="sbi_item sbi_type_video sbi_new sbi_transition"
id="sbi_18072945797005510" data-date="1753966927">
<div class="sbi_photo_wrap">
<a class="sbi_photo" href="https://www.instagram.com/reel/DMxenYbNlOv/" target="_blank" rel="noopener nofollow"
data-full-res="https://scontent-atl3-2.cdninstagram.com/v/t51.82787-15/525577679_18518064370036840_5921779149851087194_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=1-7&_nc_sid=18de74&_nc_ohc=WRcfOmTPR2cQ7kNvwHhDl1O&_nc_oc=AdmwLHglweasHYyNB60KDoB9PStgqNFNs16G7Hkkydq2pPwDY6VQmBsLfi1Oe6FqmmU&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfQarx1-wKCkF-0CHPFzTxc6jrfid8E7iEYrEGWLGNk4pg&oe=68935D21"
data-img-src-set="{"d":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t51.82787-15\/525577679_18518064370036840_5921779149851087194_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=1-7&_nc_sid=18de74&_nc_ohc=WRcfOmTPR2cQ7kNvwHhDl1O&_nc_oc=AdmwLHglweasHYyNB60KDoB9PStgqNFNs16G7Hkkydq2pPwDY6VQmBsLfi1Oe6FqmmU&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfQarx1-wKCkF-0CHPFzTxc6jrfid8E7iEYrEGWLGNk4pg&oe=68935D21","150":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t51.82787-15\/525577679_18518064370036840_5921779149851087194_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=1-7&_nc_sid=18de74&_nc_ohc=WRcfOmTPR2cQ7kNvwHhDl1O&_nc_oc=AdmwLHglweasHYyNB60KDoB9PStgqNFNs16G7Hkkydq2pPwDY6VQmBsLfi1Oe6FqmmU&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfQarx1-wKCkF-0CHPFzTxc6jrfid8E7iEYrEGWLGNk4pg&oe=68935D21","320":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t51.82787-15\/525577679_18518064370036840_5921779149851087194_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=1-7&_nc_sid=18de74&_nc_ohc=WRcfOmTPR2cQ7kNvwHhDl1O&_nc_oc=AdmwLHglweasHYyNB60KDoB9PStgqNFNs16G7Hkkydq2pPwDY6VQmBsLfi1Oe6FqmmU&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfQarx1-wKCkF-0CHPFzTxc6jrfid8E7iEYrEGWLGNk4pg&oe=68935D21","640":"https:\/\/scontent-atl3-2.cdninstagram.com\/v\/t51.82787-15\/525577679_18518064370036840_5921779149851087194_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=1-7&_nc_sid=18de74&_nc_ohc=WRcfOmTPR2cQ7kNvwHhDl1O&_nc_oc=AdmwLHglweasHYyNB60KDoB9PStgqNFNs16G7Hkkydq2pPwDY6VQmBsLfi1Oe6FqmmU&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&edm=AM6HXa8EAAAA&_nc_gid=ZqvWQcCvyryVgSN7o9XflQ&oh=00_AfQarx1-wKCkF-0CHPFzTxc6jrfid8E7iEYrEGWLGNk4pg&oe=68935D21"}">
<span class="sbi-screenreader">🎒✏️ Virginia’s Tax-Free Weekend is back A</span>
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-label="Play" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg> <img decoding="async" src="https://96x.fm/wp-content/plugins/instagram-feed/img/placeholder.png" alt="🎒✏️ Virginia’s Tax-Free Weekend is back August 1–3—and it’s the perfect time to help local kids gear up for school!
📍 Join us for The Write Stuff Collection Drive
🗓 Friday, August 1 | ⏰ 11AM–1PM
🏪 Walmart – 4821 Virginia Beach Blvd, Virginia Beach
While you shop tax-free, pick up a few extra supplies and help us fill backpacks for students in need—right here in our community! We’ve partnered with @salvationarmyhrva to make sure every kid is set for success.
💻 Can’t make it in person? Donate online at 96x.fm!
Big thanks to our partners: @coastalrv, @rainbowrestorationofnorfolkva, @planetfitness, and @virginianaturalgas.
Let’s come together and make a difference this back-to-school season! 💛📚 #TheWriteStuff #BackToSchool #TaxFreeWeekend" aria-hidden="true">
</a>
</div>
</div> </div>
<div id="sbi_load" >
</div>
<span class="sbi_resized_image_data" data-feed-id="sbi_96xwrox#4"
data-resized="{"18072945797005510":{"id":"525577679_18518064370036840_5921779149851087194_n","ratio":"0.56","sizes":{"full":640,"low":320,"thumb":150},"extension":".webp"},"18104079628498833":{"id":"518419792_1317213650405384_4310361635485189222_n","ratio":"1.78","sizes":{"full":640,"low":320,"thumb":150},"extension":".webp"},"17973652871912374":{"id":"525214751_1317224200404329_924898513385938289_n","ratio":"1.00","sizes":{"full":640,"low":320,"thumb":150},"extension":".webp"},"18052771886431112":{"id":"525088664_1317206063739476_4490197949638747575_n","ratio":"0.77","sizes":{"full":640,"low":320,"thumb":150},"extension":".webp"}}">
</span>
</div>
<script type="text/javascript">var sb_instagram_js_options = {"font_method":"svg","placeholder":"https:\/\/96x.fm\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png","resized_url":"https:\/\/96x.fm\/wp-content\/uploads\/sb-instagram-feed-images\/","ajax_url":"https:\/\/96x.fm\/wp-admin\/admin-ajax.php"};</script><script type='text/javascript' src='https://96x.fm/wp-content/plugins/instagram-feed/js/sbi-scripts.min.js?ver=6.9.1'></script>
</div>
</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 52px"><span class="vc_empty_space_inner"></span></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper"><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >New Releases</h1>
<div class="wpb_text_column wpb_content_element " >
<div class="wpb_wrapper">
<p>Check out these hot off the press new releases! We’re featuring new records from MGMT, Bleachers, and Liam Gallagher & John Squire. Check back soon for more great new releases.</p>
</div>
</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left vc_custom_1711735664767">
<figure class="wpb_wrapper vc_figure">
<a href="/new-release/hippo-campus-wasteland/" target="_self" class="vc_single_image-wrapper vc_box_border_grey rollover" ><img fetchpriority="high" decoding="async" width="300" height="300" src="https://96x.fm/wp-content/uploads/2024/03/MGMT_-_Loss_of_Life.png" class="vc_single_image-img attachment-full" alt="" title="" srcset="https://96x.fm/wp-content/uploads/2024/03/MGMT_-_Loss_of_Life.png 300w, https://96x.fm/wp-content/uploads/2024/03/MGMT_-_Loss_of_Life-150x150.png 150w" sizes="(max-width: 300px) 100vw, 300px" data-dt-location="https://96x.fm/home/attachment/mgmt_-_loss_of_life/" /></a>
</figure>
</div>
<div class="wpb_text_column wpb_content_element vc_custom_1711735567461" >
<div class="wpb_wrapper">
<p><span style="color: #ed1c24; margin: 0 0 0 10px; padding: 0px; font-size: medium;">Loss of Life</span><br />
<span style="margin: 0 0 0 10px; padding: 0px; font-size: small;">MGMT</span></p>
</div>
</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left vc_custom_1711735676869">
<figure class="wpb_wrapper vc_figure">
<a href="/new-release/metallica-72-seasons/" target="_self" class="vc_single_image-wrapper vc_box_border_grey rollover" ><img loading="lazy" decoding="async" width="300" height="300" src="https://96x.fm/wp-content/uploads/2024/03/Liam_Gallagher_and_John_Squire_-_Liam_Gallagher__John_Squire.png" class="vc_single_image-img attachment-full" alt="" title="" srcset="https://96x.fm/wp-content/uploads/2024/03/Liam_Gallagher_and_John_Squire_-_Liam_Gallagher__John_Squire.png 300w, https://96x.fm/wp-content/uploads/2024/03/Liam_Gallagher_and_John_Squire_-_Liam_Gallagher__John_Squire-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" data-dt-location="https://96x.fm/new-release/liam-gallagher/attachment/liam_gallagher_and_john_squire_-_liam_gallagher__john_squire/" /></a>
</figure>
</div>
<div class="wpb_text_column wpb_content_element vc_custom_1711735592585" >
<div class="wpb_wrapper">
<p><span style="color: #ed1c24; margin: 0 0 0 10px; padding: 0px; font-size: medium;">Liam Gallagher & John Squire</span><br />
Liam Gallagher & John Squire</p>
</div>
</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left vc_custom_1711735621603">
<figure class="wpb_wrapper vc_figure">
<a href="/new-release/waterparks-intellectual-property/" target="_self" class="vc_single_image-wrapper vc_box_border_grey rollover" ><img loading="lazy" decoding="async" width="300" height="300" src="https://96x.fm/wp-content/uploads/2024/03/Bleachers_-_Bleachers-1.png" class="vc_single_image-img attachment-full" alt="" title="" srcset="https://96x.fm/wp-content/uploads/2024/03/Bleachers_-_Bleachers-1.png 300w, https://96x.fm/wp-content/uploads/2024/03/Bleachers_-_Bleachers-1-150x150.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" data-dt-location="https://96x.fm/new-release/bleachers_self_titled/attachment/bleachers_-_bleachers-1/" /></a>
</figure>
</div>
<div class="wpb_text_column wpb_content_element vc_custom_1711735606870" >
<div class="wpb_wrapper">
<p><span style="color: #ed1c24; margin: 0 0 0 10px; padding: 0px; font-size: medium;">Bleachers</span><br />
<span style="margin: 0 0 0 10px; padding: 0px; font-size: small;">Bleachers</span></p>
</div>
</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 52px"><span class="vc_empty_space_inner"></span></div><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Featured Track</h1></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
<div class="wpb_wrapper">
<iframe loading="lazy" width="100%" height="315" src="https://www.youtube.com/embed/xy3AcmW0lrQ?si=dcoVCZpswygnNuoB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><h4 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Djo - End Of Beginning</h4>
<div class="wpb_text_column wpb_content_element " >
<div class="wpb_wrapper">
<p>Djo announced his sophomore album Decide in June of 2022. He released his first single “Change”. The album was released on September 16, 2022. “End of Beginning” is Djo’s sixth track off the album. <sup id="cite_ref-29" class="reference"></sup></p>
</div>
</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 52px"><span class="vc_empty_space_inner"></span></div><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Music News</h1></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_wp_rss wpb_content_element"><div class="widget widget_rss"><h2 class="widgettitle"><a class="rsswidget rss-widget-feed" href="https://consequenceofsound.net/feed/"><img decoding="async" class="rss-widget-icon" style="border:0" width="14" height="14" src="https://96x.fm/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://consequence.net/">Consequence of Sound</a></h2><ul><li><a class='rsswidget' href='https://consequence.net/2025/08/olivia-rodrigo-weezer-lollapalooza/'>Olivia Rodrigo Brings Out Weezer as Special Guest at Lollapalooza: Watch</a> <span class="rss-date">August 2, 2025</span></li><li><a class='rsswidget' href='https://consequence.net/2025/08/tim-burton-batman-movies-theaters/'>Tim Burton’s Batman Movies Glide Back to Theaters for One Night Only</a> <span class="rss-date">August 1, 2025</span></li><li><a class='rsswidget' href='https://consequence.net/2025/08/stevie-nicks-postpones-tour-shoulder/'>Stevie Nicks Postpones Tour Dates After Fracturing Shoulder</a> <span class="rss-date">August 1, 2025</span></li><li><a class='rsswidget' href='https://consequence.net/2025/08/casper-4k-ultra-hd-theaters/'>Casper Gets 4K Ultra HD Theatrical and Physical Release for 30th Anniversary</a> <span class="rss-date">August 1, 2025</span></li></ul></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_wp_rss wpb_content_element"><div class="widget widget_rss"><h2 class="widgettitle"><a class="rsswidget rss-widget-feed" href="https://www.rollingstone.com/music/rss"><img decoding="async" class="rss-widget-icon" style="border:0" width="14" height="14" src="https://96x.fm/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://www.rollingstone.com/">Rolling Stone</a></h2><ul><li><a class='rsswidget' href='https://www.rollingstone.com/music/music-live-reviews/olivia-rodrigo-korn-bleachers-lollapalooza-2025-recap-1235395387/'>Olivia Rodrigo Brings Out Weezer, Korn Return After 28 Years at Lollapalooza 2025</a> <span class="rss-date">August 2, 2025</span></li><li><a class='rsswidget' href='https://www.rollingstone.com/music/music-news/trump-sean-diddy-combs-pardon-1235399017/'>Trump Says Sean Combs Pardon Is ‘More Difficult to Do’ Since Combs Was ‘Hostile’ to Him</a> <span class="rss-date">August 2, 2025</span></li><li><a class='rsswidget' href='https://www.rollingstone.com/music/music-news/tory-lanez-megan-thee-stallion-legal-fees-deposition-1235398993/'>Tory Lanez Ordered to Pay Megan Thee Stallion’s Legal Fees For ‘Disruptive’ Deposition</a> <span class="rss-date">August 2, 2025</span></li><li><a class='rsswidget' href='https://www.rollingstone.com/music/music-news/slayyyter-beat-up-chanels-teases-sound-evolution-1235398916/'>Slayyyter Drops Chaotic ‘Beat Up Chanel$’ as She Teases Sound Evolution</a> <span class="rss-date">August 1, 2025</span></li></ul></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_wp_rss wpb_content_element"><div class="widget widget_rss"><h2 class="widgettitle"><a class="rsswidget rss-widget-feed" href="https://pitchfork.com/rss/news/"><img decoding="async" class="rss-widget-icon" style="border:0" width="14" height="14" src="https://96x.fm/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://pitchfork.com/">Pitchfork</a></h2><ul><li><a class='rsswidget' href='https://pitchfork.com/news/robert-wilson-boundary-pushing-playwright-and-director-who-collaborated-with-philip-glass-tom-waits-and-lady-gaga-dies-at-83'>Robert Wilson, Boundary-Pushing Playwright and Director Who Collaborated with Philip Glass, Tom Waits, and Lady Gaga, Dies at 83</a> <span class="rss-date">August 1, 2025</span></li><li><a class='rsswidget' href='https://pitchfork.com/news/watch-mexikodros-video-for-new-song-marta'>Watch MexikoDro’s Video for New Song “Marta”</a> <span class="rss-date">August 1, 2025</span></li><li><a class='rsswidget' href='https://pitchfork.com/news/phil-elverum-and-arrington-de-dionyso-announce-new-album-share-video-watch'>Phil Elverum and Arrington de Dionyso Announce New Album, Share Video: Watch</a> <span class="rss-date">August 1, 2025</span></li><li><a class='rsswidget' href='https://pitchfork.com/news/erykah-badu-announces-mamas-gun-anniversary-tour'>Erykah Badu Announces Mama’s Gun Anniversary Tour</a> <span class="rss-date">August 1, 2025</span></li></ul></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 52px"><span class="vc_empty_space_inner"></span></div><h1 style="text-align: left" class="vc_custom_heading vc_do_custom_heading" >Upcoming Concerts</h1><div class="vc_empty_space" style="height: 32px"><span class="vc_empty_space_inner"></span></div>
<div class="wpb_text_column wpb_content_element " >
<div class="wpb_wrapper">
<!-- EventON Calendar --><div id='evcal_calendar_631' class='ajde_evcal_calendar boxy color tbg1 boxstyle1 box_2 etttc_custom ajax_loading_cal' data-cal=''><div id='evcal_head' class='calendar_header ' ><div class='evo_cal_above evodfx evofx_dr_r marb5 evofx_ww'><button class='cal_head_btn evo-filter-btn'><em></em></button><button class='cal_head_btn evo-sort-btn'><div class='evo_header_drop_menu eventon_sort_line'><p data-val='sort_date' data-type='date' class='evs_btn evo_sort_option evs_hide select' >Date</p></div></button><button class='cal_head_btn evo-gototoday-btn' style='' data-mo='8' data-yr='2025' data-dy=''>Current Month</button></div><div class='evo_cal_above_content'></div><div class='evo_header_title '><div class='evo_header_mo evodfx evofx_ai_c'><div class='evo_loading_bar_holder h100 noMinH swipe' style=''><div class='evo_loading_bar wid_80% hi_40px' style='width:80%; height:40px; '></div></div></div></div></div><div class='evo_filter_bar evo_main_filter_bar eventon_sorting_section '><div class='evo_filter_container evodfx evo_fx_ai_c'><div class='evo_filter_container_in'><div class='eventon_filter_line' ><div class='evo_loading_bar_holder h100 loading_filters swipe' style='min-height:30px;'><div class='nesthold r g10'><div class='evo_loading_bar wid_100% hi_30px' style='width:100%; height:30px; margin-bottom:1px;'></div><div class='evo_loading_bar wid_100% hi_30px' style='width:100%; height:30px; margin-bottom:1px;'></div><div class='evo_loading_bar wid_100% hi_30px' style='width:100%; height:30px; margin-bottom:1px;'></div><div class='evo_loading_bar wid_100% hi_30px' style='width:100%; height:30px; margin-bottom:1px;'></div><div class='evo_loading_bar wid_100% hi_30px' style='width:100%; height:30px; margin-bottom:1px;'></div></div></div></div></div><div class='evo_filter_nav evo_filter_l'><i class='fa fa-chevron-left'></i></div><div class='evo_filter_nav evo_filter_r'><i class='fa fa-chevron-right'></i></div></div><div class='evo_filter_aply_btns'></div><div class='evo_filter_menu'></div></div><div id='eventon_loadbar_section'><div id='eventon_loadbar'></div></div><!-- Events List --><div class='evo_events_list_box'><div id='evcal_list' class='eventon_events_list '><div class='evo_loading_bar_holder h100 loading_e_tile swipe' style=''><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '></div></div></div></div> </div>
</div><!-- evo_events_list_box -->
<div class='clear'></div>
<div id='evcal_footer' class='evo_bottom' style='display:none'>
<div class='evo_cal_data' data-sc="{"accord":"no","bottom_nav":"no","cal_id":"","cal_init_nonajax":"no","calendar_type":"default","ep_fields":"","etc_override":"no","evc_open":"no","event_count":"3","event_location":"all","event_order":"ASC","event_organizer":"all","event_parts":"no","event_past_future":"all","event_status":"all","event_tag":"all","event_type":"243,","event_type_2":"all","event_virtual":"all","eventtop_date_style":0,"eventtop_style":"2","exp_jumper":"no","exp_so":"no","filter_relationship":"AND","filter_show_set_only":"no","filter_style":"default","filter_type":"default","filters":"yes","fixed_month":"8","fixed_year":"2025","focus_end_date_range":"1756699199","focus_start_date_range":"1754020800","ft_event_priority":"no","hide_arrows":"no","hide_cancels":"no","hide_empty_months":"no","hide_end_time":"no","hide_et_dn":"no","hide_et_extra":"no","hide_et_tags":"no","hide_et_tl":"no","hide_ft":"no","hide_ft_img":"no","hide_month_headers":"no","hide_mult_occur":"no","hide_past":"no","hide_past_by":"ee","hide_so":"no","ics":"no","jumper":"no","jumper_count":5,"jumper_offset":"0","lang":"L1","layout_changer":"no","livenow_bar":"yes","mapformat":"roadmap","mapiconurl":"","maps_load":"yes","mapscroll":"true","mapzoom":"18","members_only":"no","ml_priority":"no","ml_toend":"no","month_incre":0,"number_of_months":"1","only_ft":"no","pec":"","s":"","search":"","search_all":"no","sep_month":"no","show_et_ft_img":"no","show_limit":"yes","show_limit_ajax":"no","show_limit_paged":1,"show_limit_redir":"","show_repeats":"no","show_search":"no","show_upcoming":0,"show_year":"no","social_share":"no","sort_by":"sort_date","tile_bg":"1","tile_bg_size":"full","tile_count":"2","tile_height":0,"tile_style":"1","tiles":"yes","ux_val":"0","view_switcher":"no","wpml_l1":"","wpml_l2":"","wpml_l3":"","yl_priority":"no","yl_toend":"no","fixed_day":"2","_cver":"4.9.11"}" data-filter_data="[]" data-nav_data="{"month_title":"<p id='evcal_cur' class='evo_month_title padr10'> August, 2025<\/p>","arrows":"<p class='evo_arrows'>\r\n\t\t\t\t\t<button id='evcal_prev' class='evcal_arrows evcal_btn_prev evodfx evofx_jc_c evofx_ai_c' ><i class='fa fa-chevron-left' aria-hidden='true'><\/i><\/button>\r\n\t\t\t\t\t<button id='evcal_next' class='evcal_arrows evo_arrow_next evcal_btn_next evodfx evofx_jc_c evofx_ai_c' ><i class='fa fa-chevron-right' aria-hidden='true'><\/i><\/button>\r\n\t\t\t\t\t<\/p>"}" data-od="{"lang_no_events":"No Events","cal_tz_offset":-240,"cal_tz":"America\/New_York"}" ></div>
<div class='evo_cal_events' data-events=""></div>
</div>
</div><!-- EventON End -->
</div>
</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="vc_empty_space" style="height: 50px"><span class="vc_empty_space_inner"></span></div></div></div></div></div>
</div>
</div><!-- #content -->
</div><!-- .wf-container -->
</div><!-- .wf-wrap -->
</div><!-- #main -->
<!-- !Footer -->
<footer id="footer" class="footer solid-bg">
<div class="wf-wrap">
<div class="wf-container-footer">
<div class="wf-container">
<section id="mc4wp_form_widget-3" class="widget widget_mc4wp_form_widget wf-cell wf-1-4"><div class="widget-title">Newsletter</div><script>(function() {
window.mc4wp = window.mc4wp || {
listeners: [],
forms: {
on: function(evt, cb) {
window.mc4wp.listeners.push(
{
event : evt,
callback: cb
}
);
}
}
}
})();
</script><!-- Mailchimp for WordPress v4.10.6 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-10692" method="post" data-id="10692" data-name="Register for the Newsletter" ><div class="mc4wp-form-fields"><p>
<label>Email address: </label>
<input type="email" name="EMAIL" placeholder="Your email address" required />
</p>
<p>
<input type="submit" value="Sign up" />
</p></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1754138054" /><input type="hidden" name="_mc4wp_form_id" value="10692" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></section><section id="text-15" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">Quick Links</div> <div class="textwidget"><p><strong>Some Helpful Links</strong><br />
<i class="fas fa-bullhorn"></i> <a href="/advertise"> Advertise</a><br />
<i class="fas fa-list"></i> <a href="/terms-of-use"> Terms of Use</a><br />
<i class="fas fa-trophy"></i> <a href="/contest-rules"> Contest Rules</a><br />
<i class="fas fa-quote-left"></i> <a href="/copyright-policy"> Copyright Policy</a><br />
<i class="fas fa-eye-slash"></i> <a href="/privacy-policy"> Privacy Policy</a><br />
<i class="fas fa-user"></i> <a href="https://sinclairstations.com/jobs/" target="_blank" rel="noopener"> Jobs</a><br />
<i class="fas fa-tasks"></i> <a href="https://publicfiles.fcc.gov/api/manager/download/3e93574c-74d7-0f54-7f7d-e98b21c77380/5fd7469c-8260-44a9-9d8c-ad3282843e79.pdf" target="_blank" rel="noopener"> EEO Report</a><br />
<i class="fas fa-folder-open"></i> <a href="https://publicfiles.fcc.gov/fm-profile/WROX-FM" target="_blank" rel="noopener"> Online Public File</a><br />
<i class="fas fa-clipboard"></i> <a href="/f-c-c-applications"> FCC Applications</a></p>
</div>
</section><section id="text-16" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">Contact</div> <div class="textwidget"><p><strong>96X</strong><br />
<i class="icomoon-the7-font-the7-phone-05"></i> Studio: (757) 622-9696<br />
<i class="icomoon-the7-font-the7-phone-05"></i> Office: (757) 640-8500<br />
<i class="icomoon-the7-font-the7-phone-05"></i> Fax: (757) 640-8552<br />
<i class="icomoon-the7-font-the7-mail-02"></i> <a href="mailto:nick@96x.fm" target="_blank" rel="noopener">nick@96x.fm</a><br />
<i class="icomoon-the7-font-the7-map-02"></i> 999 Waterside Drive Ste 500 Norfolk, VA 23510</p>
</div>
</section><section id="text-17" class="widget widget_text wf-cell wf-1-4"><div class="widget-title">About 96X</div> <div class="textwidget"><p>Join us in celebrating a monumental milestone as 96X reaches its 30th anniversary in Hampton Roads. For three decades, we have been the heartbeat of alternative rock, providing a platform for groundbreaking music and unforgettable moments. As we reflect on our journey, we express our gratitude to the vibrant community that has supported us. Together, let’s discover new sounds, and shape the future of alternative music for years to come. Here’s to 30 years of rocking Hampton Roads!</p>
</div>
</section> </div><!-- .wf-container -->
</div><!-- .wf-container-footer -->
</div><!-- .wf-wrap -->
<!-- !Bottom-bar -->
<div id="bottom-bar" class="logo-left" role="contentinfo">
<div class="wf-wrap">
<div class="wf-container-bottom">
<div id="branding-bottom"><a class="" href="https://96x.fm/"><img class=" preload-me" src="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png" srcset="https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png 83w, https://96x.fm/wp-content/uploads/2023/05/96x_inverted_60h.png 83w" width="83" height="60" sizes="83px" alt="96X" /></a></div>
<div class="wf-float-right">
<div class="bottom-text-block"><p>Copyright © 2025 Sinclair Communications. All Rights Reserved</p>
</div>
</div>
</div><!-- .wf-container-bottom -->
</div><!-- .wf-wrap -->
</div><!-- #bottom-bar -->
</footer><!-- #footer -->
<a href="#" class="scroll-top"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<path d="M11.7,6.3l-3-3C8.5,3.1,8.3,3,8,3c0,0,0,0,0,0C7.7,3,7.5,3.1,7.3,3.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L7,6.4
V12c0,0.6,0.4,1,1,1s1-0.4,1-1V6.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0C11.9,7.5,12,7.3,12,7S11.9,6.5,11.7,6.3z"/>
</svg><span class="screen-reader-text">Go to Top</span></a>
</div><!-- #page -->
<script>
window.RS_MODULES = window.RS_MODULES || {};
window.RS_MODULES.modules = window.RS_MODULES.modules || {};
window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];
window.RS_MODULES.defered = true;
window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};
window.RS_MODULES.type = 'compiled';
</script>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/dt-the7\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>(function() {function maybePrefixUrlField () {
const value = this.value.trim()
if (value !== '' && value.indexOf('http') !== 0) {
this.value = 'http://' + value
}
}
const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]')
for (let j = 0; j < urlFields.length; j++) {
urlFields[j].addEventListener('blur', maybePrefixUrlField)
}
})();</script><div class='evo_elms'><em class='evo_tooltip_box'></em></div><!-- Instagram Feed JS -->
<script type="text/javascript">
var sbiajaxurl = "https://96x.fm/wp-admin/admin-ajax.php";
</script>
<script type="text/html" id="wpb-modifications"> window.wpbCustomElement = 1; </script><link href="//fonts.googleapis.com/css?family=Roboto:400&display=swap" rel="stylesheet" property="stylesheet" media="all" type="text/css" >
<script>
if(typeof revslider_showDoubleJqueryError === "undefined") {function revslider_showDoubleJqueryError(sliderID) {console.log("You have some jquery.js library include that comes after the Slider Revolution files js inclusion.");console.log("To fix this, you can:");console.log("1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on");console.log("2. Find the double jQuery.js inclusion and remove it");return "Double Included jQuery Library";}}
</script>
<link rel="preload" as="font" id="rs-icon-set-revicon-woff" href="//96x.fm/wp-content/plugins/revslider/sr6/assets/fonts/revicons/revicons.woff?5510888" type="font/woff" crossorigin="anonymous" media="all" />
<div id='evo_global_data' data-d='{"calendars":[]}'></div><div id='evo_lightboxes' class='evo_lightboxes' style='display:none'> <div class='evo_lightbox eventcard eventon_events_list' id='' >
<div class="evo_content_in">
<div class="evo_content_inin">
<div class="evo_lightbox_content">
<div class='evo_lb_closer'>
<span class='evolbclose '>X</span>
</div>
<div class='evo_lightbox_body eventon_list_event evo_pop_body evcal_eventcard'> </div>
</div>
</div>
</div>
</div>
</div><link rel='stylesheet' id='rs-plugin-settings-css' href='//96x.fm/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.35' media='all' />
<style id='rs-plugin-settings-inline-css'>
#rev_slider_1_1_wrapper .hesperiden.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000; border-radius:50%}#rev_slider_1_1_wrapper .hesperiden.tparrows.rs-touchhover{background:#000000}#rev_slider_1_1_wrapper .hesperiden.tparrows:before{font-family:'revicons';font-size:20px;color:#ffffff;display:block;line-height:40px;text-align:center}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-leftarrow:before{content:'\e82c'; margin-left:-3px}#rev_slider_1_1_wrapper .hesperiden.tparrows.tp-rightarrow:before{content:'\e82d'; margin-right:-3px}
</style>
<script src="https://96x.fm/wp-content/themes/dt-the7/js/main.min.js?ver=12.7.0" id="dt-main-js"></script>
<script src="https://96x.fm/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script src="https://96x.fm/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script src="https://96x.fm/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1" id="swv-js"></script>
<script id="contact-form-7-js-before">
var wpcf7 = {
"api": {
"root": "https:\/\/96x.fm\/wp-json\/",
"namespace": "contact-form-7\/v1"
}
};
</script>
<script src="https://96x.fm/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1" id="contact-form-7-js"></script>
<script src="//96x.fm/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js?ver=6.7.29" defer async id="tp-tools-js"></script>
<script src="//96x.fm/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.35" defer async id="revmin-js"></script>
<script src="https://maps.googleapis.com/maps/api/js?ver=1.0" id="evcal_gmaps-js"></script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js?ver=4.9.11" id="eventon_gmaps-js"></script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/eventon_functions.js?ver=4.9.11" id="evcal_functions-js"></script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/lib/jquery.easing.1.3.js?ver=1.0" id="evcal_easing-js"></script>
<script src="https://96x.fm/wp-content/plugins/eventON/assets/js/lib/handlebars.js?ver=4.9.11" id="evo_handlebars-js"></script>
<script src="https://meet.jit.si/external_api.js?ver=4.9.11" id="evo_jitsi-js"></script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/lib/jquery.mobile.min.js?ver=4.9.11" id="evo_mobile-js"></script>
<script src="https://96x.fm/wp-content/plugins/eventON/assets/js/lib/moment.min.js?ver=4.9.11" id="evo_moment-js"></script>
<script src="https://96x.fm/wp-content/plugins/eventON/assets/js/lib/moment_timezone_min.js?ver=4.9.11" id="evo_moment_tz-js"></script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/lib/jquery.mousewheel.min.js?ver=4.9.11" id="evo_mouse-js"></script>
<script id="evcal_ajax_handle-js-extra">
var the_ajax_script = {"ajaxurl":"https:\/\/96x.fm\/wp-admin\/admin-ajax.php","rurl":"https:\/\/96x.fm\/wp-json\/","postnonce":"9040ea7003","ajax_method":"ajax","evo_v":"4.9.11"};
var evo_general_params = {"ajaxurl":"https:\/\/96x.fm\/wp-admin\/admin-ajax.php","evo_ajax_url":"\/?evo-ajax=%%endpoint%%","ajax_method":"endpoint","rest_url":"https:\/\/96x.fm\/wp-json\/eventon\/v1\/data?evo-ajax=%%endpoint%%","n":"9040ea7003","nonce":"a826696498","evo_v":"4.9.11","text":{"err1":"This field is required","err2":"Invalid email format","err3":"Incorrect Answer","local_time":"Local Time"},"html":{"preload_general":"<div class='evo_loading_bar_holder h100 loading_e swipe' style=''><div class='nesthold c g'><div class='evo_loading_bar wid_50% hi_70px' style='width:50%; height:70px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><\/div><\/div>","preload_events":"<div class='evo_loading_bar_holder h100 loading_e swipe' style=''><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><\/div>","preload_event_tiles":"<div class='evo_loading_bar_holder h100 loading_e_tile swipe' style=''><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div>","preload_taxlb":"<div class='evo_loading_bar_holder h100 loading_taxlb swipe' style=''><div class='evo_loading_bar wid_50% hi_95px' style='width:50%; height:95px; '><\/div><div class='evo_loading_bar wid_30% hi_30px' style='width:30%; height:30px; margin-bottom:30px;'><\/div><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><\/div><\/div>","preload_gmap":"\n\t\t<span class='evo_map_load_out evoposr evodb evobr15'>\n\t\t<i class='fa fa-map-marker evoposa'><\/i><span class='evo_map_load evoposr evodb'>\t\t\t\t\t\n\t\t\t\t\t<i class='a'><\/i>\n\t\t\t\t\t<i class='b'><\/i>\n\t\t\t\t\t<i class='c'><\/i>\n\t\t\t\t\t<i class='d'><\/i>\n\t\t\t\t\t<i class='e'><\/i>\n\t\t\t\t\t<i class='f'><\/i>\n\t\t\t\t<\/span><\/span>"},"cal":{"lbs":"def","lbnav":"no","is_admin":false,"search_openoninit":false}};
</script>
<script src="//96x.fm/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=4.9.11" id="evcal_ajax_handle-js"></script>
<script src="https://96x.fm/wp-content/themes/dt-the7/js/legacy.min.js?ver=12.7.0" id="dt-legacy-js"></script>
<script src="https://96x.fm/wp-content/themes/dt-the7/lib/jquery-mousewheel/jquery-mousewheel.min.js?ver=12.7.0" id="jquery-mousewheel-js"></script>
<script src="https://96x.fm/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.js?ver=12.7.0" id="the7-custom-scrollbar-js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6LcuDOEZAAAAAJCqrOtKxWc8ZxCC9CbHHCuLScgC&ver=3.0" id="google-recaptcha-js"></script>
<script src="https://96x.fm/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script id="wpcf7-recaptcha-js-before">
var wpcf7_recaptcha = {
"sitekey": "6LcuDOEZAAAAAJCqrOtKxWc8ZxCC9CbHHCuLScgC",
"actions": {
"homepage": "homepage",
"contactform": "contactform"
}
};
</script>
<script src="https://96x.fm/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1" id="wpcf7-recaptcha-js"></script>
<script src="https://96x.fm/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.5" id="wpb_composer_front_js-js"></script>
<script defer src="https://96x.fm/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.10.6" id="mc4wp-forms-api-js"></script>
<script></script><script id="rs-initialisation-scripts">
var tpj = jQuery;
var revapi1;
if(window.RS_MODULES === undefined) window.RS_MODULES = {};
if(RS_MODULES.modules === undefined) RS_MODULES.modules = {};
RS_MODULES.modules["revslider11"] = {once: RS_MODULES.modules["revslider11"]!==undefined ? RS_MODULES.modules["revslider11"].once : undefined, init:function() {
window.revapi1 = window.revapi1===undefined || window.revapi1===null || window.revapi1.length===0 ? document.getElementById("rev_slider_1_1") : window.revapi1;
if(window.revapi1 === null || window.revapi1 === undefined || window.revapi1.length==0) { window.revapi1initTry = window.revapi1initTry ===undefined ? 0 : window.revapi1initTry+1; if (window.revapi1initTry<20) requestAnimationFrame(function() {RS_MODULES.modules["revslider11"].init()}); return;}
window.revapi1 = jQuery(window.revapi1);
if(window.revapi1.revolution==undefined){ revslider_showDoubleJqueryError("rev_slider_1_1"); return;}
revapi1.revolutionInit({
revapi:"revapi1",
DPR:"dpr",
sliderLayout:"fullwidth",
duration:"6000ms",
visibilityLevels:"1240,1024,778,480",
gridwidth:1120,
gridheight:525,
lazyType:"smart",
perspective:600,
perspectiveType:"global",
editorheight:"525,768,960,720",
responsiveLevels:"1240,1024,778,480",
progressBar:{disableProgressBar:true},
navigation: {
wheelCallDelay:1000,
onHoverStop:false,
arrows: {
enable:true,
style:"hesperiden",
hide_onleave:true,
animSpeed:"50ms",
animDelay:"50ms",
left: {
container:"layergrid",
h_offset:15
},
right: {
container:"layergrid",
h_offset:15
}
}
},
viewPort: {
global:true,
globalDist:"-200px",
enable:false
},
fallbacks: {
allowHTML5AutoPlayOnAndroid:true
},
});
}} // End of RevInitScript
if (window.RS_MODULES.checkMinimal!==undefined) { window.RS_MODULES.checkMinimal();};
</script>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)" aria-label="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share" aria-label="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen" aria-label="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out" aria-label="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)" aria-label="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)" aria-label="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</body>
</html>