jQuery().ready(function(){
	$("ul#nav").treeview({
		persist: "location",
		collapsed: true,
		unique: true
	});
	$.localScroll({ speed:800 });
	$('a[@rel*=lightbox]').lightBox();
});