$(document).ready(function() {
    $('#subheading').cycle({
		fx: 'fade',
		timeout: 5000
	});
});
