Vans RV 4 ZK-CRV/2 Test Flight...

Yesterday in the late afternoon at Tauranga Phil Hooker took Cranleigh Lee’s new Vans RV 4 for a test flight.  Warwick Hamilton was there and took these great photos:

ZK-CRV2 (c/n 1746) was registered to C Lee of Katakati back in October 2021.  I guess the first flight of an RV4 is a quite rare thing these days as Vans has moved on to lots more models.  But I understand that the RV 4 is a very nice aircraft to fly in.  A nice looking machine, congratulations to all involved.

 

The first ZK-CRV was a Callair B1 way back in 1966.

Thanks for the photos Warwick.

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');