jQuery(document).ready(function() {
    jQuery('.slideshow').cycle({
                    		        fx: 'fade',
                    		        next: '.slideshow img'
                    	       });
    jQuery('#header .logo').click(function() {
        location.href = "http://www.heartfelt.it";
    });
})
