Listen Live
Close

Be Sure to into Dj Gemini Each and Every Sunday Night for the Sunday Night Mixtape. This Week we drop joints from Money Bagg Yo, Megan Thee Stallion, Young Thug and many more. Also Follow Dj Gemini on all Social Media Outlets @DjGeminiLive.

id="wpcom-iframe-168b7219db38e60f0502c7fda6d23330-32288662-47065977"
width="100%"
height="120"
src="https://embeds.go.ione.nyc/protected-iframe/168b7219db38e60f0502c7fda6d23330-32288662-47065977"
scrolling=""
frameborder="0"
class="wpcom-protected-iframe"
>

var origin = document.createElement( 'a' );
origin.href = e.origin;

// Verify message origin
if ( 'embeds.go.ione.nyc' !== origin.host )
return;

// Verify message is in a format we expect
if ( 'object' !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case 'poll_size:response':
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && '' === iframe.width )
iframe.width = '100%';
if ( iframe && '' === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( 'function' === typeof window.addEventListener ) {
window.addEventListener( 'message', funcSizeResponse, false );
} else if ( 'function' === typeof window.attachEvent ) {
window.attachEvent( 'onmessage', funcSizeResponse );
}
}
if (document.readyState === 'complete') { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', func, false ); }
else if ( document.attachEvent ) { document.attachEvent( 'onreadystatechange', func ); }
} )();