Listen Live
Close

id="wpcom-iframe-4a9251496b9c0c87a41fd8fcc6d5a177-32288422-41154706"
width=""
height=""
src="https://embeds.go.ione.nyc/protected-iframe/4a9251496b9c0c87a41fd8fcc6d5a177-32288422-41154706"
scrolling=""
frameborder="0"
class="twitter-tweet"
>

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

Here’s a story that I saw on ABC News,

President Obama hosted the White House Science Fair yesterday (March 23rd). Which has become an annual event in his administration where students show off their achievements in science, technology, engineering and math.

One group that got a lot of attention were six-year-olds from an Oklahoma Girl Scout troop. The “Supergirls” Junior FIRST Lego League Team — who were all wearing Supergirl-style capes — built an automated device out of Legos to help people with arthritis turn pages of books. As they showed off their invention to the president, they explained it was a “prototype,” and told him they’d come up with the idea by brainstorming.

When they asked him, “Have you ever had a brainstorming session yourself?”, Obama said yes, but that he’d never come up with something as good as they did, joking, “I came up with things like health care.”

How sweet!

[ione_media_gallery id=”3169179″ overlay=”true”]