ÿþ/ /   02B>?>8A:.   J q u e r y   02B>70?>;=5=85  ?>8A:0  
 j Q u e r y . a u t o c o m p l e t e   =   f u n c t i o n ( i n p u t ,   o p t i o n s )   
 { 
 	 / /   C r e a t e   a   l i n k   t o   s e l f 
 	 v a r   m e   =   t h i s ; 
 
 	 / /   C r e a t e   j Q u e r y   o b j e c t   f o r   i n p u t   e l e m e n t 
 	 v a r   $ i n p u t   =   $ ( i n p u t ) . a t t r ( " a u t o c o m p l e t e " ,   " o f f " ) ; 
 
 	 / /   A p p l y   i n p u t C l a s s   i f   n e c e s s a r y 
 	 i f   ( o p t i o n s . i n p u t C l a s s )   $ i n p u t . a d d C l a s s ( o p t i o n s . i n p u t C l a s s ) ; 
 
 	 / /   C r e a t e   r e s u l t s 
 	 v a r   r e s u l t s   =   d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; 
 	 / /   C r e a t e   j Q u e r y   o b j e c t   f o r   r e s u l t s 
 	 v a r   $ r e s u l t s   =   $ ( r e s u l t s ) ; 
 	 $ r e s u l t s . h i d e ( ) . a d d C l a s s ( o p t i o n s . r e s u l t s C l a s s ) . c s s ( " p o s i t i o n " ,   " a b s o l u t e " ) ; 
 	 i f   (   o p t i o n s . w i d t h   >   0   )   $ r e s u l t s . c s s ( " w i d t h " ,   o p t i o n s . w i d t h ) ; 
 
 	 / /   A d d   t o   b o d y   e l e m e n t 
 	 $ ( " b o d y " ) . a p p e n d ( r e s u l t s ) ; 
 
 	 i n p u t . a u t o c o m p l e t e r   =   m e ; 
 
 	 v a r   t i m e o u t   =   n u l l ; 
 	 v a r   p r e v   =   " " ; 
 	 v a r   a c t i v e   =   - 1 ; 
 	 v a r   c a c h e   =   { } ; 
 	 v a r   k e y b   =   f a l s e ; 
 	 v a r   h a s F o c u s   =   f a l s e ; 
 	 v a r   l a s t K e y P r e s s C o d e   =   n u l l ; 
 
 
 	 / /   f l u s h   c a c h e 
 	 f u n c t i o n   f l u s h C a c h e ( ) 
 	 { 
 	 	 c a c h e   =   { } ; 
 	 	 c a c h e . d a t a   =   { } ; 
 	 	 c a c h e . l e n g t h   =   0 ; 
 	 } ; 
 
 	 / /   f l u s h   c a c h e 
 	 f l u s h C a c h e ( ) ; 
 
 	 $ i n p u t 
 	 . k e y d o w n ( f u n c t i o n ( e )   
 	 { 
 	 	 / /   t r a c k   l a s t   k e y   p r e s s e d 
 	 	 l a s t K e y P r e s s C o d e   =   e . k e y C o d e ; 
 	 	 s w i t c h ( e . k e y C o d e )   
 	 	 { 
 	 	 	 c a s e   3 8 :   / /   u p 
 	 	 	 	 e . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 	 m o v e S e l e c t ( - 1 ) ; 
 	 	 	 	 b r e a k ; 
 	 	 	 c a s e   4 0 :   / /   d o w n 
 	 	 	 	 e . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 	 m o v e S e l e c t ( 1 ) ; 
 	 	 	 	 b r e a k ; 
 	 	 	 c a s e   9 :     / /   t a b 
 	 	 	 c a s e   1 3 :   / /   r e t u r n 
 	 	 	 	 i f (   s e l e c t C u r r e n t ( )   ) 
 	 	 	 	 { 
 	 	 	 	 	 / /   m a k e   s u r e   t o   b l u r   o f f   t h e   c u r r e n t   f i e l d 
 	 	 	 	 	 $ i n p u t . g e t ( 0 ) . b l u r ( ) ; 
 	 	 	 	 	 e . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 	 } 
 	 	 	 	 b r e a k ; 
 	 	 	 d e f a u l t : 
 	 	 	 	 a c t i v e   =   - 1 ; 
 	 	 	 	 i f   ( t i m e o u t )   c l e a r T i m e o u t ( t i m e o u t ) ; 
 	 	 	 	 t i m e o u t   =   s e t T i m e o u t ( f u n c t i o n ( ) { o n C h a n g e ( ) ; } ,   o p t i o n s . d e l a y ) ; 
 	 	 	 	 b r e a k ; 
 	 	 } 
 	 } ) 
 	 . f o c u s ( f u n c t i o n ( ) 
 	 { 
 	 	 / /   t r a c k   w h e t h e r   t h e   f i e l d   h a s   f o c u s ,   w e   s h o u l d n ' t   p r o c e s s   a n y   r e s u l t s   i f   t h e   f i e l d   n o   l o n g e r   h a s   f o c u s 
 	 	 h a s F o c u s   =   t r u e ; 
 	 	 o n F o c u s ( ) ; 
 	 } ) 
 	 . b l u r ( f u n c t i o n ( )   
 	 { 
 	 	 / /   t r a c k   w h e t h e r   t h e   f i e l d   h a s   f o c u s 
 	 	 h a s F o c u s   =   f a l s e ; 
 	 	 h i d e R e s u l t s ( ) ; 
 	 } ) ; 
 
 	 h i d e R e s u l t s N o w ( ) ; 
 
 	 f u n c t i o n   o n C h a n g e ( )   
 	 { 
 	 	 / /   i g n o r e   i f   t h e   f o l l o w i n g   k e y s   a r e   p r e s s e d :   [ d e l ]   [ s h i f t ]   [ c a p s l o c k ] 
 	 	 i f (   l a s t K e y P r e s s C o d e   = =   4 6   | |   ( l a s t K e y P r e s s C o d e   >   8   & &   l a s t K e y P r e s s C o d e   <   3 2 )   )   r e t u r n   $ r e s u l t s . h i d e ( ) ; 
 	 	 v a r   v   =   $ i n p u t . v a l ( ) ; 
 	 	 i f   ( v   = =   p r e v )   r e t u r n ; 
 	 	 p r e v   =   v ; 
 	 	 / / a l e r t ( ' o n C h a n g e ' ) ; 
 	 	 g o R e q u e s t ( v ) ; 
 	 } ; 
 
 	 f u n c t i o n   g o R e q u e s t ( v )   
 	 { 
 	 	 i f   ( v . l e n g t h   > =   o p t i o n s . m i n C h a r s )   
 	 	 { 
 	 	 	 $ i n p u t . a d d C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 	 r e q u e s t D a t a ( v ) ; 
 	 	 }   
 	 	 e l s e   
 	 	 { 
 	 	 	 $ i n p u t . r e m o v e C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 	 $ r e s u l t s . h i d e ( ) ; 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   o n F o c u s ( )   
 	 { 
 	 	 v a r   v   =   $ i n p u t . v a l ( ) ; 
 	 	 / / a l e r t ( ' D>:CA' ) ; 
 	 	 g o R e q u e s t ( v ) ; 
 	 } ; 
 
   	 f u n c t i o n   m o v e S e l e c t ( s t e p )   
 	 { 
 	 	 v a r   l i s   =   $ ( " l i " ,   r e s u l t s ) ; 
 	 	 i f   ( ! l i s )   r e t u r n ; 
 
 	 	 a c t i v e   + =   s t e p ; 
 
 	 	 i f   ( a c t i v e   <   0 )   
 	 	 { 
 	 	 	 a c t i v e   =   0 ; 
 	 	 }   
 	 	 e l s e   i f   ( a c t i v e   > =   l i s . s i z e ( ) )   
 	 	 { 
 	 	 	 a c t i v e   =   l i s . s i z e ( )   -   1 ; 
 	 	 } 
 
 	 	 l i s . r e m o v e C l a s s ( o p t i o n s . o v e r C l a s s ) ; 
 	 	 / / $ ( o p t i o n s . p r i c e T a g ,   l i s ) . r e m o v e C l a s s ( o p t i o n s . p r i c e O v e r C l a s s ) ;   / /   4>1028;  
 
 	 	 $ ( l i s [ a c t i v e ] ) . a d d C l a s s ( o p t i o n s . o v e r C l a s s ) ; 
 	 	 / / $ ( o p t i o n s . p r i c e T a g ,   l i s [ a c t i v e ] ) . a d d C l a s s ( o p t i o n s . p r i c e O v e r C l a s s ) ;   / /   4>1028;  
 
 	 	 v a r   v   =   $ . t r i m ( l i s [ a c t i v e ] . s e l e c t V a l u e   ?   l i s [ a c t i v e ] . s e l e c t V a l u e   :   " " ) ; 
 	 	 / / $ i n p u t . v a l ( v ) ; 
 	 } ; 
 
 	 f u n c t i o n   s e l e c t C u r r e n t ( )   
 	 { 
 	 	 v a r   l i   =   $ ( " l i . " + o p t i o n s . o v e r C l a s s ,   r e s u l t s ) [ 0 ] ; 
 	 	 i f   ( ! l i )   { 
 	 	 	 v a r   $ l i   =   $ ( " l i " ,   r e s u l t s ) ; 
 	 	 	 i f   ( o p t i o n s . s e l e c t O n l y )   
 	 	 	 { 
 	 	 	 	 i f   ( $ l i . l e n g t h   = =   1 )   l i   =   $ l i [ 0 ] ; 
 	 	 	 }   
 	 	 	 e l s e   i f   ( o p t i o n s . s e l e c t F i r s t )   
 	 	 	 { 
 	 	 	 	 l i   =   $ l i [ 0 ] ; 
 	 	 	 } 
 	 	 } 
 	 	 i f   ( l i )   
 	 	 { 
 	 	 	 s e l e c t I t e m ( l i ) ; 
 	 	 	 r e t u r n   t r u e ; 
 	 	 }   
 	 	 e l s e   
 	 	 { 
 	 	 	 r e t u r n   f a l s e ; 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   s e l e c t I t e m ( l i )   
 	 { 
 	 	 i f   ( ! l i )   
 	 	 { 
 	 	 	 l i   =   d o c u m e n t . c r e a t e E l e m e n t ( " l i " ) ; 
 	 	 	 l i . e x t r a   =   [ ] ; 
 	 	 	 l i . s e l e c t V a l u e   =   " " ; 
 	 	 } 
 	 	 v a r   v   =   $ . t r i m ( l i . s e l e c t V a l u e   ?   l i . s e l e c t V a l u e   :   l i . i n n e r H T M L ) ; 
 	 	 i n p u t . l a s t S e l e c t e d   =   v ; 
 	 	 p r e v   =   v ; 
 	 	 $ r e s u l t s . h t m l ( " " ) ; 
 	 	 $ i n p u t . v a l ( v ) ; 
 	 	 h i d e R e s u l t s N o w ( ) ; 
 	 	 i f   ( o p t i o n s . o n I t e m S e l e c t )   s e t T i m e o u t ( f u n c t i o n ( )   {   o p t i o n s . o n I t e m S e l e c t ( l i )   } ,   1 ) ; 
 	 } ; 
 
 	 / /   s e l e c t s   a   p o r t i o n   o f   t h e   i n p u t   s t r i n g 
 	 f u n c t i o n   c r e a t e S e l e c t i o n ( s t a r t ,   e n d ) 
 	 { 
 	 	 / /   g e t   a   r e f e r e n c e   t o   t h e   i n p u t   e l e m e n t 
 	 	 v a r   f i e l d   =   $ i n p u t . g e t ( 0 ) ; 
 	 	 i f   (   f i e l d . c r e a t e T e x t R a n g e   ) 
 	 	 { 
 	 	 	 v a r   s e l R a n g e   =   f i e l d . c r e a t e T e x t R a n g e ( ) ; 
 	 	 	 s e l R a n g e . c o l l a p s e ( t r u e ) ; 
 	 	 	 s e l R a n g e . m o v e S t a r t ( " c h a r a c t e r " ,   s t a r t ) ; 
 	 	 	 s e l R a n g e . m o v e E n d ( " c h a r a c t e r " ,   e n d ) ; 
 	 	 	 s e l R a n g e . s e l e c t ( ) ; 
 	 	 }   
 	 	 e l s e   i f (   f i e l d . s e t S e l e c t i o n R a n g e   ) 
 	 	 { 
 	 	 	 f i e l d . s e t S e l e c t i o n R a n g e ( s t a r t ,   e n d ) ; 
 	 	 }   
 	 	 e l s e   
 	 	 { 
 	 	 	 i f (   f i e l d . s e l e c t i o n S t a r t   ) 
 	 	 	 { 
 	 	 	 	 f i e l d . s e l e c t i o n S t a r t   =   s t a r t ; 
 	 	 	 	 f i e l d . s e l e c t i o n E n d   =   e n d ; 
 	 	 	 } 
 	 	 } 
 	 	 f i e l d . f o c u s ( ) ; 
 	 } ; 
 
 	 / /   f i l l s   i n   t h e   i n p u t   b o x   w / t h e   f i r s t   m a t c h   ( a s s u m e d   t o   b e   t h e   b e s t   m a t c h ) 
 	 f u n c t i o n   a u t o F i l l ( s V a l u e ) 
 	 { 
 	 	 / /   i f   t h e   l a s t   u s e r   k e y   p r e s s e d   w a s   b a c k s p a c e ,   d o n ' t   a u t o f i l l 
 	 	 i f (   l a s t K e y P r e s s C o d e   ! =   8   ) 
 	 	 { 
 	 	 	 / /   f i l l   i n   t h e   v a l u e   ( k e e p   t h e   c a s e   t h e   u s e r   h a s   t y p e d ) 
 	 	 	 $ i n p u t . v a l ( $ i n p u t . v a l ( )   +   s V a l u e . s u b s t r i n g ( p r e v . l e n g t h ) ) ; 
 
 
 	 	 	 / /   s e l e c t   t h e   p o r t i o n   o f   t h e   v a l u e   n o t   t y p e d   b y   t h e   u s e r   ( s o   t h e   n e x t   c h a r a c t e r   w i l l   e r a s e ) 
 	 	 	 c r e a t e S e l e c t i o n ( p r e v . l e n g t h ,   s V a l u e . l e n g t h ) ; 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   s h o w R e s u l t s ( )   
 	 { 
 	 	 / /   g e t   t h e   p o s i t i o n   o f   t h e   i n p u t   f i e l d   r i g h t   n o w   ( i n   c a s e   t h e   D O M   i s   s h i f t e d ) 
 	 	 v a r   p o s   =   f i n d P o s ( i n p u t ) ; 
 	 	 / /   e i t h e r   u s e   t h e   s p e c i f i e d   w i d t h ,   o r   a u t o c a l c u l a t e   b a s e d   o n   f o r m   e l e m e n t 
 	 	 v a r   i W i d t h   =   ( o p t i o n s . w i d t h   >   0 )   ?   o p t i o n s . w i d t h   :   $ i n p u t . w i d t h ( ) ; 
 	 	 / /   r e p o s i t i o n 
 	 	 $ r e s u l t s . c s s ( { 
 	 	 	 w i d t h :   p a r s e I n t ( i W i d t h )   +   " p x " , 
 	 	 	 t o p :   ( p o s . y   +   i n p u t . o f f s e t H e i g h t )   +   " p x " , 
 	 	 	 l e f t :   p o s . x   +   " p x " 
 	 	 } ) . s h o w ( ) ; 
 	 } ; 
 
 	 f u n c t i o n   h i d e R e s u l t s ( )   
 	 { 
 	 	 i f   ( t i m e o u t )   c l e a r T i m e o u t ( t i m e o u t ) ; 
 	 	 t i m e o u t   =   s e t T i m e o u t ( h i d e R e s u l t s N o w ,   2 0 0 ) ; 
 	 } ; 
 
 	 f u n c t i o n   h i d e R e s u l t s N o w ( )   
 	 { 
 	 	 i f   ( t i m e o u t )   c l e a r T i m e o u t ( t i m e o u t ) ; 
 	 	 $ i n p u t . r e m o v e C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 i f   ( $ r e s u l t s . i s ( " : v i s i b l e " ) )   
 	 	 { 
 	 	 	 $ r e s u l t s . h i d e ( ) ; 
 	 	 } 
 	 	 i f   ( o p t i o n s . m u s t M a t c h )   
 	 	 { 
 	 	 	 v a r   v   =   $ i n p u t . v a l ( ) ; 
 	 	 	 i f   ( v   ! =   i n p u t . l a s t S e l e c t e d )   
 	 	 	 { 
 	 	 	 	 s e l e c t I t e m ( n u l l ) ; 
 	 	 	 } 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   r e c e i v e D a t a ( q ,   d a t a )   
 	 { 
 	 	 i f   ( d a t a )   
 	 	 { 
 	 	 	 $ i n p u t . r e m o v e C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 	 r e s u l t s . i n n e r H T M L   =   " " ; 
 
 	 	 	 / /   i f   t h e   f i e l d   n o   l o n g e r   h a s   f o c u s   o r   i f   t h e r e   a r e   n o   m a t c h e s ,   d o   n o t   d i s p l a y   t h e   d r o p   d o w n 
 	 	 	 i f (   ! h a s F o c u s   | |   d a t a . l e n g t h   = =   0   )   r e t u r n   h i d e R e s u l t s N o w ( ) ; 
 
 	 	 	 i f   ( $ . b r o w s e r . m s i e )   
 	 	 	 { 
 	 	 	 	 / /   w e   p u t   a   s t y l e d   i f r a m e   b e h i n d   t h e   c a l e n d a r   s o   H T M L   S E L E C T   e l e m e n t s   d o n ' t   s h o w   t h r o u g h 
 	 	 	 	 $ r e s u l t s . a p p e n d ( d o c u m e n t . c r e a t e E l e m e n t ( ' i f r a m e ' ) ) ; 
 	 	 	 } 
 	 	 	 r e s u l t s . a p p e n d C h i l d ( d a t a T o D o m ( d a t a ,   q ) ) ; 
 	 	 	 i f   ( o p t i o n s . f o r m a t C l o s e r )   
 	 	 	 { 
 	 	 	 	 v a r   p a r a g r a p h   =   d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; 
 	 	 	 	 p a r a g r a p h . i n n e r H T M L   =   o p t i o n s . f o r m a t C l o s e r ( d a t a . l e n g t h ,   o p t i o n s . m a x I t e m s T o S h o w ) ; 
 	 	 	 	 p a r a g r a p h . o n c l i c k   =   f u n c t i o n ( ) { h i d e R e s u l t s N o w ( ) } 
 	 	 	 	 r e s u l t s . a p p e n d C h i l d ( p a r a g r a p h ) ; 
 	 	 	 } 
 
 	 	 	 / /   a u t o f i l l   i n   t h e   c o m p l e t e   b o x   w / t h e   f i r s t   m a t c h   a s   l o n g   a s   t h e   u s e r   h a s n ' t   e n t e r e d   i n   m o r e   d a t a 
 	 	 	 i f (   o p t i o n s . a u t o F i l l   & &   ( $ i n p u t . v a l ( ) . t o L o w e r C a s e ( )   = =   q . t o L o w e r C a s e ( ) )   )   a u t o F i l l ( d a t a [ 0 ] [ 0 ] ) ; 
 	 	 	 s h o w R e s u l t s ( ) ; 
 	 	 }   
 	 	 e l s e   
 	 	 { 
 	 	 	 h i d e R e s u l t s N o w ( ) ; 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   p a r s e D a t a ( d a t a )   
 	 { 
 	 	 i f   ( ! d a t a )   r e t u r n   n u l l ; 
 	 	 v a r   p a r s e d   =   [ ] ; 
 	 	 v a r   r o w s   =   d a t a . s p l i t ( o p t i o n s . l i n e S e p a r a t o r ) ; 
 	 	 f o r   ( v a r   i = 0 ;   i   <   r o w s . l e n g t h ;   i + + )   
 	 	 { 
 	 	 	 v a r   r o w   =   $ . t r i m ( r o w s [ i ] ) ; 
 	 	 	 i f   ( r o w )   
 	 	 	 { 
 	 	 	 	 p a r s e d [ p a r s e d . l e n g t h ]   =   r o w . s p l i t ( o p t i o n s . c e l l S e p a r a t o r ) ; 
 	 	 	 } 
 	 	 } 
 	 	 r e t u r n   p a r s e d ; 
 	 } ; 
 
 	 f u n c t i o n   d a t a T o D o m ( d a t a ,   q )   
 	 { 
 	 	 v a r   u l   =   d o c u m e n t . c r e a t e E l e m e n t ( " u l " ) ; 
 	 	 v a r   n u m   =   d a t a . l e n g t h ; 
 
 	 	 / /   l i m i t e d   r e s u l t s   t o   a   m a x   n u m b e r 
 	 	 i f   (   ( o p t i o n s . m a x I t e m s T o S h o w   >   0 )   & &   ( o p t i o n s . m a x I t e m s T o S h o w   <   n u m )   )   n u m   =   o p t i o n s . m a x I t e m s T o S h o w ; 
 
 	 	 f o r   ( v a r   i = 0 ;   i   <   n u m ;   i + + )   
 	 	 { 
 	 	 	 v a r   r o w   =   d a t a [ i ] ; 
 	 	 	 i f   ( ! r o w )   c o n t i n u e ; 
 	 	 	 
 
 	 	 	 / /   2K45;O5<  A>2?045=85
 	 	 	 m a i n _ t e x t   =   r o w [ 6 ] ; 
 	 	 	 q   =   q . t o L o w e r C a s e ( ) ; 
 
 	 
 	 	 	 / / a l e r t ( x ) ; 
 	 	 	 q   =   q . r e p l a c e ( / \ s + / g ,   '   ' ) ; 
 	 	 	 v a r   q _ a r r a y   =   q . s p l i t ( "   " ) ; 
 	 	 	 / / v a r   i s _ m a t c h   =   t r u e ; 
 	 	 	 / / v a r   i _ m a t c h   =   0 ; 
 	 	 	 	 	 	 
 
 	 	 	 v a r   q _ p o s   =   0 ; 
 	 	 	 v a r   b e f o r e   =   " " ; 
 	 	 	 v a r   a f t e r   =   " " ; 
 
 
 	 	 	 f o r ( v a r   q _ k e y   i n   q _ a r r a y ) 
 	 	 	 { 
 	 	 	 	 q _ i t e m   =   q _ a r r a y [ q _ k e y ] ; 
 
 	 	 	 	 q _ p o s   =   m a i n _ t e x t . i n d e x O f ( q _ i t e m ) ; 
 	 	 	 	 i f   ( q _ p o s   ! =   - 1 )   
 	 	 	 	 { 
 	 	 	 	 	 b e f o r e   =   " " ; 
 	 	 	 	 	 a f t e r   =   " " ; 
 	 	 	 	 	 i f   ( q _ p o s )   b e f o r e   =   m a i n _ t e x t . s u b s t r ( 0 ,   q _ p o s ) ; 
 	 	 	 	 	 a f t e r   =   m a i n _ t e x t . s u b s t r ( q _ p o s   +   q _ i t e m . l e n g t h ,   m a i n _ t e x t . l e n g t h   -   q _ p o s   -   q _ i t e m . l e n g t h ) ; 
 	 	 	 	 	 m a i n _ t e x t   =   b e f o r e   +   " < s t r o n g > "   +   q _ i t e m   +   " < / s t r o n g > "   +   a f t e r ; 
 	 	 	 	 } 
 	 	 	 } 
 	 	 	 / /   2K45;O5<  A>2?045=85
 
 
 	 	 	 v a r   l i   =   d o c u m e n t . c r e a t e E l e m e n t ( " l i " ) ; 
 
 	 	 	 v a r   t a b l e   =   d o c u m e n t . c r e a t e E l e m e n t ( " T A B L E " ) ; 
 	 	 	 t a b l e . s e t A t t r i b u t e ( ' c e l l p a d d i n g ' ,   ' 2 ' ) ; 
 	 	 	 v a r   n e w R o w   =   t a b l e . i n s e r t R o w ( 0 ) ; 
 
 	 	 	 / / a l e r t ( n e w C e l l ) ; 
 	 	 	 
 	 	 	 i f   ( o p t i o n s . f o r m a t I m a g e )   
 	 	 	 { 
 	 	 	 	 v a r   n e w C e l l   =   n e w R o w . i n s e r t C e l l ( 0 ) ; 
 	 	 	 	 n e w C e l l . c l a s s N a m e   =   ' t d 1 ' ; 
 	 	 	 	 n e w C e l l . i n n e r H T M L   =   o p t i o n s . f o r m a t I m a g e ( r o w ) ; 
 	 	 	 } 
 	 	 	 
 	 	 	 v a r   n e w C e l l   =   n e w R o w . i n s e r t C e l l ( 1 ) ; 
 	 	 	 i f   ( o p t i o n s . f o r m a t I t e m )   
 	 	 	 { 
 	 	 	 	 / / a l e r t ( r o w ) ; 
 	 	 	 	 / / r e t u r n   f a l s e ; 
 
 	 	 	 	 n e w C e l l . c l a s s N a m e   =   ' t d 2 ' ; 
 	 	 	 	 n e w C e l l . i n n e r H T M L   =   o p t i o n s . f o r m a t I t e m ( m a i n _ t e x t ,   r o w ,   i ,   n u m ) ; 
 	 	 	 	 l i . s e l e c t V a l u e   =   r o w [ 6 ] ; 
 	 	 	 }   
 	 	 	 e l s e   
 	 	 	 { 
 	 	 	 	 n e w C e l l . i n n e r H T M L   =   m a i n _ t e x t ; 
 	 	 	 	 l i . s e l e c t V a l u e   =   r o w [ 6 ] ; 
 	 	 	 } 
 
 	 	 	 i f   ( o p t i o n s . f o r m a t C o u n t )   
 	 	 	 { 
 	 	 	 	 v a r   n e w C e l l   =   n e w R o w . i n s e r t C e l l ( 2 ) ; 
 	 	 	 	 n e w C e l l . c l a s s N a m e   =   ' t d 3 ' ; 
 	 	 	 	 n e w C e l l . i n n e r H T M L   =   o p t i o n s . f o r m a t C o u n t ( r o w ) ; 
 	 	 	 } 
 
 
 	 	 	 l i . a p p e n d C h i l d ( t a b l e ) ; 
 
 	 	 	 v a r   e x t r a   =   n u l l ; 
 	 	 	 i f   ( r o w . l e n g t h   >   1 )   
 	 	 	 { 
 	 	 	 	 e x t r a   =   [ ] ; 
 	 	 	 	 f o r   ( v a r   j = 1 ;   j   <   r o w . l e n g t h ;   j + + ) 
 	 	 	 	 { 
 	 	 	 	 	 e x t r a [ e x t r a . l e n g t h ]   =   r o w [ j ] ; 
 	 	 	 	 } 
 	 	 	 } 
 	 	 	 l i . e x t r a   =   e x t r a ; 
 
 	 	 	 u l . a p p e n d C h i l d ( l i ) ; 
 	 	 	 $ ( l i ) . h o v e r ( 
 	 	 	 	 f u n c t i o n ( )   
 	 	 	 	 {   
 	 	 	 	 	 $ ( " l i " ,   u l ) . r e m o v e C l a s s ( o p t i o n s . o v e r M o u s e C l a s s ) ;   
 	 	 	 	 	 $ ( t h i s ) . a d d C l a s s ( o p t i o n s . o v e r M o u s e C l a s s ) ; 
 	 	 	 	 	 / / $ ( o p t i o n s . p r i c e T a g ,   t h i s ) . a d d C l a s s ( o p t i o n s . p r i c e O v e r C l a s s ) ;   
 	 	 	 	 	 a c t i v e   =   $ ( " l i " ,   u l ) . i n d e x O f ( $ ( t h i s ) . g e t ( 0 ) ) ; 
 	 	 	 	 } , 
 	 	 	 	 f u n c t i o n ( )   
 	 	 	 	 {   
 	 	 	 	 	 $ ( t h i s ) . r e m o v e C l a s s ( o p t i o n s . o v e r M o u s e C l a s s ) ; 
 	 	 	 	 	 / / $ ( o p t i o n s . p r i c e T a g ,   u l ) . r e m o v e C l a s s ( o p t i o n s . p r i c e O v e r C l a s s ) ;   
 	 	 	 	 } 
 	 	 	 ) . c l i c k ( f u n c t i o n ( e )   
 	 	 	 {   
 	 	 	 	 e . p r e v e n t D e f a u l t ( ) ;   
 	 	 	 	 e . s t o p P r o p a g a t i o n ( ) ;   
 	 	 	 	 s e l e c t I t e m ( t h i s )   
 	 	 	 } ) ; 
 	 	 } 
 	 	 r e t u r n   u l ; 
 	 } ; 
 
 	 f u n c t i o n   r e q u e s t D a t a ( q )   
 	 { 
 	 	 i f   ( ! o p t i o n s . m a t c h C a s e )   q   =   q . t o L o w e r C a s e ( ) ; 
 	 	 v a r   d a t a   =   o p t i o n s . c a c h e L e n g t h   ?   l o a d F r o m C a c h e ( q )   :   n u l l ; 
 
 	 	 / /   r e c i e v e   t h e   c a c h e d   d a t a 
 	 	 i f   ( d a t a )   
 	 	 { 
 	 	 	 r e c e i v e D a t a ( q ,   d a t a ) ; 
 	 	 / /   i f   a n   A J A X   u r l   h a s   b e e n   s u p p l i e d ,   t r y   l o a d i n g   t h e   d a t a   n o w 
 	 	 }   
 	 	 e l s e   i f (   ( t y p e o f   o p t i o n s . u r l   = =   " s t r i n g " )   & &   ( o p t i o n s . u r l . l e n g t h   >   0 )   ) 
 	 	 { 
 	 	 	 i f   ( q . l e n g t h   = =   o p t i o n s . m i n C h a r s ) 
 	 	 	 { 
 	 	 	 	 
 	 	 	 	 $ . g e t ( m a k e U r l ( q ) ,   f u n c t i o n ( d a t a )   
 	 	 	 	 { 
 	 	 	 	 	 d a t a   =   p a r s e D a t a ( d a t a ) ; 
 	 	 	 	 	 a d d T o C a c h e ( q ,   d a t a ) ; 
 	 	 	 	 	 r e c e i v e D a t a ( q ,   d a t a ) ; 
 	 	 	 	 } ) ; 
 
 	 	 	 } 
 	 	 	 e l s e   i f   ( q . l e n g t h   >   o p t i o n s . m i n C h a r s ) 
 	 	 	 { 
 	 	 	 	 s u b _ q   =   q . s u b s t r ( 0 ,   o p t i o n s . m i n C h a r s ) ; 
 	 	 	 	 d a t a   =   o p t i o n s . c a c h e L e n g t h   ?   l o a d F r o m C a c h e ( s u b _ q )   :   n u l l ; 
 	 	 	 	 i f   ( d a t a )   
 	 	 	 	 { 
 	 	 	 	 	 r e c e i v e D a t a ( q ,   d a t a ) ; 
 	 	 	 	 }   
 	 	 	 	 e l s e 
 	 	 	 	 { 
 	 	 	 	 	 $ . g e t ( m a k e U r l ( q ) ,   f u n c t i o n ( d a t a )   
 	 	 	 	 	 { 
 	 	 	 	 	 	 d a t a   =   p a r s e D a t a ( d a t a ) ; 
 	 	 	 	 	 	 a d d T o C a c h e ( q ,   d a t a ) ; 
 	 	 	 	 	 	 r e c e i v e D a t a ( q ,   d a t a ) ; 
 	 	 	 	 	 } ) ; 
 	 	 	 	 } 
 	 	 	 } 
 	 	 	 / / e l s e   $ i n p u t . r e m o v e C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 / /   i f   t h e r e ' s   b e e n   n o   d a t a   f o u n d ,   r e m o v e   t h e   l o a d i n g   c l a s s 
 	 	 }   
 	 	 e l s e   
 	 	 { 
 	 	 	 $ i n p u t . r e m o v e C l a s s ( o p t i o n s . l o a d i n g C l a s s ) ; 
 	 	 } 
 	 } ; 
 
 	 f u n c t i o n   m a k e U r l ( q )   
 	 { 
 	 	 v a r   u r l   =   o p t i o n s . u r l   +   " ? q = "   +   e n c o d e U R I ( q ) ; 
 	 	 f o r   ( v a r   i   i n   o p t i o n s . e x t r a P a r a m s )   
 	 	 { 
 	 	 	 u r l   + =   " & "   +   i   +   " = "   +   e n c o d e U R I ( o p t i o n s . e x t r a P a r a m s [ i ] ) ; 
 	 	 } 
 	 	 / / a l e r t ( u r l ) ; 
 
 	 	 r e t u r n   u r l ; 
 	 } ; 
 
 	 f u n c t i o n   l o a d F r o m C a c h e ( q )   
 	 { 
 	 	 i f   ( ! q )   r e t u r n   n u l l ; 
 	 	 i f   ( c a c h e . d a t a [ q ] )   r e t u r n   c a c h e . d a t a [ q ] ; 
 	 	 i f   ( o p t i o n s . m a t c h S u b s e t )   
 	 	 { 
 	 	 	 f o r   ( v a r   i   =   q . l e n g t h   -   1 ;   i   > =   o p t i o n s . m i n C h a r s ;   i - - )   
 	 	 	 { 
 	 	 	 	 v a r   q s   =   q . s u b s t r ( 0 ,   i ) ; 
 	 	 	 	 v a r   c   =   c a c h e . d a t a [ q s ] ; 
 	 	 	 	 i f   ( c )   
 	 	 	 	 { 
 	 	 	 	 	 v a r   c s u b   =   [ ] ; 
 	 	 	 	 	 f o r   ( v a r   j   =   0 ;   j   <   c . l e n g t h ;   j + + )   
 	 	 	 	 	 { 
 	 	 	 	 	 	 v a r   x   =   c [ j ] ; 
 	 	 	 	 	 	 v a r   x 0   =   x [ 0 ] ; 
 	 	 	 	 	 	 / / a l e r t ( x ) ; 
 	 	 	 	 	 	 q   =   q . r e p l a c e ( / \ s + / g ,   '   ' ) ; 
 	 	 	 	 	 	 v a r   q _ a r r a y   =   q . s p l i t ( "   " ) ; 
 	 	 	 	 	 	 v a r   i s _ m a t c h   =   t r u e ; 
 	 	 	 	 	 	 v a r   i _ m a t c h   =   0 ; 
 	 	 	 	 	 	 
 	 	 	 	 	 	 f o r ( v a r   q _ k e y   i n   q _ a r r a y ) 
 	 	 	 	 	 	 { 
 	 	 	 	 	 	 	 i _ m a t c h   =   m a t c h S u b s e t ( x 0 ,   q _ a r r a y [ q _ k e y ] ) ; 
 	 	 	 	 	 	 	 i f   ( ! i _ m a t c h )   i s _ m a t c h   =   f a l s e ; 
 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 / / i f   ( m a t c h S u b s e t ( x 0 ,   q ) )   
 	 	 	 	 	 	 i f   ( i s _ m a t c h ) 
 	 	 	 	 	 	 { 
 	 	 	 	 	 	 	 / / a l e r t ( x 0 ) ; 
 	 	 	 	 	 	 	 c s u b [ c s u b . l e n g t h ]   =   x ; 
 	 	 	 	 	 	 } 
 	 	 	 	 	 } 
 	 	 	 	 	 r e t u r n   c s u b ; 
 	 	 	 	 } 
 	 	 	 } 
 	 	 } 
 	 	 r e t u r n   n u l l ; 
 	 } ; 
 
 	 f u n c t i o n   m a t c h S u b s e t ( s ,   s u b )   
 	 { 
 	 	 i f   ( ! o p t i o n s . m a t c h C a s e )   s   =   s . t o L o w e r C a s e ( ) ; 
 	 	 v a r   i   =   s . i n d e x O f ( s u b ) ; 
 	 	 i f   ( i   = =   - 1 )   r e t u r n   f a l s e ; 
 	 	 r e t u r n   i   = =   0   | |   o p t i o n s . m a t c h C o n t a i n s ; 
 	 } ; 
 
 	 t h i s . f l u s h C a c h e   =   f u n c t i o n ( )   
 	 { 
 	 	 f l u s h C a c h e ( ) ; 
 	 } ; 
 
 	 t h i s . s e t E x t r a P a r a m s   =   f u n c t i o n ( p )   
 	 { 
 	 	 o p t i o n s . e x t r a P a r a m s   =   p ; 
 	 } ; 
 
 	 f u n c t i o n   a d d T o C a c h e ( q ,   d a t a )   
 	 { 
 	 	 i f   ( ! d a t a   | |   ! q   | |   ! o p t i o n s . c a c h e L e n g t h )   r e t u r n ; 
 	 	 i f   ( ! c a c h e . l e n g t h   | |   c a c h e . l e n g t h   >   o p t i o n s . c a c h e L e n g t h )   
 	 	 { 
 	 	 	 f l u s h C a c h e ( ) ; 
 	 	 	 c a c h e . l e n g t h + + ; 
 	 	 }   
 	 	 e l s e   i f   ( ! c a c h e [ q ] )   
 	 	 { 
 	 	 	 c a c h e . l e n g t h + + ; 
 	 	 } 
 	 	 c a c h e . d a t a [ q ]   =   d a t a ; 
 	 } ; 
 
 	 f u n c t i o n   f i n d P o s ( o b j )   
 	 { 
 	 	 v a r   c u r l e f t   =   o b j . o f f s e t L e f t   | |   0 ; 
 	 	 v a r   c u r t o p   =   o b j . o f f s e t T o p   | |   0 ; 
 	 	 w h i l e   ( o b j   =   o b j . o f f s e t P a r e n t )   
 	 	 { 
 	 	 	 c u r l e f t   + =   o b j . o f f s e t L e f t 
 	 	 	 c u r t o p   + =   o b j . o f f s e t T o p 
 	 	 } 
 	 	 r e t u r n   { x : c u r l e f t , y : c u r t o p } ; 
 	 } 
 } 
 
 j Q u e r y . f n . a u t o c o m p l e t e   =   f u n c t i o n ( u r l ,   o p t i o n s ,   d a t a )   
 { 
 	 / /   M a k e   s u r e   o p t i o n s   e x i s t s 
 	 o p t i o n s   =   o p t i o n s   | |   { } ; 
 	 / /   S e t   u r l   a s   o p t i o n 
 	 o p t i o n s . u r l   =   u r l ; 
 
 	 / /   S e t   d e f a u l t   v a l u e s   f o r   r e q u i r e d   o p t i o n s 
 	 o p t i o n s . i n p u t C l a s s   =   o p t i o n s . i n p u t C l a s s   | |   " " ; 
 	 o p t i o n s . o v e r C l a s s   =   o p t i o n s . o v e r C l a s s   | |   " " ; 
 	 o p t i o n s . o v e r M o u s e C l a s s   =   o p t i o n s . o v e r M o u s e C l a s s   | |   " " ; 
 	 o p t i o n s . r e s u l t s C l a s s   =   o p t i o n s . r e s u l t s C l a s s   | |   " " ; 
 	 o p t i o n s . l i n e S e p a r a t o r   =   o p t i o n s . l i n e S e p a r a t o r   | |   " \ n " ; 
 	 o p t i o n s . c e l l S e p a r a t o r   =   o p t i o n s . c e l l S e p a r a t o r   | |   " | " ; 
 	 o p t i o n s . m i n C h a r s   =   o p t i o n s . m i n C h a r s   | |   1 ; 
 	 o p t i o n s . d e l a y   =   o p t i o n s . d e l a y   | |   4 0 0 ; 
 	 o p t i o n s . m a t c h C a s e   =   o p t i o n s . m a t c h C a s e   | |   0 ; 
 	 o p t i o n s . m a t c h S u b s e t   =   o p t i o n s . m a t c h S u b s e t   | |   1 ; 
 	 o p t i o n s . m a t c h C o n t a i n s   =   o p t i o n s . m a t c h C o n t a i n s   | |   0 ; 
 	 o p t i o n s . c a c h e L e n g t h   =   o p t i o n s . c a c h e L e n g t h   | |   1 ; 
 	 o p t i o n s . m u s t M a t c h   =   o p t i o n s . m u s t M a t c h   | |   0 ; 
 	 o p t i o n s . e x t r a P a r a m s   =   o p t i o n s . e x t r a P a r a m s   | |   { } ; 
 	 o p t i o n s . l o a d i n g C l a s s   =   o p t i o n s . l o a d i n g C l a s s   | |   " " ; 
 	 o p t i o n s . s e l e c t F i r s t   =   o p t i o n s . s e l e c t F i r s t   | |   f a l s e ; 
 	 o p t i o n s . s e l e c t O n l y   =   o p t i o n s . s e l e c t O n l y   | |   f a l s e ; 
 	 o p t i o n s . m a x I t e m s T o S h o w   =   o p t i o n s . m a x I t e m s T o S h o w   | |   - 1 ; 
 	 o p t i o n s . a u t o F i l l   =   o p t i o n s . a u t o F i l l   | |   f a l s e ; 
 	 o p t i o n s . w i d t h   =   p a r s e I n t ( o p t i o n s . w i d t h ,   1 0 )   | |   0 ; 
 	 o p t i o n s . p r i c e O v e r C l a s s   =   o p t i o n s . p r i c e O v e r C l a s s   | |   " " ; 
 	 o p t i o n s . p r i c e T a g   =   o p t i o n s . p r i c e T a g   | |   " s p a n " ; 
 
 	 t h i s . e a c h ( f u n c t i o n ( )   
 	 { 
 	 	 v a r   i n p u t   =   t h i s ; 
 	 	 n e w   j Q u e r y . a u t o c o m p l e t e ( i n p u t ,   o p t i o n s ) ; 
 	 } ) ; 
 
 	 / /   D o n ' t   b r e a k   t h e   c h a i n 
 	 r e t u r n   t h i s ; 
 } 
 
 j Q u e r y . f n . a u t o c o m p l e t e A r r a y   =   f u n c t i o n ( d a t a ,   o p t i o n s )   
 { 
 	 r e t u r n   t h i s . a u t o c o m p l e t e ( n u l l ,   o p t i o n s ,   d a t a ) ; 
 } 
 
 j Q u e r y . f n . i n d e x O f   =   f u n c t i o n ( e ) 
 { 
 	 f o r (   v a r   i = 0 ;   i < t h i s . l e n g t h ;   i + +   ) 
 	 { 
 	 	 i f (   t h i s [ i ]   = =   e   )   r e t u r n   i ; 
 	 } 
 	 r e t u r n   - 1 ; 
 } ; 
 / /   02B>70?>;=5=85  ?>8A:0  
 
 / /   02B>  ?>4A:07:0  ?@8  ?>8A:5
 / /   0  j q u e r y     a j a x . 
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) 
 { 
 	 $ ( ' # s e a r c h E x a m p l e 1 ' ) . c l i c k ( f u n c t i o n   ( ) { i n s e r t E x a m p l e ( t h i s ) } ) ; 
 	 $ ( ' # s e a r c h E x a m p l e 2 ' ) . c l i c k ( f u n c t i o n   ( ) { i n s e r t E x a m p l e ( t h i s ) } ) ; 
 
 	 f u n c t i o n   i n s e r t E x a m p l e ( o b j )   
 	 { 
 	 	 $ ( " # e x a m p l e " ) . v a l ( $ ( o b j ) . t e x t ( ) ) ; 
 	 	 r e t u r n   f a l s e 
 	 } 
 	 
 	 f u n c t i o n   l i F o r m a t   ( m a i n _ t e x t ,   r o w ,   i ,   n u m )   
 	 { 
 	 	 
 	 	 r e s u l t   =   ( r o w [ 7 ]   = =   1 )   ?   " < a   h r e f = ' / o u t c a t / p r o d u c t "   +   r o w [ 8 ]   +   " . h t m l ' > "   +   m a i n _ t e x t   +   " < / a > "   :   " < a   h r e f = ' / p r o d u c t / p r o d "   +   r o w [ 1 ]   +   " . h t m l ' > "   +   m a i n _ t e x t   +   " < / a > " ; 
 
 	 	 r e t u r n   r e s u l t ; 
 	 } 
 
 	 f u n c t i o n   p r i c e F o r m a t   ( r o w )   
 	 { 
 	 	 r e s u l t   =   " < s p a n   c l a s s = ' p r i c e ' > "   +   r o w [ 2 ]   +   " < / s p a n >   @C1. " ; 
 
 	 	 r e t u r n   r e s u l t ; 
 	 } 
 
 
 	 f u n c t i o n   i m g F o r m a t   ( r o w )   
 	 { 
 	 	 / / a l e r t ( r o w ) ; 
 	 	 v a r   r e s u l t   =   ( r o w [ 7 ]   = =   1 )   ?   " < d i v   c l a s s = ' i m g ' > < / d i v > "   :   " < d i v   c l a s s = ' i m g ' > < i m g   s r c = ' "   +   r o w [ 3 ]   +   " '   w i d t h = ' "   +   r o w [ 4 ]   +   " '   h e i g h t = ' "   +   r o w [ 5 ]   +   " '   b o r d e r = ' 0 ' > < / d i v > " ; 
 
 	 	 r e t u r n   r e s u l t ; 
 	 } 
 
 	 f u n c t i o n   c l o s e r F o r m a t   ( d a t a L e n g t h ,   m a x I t e m s T o S h o w )   
 	 { 
 	 	 v a r   m a t c h e s S t r   =   ( d a t a L e n g t h   = =   1 )   ?   "   B>20@"   :   " " ; 
 	 	 m a t c h e s S t r   =   ( d a t a L e n g t h   >   1 )   & &   ( d a t a L e n g t h   <   5 )   ?   "   B>20@0"   :   m a t c h e s S t r ; 
 	 	 m a t c h e s S t r   =   ( d a t a L e n g t h   >   4 )   ?   "   B>20@>2"   :   m a t c h e s S t r ; 
 
 	 	 i f   ( d a t a L e n g t h   >   m a x I t e m s T o S h o w ) 
 	 	 { 
 	 	 	 m a t c h e s S t r   =   " ,   ?>:070=>  "   +   m a x I t e m s T o S h o w   +   m a t c h e s S t r ; 
 	 	 } 
 
 	 	 v a r   r e s u l t   =   " < t a b l e > < t r > < t d > 0945=>  "   +   d a t a L e n g t h   +   m a t c h e s S t r   +   " < / t d > < t d > < a   h r e f = ' # ' > 0:@KBL< / a > < / t d > < / t r > < / t a b l e > " ; 
 
 	 	 r e t u r n   r e s u l t ; 
 	 } 
 
 	 f u n c t i o n   s e l e c t I t e m ( l i )   
 	 { 
 	 	 i f   ( l i . e x t r a [ 1 ] )   
 	 	 { 
 	 	 	 / / a l e r t ( l i . e x t r a ) ; 
 	 	 	 ( l i . e x t r a [ 6 ]   = =   1 )   ?   w i n d o w . l o c a t i o n   =   " / o u t c a t / p r o d u c t "   +   l i . e x t r a [ 7 ]   +   " . h t m l "   :   w i n d o w . l o c a t i o n   =   " / p r o d u c t / p r o d "   +   l i . e x t r a [ 0 ]   +   " . h t m l " ; 
 	 	 } 
 	 } 
 
 	 $ ( " # e x a m p l e " ) . a u t o c o m p l e t e ( " / s e r v i c e / a u t o c o m p l e t e . p h p " ,   
 	 { 
 	 	 w i d t h : 3 5 2 , 
 	 	 d e l a y : 1 0 , 
 	 	 m i n C h a r s : 3 , 
 	 	 m a t c h S u b s e t : 1 , 
 	 	 a u t o F i l l : f a l s e , 
 	 	 m a t c h C o n t a i n s : 1 , 
 	 	 c a c h e L e n g t h : 8 , 
 	 	 s e l e c t F i r s t : f a l s e , 
 	 	 f o r m a t I t e m : l i F o r m a t , 
 	 	 f o r m a t I m a g e : i m g F o r m a t , 
 	 	 f o r m a t C o u n t : p r i c e F o r m a t , 
 	 	 m a x I t e m s T o S h o w : 8 , 
 	 	 o n I t e m S e l e c t : s e l e c t I t e m , 
 	 	 r e s u l t s C l a s s : " r e s u l t s " , 
 	 	 i n p u t C l a s s : " a c _ i n p u t " , 
 	 	 l o a d i n g C l a s s : " a c _ l o a d i n g " , 
 	 	 o v e r C l a s s : " o v e r " , 
 	 	 o v e r M o u s e C l a s s : " o v e r _ m o u s e " , 
 	 	 / / p r i c e O v e r C l a s s : " p r i c e _ a " , 
 	 	 p r i c e T a g : " s p a n " , 
 	 	 f o r m a t C l o s e r : c l o s e r F o r m a t 
 	 } ) ;   
 } ) ; 
 / /   02B>  ?>4A:07:0  ?@8  ?>8A:5
 / /   0  j q u e r y     a j a x . 
 
