$(document).ready(function(){	
	// first example
	$("#browser").treeview({
		persist: "location",
		animated: "normal",
		unique: true		
	});
});
