
dojo.addOnLoad(function(){	
	dojo.connect(dojo.byId("debugLiEv"),"onclick",function(){
		dojo.toggleClass(dojo.byId("debugLi"),"hover");
	});
});


