$(document).ready(function(){
		
	
	// fourth example
	$("#left, #right").treeview({
		control: "#treecontrol",
		persist: "cookie",
		cookieId: "treeview-black"
	});

});
