$(document).ready(function(){

	$('#home-rotate').cycle({
			fx: 'fade', 
    		speed: 'slow',
    		height: 314
    });
    
	$('.forminput').one("focus", function() {
	
	  $(this).val("");
	
	});

});

