jQuery.noConflict();
	jQuery(document).ready(function(){
		jQuery("ul#suckertree1 li:last").addClass("hidden");
});