﻿function Anthem_PreCallBack() {
    $.blockUI('Just a moment...');
}

function Anthem_CallBackCancelled() {

}
function Anthem_PostCallBack() {
    $.unblockUI();

}


function Anthem_Error() {
    $.growlUI('Server Messagede', 'Server Is Busy Now !');
}