// *******************************
// TOPROTATION START
// *******************************
$(document).ready(function() {
    $('.toprotation').cycle({
		fx: 'fade',
		timeout: 8000,
		speed: 4000
	});
});
// *******************************
// KALENDER ANKOMSTDATO
// *******************************
$(document).ready(function() {
		$('.date-pick').datePicker();
});