var folia = folia || {}; //this causes the new object below to be added to the existing one.
folia.gardener = {
	init: function() {},
	plants: function() {
		//plant list logic goes here.
	},
	swapMap: function() {
		
	},
	stash : function() {
		if ($('select_all')) {
			
			//$$('ul.agents-list li.agent input').each(function(box){ box.checked=true; });return false;
			$('select_all').observe('click', function() { $$('td.selection input').each(function(box){ box.checked = $('select_all').checked; }); });
		}
	}
}