function noteDel(msg) {
	nid = 'n' + msg;
	$(nid).update('Notification deleted.');
}
