Info
Top results
- 2xTrofeo Baracchi ('67, '66)
- 2x
- Grand Prix des Nations ('62)
- G.P. de Monaco ('74)
- LuK Challenge ('68)
- Grand Prix Cerami ('73)
- 3x
- Grand Prix de Wallonie ('70)
- 2nd
Teams
- 1978
- 1977
- 1976
- 1975
- 1974
- 1973
- 1972
- 1971
- 1970
- 1969
- 1968
- 1967
- 1966
- 1965
- 1964
- 1963
- 1962Peugeot - BP - Dunlop as from 26/09
2809 km in 16 days | PCS points: 81 | UCI points: 0
= number of kilometres in a group before the peloton
Key statistics
- 25GC (1)Oneday races (8)ITT (15)
- 13tour (9) giro (1) vuelta(3)
- 16RBX(2)MSR(2)RVV(2)LBL(7)LOM(3)
loading results ..
');
$(".sortByResults a").removeClass('cur');
$(this).addClass('cur');
sort = $(this).attr('data-case');
// console.log('dis: '+discipline+', season: '+season+', sort: '+sort+', cxid: '+cxid+', natid: '+natid+', id: '+id);
$.ajax({ method: "POST", url: subpath+"rdr/start3.php", data: { getresults: 1,id:id, natid: natid, cxid:cxid, season: season, sort: $(this).attr('data-case'), pid: pid, discipline: discipline, filter: filter } }).done(function( response ) { $('#resultsCont').html(response); })
});
$(".filterByResults a").click(function(e){
e.preventDefault();
var season = $(".rdrSeasonNav li.cur").attr('data-season');
$("#resultsCont").html(' loading results ..
');
$(".filterByResults a").removeClass('cur');
$(this).addClass('cur');
filter = $(this).attr('data-case');
// console.log('dis: '+discipline+', season: '+season+', sort: '+sort+', cxid: '+cxid+', natid: '+natid+', id: '+id);
$.ajax({ method: "POST", url: subpath+"rdr/start3.php", data: { getresults: 1,id:id, natid: natid, cxid:cxid, season: season, sort: $(this).attr('data-case'), pid: pid, discipline: discipline, filter: filter } }).done(function( response ) { $('#resultsCont').html(response); })
});
$(".showAllTeams").click(function(e){ e.preventDefault(); $('.rdr-teams2 li').show(); $('.rdr-teams2 li.combiLine').hide(); });
});