$().ready(function() {
  $('img[src$=png], div[class*=round]').pngfix({imageFixSrc:'/img/x.gif'});
});
