/*
 * JavaScript by Airtype Studio at airtypestudio.com
 * assets/js/global.css
 * Defines global behavior
 */
 
// Fire up jQuery
jQuery(document).ready(function($){

	// Homepage Feature Cycle
	$('.home #features').cycle({
		easing: 'swing',
		pause: 1,
		timeout: 8000
	});
	
});
