Motomondiale, Orari Tv del GP D’ITALIA al Mugello
di
redazione pilotiveloci.com
·
18/05/2016

Ci sarà anche il velocissimo tester Michele Pirro, con la terza Ducati ufficiale!
Venerdì 20 Maggio
09:00 | Prove libere 1 Moto3
09.55 | Prove libere 1 MotoGP
10.55 | Prove libere 1 Moto2
13.10 | Prove libere 2 Moto3
14.05 | Prove libere 2 MotoGP
15.05 | Prove libere 2 Moto2
Sabato 21 Maggio
09.00 | Prove libere 3 Moto3
09.55 | Prove libere 3 MotoGP
10.55 | Prove libere 2 Moto2
12.35 | Qualifiche Moto3
13.30 | Prove libere 4 MotoGP
14.10 | Qualifiche MotoGP (Q1 alle 14:10, Q2 alle 14:35)
15.05 | Qualifiche Moto2
Domenica 22 Maggio
08.40 | Warm up Moto3, Moto2 e MotoGP
11.00 | Gara Moto3
12.20 | Gara Moto2
14.00 | Gara MotoGP
DIRETTA ANCHE SU TV8
Sabato 21 Maggio
12.35 | Qualifiche Moto3 14.10 | Qualifiche MotoGP (Q1 alle 14:10, Q2 alle 14:35)
15.05 | Qualifiche Moto2
Domenica 22 Aprile
11.00 | Gara Moto3
12.20 | Gara Moto2
14.00 | Gara MotoGP

Correlati
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
$('#facebook').sharrre({
share: {
facebook: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();
//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);
$_shareContainer.css({position : 'fixed'});
if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}
//setup event listeners
$window.on('scroll', _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.on('resize', _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});