$(document).ready(function() {

$("img[src$='.png']").addClass("png");

});
