$(document).ready(function() {
	$("#contactForm").validate();
	$(function(){
		$('#mySlideshow').loopedSlider();
	});
});