$(document).ready(function() {
		// Fade in the chair image and slogan/call to action
		$('#homeImage').fadeIn(2000);
		$('#homeText').fadeIn(2000);
		$('#homeTestimonials').fadeIn(3000);
});