$(document).ready(function(){
		
	// Missouri 4-H Foundation Navigation
	$("#red").treeview({
		animated: "fast",
		collapsed: true,
		persist: "location",
		control: "#treecontrol"
	});


});