﻿$(function() {
    $("img[src$='/Attachments/']").attr({
        src: '/images/blank.gif',
        border: '0'
    });

});

