$(document).ready(function() {
    $('.slideshow')
	.cycle({
		fx:     'fade', 
    	speed:   600, 
    	timeout: 3000,  
    	pause:   1, 
	});
});
$(function(){
		$('#contact').contactable({
	 		recipient: 'info@feedlotmanager.com.ar',
	 		subject: 'Te enviaron un mail desde feedlotmanager'
	 	});
});


