// All praise be to jQuery
$(function() {
	$('.cycle img').css('_display','inline');
	$('.cycle').cycle();

	//$('body').html( $('body').html().replace(/(\®)/g,'<sup>$1</sup>') );

	$('#loginSubmit').click(function(e) {
		e.preventDefault();
		$('#loginForm').submit();
	});

	$('#navlist').superfish({
		delay:       200,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false
	});

}); 

