Listen Live
Close

california

Well that has to suck! While test driving a Ferrari “California” in Italy, the driver can be seen turning the corner and losing control of the car and hitting a wall! Damn! Luckily for him the dealership is insured for reasons such as these right here. Watch the video below!

id="wpcom-iframe-bae6909f58fd69670db3f2e00fa27dd9-32288498-33394977"
width="640"
height="360"
src="https://embeds.go.ione.nyc/protected-iframe/bae6909f58fd69670db3f2e00fa27dd9-32288498-33394977"
scrolling=""
frameborder="0"
class="wpcom-protected-iframe"
>

// Autosize iframe
var funcSizeResponse = function( e ) {

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 ); }
} )();