$(function() {
	$('#slideshow').cycle({
   	fx:     'fade',
   	timeout: 5000,
	    next:   '#next',
   	prev:   '#prev'
	});

	$('.meet-drmoore').click(function () {
		window.location.href = "http://www.drthomasmoore.com/profile.html";
	});

});
