Info
Date of birth: 11th September 1965 (59)
Nationality: Great Britain
Weight: 73 kg Height: 1.80 m
Place of birth: Nuneaton
Nationality: Great Britain
Weight: 73 kg Height: 1.80 m
Place of birth: Nuneaton
- Visits:▲11this week
Top results
- 2nd
- 4thFirenze - Pistoia ('93)
- 4thChrono des Herbiers ('93)
- 10thGP Eddy Merckx ('93)
- 15thGrand Prix des Nations ('93)
- 17thGP Eddy Merckx ('94)
- 21st
- 7thFirenze - Pistoia ('95)
- 30th
Teams
Date | Result | Race | Distance | Points PCS | Points UCI | |||
---|---|---|---|---|---|---|---|---|
22.06 | 1 | National Championships Great Britain - ITT (NC) | 15 | more |
0 km in 1 days | PCS points: 15 | UCI points: 0
= number of kilometres in a group before the peloton
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(); });
});