
( function() {
var func = function() {
var iframe_form = document.getElementById(‘wpcom-iframe-form-f2845acef91e506963333ffc1d180c76-54aac50e550b2’);
var iframe = document.getElementById(‘wpcom-iframe-f2845acef91e506963333ffc1d180c76-54aac50e550b2’);
if ( iframe_form && iframe ) {
iframe_form.submit();
iframe.onload = function() {
iframe.contentWindow.postMessage( {
‘msg_type’: ‘poll_size’,
‘frame_id’: ‘wpcom-iframe-f2845acef91e506963333ffc1d180c76-54aac50e550b2’
}, window.location.protocol + ‘//wpcomwidgets.com’ );
}
}
// Autosize iframe
var funcSizeResponse = function( e ) {
var origin = document.createElement( ‘a’ );
origin.href = e.origin;
// Verify message origin
if ( ‘wpcomwidgets.com’ !== 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 ); }
} )();
The most unlikely of trick duos, Dally the Jack Russell terrier and Spanky the miniature horse, have won fame performing as a double act in front of audiences across America.
Horse trainer, Francesca Carson, explained that soon after she rescued the pair, they quickly began a friendship which has now spawned a showbiz career complete with an appearance on the David Letterman Show.
Ms Carson, a native of Spokane in Washington state, said of the pair: ‘Dally would always sit and watch while I was training Spanky and then one day she just leaped up onto Spanky’s back – on that day their friendship really started.
‘It’s really special to see the trust they have between each other – it’s remarkable for a horse to allow a dog to jump on him whenever he wants.
‘Along with performing together they also drink and eat together – they’re really close friends.’
MORE: Woman rescued after getting naked and climbing down ex-boyfriend’s chimney
MORE: Man solves mega Rubik’s Cube in impressive time-lapse video
MORE: Video shows diners scattering as rats run loose in KFC
Dally, 6, relaxing on Spanky, 7 presumably post-practice:
Who said horse’s can’t use smartphone cameras?
Comments
Comments are disabled for this post.