$(document).ready(function() {

	$('#scroller').cycle({
		delay: 2000,
		speed: 1000
	});
	$('#cmForm').validationEngine();
});
