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