
jQuery(document).ready(function() {
    $('img.pngfix').pngfix();
    /*{
        sizingMethod: "scale"
    }*/
});
