document.observe("dom:loaded", function(){
	
		$$(".admin_s").each(function(s){
			s.remove();
		});
	
});
