$((function(){
	
	// applying the settings
$('#thenav ul a').collapsor();
	}));


$(document).ready(function(){

if($('#myform2').length >0){
	$('#myform2').submit();
}



 $('a[rel*=facebox]').facebox();
			$('.fade').innerfade({

				speed: 'slow',

				timeout: 4000,

				type: 'sequence',

				containerheight: '1.5em'

			});
			
		});












$(document).ready(function(){
		
	// first example
	$("#navigation2").treeview({
		persist: "location",
		collapsed: true,
		unique: true
	});
	/*
	// second example
	$("#r").treeview();
	
	});
	
	// third example
	$("#red").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "cookie",
		toggle: function() {
			window.console && console.log("%o was toggled", this);
		}
	});
	
	// fourth example
	$("#black, #gray").treeview({
		control: "#treecontrol",
		persist: "cookie",
		cookieId: "treeview-black"
	});
*/
});


