Friday 23 September 2022 – BM...

(Click here for Day 11, or here to go back to Day 1)

Day 12: Transatlantic Leg Completed.

More images from James below, with a note:

US naval research twin otter, the fuel prices in Iceland, the Flight Service Station (AFIS) in Kulusuk, and some scenic views/icebergs over Greenland.

photo by James Muratore - US naval research twin otter - 20220923_064409
Twin Otter
Fuel prices in Iceland


As always, you can follow their flight on FlightAware, or FlightRadar24, and feel free to leave a message for them via the comments section below.


More info and photos to come later, but for now:

CONGRATULATIONS, BRIAN AND JAMES!

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