Listen Live
Close

Apparently we should be putting items on layaway this holiday shopping season! An anonymous man who called himself Santa Claus pulled up on a Walmart store in Derby, Vermont last week and paid for several customer’s layaway items, including items for people who weren’t at the store at the time.

id="wpcom-iframe-aba43f277d1639116e67922871f8814d-32288662-127782987"
width=""
height=""
src="https://embeds.go.ione.nyc/protected-iframe/aba43f277d1639116e67922871f8814d-32288662-127782987"
scrolling=""
frameborder="0"
class="twitter-moment"
>

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