$(document).ready(function(){
	
	/*Esmaecer alertas*/
	setTimeout(function(){
		$("#flashMessage").slideUp();
	},5000);
	
	
	/* Página Home */
	
	$('.venture').click(function(){			
		var id = $(this).attr('id');		
		var link = $('#param-'+id+' a').attr('href');		
		location.href = link;				
	});
	
	$('.overfl').jScrollPane({showArrows:true});
		
});
