function notify(title, text) {
    $.gritter.add({
        title: title,
        text: text
    });
}
