$(document).ready(function(){


$("#contact_form").validate();
	
//slide show for products / recipes
	$('#slideshow').innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 4000,
		containerheight: '318px'
	});	



});