Mondiale SUPERSPORT, vince Sofuoglu! Zaccone primo dell’Europeo.
di
redazione pilotiveloci.com
·
29/05/2016
Il team di Manuel Puccetti piazza due piloti sul podio mondiale e conquista la vittoria nell’europeo con Alessandro Zaccone!
Kenan Sofuoglu, vince una gara incredibile, staccando tutti subito e gestendo la forte usura dello pneumatico.
Il turco ha tenuto a bada il recupero dell’americano Jacobsen, su Honda, che chiude secondo davanti a Krummenacher, l’altro pilota del team Puccetti Kawasaki.
Bravo Baldolini, primo italiano sotto la bandiera a scacchi!
Alessandro Zaccone, vince nella classifica europea, terminando 12esimo assoluto, subito dietro al terzetto di italiani del mondiale: Badovini, Zanetti e Caricasulo.

La classifica di campionato:
1. K. SOFUOGLU KAWASAKI 121
2. R. KRUMMENACHER KAWASAKI 95
3. P. JACOBSEN HONDA 76
4. J. CLUZEL MV AGUSTA 75
5. K. SMITH HONDA 67
6. G. REA MV AGUSTA 65
7. A. BALDOLINI MV AGUSTA 60
8. F. CARICASULO HONDA 53
9. A. BADOVINI HONDA 48
10. Z. KHAIRUDDIN KAWASAKI 40
11. O. JEZEK KAWASAKI 32
12. N. TEROL MV AGUSTA 30
13. C. GAMARINO KAWASAKI 30
14. L. ZANETTI MV AGUSTA 27
15. A. ZACCONE KAWASAKI 26
16. A. BASSANI KAWASAKI 20
17. L. STAPLEFORD TRIUMPH 19
18. I. MIKHALCHIK KAWASAKI 19
19. A. WEST YAMAHA 16
20. K. WAHR HONDA 15
21. R. ROLFO MV AGUSTA 14
22. A. WAGNER MV AGUSTA 7
23. G. SCOTT HONDA 7
24. K. RYDE MV AGUSTA 6
25. D. KRAISART YAMAHA 5
26. A. PHILLIS HONDA 2
27. H. OKUBO HONDA 2
28. C. TANGRE SUZUKI 1
29. N. CALERO KAWASAKI 1
30. M. LEVY YAMAHA 1
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 ) );
});