$(document).ready(function(){
	$(".nav").superfish({
		animation : { opacity:"show", height:"show" }
	});
 	$('input').hint();
	$('#rotater').cycle({ 
		fx:    'fade',
		timeout: 7000, 
		speed:   1000,
		pause: 1
	 });
});

