NZ Civil Aircraft: Bristell ZK-WLH/3 with...

It is a year ago when Kaipara Flats airfield hosted a group of flyers from the Deep South.  One of the group was Lyall Hopcroft with his then pretty new Bristell- ZK-WLH3 .  At that time Lyall told me that he was investigating adding some trim to his Bristell.

Well recently Lyall has added said trim to his Bristell, as seen here on the Braemar airstrip during the AOPA Autumn flyin.  It seems that Lyall subscribes to the Jack Inder school of fuselage stripes!

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');