_cB
                                        - private static object
                                    
                                    
                                            Object that stores callback handlers for cross-domain requests
when using Flash as the transport.
                                        
                                    _delay
                                        - static number
                                    
                                    
                                            Delay value to calling the Flash transport, in the
event io.swf has not finished loading.  Once the E_XDR_READY
event is fired, this value will be set to 0.
                                        
                                    _headers
                                        - private static object
                                    
                                    
                                            Object of default HTTP headers to be initialized and sent
for all transactions.
                                        
                                    _qState
                                        - private static int
                                    
                                    
                                            Property to determine whether the queue is set to
1 (active) or 0 (inactive).  When inactive, transactions
will be stored in the queue until the queue is set to active.
                                        
                                    _rS
                                        - private static object
                                    
                                    
                                            Map of transaction readyState values used when
XDomainRequest is the XDR transport.
                                        
                                    _timeout
                                        - private static object
                                    
                                    
                                            Object that stores timeout values for any transaction with
a defined "timeout" configuration property.