/* 
 * Загрузчик обработчика png файлов
 * 
 */

$(document).ready(function(){
    $(document).pngFix();
});

