$(document).ready(function(){

	// validate the comment form when it is submitted
	$(".contactForm").validate();
	
	$("#sidebargallery").cycle({
		timeout: 5000
	});

});
