// (bool | optional) if you want it to fade out on its own or just sit there
sticky:true,
// (int | optional) the time you want it to be alive for before fading out
time:'2000',
// the function to bind to the form
after_open:function(e){
$('#ep_email_form').submit(function(){
$(e).hide();
$.gritter.add({
// (string | mandatory) the heading of the notification
title:"Email subscribed",
// (string | mandatory) the text inside the notification
text:"You will recieve email when someone changes this. If this is the first time you have requested emails you will need to confirm your email address"