Um, yeah, so when we redesigned the site about a year ago, we forgot to include the email newsletter sign up part. So here it is, just drop your email address in this form and hit the button and you’ll get some sweet cycling goodness delivered to your inbox once or twice per month. No more, possibly less. We promise.
var icpForm6801 = document.getElementById('icpsignup6801');
if (document.location.protocol === "https:")
icpForm6801.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired6801() { if (icpForm6801["fields_email"].value == "") { icpForm6801["fields_email"].focus(); alert("The Email field is required."); return false; }
return true; }