// $Id: javascript.js,v 1.1.4.2 2009/08/12 23:29:56 add1sun Exp $

// Prefill the search box with Search... text.
$(document).ready(function(){
	$("#navigation ul.menu").superfish({
		autoArrows:		false,
		dropShadows:	false,
		animation:   	{opacity:'show',height:'show'},
	});

	$('#spotlight .block').cycle({
		fx:	'fade', timeout: 15000, random: 1, speed: 1500
	});
});