$(function(){
   var path = location.pathname.substring(1);
   if ( path )
     $('#sidebar a[@href$="' + path + '"]').attr('class', 'selected');
 });
 $(document).ready(function(){ 
							  
 $(document).pngFix(); 
    }); 