html.append("</i></p>");
}
VNotification n = VNotification.createNotification(1000 * 60 * 45,
uIConnector.getWidget());
n.addEventListener(new NotificationRedirect(url));
n.show(html.toString(), VNotification.CENTERED_TOP,
VNotification.STYLE_SYSTEM);
} else {
redirect(url);
}