function TrackErrorList(xmlErrors)
{
    //alert(ContentProviderUrl + '/xcommon/services/ErrorTracking.asmx');
    //error call goes here
    RemoteAJAXCall(null, ContentProviderUrl + '/xcommon/services/ErrorTracking.asmx', xmlErrors,'TraceErrorList','http://www.bizbuysell.com/ErrorTracking', -1, '', false);
}
