I'm getting a "Object doesn't support property or method 'replace'" error on this line...
if(aG.fieldNames[0]!=="ID"){aC=(typeof aC!=="undefined")?aC.replace(/(^[\s\xA0]+|[\s\xA0]+$)/g,"") : null}
if(aG.fieldNames[0]!=="ID"){aC=(typeof aC!=="undefined")?aC.replace(/(^[\s\xA0]+|[\s\xA0]+$)/g,"") : null}