Close Button simply adds a close button to notifications.
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'sticky' :true,
'closeOnClick' :false,
'closeButton' :true
});
});