function get_image_frame($atts, $content = null)
{
    $a = shortcode_atts(array('img' => '', 'caption' => '', 'url' => '', 'alt' => '', 'class' => ''), $atts);
    ob_start();
    ?>
		<div class="jazz-img">
			<?php 
    waterfront_image_overlay($a['img'], $a['caption'], $a['alt'], $a['url'], $a['class']);
    ?>
		</div>
	<?php 
    $html = ob_get_clean();
    return $html;
}
    echo $entertainer['entertainer_name'];
    ?>
</a></h3>
			<span><?php 
    echo $entertainer['entertainer_schedule'];
    ?>
</span>
			<p><?php 
    echo $entertainer['entertainer_description'];
    ?>
</p>
		</div>
		<?php 
    if ($count % 2 != 0) {
        ?>
			<div class="four columns jazz-img entertainer-img">
				<?php 
        waterfront_image_overlay($entertainer['entertainer_attachment'], "So close to the water your burger gets wet", "Woody's Waterfront Entrance");
        ?>
			</div>
		<?php 
    }
    ?>
	</div>
	<?php 
    $count++;
    ?>
	<?php 
}
?>
</section>
				<p>I don't like you sucking around bothering our citizens, Lebowski. I—the royal we, man, you know, the editorial. Regrettably, it's true, standards have fallen in adult entertainment.</p>
			</div>

			<div class="three columns pd-l-10 pd-r-10 jazz-img">
				<?php 
waterfront_image_overlay(get_template_directory_uri() . '/img/wings.jpg', "So close to the water your burger gets wet", "Woody's Waterfront Entrance");
?>
				
				<p>You might want to watch out the front window there, Larry. I mean I had an M16, Jacko, not an Abrams f*****g tank. Mind if I smoke a jay? I got information—new shit has come to light and—shit, man! She kidnapped herself! That is our most modestly priced receptacle.</p>
			</div>

			<div class="three columns pd-l-10 pd-r-10 jazz-img">
				<?php 
waterfront_image_overlay(get_template_directory_uri() . '/img/scallops.jpg', "So close to the water your burger gets wet", "Woody's Waterfront Entrance");
?>
			
				<p>It's video, Dude. …which would place him high in the runnin' for laziest worldwide—but sometimes there's a man… sometimes there's a man. That wasn't her toe. Vee don't care. Vee still vant zat money or vee f**k you up.</p>
			</div>

			<div class="three columns pd-l-10 pd-r-10 jazz-img">
				<?php 
waterfront_image_overlay(get_template_directory_uri() . '/img/fish_spread.jpg', "So close to the water your burger gets wet", "Woody's Waterfront Entrance");
?>

				<p>Any further harm visited upon Bunny, shall be visited tenfold upon your head. Who's in pyjamas, Walter? All right, Plan B. </p>
			</div>
		</div>
	</div>
	<!-- End Image Showcase -->
</section><!-- #post-## -->