jQuery.noConflict();jQuery(document).ready(function(){varcurrent=null;jQuery('#djDebugPanelList li a').click(function(){if(current){current.hide();}current=jQuery('#djDebug #'+this.className);current.show();returnfalse;});jQuery('#djDebug a.close').click(function(){if(current){current.hide();}current=null;returnfalse;})});