$(document).ready(function(){

	// dropdown navigation

	$('#nav').droppy({speed: 100});
	
	// header images

	$('#topbar').innerfade({
		speed:            2000, 
		timeout:         11000,
		type:            'random',
		containerheight: '122px'
	});
});
