jQuery(function(){
	jQuery(".totop").click(function() {
		jQuery("html, body").animate({ scrollTop:0 });
		return false;
	 });
	jQuery('#rotator').nivoSlider({
		effect:'fade',
		animSpeed:'1000',
		directionNav:false,
		controlNav:true,
		captionOpacity:1.0
	});
});

	

