Donington, Savadori si conferma nella stock1000, podio tutto italiano
Donington Park, a chiudere il programma di gare inglesi, sono le 1000 (quasi) di serie della Supestock. Il leader della classifica generale, Lorenzo Savadori su Aprilia rsv4 va subito al comando e ci resta fino alla bandiera a scacchi!.. dietro si scambiano le posizioni Roberto Tamburini su BMW e Raffaele De Rosa su Ducati. Alla fine è il pilota con la moto tedesca del MotoXracing ad arrivare secondo, con un De Rosa che arriva a podio e si conferma tra i protagonisti della Stock1000. Savadori intanto allunga in classifica…
Classifica campionato
1. | L. SAVADORI | APRILIA | 95 |
2. | R. TAMBURINI | BMW | 65 |
3. | O. JEZEK | DUCATI | 53 |
4. | K. COGHLAN | YAMAHA | 50 |
5. | R. DE ROSA | DUCATI | 49 |
6. | J. GUARNONI | YAMAHA | 37 |
7. | F. MASSEI | DUCATI | 32 |
8. | B. STARING | KAWASAKI | 22 |
9. | K. CALIA | APRILIA | 21 |
10. | T. COVEÑA | DUCATI | 21 |
11. | C. BERGMAN | YAMAHA | 19 |
12. | F. MARINO | YAMAHA | 18 |
13. | L. SALVADORI | DUCATI | 16 |
14. | S. SUCHET | KAWASAKI | 12 |
15. | S. BARRIER | YAMAHA | 11 |
16. | M. MOSER | DUCATI | 11 |
17. | R. LANUSSE | KAWASAKI | 8 |
18. | D. SCHIAVONI | BMW | 7 |
19. | W. TESSELS | SUZUKI | 5 |
20. | P. SEBESTYEN | KAWASAKI | 3 |
21. | L. MARCONI | YAMAHA | 2 |
22. | M. MAGNONI | YAMAHA | 2 |
23. | R. PAGAUD | KAWASAKI | 1 |
',
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 ) );
});