﻿$(document).ready(function() {

   // apply ifixpng
   $('img[@src$=.png], .postItNote').ifixpng();
});
