$(document).ready(function () { 

	$('#actieclose').click(function(){
			$('#actie').css('display','none');
			return false;
	}); 			
}); 
