$(function(){
	var callouts = $('.connotate_it, .schedule_demo');

	callouts.css('cursor', 'pointer');
		
	callouts.click(function(){
		window.location = $(this).find('a.action:first').attr('href');
	});
});
