$(document).ready(function() {
    $('a.external').filter(function() {
        return this.hostname && this.hostname !== location.hostname;
    }).after(' <img src="http://www.stevegrace1.com/main/assets/image/external_link.png" alt="external link"/>');
});