$(function() {
	$('#infusionsoft-subscribe').click(function(){
		$('#fimech-training-bookingform-container').pulse({
			opacity: [0, 1],
			borderBottomColor: ['red', 'silver'],
			borderLeftColor: ['red', 'silver'],
			borderRightColor: ['red', 'silver'],
			borderTopColor: ['red', 'silver']
		}, 500, 2, 'linear');					  
	});		
});
