$(document).ready(function() {
    $('#contactform').validate();
    $('#slideshow').cycle({
		fx: 'fade',
        timeout: '5000'
	});
});

