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

Transaction

In the 1960s, the Morris County resort town of Mount Freedom was booming. The town catered to Jewish clientele from New York and Brooklyn, many of them post-war refugees from Europe.  The town competed with the Catskills’ “Borscht Belt”, with a half-dozen hotels and more than 40 bungalow colonies.

I had a wholesale route for Dugan’s Bakery. One of my customers was Hesh Steinberg, who owned a grocery store convenient to the bungalows.

One day as I walk into Hesh’s  to get his order, I see that he is concluding a sale to a dark-haired young woman. Because Orthodox Jews may not have physical contact with the opposite sex unless they are married, Hesh will deliver any change by dropping it into her palm.

Wearing my company’s gray uniform, I step next to her to wait my turn.

She sees that I see the numbers on her outstretched arm and  snatches her hand back. Her change rolls on the counter.

© 2019-2024 Pushbutton Technologies