Getting a comic from JHS Comics

The HTML below is a sample of what we need to screen scrape for to find the a comic from JHS Comics

We need to find the div with a class of 'entry-content' and then get the next image.
There is only one such use of the class in the HTML.

<div class="entry-content">
    <p>
        <img src="/bcstrips/2014/may/bc140530dc.jpg"></img>
    </p>