From http://stackoverflow.com/questions/3984287/how-to-show-alternate-image-if-source-image-is-not-found-onerror-working-in-ie
<img src="imagenotfound.gif" alt="Image not found" onerror="this.src='imagefound.gif';" />