
function getLoadingHTML( message )
{
        var text = "<img src=\"img/loading.gif\" alt=\" - \">";
        text += "&nbsp;<b><i>" + message + "</i></b>";
        return text;
}