$(document).ready(
	function(){
		$('ul#shape-ul').innerfade({
			speed: 1000,
			timeout: 4500,
			type: 'sequence'
		});
});

$().ready(function() {
	// validate the comment form when it is submitted
	$("#forma").validate();
	
});
