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