Donington Park??? No, DoningTOM Park! Sykes fà doppietta e si incorona Re di Donington!
Lo squalo inglese fà doppietta nel suo giardino di casa, costringendo il campione del mondo e attuale leader di classifica ad un terzo e secondo posto!
Sykes in questo week-end magico guadagna ben 14 punti sul compagno di squadra Rea, portandosi al secondo posto in classifica di campionato.
Davies agguanta il podio in Gara2, ma lo zero di Gara1 lo retrocede di una posizione in ottica campionato!
Quarto un super efficiente Lorenzo Savadori su Aprilia, che dimostra il suo miglioramento gara dopo gara!
Giugliano chiude settimo dietro ad un formidabile Leon Camier che porta la su MvAgusta in quinta piazza e Nicky Hayden, sesto sulla CBR1000!
La classifica di campionato:
1. | J. REA | KAWASAKI | 293 |
2. | T. SYKES | KAWASAKI | 237 |
3. | C. DAVIES | DUCATI | 231 |
4. | D. GIUGLIANO | DUCATI | 147 |
5. | M. VAN DER MARK | HONDA | 141 |
6. | N. HAYDEN | HONDA | 136 |
7. | J. TORRES | BMW | 117 |
8. | L. CAMIER | MV AGUSTA | 97 |
9. | L. SAVADORI | APRILIA | 89 |
10. | A. LOWES | YAMAHA | 70 |
11. | X. FORÉS | DUCATI | 62 |
12. | S. GUINTOLI | YAMAHA | 58 |
13. | M. REITERBERGER | BMW | 58 |
14. | J. BROOKES | BMW | 48 |
15. | A. DE ANGELIS | APRILIA | 42 |
16. | R. RAMOS | KAWASAKI | 42 |
17. | A. WEST | KAWASAKI | 28 |
18. | K. ABRAHAM | BMW | 25 |
19. | M. BAIOCCO | DUCATI | 12 |
20. | L. MAHIAS | KAWASAKI | 9 |
21. | C. BEAUBIER | YAMAHA | 6 |
22. | L. SCASSA | DUCATI | 3 |
23. | M. JONES | DUCATI | 2 |
24. | D. SCHMITTER | KAWASAKI | 2 |
25. | J. HOOK | KAWASAKI | 2 |
26. | S. BARRIER | KAWASAKI | 2 |
27. | M. LUSSIANA | BMW | 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 ) );
});