//PNG TRANSPARENCY FIX
    $(document).ready(function(){ 
        $("#siteLogo").pngFix(); 
    }); 
