jQuery(document).ready(function(){
/*
 var opts = { align:        'top' 
                   , size:           48   
                   , distance:      60   
                   , coefficient :   1.5  
                   , labels:        'tc' 
                   , duration:     500 
                   , source:  function(i){ return (this.alt) ? false : this.src.replace(/(jpg|gif)$/,'png'); }
                   };
		 
  jQuery('#jqDMenu').jqDock(opts);*/
 // $("#jqDMenu").pngFix(); 
  
   
});
