function notify(txt,time) {
    $.msgGrowl({text: txt, lifetime: time});
}
