NZ Civil Aircraft: AS355F1 ZK-HFQ 6

Calling into Pauanui airfield this afternoon was North Shore based AS355F-1 ZK-HFQ6 now wearing its new Core Aviation titling.    Originally imported from France in late 2020 it wore HFQ until February 2022 when it was reregistered ZK-IJK.   By July 2023 it was reregistered back to HFQ to allow John Key to use the IJK registration,  and in April 2025 Orbit Helicopters rebranded themselves as Core Aviation.

 

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