function wpb_rand_posts() { $args = array( 'post_type' => 'post', 'orderby' => 'rand', 'posts_per_page' => 5, ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) { $string .= ''; /* Restore original Post Data */ wp_reset_postdata(); } else { $string .= 'no posts found'; } return $string; } add_shortcode('wpb-random-posts','wpb_rand_posts'); add_filter('widget_text', 'do_shortcode');

So far away

Doesn’t anybody stay in one place anymore
It would be so fine to see your face at my door

++++++++ – Carole King

In a moment of nostalgia, I look on Google Earth for the Continental Insurance data center in Neptune where I worked 35 years ago. The once starkly modern three-story building looks abandoned, its parking lots empty and overgrown. Trying to find an earlier view with any signs of life, I have to go back in the timeline more than twelve years.

I drive past the building to get a closer look, and see that giant demolition machines have begun chewing away at it. Already one corner of the building has been torn away – the third-floor executive offices are  now just a ragged hole and a pile of broken concrete. Gone too is my up-and-comer, double-size cubicle location in the corner of the floor below. I think of my lost friends and moving myself and my family around the country chasing the next, better job.

All lost in the moves, me, all, all lost in the moves.

Even moving to another town, let alone another state, we lose something. It’s too bad we can’t all stay and live and love where we were born and not have all this loss.

© 2019-2024 Pushbutton Technologies