This is what I see in your page source:
HTML Code:
<div align="center"><div align="center">
<div class="smallfont" align="center">
<br><br>
<!-- Do not remove this copyright notice -->
<img src="images/footer.gif"/>
<!-- Do not remove this copyright notice -->
</div>
</form>
You don't have the cron image in there.
You need this text above the </form> in there:
HTML Code:
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
</div>
(It also looks like you are missing some </div> tags in there, but you can figure that out yourself.)