Adding overlay to notifications.
$('#start').on('click',function(){
$.amaran({
'message' :'My first example!',
'overlay' :true,
'sticky':true,
'inEffect':'slideTop',
'outEffect':'slideLeft',
'overlayColor': 'orange'
});
});