$(document).ready(function(){
		
		$("#nav li").hover(
			function() { $("ul", this).fadeIn("fast"); }, 
			function() { $("ul", this).fadeOut("fast"); } 
		);
		
		$("#quicklinks").hover(
			function() { $("ul#quicklinks_drop").slideToggle("fast"); }, 
			function() { $("ul#quicklinks_drop").slideToggle("fast"); } 
		);
		
		$('#flashimages').innerfade({
			speed: 2000,
			timeout: 5000,
			containerheight: '250px'
		});
		
		$('#newsticker').innerfade({
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '100px'
		});
		
});

var RecaptchaOptions = {
    theme : 'white'
 };

