Senior Mountain bike race in Pine Hill Park, Saturday, June 6th at 10AM.
We have 3 great courses set up for Advanced beginner, Sport Class and Expert Class.
Hope to see you there!
//Adding shortcode to allow br tags in headlines and titles - insert [br] wherever you need one
function line_break_shortcode() {
return '
';
}
add_shortcode( 'br', 'line_break_shortcode' );