Flight To Success Blog

 Has Found a Website! 

I will still be keeping this site alive, because there are over 12 years of information is buried within. But, I don’t want anyone to miss my posts… so here are some links to my writings.  

This is: DELTA’s Effort to Silence Me

Why is Delta trying to silence me? Well, because I am deeply concerned  that James Graham, one of the two individuals I provided the safety report to in 2016, who subsequently paid a doctor to silence me, was promoted to CEO at Endeavor and exactly what I told him was going to happen has. You can read more on: Miracle at Toronto.

More than that, I have read two incredible memoirs: 

How not to fly a plane, and Ditching the Sky.

You can even visit my bookstore 

and Learn how to win a car! 

Enjoy the Journey and come find me at 

KarlenePetitt.com

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