// JavaScript Document

// png fix
    $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
//end png fix