$(function() {
		   
	$('#slider').cycle({ 
		fx: 'scrollHorz',
		speed: 1000,
		timeout: 3500,
		next: '#next',
		prev: '#prev'
	});

});

function confirm_appointment_notice() {
	var answer = confirm("Please note: We will do everything  we can to accommodate your appointment request, but due to high call volume we cannot guarantee an appointment until a Company Representative contacts you.")
	if (answer){
		return true;
	}
}

