function get_unread_count()
 {
     ajx_current("empty");
     ajx_extra_data(array('unreadCount' => MailContents::countUserInboxUnreadEmails()));
 }