
function trbocl()
{
	PlanetEye.WebSite.WebService.AjaxService.TrBoCl(trbocl_Success,trbocl_Fail,"");
}

function trbocl_Success(result, userContext, methodName)
{
}

function trbocl_Fail(error)
{
    alert(error.value);
}
