/*---------------------START jQuery Ready---------------------------*/
$(document).ready(function() {
	
$("#categories").treeview({
	collapsed: true,
	animated: "fast",
	unique: true,	
	persist: "location"
});

$("#industries").treeview({
	collapsed: true,
	animated: "fast",
	unique: true,
	persist: "location"
});
	
});
/*---------------------END jQuery Ready---------------------------*/