$(document).ready(function() {
 //comment this out if you have no png images
    $('img[@src$=.png]').ifixpng(); 
});