
XT.defaultLoadingElementId='loading';XT.defaultLoadingImage='/businessonline/images/ajax/wait30.gif';XT.defaultErrorHandler=function(ajaxRequest,exception){var httpStatus=ajaxRequest.getXMLHttpRequestObject().status;if(httpStatus==403){window.location.href='/businessonline/public/sessionExpired.do';return;}
if(exception!=null&&exception!=undefined&&exception!='undefined'){alert(exception.message);}};
