ÿþ/ /   c u s t o m   1 c l i c k  
 / /   n e w   d e s i g n  
 v a r   v s p i r i t s _ c h a t _ c l i e n t   =   " 1 c l i c k - n e w d e s i g n - " ;  
  
 / * *  
 *   C O M M O N   D H T M L   F U N C T I O N S  
 *   T h e s e   a r e   h a n d y   f u n c t i o n s   I   u s e   a l l   t h e   t i m e .  
 *  
 *   B y   S e t h   B a n k s   ( w e b m a s t e r   a t   s u b i m a g e   d o t   c o m )  
 *   h t t p : / / w w w . s u b i m a g e . c o m /  
 *  
 *   U p   t o   d a t e   c o d e   c a n   b e   f o u n d   a t   h t t p : / / w w w . s u b i m a g e . c o m / d h t m l /  
 *  
 *   T h i s   c o d e   i s   f r e e   f o r   y o u   t o   u s e   a n y w h e r e ,   j u s t   k e e p   t h i s   c o m m e n t   b l o c k .  
 * /  
  
 / * *  
 *   X - b r o w s e r   e v e n t   h a n d l e r   a t t a c h m e n t   a n d   d e t a c h m e n t  
 *   T H :   S w i t c h e d   f i r s t   t r u e   t o   f a l s e   p e r   h t t p : / / w w w . o n l i n e t o o l s . o r g / a r t i c l e s / u n o b t r u s i v e j a v a s c r i p t / c h a p t e r 4 . h t m l  
 *  
 *   @ a r g u m e n t   o b j   -   t h e   o b j e c t   t o   a t t a c h   e v e n t   t o  
 *   @ a r g u m e n t   e v T y p e   -   n a m e   o f   t h e   e v e n t   -   D O N T   A D D   " o n " ,   p a s s   o n l y   " m o u s e o v e r " ,   e t c  
 *   @ a r g u m e n t   f n   -   f u n c t i o n   t o   c a l l  
 * /  
 f u n c t i o n   a d d E v e n t ( o b j ,   e v T y p e ,   f n )   {  
         i f   ( o b j . a d d E v e n t L i s t e n e r )   {  
                 o b j . a d d E v e n t L i s t e n e r ( e v T y p e ,   f n ,   f a l s e ) ;  
                 r e t u r n   t r u e ;  
         }   e l s e   i f   ( o b j . a t t a c h E v e n t )   {  
                 v a r   r   =   o b j . a t t a c h E v e n t ( " o n "   +   e v T y p e ,   f n ) ;  
                 r e t u r n   r ;  
         }   e l s e   {  
                 r e t u r n   f a l s e ;  
         }  
 }  
  
 / / f u n c t i o n   r e m o v e E v e n t ( o b j ,   e v T y p e ,   f n ,   u s e C a p t u r e ) {  
 / /     i f   ( o b j . r e m o v e E v e n t L i s t e n e r ) {  
 / /         o b j . r e m o v e E v e n t L i s t e n e r ( e v T y p e ,   f n ,   u s e C a p t u r e ) ;  
 / /         r e t u r n   t r u e ;  
 / /     }   e l s e   i f   ( o b j . d e t a c h E v e n t ) {  
 / /         v a r   r   =   o b j . d e t a c h E v e n t ( " o n " + e v T y p e ,   f n ) ;  
 / /         r e t u r n   r ;  
 / /     }   e l s e   {  
 / /         a l e r t ( " H a n d l e r   c o u l d   n o t   b e   r e m o v e d " ) ;  
 / /     }  
 / / }  
  
 / * *  
 *   C o d e   b e l o w   t a k e n   f r o m   -   h t t p : / / w w w . e v o l t . o r g / a r t i c l e / d o c u m e n t _ b o d y _ d o c t y p e _ s w i t c h i n g _ a n d _ m o r e / 1 7 / 3 0 6 5 5 /  
 *  
 *   M o d i f i e d   4 / 2 2 / 0 4   t o   w o r k   w i t h   O p e r a / M o z   ( b y   w e b m a s t e r   a t   s u b i m a g e   d o t   c o m )  
 *  
 *   G e t s   t h e   f u l l   w i d t h / h e i g h t   b e c a u s e   i t ' s   d i f f e r e n t   f o r   m o s t   b r o w s e r s .  
 * /  
 f u n c t i o n   g e t V i e w p o r t H e i g h t ( )   {  
         i f   ( w i n d o w . i n n e r H e i g h t   ! =   w i n d o w . u n d e f i n e d )   r e t u r n   w i n d o w . i n n e r H e i g h t ;  
         i f   ( d o c u m e n t . c o m p a t M o d e   = =   ' C S S 1 C o m p a t ' )   r e t u r n   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ;  
         i f   ( d o c u m e n t . b o d y )   r e t u r n   d o c u m e n t . b o d y . c l i e n t H e i g h t ;  
  
         r e t u r n   w i n d o w . u n d e f i n e d ;  
 }  
 f u n c t i o n   g e t V i e w p o r t W i d t h ( )   {  
         v a r   o f f s e t   =   1 7 ;  
         v a r   w i d t h   =   n u l l ;  
         i f   ( w i n d o w . i n n e r W i d t h   ! =   w i n d o w . u n d e f i n e d )   r e t u r n   w i n d o w . i n n e r W i d t h ;  
         i f   ( d o c u m e n t . c o m p a t M o d e   = =   ' C S S 1 C o m p a t ' )   r e t u r n   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h ;  
         i f   ( d o c u m e n t . b o d y )   r e t u r n   d o c u m e n t . b o d y . c l i e n t W i d t h ;  
 }  
  
 / * *  
 *   G e t s   t h e   r e a l   s c r o l l   t o p  
 * /  
 f u n c t i o n   g e t S c r o l l T o p ( )   {  
         i f   ( s e l f . p a g e Y O f f s e t )   / /   a l l   e x c e p t   E x p l o r e r  
         {  
                 r e t u r n   s e l f . p a g e Y O f f s e t ;  
         }  
         e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p )  
         / /   E x p l o r e r   6   S t r i c t  
         {  
                 r e t u r n   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p ;  
         }  
         e l s e   i f   ( d o c u m e n t . b o d y )   / /   a l l   o t h e r   E x p l o r e r s  
         {  
                 r e t u r n   d o c u m e n t . b o d y . s c r o l l T o p ;  
         }  
 }  
 f u n c t i o n   g e t S c r o l l L e f t ( )   {  
         i f   ( s e l f . p a g e X O f f s e t )   / /   a l l   e x c e p t   E x p l o r e r  
         {  
                 r e t u r n   s e l f . p a g e X O f f s e t ;  
         }  
         e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l L e f t )  
         / /   E x p l o r e r   6   S t r i c t  
         {  
                 r e t u r n   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l L e f t ;  
         }  
         e l s e   i f   ( d o c u m e n t . b o d y )   / /   a l l   o t h e r   E x p l o r e r s  
         {  
                 r e t u r n   d o c u m e n t . b o d y . s c r o l l L e f t ;  
         }  
 }  
  
 / * *  
 *   S U B M O D A L   v 1 . 6  
 *   U s e d   f o r   d i s p l a y i n g   D H T M L   o n l y   p o p u p s   i n s t e a d   o f   u s i n g   b u g g y   m o d a l   w i n d o w s .  
 *  
 *   B y   S u b i m a g e   L L C  
 *   h t t p : / / w w w . s u b i m a g e . c o m  
 *  
 *   C o n t r i b u t i o n s   b y :  
 *   	 E r i c   A n g e l   -   t a b   i n d e x   c o d e  
 *   	 S c o t t   -   h i d i n g / s h o w i n g   s e l e c t s   f o r   I E   u s e r s  
 * 	 T o d d   H u s s   -   i n s e r t i n g   m o d a l   d y n a m i c a l l y   a n d   a n c h o r   c l a s s e s  
 *  
 *   U p   t o   d a t e   c o d e   c a n   b e   f o u n d   a t   h t t p : / / s u b m o d a l . g o o g l e c o d e . c o m  
 * /  
  
 / /   P o p u p   c o d e  
 v a r   g P o p u p M a s k   =   n u l l ;  
 v a r   g P o p u p C o n t a i n e r   =   n u l l ;  
 v a r   g R e t u r n F u n c ;  
 v a r   g P o p u p I s S h o w n   =   f a l s e ;  
 v a r   g D e f a u l t P a g e   =   " / l o a d i n g . h t m l " ;  
 v a r   g H i d e S e l e c t s   =   f a l s e ;  
 v a r   g R e t u r n V a l   =   n u l l ;  
  
 v a r   g T a b I n d e x e s   =   n e w   A r r a y ( ) ;  
 / /   P r e - d e f i n e d   l i s t   o f   t a g s   w e   w a n t   t o   d i s a b l e / e n a b l e   t a b b i n g   i n t o  
 v a r   g T a b b a b l e T a g s   =   n e w   A r r a y ( " A " ,   " B U T T O N " ,   " T E X T A R E A " ,   " I N P U T " ,   " I F R A M E " ) ;  
  
 / /   I f   u s i n g   M o z i l l a   o r   F i r e f o x ,   u s e   T a b - k e y   t r a p .  
 i f   ( ! d o c u m e n t . a l l )   {  
         d o c u m e n t . o n k e y p r e s s   =   k e y D o w n H a n d l e r ;  
 }  
  
  
  
  
 / *   v i r t u a l   s p i r i t s   * /  
 v a r   a g e n t s t a t u s ;  
 v a r   a c t i v e p a g e   =   f a l s e ;  
 v a r   a c t i v e e x i t   =   f a l s e ;  
 v a r   a c t i v e t i m e r   =   f a l s e ;  
 v a r   a c t i v e b u t t o n   =   f a l s e ;  
 v a r   p r o a c t i v e M i n T i m e r   =   1 2 0 0 0 ;   / / c u s t o m   1 c l i c k  
 v a r   e x i t M i n T i m e r   =   3 0 0 0 ;   / / c u s t o m   1 c l i c k  
 v a r   t i t l e _ p a r a m ;  
 v a r   r e f e r r e r _ p a r a m ;  
 v a r   u r l _ p a r a m ;  
 v a r   t i m e I n t e r v a l ;  
 v a r   l o a d T i m e   =   n e w   D a t e ( ) ;  
 v a r   i n i t T i m e ;  
 v a r   e x i t T i m e ;  
 v a r   c h a t T i m e ;  
 v a r   c l o s e T i m e ;  
 v a r   p o s X   =   0 ;  
 v a r   p o s Y   =   2 0 0 ;  
 v a r   b r o w s e r ;  
 v a r   c o m b i i m a g e   =   " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / i m a g e s / c h a t - c o m b i - b l u e g r a y - e x p . p n g " ;   / /   1 c l i c k  
 v a r   p a g e t y p e = " g e n e r a l " ;   / /   c u s t o m   1 c l i c k  
 v a r   a g e n t p l a c e m e n t = " l e f t " ;   / /   c u s t o m   1 c l i c k  
  
 f u n c t i o n   i n i t A g e n t ( )   {  
  
         v a r   x   =   r e a d C o o k i e ( ' v s p i r i t s _ s t a t u s ' ) ;  
         i f   ( x )   {  
                 / /   a   c o o k i e   i s   w r i t t e n   i f   t h e   u s e r   h a s   b e e n   h a n d l e d  
                 / /   t h e   c o o k i e   i s   r e m o v e d   i f   t h e   u s e r   h a s   c l o s e d   t h e   c h a t   s c r e e n   a n d   i s   p e n d i n g  
                 a g e n t s t a t u s   =   x ;  
         }   e l s e   {  
                 a g e n t s t a t u s   =   " e m p t y " ;  
         }  
  
         i f   ( a g e n t s t a t u s   = =   " - 1 " )   {  
                 a g e n t s t a t u s   =   " e m p t y " ;  
         }  
  
         g e t c h a t p a r a m ( ) ;  
         v a r   t e m p r e f   =   g e t d o m a i n ( r e f e r r e r _ p a r a m ) ;  
         v a r   t e m p u r l   =   g e t d o m a i n ( u r l _ p a r a m ) ;  
  
         i f   ( a g e n t s t a t u s   = =   " e m p t y " )   {  
                 i f   ( t e m p r e f   = =   " " )   {  
                         c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " p r o s p e c t " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e  
                         a g e n t s t a t u s   =   " p r o s p e c t " ;  
                 }   e l s e   {  
                         i f   ( t e m p u r l   = =   t e m p r e f )   {  
                                 c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " p r o s p e c t " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e  
                                 a g e n t s t a t u s   =   " p r o s p e c t " ;  
                         }   e l s e   {  
                                 c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " p r o s p e c t " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e  
                                 a g e n t s t a t u s   =   " p r o s p e c t " ;  
                         }  
                 }  
         }  
  
  
  
  
         i f   ( a g e n t s t a t u s   = =   " e m p t y " )   {  
                 / /   s p e c i a l   d e m o   p a g e s  
                 i f   ( t e m p u r l . i n d e x O f ( " v i r t u a l s p i r i t s . c o m " )   ! =   - 1 )   {  
                         a g e n t s t a t u s   =   " p r o s p e c t " ;  
                         a c t i v e p a g e   =   t r u e ;  
                 }  
                 i f   ( t e m p u r l . i n d e x O f ( " l o c a l h o s t " )   ! =   - 1 )   {  
                         a g e n t s t a t u s   =   " p r o s p e c t " ;  
                         a c t i v e p a g e   =   t r u e ;  
                 }  
         }  
  
         f i l t e r p a g e s ( ) ;  
         s e t a c t i v e ( ) ;  
  
         i f   ( a c t i v e e x i t   | |   a c t i v e t i m e r   | |   a c t i v e b u t t o n )   {  
                 i n i t P o p u p ( ) ;  
                 / /   a b s o l u t e   t i m e r  
                 i n i t T i m e   =   n e w   D a t e ( ) ;  
                 t i m e I n t e r v a l   =   i n i t T i m e   -   l o a d T i m e ;   / /   t h e   t i m e   s i n c e   s t a r t   l o a d i n g   t i l l   t i m e r   i s   s t a r t e d  
                 i f   ( t i m e I n t e r v a l   >   p r o a c t i v e M i n T i m e r )   {   p r o a c t i v e M i n T i m e r   =   1 0 0 ;   }  
                 e l s e   {   p r o a c t i v e M i n T i m e r   =   p r o a c t i v e M i n T i m e r   -   t i m e I n t e r v a l ;   }  
                 i f   ( a c t i v e e x i t )   {   i n i t E x i t ( ) ;   }  
                 i f   ( a c t i v e b u t t o n )   {   s h o w B u t t o n ( ) ;   }  
                 i f   ( a c t i v e t i m e r )   {   s e t T i m e o u t ( ' p r o a c t i v e c h a t ( ) ' ,   p r o a c t i v e M i n T i m e r ) ;   }  
         }  
 }  
  
 f u n c t i o n   s e t a c t i v e ( )   {  
         i f   ( a c t i v e p a g e )   {  
                 i f   ( a g e n t s t a t u s   = =   " p r o s p e c t " )   {  
                         a c t i v e e x i t   =   t r u e ;   / /   c u s t o m   1 c l i c k  
                         a c t i v e t i m e r   =   t r u e ;  
                         a c t i v e b u t t o n   =   t r u e ;   / /   c u s t o m   1 c l i c k  
                 }  
                 i f   ( a g e n t s t a t u s   = =   " p e n d i n g " )   {  
                         a c t i v e e x i t   =   f a l s e ;  
                         a c t i v e t i m e r   =   f a l s e ;  
                         a c t i v e b u t t o n   =   t r u e ;  
                 }  
                 i f   ( a g e n t s t a t u s   = =   " i n p r o c e s s " )   {  
                         a c t i v e e x i t   =   f a l s e ;   / /   n e w   d e s i g n   f o r   n e x t   p a g e  
                         a c t i v e t i m e r   =   t r u e ;   / /   n e w   d e s i g n   f o r   n e x t   p a g e  
                         a c t i v e b u t t o n   =   t r u e ;  
                 }  
                 i f   ( a g e n t s t a t u s   = =   " h a n d l e d " )   {  
                         a c t i v e e x i t   =   f a l s e ;  
                         a c t i v e t i m e r   =   f a l s e ;  
                         a c t i v e b u t t o n   =   t r u e ;  
                 }  
                 i f   ( a g e n t s t a t u s   = =   " c l o s e d " )   {  
                         a c t i v e e x i t   =   f a l s e ;  
                         a c t i v e t i m e r   =   f a l s e ;  
                         a c t i v e b u t t o n   =   f a l s e ;  
                 }  
         }   e l s e   {  
                 a c t i v e e x i t   =   f a l s e ;  
                 a c t i v e t i m e r   =   f a l s e ;  
                 a c t i v e b u t t o n   =   f a l s e ;  
         }  
 }  
  
 f u n c t i o n   i n i t P o p u p ( )   {  
         / /   A d d   t h e   H T M L   t o   t h e   b o d y  
         t h e B o d y   =   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 ( ' B O D Y ' ) [ 0 ] ;  
         p o p m a s k   =   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 o p m a s k . i d   =   ' p o p u p M a s k ' ;  
         p o p c o n t   =   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 o p c o n t . i d   =   ' p o p u p C o n t a i n e r ' ;  
         p o p c o n t . i n n e r H T M L   =   ' '   +  
 	 	 ' < d i v   i d = " p o p u p I n n e r " > '   +  
 	 	 	 ' < d i v   i d = " p o p u p T i t l e B a r " > '   +  
 	 	 	 	 ' < d i v   i d = " p o p u p T i t l e " > < / d i v > '   +  
 	 	 	 	 ' < d i v   i d = " p o p u p C o n t r o l s " > '   +  
 	 	 	 	 	 ' < i m g   s r c = " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / i m a g e s / c l o s e . p n g "   o n c l i c k = " s e t P e n d i n g ( ) ; h i d e P o p W i n ( f a l s e ) ; "   i d = " p o p C l o s e B o x "   / > '   +  
 	 	 	 	 ' < / d i v > '   +  
 	 	 	 ' < / d i v > '   +  
 	 	 	 ' < d i v   i d = " p r o a c t i v e " > < / d i v > '   +  
 	 	 ' < / d i v > ' ;  
  
         / /   c u s t o m   1 c l i c k   o r a n g e  
  
         p o p b u t t o n   =   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 o p b u t t o n . i d   =   ' p o p u p B u t t o n ' ;  
         / / p o p b u t t o n . i n n e r H T M L   =   ' < d i v   i d = " o p e n B u t t o n "   a l i g n = " r i g h t "   s t y l e = " b o r d e r : 0 p x   s o l i d   # 0 0 0 0 0 0 ; p o s i t i o n :   f i x e d ;   b o t t o m :   5 p x ;     l e f t :   1 0 p x ;   _ l e f t :   1 0 p x ;   _ p o s i t i o n : a b s o l u t e ;     _ t o p : e x p r e s s i o n ( d o c u m e n t . b o d y . s c r o l l T o p + d o c u m e n t . b o d y . c l i e n t H e i g h t - t h i s . c l i e n t H e i g h t - 5 ) ; d i r e c t i o n : l t r ; " > & n b s p ; < / d i v > ' ;  
         / / c u s t o m   1 c l i c k   f o r   I E   i s s u e s  
         / / c u s t o m   1 c l i c k   z - i n d e x : 9 0 0 ;  
         / / c u s t o m   1 c l i c k  
         i f   ( a g e n t p l a c e m e n t = = " r i g h t " )   {  
         / /   r i g h t  
         p o p b u t t o n . i n n e r H T M L   =   ' < d i v   i d = " o p e n B u t t o n "   a l i g n = " r i g h t "   s t y l e = " z - i n d e x : 9 0 0 0 0 ; b o r d e r : 0 p x   s o l i d   # 0 0 0 0 0 0 ; p o s i t i o n :   f i x e d ;   b o t t o m :   4 5 p x ;     r i g h t :   1 0 p x ;   _ p o s i t i o n : a b s o l u t e ;   _ t o p :   e x p r e s s i o n ( o f f s e t P a r e n t . s c r o l l T o p + d o c u m e n t . d o c u m e n t E l e m e n t . o f f s e t H e i g h t - 1 8 0 ) ; d i r e c t i o n : l t r ; " > & n b s p ; < / d i v > ' ;  
 }   e l s e   {    
 / /   l e f t  
         p o p b u t t o n . i n n e r H T M L   =   ' < d i v   i d = " o p e n B u t t o n "   a l i g n = " r i g h t "   s t y l e = " z - i n d e x : 9 0 0 0 0 ; b o r d e r : 0 p x   s o l i d   # 0 0 0 0 0 0 ; p o s i t i o n :   f i x e d ;   b o t t o m :   4 5 p x ;     l e f t :   1 0 p x ;   _ p o s i t i o n : a b s o l u t e ;   _ t o p :   e x p r e s s i o n ( o f f s e t P a r e n t . s c r o l l T o p + d o c u m e n t . d o c u m e n t E l e m e n t . o f f s e t H e i g h t - 1 8 0 ) ; d i r e c t i o n : l t r ; " > & n b s p ; < / d i v > ' ;  
         }  
  
         t h e B o d y . a p p e n d C h i l d ( p o p m a s k ) ;  
         t h e B o d y . a p p e n d C h i l d ( p o p c o n t ) ;  
         t h e B o d y . a p p e n d C h i l d ( p o p b u t t o n ) ;  
  
         g P o p u p M a s k   =   d o c u m e n t . g e t E l e m e n t B y I d ( " p o p u p M a s k " ) ;  
         g P o p u p C o n t a i n e r   =   d o c u m e n t . g e t E l e m e n t B y I d ( " p o p u p C o n t a i n e r " ) ;  
  
         / /   c h e c k   t o   s e e   i f   t h i s   i s   I E   v e r s i o n   6   o r   l o w e r .   h i d e   s e l e c t   b o x e s   i f   s o  
         / /   m a y b e   t h e y ' l l   f i x   t h i s   i n   v e r s i o n   7 ?  
         v a r   b r s V e r s i o n   =   p a r s e I n t ( w i n d o w . n a v i g a t o r . a p p V e r s i o n . c h a r A t ( 0 ) ,   1 0 ) ;  
         i f   ( b r s V e r s i o n   < =   6   & &   w i n d o w . n a v i g a t o r . u s e r A g e n t . i n d e x O f ( " M S I E " )   >   - 1 )   {  
               / /   / /   g H i d e S e l e c t s   =   t r u e ;   / /   c u s t o m   1 c l i c k  
         }  
  
         / / a l e r t ( " i n i t P o p u p " ) ;  
 }  
  
 g e t b r o w s e r ( ) ;  
 a d d E v e n t ( w i n d o w ,   " l o a d " ,   i n i t A g e n t ) ;  
  
 f u n c t i o n   i n i t E x i t ( )   {  
         d o c u m e n t . o n m o u s e m o v e   =   f u n c t i o n   ( e v t )   {  
                 i f   ( t y p e o f   e v t   = =   ' u n d e f i n e d ' )   {  
                         m y E v e n t   =   w i n d o w . e v e n t ;  
                 }  
                 e l s e   {  
                         m y E v e n t   =   e v t ;  
                 }  
  
                 i f   ( b r o w s e r   = =   " M S I E " )   {  
                         p o s X   =   m y E v e n t . c l i e n t X ;  
                         p o s Y   =   m y E v e n t . c l i e n t Y ;  
                 }  
                 e l s e   {  
                         p o s X   =   m y E v e n t . p a g e X   -   w i n d o w . p a g e X O f f s e t ;  
                         p o s Y   =   m y E v e n t . p a g e Y   -   w i n d o w . p a g e Y O f f s e t ;  
                 }  
  
                 / / d o c u m e n t . g e t E l e m e n t B y I d ( " o p e n B u t t o n " ) . i n n e r H T M L   =   " m o u s e :   "   + p o s Y ;  
                 i f   ( p o s Y   <   1 5 )   {  
                         / / a l e r t ( " m o u s e "   + p o s Y ) ;  
                         e x i t c h a t ( ) ;  
                 }  
         }  
 }  
  
  
 f u n c t i o n   e x i t c h a t ( )   {  
         i f   ( a c t i v e e x i t   = =   t r u e )   {  
                 e x i t T i m e   =   n e w   D a t e ( ) ;  
                 t i m e I n t e r v a l   =   e x i t T i m e   -   l o a d T i m e ;  
                 i f   ( t i m e I n t e r v a l   >   e x i t M i n T i m e r )   {  
                         / / c a l l   y o u r   l o g o u t   p a g e  
                         a c t i v e e x i t   =   f a l s e ;  
                         s t a r t c h a t ( " e x i t " ) ;  
                         i f   ( c o n f i r m ( ' àæÙÒ  ÔÐêè  ÞÞêÙß  Üêê  ÜÚ  ÞÙÓâ  àÕáã  ÕÔæâÔ' ) )   {  
                                 / / c o n t i n u e  
                         }  
                         e l s e   {  
                                 s e t P e n d i n g ( ) ;  
                                 h i d e P o p W i n ( f a l s e ) ;  
                         }  
                 }  
         }  
 }  
  
  
 f u n c t i o n   p r o a c t i v e c h a t ( )   {  
         i f   ( a c t i v e t i m e r   = =   t r u e )   {  
                 s t a r t c h a t ( " t i m e r " ) ;  
         }  
 }  
  
 f u n c t i o n   b u t t o n c h a t ( )   {  
         s t a r t c h a t ( " b u t t o n " ) ;  
 }  
  
  
 f u n c t i o n   s e t P e n d i n g ( )   {  
         / /   n e w   d e s i g n   -   i f   v i s i t o r   c l o s e s   t h e   c h a t ,   i t   i s   p e n d i n g   w i t h o u t   c o n s i d e r a t i o n   t o   t i m e i n t e r v a l  
         / /   c l o s e T i m e   =   n e w   D a t e ( ) ;  
         / /   t i m e I n t e r v a l   =   c l o s e T i m e   -   c h a t T i m e ;  
         / /   i f   ( t i m e I n t e r v a l   <   4 5 0 0 0 )   {  
         c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " p e n d i n g " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e  
         a g e n t s t a t u s   =   " p e n d i n g " ;  
         s e t a c t i v e ( ) ;  
         i f   ( a c t i v e b u t t o n )   {   s h o w B u t t o n ( ) ;   }  
 }  
  
 f u n c t i o n   s e t C l o s e d ( )   {  
         h i d e B u t t o n ( ) ;   / /   h i d e   t h e   b u t t o n   c h a t  
         c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " c l o s e d " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e  
         a g e n t s t a t u s   =   " c l o s e d " ;  
         s e t a c t i v e ( ) ;  
 }  
  
 f u n c t i o n   s h o w B u t t o n ( )   {  
         v a r   b u t t o n s t r ;  
         b u t t o n s t r   =   ' '   +  
 	 	 ' < a   h r e f = " # "   o n c l i c k = " b u t t o n c h a t ( ) ; r e t u r n   f a l s e ; " > < i m g   s r c = " '   +   c o m b i i m a g e   +   ' "   b o r d e r = " 0 "   / > < / a > '   +  
 	 	 ' < s p a n   s t y l e = " b o r d e r : 0 p x   s o l i d   # 0 0 0 0 0 0 ; p o s i t i o n :   a b s o l u t e ;   t o p : 0 p x ;   r i g h t : 0 p x ;   w i d t h :   3 0 p x ;   h e i g h t :   3 0 p x ; " > < a   h r e f = " # "   o n c l i c k = " s e t C l o s e d ( ) ; r e t u r n   f a l s e ; "   s t y l e = " t e x t - d e c o r a t i o n : n o n e " > & n b s p ; & n b s p ; & n b s p ; & n b s p ; & n b s p ; & n b s p ; < / a > < / s p a n > '   +  
 	 	 ' < s p a n   s t y l e = " p o s i t i o n :   a b s o l u t e ;   t o p : 1 2 5 p x ;   _ t o p : 1 3 0 p x ;   l e f t : 3 5 p x ; " > '   +  
 	 	 ' < i m g   b o r d e r = " 0 "   a l i g n = " a b s m i d d l e "   a l t = " "   s r c = " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / i m a g e s / b l i n k . g i f "   / >   '   +  
 	 	 ' < i m g   b o r d e r = " 0 "   a l i g n = " a b s m i d d l e "   a l t = " "   s r c = " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / i m a g e s / b u t t o n - t e x t . g i f "   / > '   +  
 	 	 ' < / s p a n > ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " o p e n B u t t o n " ) . i n n e r H T M L   =   b u t t o n s t r ;  
 }  
  
 f u n c t i o n   s h o w B u t t o n T i m e r ( )   {  
         v a r   b u t t o n s t r ;  
         b u t t o n s t r   =   ' '   +  
 	 	 ' < i m g   s r c = " '   +   c o m b i i m a g e   +   ' "   b o r d e r = " 0 "   / > '   +  
 	 	 ' < s p a n   s t y l e = " p o s i t i o n :   a b s o l u t e ;   t o p : 1 2 0 p x ;   _ t o p : 1 2 5 p x ;   r i g h t : 1 0 p x ; " > '   +  
 	 	 ' < i m g   b o r d e r = " 0 "   a l i g n = " a b s m i d d l e "   a l t = " "   w i d t h = " 2 5 "   h e i g h t = " 2 5 "   s r c = " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / i m a g e s / p r o g r e s s . g i f "   / >   '   +  
 	 	 ' < / s p a n > ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " o p e n B u t t o n " ) . i n n e r H T M L   =   b u t t o n s t r ;  
 }  
  
 f u n c t i o n   h i d e B u t t o n ( )   {  
         d o c u m e n t . g e t E l e m e n t B y I d ( " o p e n B u t t o n " ) . i n n e r H T M L   =   " & n b s p ; " ;  
 }  
  
 f u n c t i o n   g e t c h a t p a r a m ( )   {  
         t i t l e _ p a r a m   =   e n c o d e U R I ( d o c u m e n t . t i t l e ) ;  
         r e f e r r e r _ p a r a m   =   d o c u m e n t . r e f e r r e r ;  
         u r l _ p a r a m   =   l o c a t i o n . h r e f ;  
         u r l _ p a r a m   =   u r l _ p a r a m . t o L o w e r C a s e ( ) ;  
 }  
  
 f u n c t i o n   f i l t e r p a g e s ( )   {  
         t e m p s t r   =   u r l _ p a r a m . r e p l a c e ( " h t t p : / / " ,   " " ) ;  
         t e m p s t r   =   t e m p s t r . r e p l a c e ( " w w w . " ,   " " ) ;  
  
         / /   c u s t o m   1 c l i c k . c o . i l  
         / /   t h i s   a l l o w s   t h e   c h a t   o n l y   o n   t h e   f o l l o w i n g   p a g e s  
         / /   s t r u c t u r e   i s   t o o   c o m p l e x  
         / /   a c t i v e p a g e   =   t r u e ;   / /   a l l   p a g e s  
  
         i f   ( t e m p s t r = = " 1 c l i c k . c o . i l / " )   {    
         a c t i v e p a g e   =   t r u e ;  
         a g e n t p l a c e m e n t = " r i g h t " ;   / / c u s t o m   1 c l i c k  
           }  
          
         / /   u r l   i s   l o w e r c a s e  
         v a r   m = 0 ;  
  
 / /   G e n e r i c   p a g e s   c a t i d   b u t   n o t   s c h o o l   s p e c i f i c  
 / /   - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 / /   1 c l i c k . c o . i l / d e f a u l t . a s p x ? c a t i d = { }   c a t e g o r i e s   p a g e s  
 / /   1 c l i c k . c o . i l / ? c a t i d = { }   c a t e g o r i e s   p a g e s  
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d " ) ! = - 1 )   {   a c t i v e p a g e   =   t r u e ;   }    
  
 f i n d S p e c i a l P a g e s ( ) ;     / /   s p e c i a l   p a g e s    
 i f   ( p a g e t y p e = = " s p e c i a l " )   {  
 	 a c t i v e p a g e = f a l s e ;  
 	 a g e n t p l a c e m e n t = " r i g h t " ;  
 }  
 / /   s p e c i a l   p a g e s   a r e   s e t   t o   a c t i v e p a g e   =   f a l s e   b y   d e f a u l t  
 / /   s p e c i a l   p a g e s   a r e   s e t   t o   a g e n t p l a c e m e n t   =   r i g h t   s i d e   b y   d e f a u l t   i f   a c t i v a t e   l a t e r   m a n u a l l y  
 / /   r e f i d   g e t s   t h e   v a l u e   o f   p a g e t y p e   s o   t h a t   t h e   s e r v e r   c a n   h a n d l e   i t  
 / /   c u s t o m   t o   t u r n   r e s u l t   i n t o   m = 1  
  
 m = 0 ;  
 i f   ( a c t i v e p a g e   = =   t r u e   )   {   m = 1 ;   }  
  
 a c t i v e p a g e = f a l s e ;  
  
  
 / /   L i s t   o f   s p e c i f i c   p a g e s  
 / /   - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 / /   r e m o v e   p a g e s   f o r   p a r a m s  
         t e m p s t r   =   t e m p s t r . r e p l a c e ( " 1 c l i c k . c o . i l / d e f a u l t . a s p ? " , " " )  
         t e m p s t r   =   t e m p s t r . r e p l a c e ( " 1 c l i c k . c o . i l / ? " , " " )  
         t e m p s t r   =   t e m p s t r . r e p l a c e ( " 1 c l i c k . c o . i l / c a t e g o r y / " , " " )  
         t e m p s t r   =   t e m p s t r . r e p l a c e ( " 1 c l i c k . c o . i l / " , " " )  
  
 / /   c u s t o m   f o r   s p e c i f i c   s y n t a x   e r r o r  
 t e m p s t r   =   t e m p s t r . r e p l a c e ( " % 7 b " , " { " )  
 t e m p s t r   =   t e m p s t r . r e p l a c e ( " % 7 d " , " } " )  
  
  
 / /   a d d i n g   p a g e s   m a n u a l l y  
 / /   p a r a m s   c a t i d   a d d e d   m a n u a l l y  
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 5 a f 7 8 9 d - a e 1 0 - 4 c 4 9 - a 8 a f - d 6 4 c 7 4 2 6 c 3 c b } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 3 a b 9 1 f 6 - 0 7 2 2 - 4 5 c c - 9 d 5 9 - c 9 e 5 d 8 e 5 c 1 6 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 c a c 7 d 7 e - 0 0 6 a - 4 f e d - 8 4 2 d - a 3 9 2 e 0 8 b c 7 c 5 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 c a c 7 d 7 e - 0 0 6 a - 4 f e d - 8 4 2 d - a 3 9 2 e 0 8 b c 7 c 5 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 9 b 8 0 7 0 e - a f a 5 - 4 a a 2 - 8 b 3 7 - 7 1 1 0 0 e d 1 4 c 0 a } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d e 6 d 6 d d a - 7 d f 3 - 1 1 d b - 8 7 e 0 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 6 4 1 0 5 1 8 - 5 2 8 d - 4 b 2 e - 9 9 6 6 - 7 9 5 3 1 3 6 8 b 4 9 2 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 8 1 1 e 9 6 d - 9 2 c f - 4 2 0 6 - a 6 f 0 - 5 b c b 1 7 9 1 5 2 5 5 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 7 8 9 1 4 1 c - 4 4 5 a - 4 3 2 f - 9 5 1 c - c a c 1 1 8 0 6 2 8 8 e } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f d 6 e b 5 8 - d e 1 7 - 4 f b c - a 0 3 0 - 3 c 5 a d 9 2 d a 5 4 6 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f d 6 e b 5 8 - d e 1 7 - 4 f b c - a 0 3 0 - 3 c 5 a d 9 2 d a 5 4 6 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 5 5 7 5 2 f b - f 6 0 8 - 4 8 a 5 - a c 7 3 - 6 6 4 5 7 5 3 e 8 e e 4 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 a d 8 d 4 2 d - 0 8 a d - 4 a 7 6 - 8 d c 7 - 9 c c f 5 1 b 1 0 8 4 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 2 5 9 d 8 6 7 - 4 a 7 3 - 4 e a 8 - b 6 c 4 - c 7 1 3 f 7 2 8 3 9 1 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e b 9 4 4 f e 8 - 2 4 f 4 - 4 1 0 e - 8 1 4 f - c 0 9 8 3 d 6 8 4 1 f e } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 4 8 e 2 2 d 9 - 0 e 7 5 - 4 a 3 e - 8 b a 2 - 8 4 9 4 7 5 6 3 b a c b } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 9 b 7 7 3 7 8 - e 1 4 3 - 4 8 e 5 - 9 3 a 7 - 7 7 c 4 d 7 c c c f 0 6 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 2 b a 9 a 2 d - 4 1 3 8 - 4 1 1 b - 9 8 4 3 - 2 5 b 3 2 4 f 0 8 3 1 7 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 7 b a 9 e 3 4 - 6 1 f 2 - 4 0 8 a - 8 f f e - e 7 7 1 3 0 6 f b c 2 6 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f 1 b 2 0 5 3 - 1 8 d c - 4 f c 3 - 8 2 5 4 - 9 c 5 b 6 5 e 2 1 e d d } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c b 2 8 b e 9 6 - 8 e 6 9 - 4 6 9 b - b 2 9 6 - f a 2 2 b e f e 4 8 4 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 4 f d 3 3 2 6 - 4 8 3 5 - 4 c 1 c - a 2 f e - b a d d 3 f 9 c b 8 8 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e f c 7 0 6 8 0 - 7 5 b 3 - 4 3 e 9 - 9 f 5 0 - b 9 2 f 9 e a e e a b 4 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 e 0 0 a 4 c 9 - 4 f b 7 - 4 0 1 1 - 8 b 9 a - a 8 3 f d c 7 2 3 6 e 1 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 8 7 8 e 4 c 5 - a d 6 6 - 4 3 3 e - b 7 1 0 - d d a 5 d 4 f e 9 7 c 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 d 1 b e 4 c 1 - 5 0 0 c - 4 e 0 0 - a c 3 1 - 7 5 5 6 2 a 8 6 d 2 1 c } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 4 a 4 f 9 d d - 3 7 8 5 - 4 c 3 b - 8 0 0 7 - 6 e c 4 4 a 7 a f c e 2 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 9 c 7 b 3 d 5 - 9 b 3 c - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d a 9 0 5 4 d 5 - a 8 3 9 - 4 c 0 f - b 6 f a - 9 0 a 5 2 3 b d 1 e 9 c } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 9 f 3 8 d 0 1 - 0 9 c d - 4 e e b - 8 0 2 9 - 1 7 d e 7 4 7 9 8 5 e 2 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 c 0 b 1 2 7 8 - a a e 4 - 4 3 2 e - 8 4 b 6 - 1 0 8 2 4 2 2 d 6 4 9 5 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 f 4 c 0 5 f 4 - 7 c e 3 - 4 4 3 6 - b f 2 9 - 4 c b 2 b f b a 9 a 6 f } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 7 6 5 a 6 4 d - 6 2 3 6 - 4 a 4 8 - a 0 e 6 - 8 c a e 0 6 1 0 4 7 2 e } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 0 2 d 8 f 2 6 - 1 8 9 2 - 4 c d 7 - b f c 3 - e c 4 3 1 f c 4 3 7 1 8 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 9 0 e 1 8 e 1 - a 6 1 c - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 c 2 6 c d d 8 - 8 0 1 3 - 4 2 0 3 - 8 5 4 a - 3 5 3 c 6 7 b 0 9 5 0 1 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 6 d 7 c e 5 e - 2 0 8 0 - 4 0 4 1 - 8 2 2 4 - d b d 7 2 7 1 0 1 7 0 9 } " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 c 6 a 7 3 4 8 - 5 0 5 a - 4 7 a 8 - 8 2 a d - d e 8 0 3 e 4 a 5 e 6 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 3 d 3 6 0 5 e - 8 b 0 b - 4 d d c - 8 2 8 1 - 0 8 e b 3 c 5 c 6 b d 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 4 8 f f f 4 7 - b 4 d d - 4 c 4 9 - 9 7 a b - a 9 c b 9 f b c 0 1 6 b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 5 0 5 f c 4 5 - 5 3 d 1 - 4 6 4 0 - a 4 0 6 - 2 5 c e b 0 6 a 8 c b 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 6 d 7 c e 5 e - 2 0 8 0 - 4 0 4 1 - 8 2 2 4 - d b d 7 2 7 1 0 1 7 0 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 9 7 1 1 5 7 b - a 7 e a - 4 5 c 1 - b c b 2 - 0 3 e d c b 1 8 0 5 7 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 f 4 5 a 7 8 c - 7 4 8 8 - 4 6 9 e - b b 3 3 - d 2 c 1 6 5 7 2 5 c 5 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 1 8 2 5 d 6 3 - 1 e 8 b - 4 5 4 8 - 8 b 0 d - e e a 0 d e 3 f 4 3 a 5 } # { c 7 c 3 9 7 9 5 - 4 4 d c - 4 8 4 2 - 9 6 b 7 - c 6 c e 0 5 c b 2 4 f e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 7 8 9 1 4 1 c - 4 4 5 a - 4 3 2 f - 9 5 1 c - c a c 1 1 8 0 6 2 8 8 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 4 d c 3 6 8 2 - 4 2 6 9 - 4 7 e 6 - 9 c 1 c - 3 3 8 5 d 7 f 7 a 0 2 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 9 2 9 8 3 6 8 - e 2 b 9 - 4 f c e - 8 1 0 0 - 8 7 c 7 f a b 3 0 8 0 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 e 4 4 4 f b 7 - a 1 2 1 - 4 2 1 2 - 8 3 8 f - 7 a 7 a b a b e 4 a 4 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 2 b 6 5 d e b - c 5 8 6 - 4 3 a 3 - a 2 8 a - 1 4 c 7 d 4 2 f 4 2 2 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 8 a 4 0 4 4 a - 2 5 7 c - 4 9 e b - 8 2 6 b - 1 b 9 e c 7 d 3 d 5 9 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 d 1 b e 4 c 1 - 5 0 0 c - 4 e 0 0 - a c 3 1 - 7 5 5 6 2 a 8 6 d 2 1 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f d 6 e b 5 8 - d e 1 7 - 4 f b c - a 0 3 0 - 3 c 5 a d 9 2 d a 5 4 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a b 9 8 9 b 1 6 - f e 6 9 - 4 b c 1 - 9 f 0 7 - d 6 f f 6 9 1 3 1 c 8 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a f 9 4 2 3 7 d - 0 8 4 1 - 4 f 0 b - b 8 3 3 - 8 e d 6 e 3 1 0 f 8 8 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 0 4 0 1 6 2 1 - c 2 f a - 4 0 2 0 - b a 5 8 - c d 0 e 1 9 a 8 3 5 7 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 5 e 8 2 e 3 b - d d d e - 4 2 d 5 - 8 b 8 1 - 8 2 1 e 5 d 4 4 1 4 6 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b c 8 3 e f 0 b - 7 d 6 5 - 4 7 8 3 - a 4 1 9 - 1 0 7 3 7 c 9 8 1 5 1 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 1 0 4 3 e 2 4 - a 1 e 4 - 4 7 3 4 - b 7 3 3 - 2 9 8 5 3 b e 3 c 6 1 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c f e a 3 b c 9 - 0 f c c - 4 9 3 3 - a 7 3 5 - 4 6 a a 3 2 7 d e 4 0 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 8 1 1 e 9 6 d - 9 2 c f - 4 2 0 6 - a 6 f 0 - 5 b c b 1 7 9 1 5 2 5 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b a d 2 9 9 d 1 9 - 5 e 1 d - 4 2 a 7 - 8 9 f 5 - 2 5 4 b 5 8 0 1 4 4 c 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 0 b d b 7 d 8 - c 5 4 3 - 4 3 f a - b 5 7 6 - 5 6 3 1 b 0 5 6 b 3 7 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 0 d 3 0 8 0 a - b c 3 b - 4 9 5 4 - 9 c c 8 - 2 b b 3 1 e 0 a 7 c d c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 1 d d 5 6 c c - 8 4 1 6 - 4 b c d - b 8 f 5 - f 7 6 6 e 9 4 4 3 a 9 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 4 f c 3 b c 2 - d 0 d 4 - 4 0 6 2 - a d d a - 4 5 0 0 5 0 a 7 5 e 9 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 4 f d 3 3 2 6 - 4 8 3 5 - 4 c 1 c - a 2 f e - b a d d 3 f 9 c b 8 8 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 6 4 5 9 2 4 3 - 6 9 a 0 - 4 e b a - a 4 5 8 - 3 6 8 1 a 0 f d 4 b f 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 7 b a 9 e 3 4 - 6 1 f 2 - 4 0 8 a - 8 f f e - e 7 7 1 3 0 6 f b c 2 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 8 2 3 3 1 4 9 - e 0 e 4 - 4 d f 9 - b 3 d 7 - 7 1 c f 2 a 1 2 f d 1 f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 8 2 8 4 7 2 9 - 9 a 6 b - 4 5 d 5 - 9 0 6 6 - 2 7 f 8 1 d 4 9 0 b 4 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 8 8 a c 3 c 8 - 4 9 1 2 - 4 4 a 4 - a 9 9 8 - 9 2 e e 3 9 d 9 0 f d 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 b 4 7 b c 6 5 - 2 3 f b - 4 3 6 f - b 0 e 6 - 6 a 6 4 0 3 c c e 8 c 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 c 7 a 3 c d a - 9 2 5 d - 4 4 c a - b 0 a 7 - 6 b 3 d 8 a 4 5 a 2 0 d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 e a 4 4 0 c 7 - f b b e - 4 4 f 0 - b 3 8 e - 9 a f c 2 4 6 e 7 f d f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 e c b 2 1 4 4 - 7 3 6 4 - 4 0 4 a - a 3 2 5 - 7 d 7 7 1 4 0 6 f 7 f 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 1 d f b 2 5 e - 8 8 1 1 - 4 4 7 5 - a 9 0 c - 7 c 2 6 1 7 e 1 f c 6 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 4 3 2 1 9 8 1 - 9 2 9 8 - 4 0 a c - 9 0 a 0 - b b f c b b 7 c f c 3 b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 4 a 4 f 9 d d - 3 7 8 5 - 4 c 3 b - 8 0 0 7 - 6 e c 4 4 a 7 a f c e 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 5 b a a 3 d 8 - 1 7 6 a - 4 e 7 e - a f 6 0 - 7 4 0 b 2 3 4 2 3 e 9 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 7 f d 7 7 5 7 - e d b 9 - 4 d 0 6 - 8 a 5 5 - 1 4 1 4 b a e a f 4 4 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 a a 0 7 f 9 f - 3 9 5 a - 4 9 8 b - b 7 a 5 - c 1 3 1 a 1 e 7 3 4 d d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 3 5 3 8 f c 4 - 1 4 e f - 4 5 8 a - b b 6 7 - 8 9 1 f a e 4 b e 7 7 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 5 d 2 3 8 b 2 - e 3 0 0 - 4 c 8 5 - b 1 f d - 4 b 0 5 8 4 1 d 1 8 6 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 8 4 2 0 7 2 f - 0 b e 5 - 4 5 4 0 - 8 8 3 8 - b 2 a b 6 1 3 1 d c a b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 9 3 1 8 0 f 9 - 0 3 c a - 4 3 d b - a c 9 3 - 4 a f 7 7 9 9 5 5 2 1 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 b 5 f 6 e 1 e - 5 d e b - 4 f 9 b - 8 2 e 4 - 9 f f 3 c 3 7 e a 4 c d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 d 8 4 7 2 c 8 - 1 9 2 1 - 4 5 6 b - 9 7 9 1 - 1 f 5 a 5 2 5 c d 0 4 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 1 c b 4 2 8 e - d 4 e d - 4 f 2 8 - 8 6 e 2 - b 3 8 6 5 f 8 2 b 6 8 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 7 5 a a c e e - f d 2 b - 4 f a b - 9 e 7 9 - a e 0 5 e e a 1 d 5 8 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 7 a b 6 4 e 8 - a 3 1 7 - 4 4 e 9 - 9 e c 8 - 3 d 5 1 7 6 0 7 e a e 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 8 b 9 d a 3 0 - 2 4 c 4 - 4 2 5 5 - 9 4 3 f - e f 9 8 a 2 6 2 1 3 f 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 c 6 a 7 3 4 8 - 5 0 5 a - 4 7 a 8 - 8 2 a d - d e 8 0 3 e 4 a 5 e 6 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 c a 0 e 5 c 7 - 2 0 d 8 - 4 2 8 4 - b 3 6 4 - 3 6 2 8 0 a 4 1 3 f 9 b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 e e 4 b c 4 1 - 9 2 1 c - 4 d 9 5 - 8 f 5 c - d 7 5 c 9 1 7 9 1 c 4 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 5 9 2 0 0 6 f - 3 0 3 3 - 4 a 0 6 - b 5 8 a - 2 7 6 0 c 4 8 3 1 f d 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 7 0 7 a c 2 d - 6 6 6 b - 4 6 8 2 - 8 4 6 c - c c d c 9 f 1 4 b a 5 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 8 7 8 e 4 c 5 - a d 6 6 - 4 3 3 e - b 7 1 0 - d d a 5 d 4 f e 9 7 c 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 9 5 8 1 8 2 b - 5 4 6 2 - 4 e 7 d - a d 0 a - f 8 d f 9 1 f 3 b 5 5 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 a 7 d f 4 e 2 - a f e 8 - 4 7 f d - a 5 9 8 - a a e e 6 5 d 8 6 f c d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 b 0 e a 2 d 3 - 0 e 2 7 - 4 f 6 5 - 8 f 2 9 - d 7 3 c 5 3 6 c 3 5 f 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 c a 3 0 7 2 2 - 3 c 9 4 - 4 3 f 0 - b e 1 1 - 3 d 0 9 5 8 a 7 f a b e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 2 c a b 5 0 a - 5 1 9 4 - 4 5 3 1 - 8 2 0 c - 7 d 2 5 d b d f 8 c d c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 3 a 1 a f 9 5 - d 1 2 3 - 4 6 5 b - b 2 9 e - 7 1 2 a 2 6 b 6 5 8 1 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 4 8 6 b 8 2 4 - a d a a - 4 b c 1 - 9 a e 9 - 8 5 d 0 1 0 b b c 6 9 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 7 3 c d 0 5 3 - 9 3 d 3 - 4 3 4 7 - b 6 a a - 8 7 5 3 8 8 e 3 4 f 0 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 c 2 3 b e 9 d - 4 e 3 c - 4 e d c - 8 1 3 2 - 6 e 4 7 c c c a b 4 1 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 c 3 2 1 4 7 8 - e d 4 5 - 4 f 8 3 - b 5 8 4 - f e 1 5 9 8 8 7 9 1 d e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 e 0 0 a 4 c 9 - 4 f b 7 - 4 0 1 1 - 8 b 9 a - a 8 3 f d c 7 2 3 6 e 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 3 0 b 4 e 8 f - 7 6 3 7 - 4 f e 0 - a 1 d 6 - 0 4 9 8 5 6 6 6 7 0 d 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 4 8 e 2 2 d 9 - 0 e 7 5 - 4 a 3 e - 8 b a 2 - 8 4 9 4 7 5 6 3 b a c b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 5 e f d c 4 3 - 4 3 1 4 - 4 3 9 9 - b 0 0 b - 7 c f 8 b 0 9 e a 0 a f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 7 9 2 b f 9 b - 6 6 0 4 - 4 0 4 b - a c a 5 - b 9 2 8 d c c f e 1 0 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 8 4 2 6 e 5 1 - 6 1 f e - 4 f a 0 - a 6 e 5 - 2 7 6 0 9 4 3 4 a 8 e 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 c b 7 c b a d - b f 9 4 - 4 4 f 6 - 8 7 9 9 - c b 7 7 6 b c c a d 1 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 0 e 3 b 3 7 a - 4 a 7 9 - 4 a c b - b 2 5 9 - c b 1 9 f 8 6 d 1 3 0 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 1 7 d c 1 6 3 - 9 9 4 d - 4 a a 2 - a a a 3 - 4 5 3 2 2 e 9 b a 0 f 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 2 8 f b d a 0 - d d 9 c - 4 5 e b - b 0 9 4 - f e e 5 5 8 3 c 6 0 4 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 5 b 1 9 a 2 b - 4 c 7 a - 4 3 2 e - b 3 e 5 - 9 c 3 c 1 a 3 b b 8 4 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 7 7 7 b e 0 9 - a 4 8 7 - 4 1 5 3 - 9 e b a - e 5 6 d 8 5 5 c a 3 c 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 a 9 b d d b d - 8 4 a 2 - 4 6 3 a - 9 5 b 3 - 0 a 6 c 1 4 5 7 0 6 8 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 a d 8 d 4 2 d - 0 8 a d - 4 a 7 6 - 8 d c 7 - 9 c c f 5 1 b 1 0 8 4 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 b 2 1 a 1 0 5 - 6 8 5 9 - 4 5 8 b - 8 9 8 1 - 5 b d 4 e 8 8 e b 9 e 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 b 7 3 d 1 5 b - 4 5 2 3 - 4 b 0 7 - 9 3 6 7 - e 4 6 5 a e 7 2 2 a 2 f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 b a b e 5 8 e - 5 5 2 8 - 4 a 2 0 - b 0 0 9 - 3 a 2 f d 8 6 3 2 a 3 f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 d e b 7 e d b - 2 c 2 c - 4 0 d 0 - 9 2 3 f - 8 6 3 f d 2 e 9 7 c 6 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 0 1 c 2 d e 5 - c a e 7 - 4 5 5 3 - 9 e 3 5 - e 0 f 5 d 5 4 4 f a 6 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 0 b 4 7 7 d 3 - 8 0 b c - 4 3 0 3 - 8 5 0 2 - 5 b 9 b 2 7 9 d b 4 9 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 2 5 9 d 8 6 7 - 4 a 7 3 - 4 e a 8 - b 6 c 4 - c 7 1 3 f 7 2 8 3 9 1 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 2 6 9 8 5 2 8 - 8 b f 9 - 4 6 5 f - b 3 b e - 9 1 2 6 5 a c f 8 b e a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 3 f 4 1 4 6 8 - a 1 9 e - 4 4 e f - b 3 d 2 - 1 c 0 1 c 2 0 9 b 6 f f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 4 a a a 4 7 e - 2 9 2 e - 4 d 4 6 - b 1 c 0 - 3 3 6 1 0 0 3 a 2 0 f 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 7 f 2 8 d a 2 - 2 c 5 3 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 7 f 2 8 d c 8 - 2 c 5 3 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 7 f 2 8 d e 4 - 2 c 5 3 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 7 f 2 8 e 1 f - 2 c 5 3 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 9 1 d 1 c e 0 - d 3 b b - 4 1 b 1 - 8 2 0 9 - 9 3 3 c 4 8 f 6 2 2 f 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 9 b 7 7 3 7 8 - e 1 4 3 - 4 8 e 5 - 9 3 a 7 - 7 7 c 4 d 7 c c c f 0 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 c 1 c 3 0 5 1 - d c f 1 - 4 3 4 e - a e 5 b - f 2 1 7 0 6 4 0 a f 5 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 c 3 9 4 c 4 5 - 3 8 5 b - 4 a 0 1 - a 2 2 4 - e 9 a 7 4 6 1 7 6 f 9 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 d c e 7 8 8 a - 1 0 4 a - 4 7 2 4 - b d 7 0 - 1 0 3 1 4 f c 7 b 3 3 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 f 0 f 0 d f 1 - a b 2 8 - 4 6 a 0 - b b 6 1 - 2 c 8 d 1 1 f b 9 a 2 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 f 3 7 c 4 f 4 - 5 1 0 b - 4 7 3 3 - 9 9 5 5 - f 3 4 9 2 9 4 7 9 2 6 a } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 0 c 6 3 e 2 3 - 2 c d 7 - 4 7 a 8 - 8 0 c d - d 7 7 b a 5 c 5 e 4 3 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 0 c e d 7 9 b - d 7 2 7 - 4 6 9 8 - b 6 e 7 - 3 6 2 a 2 4 d 8 0 8 5 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 0 d a 6 5 7 7 - f 3 9 6 - 4 5 3 8 - 9 4 9 1 - 1 f f 6 7 7 7 b 4 8 3 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 4 0 d 0 b 9 1 - 8 3 a d - 4 f 2 2 - b 6 e 5 - c 5 9 c d b b 0 a 0 0 c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 8 a 4 8 1 f 1 - d 1 1 b - 4 d a 1 - 8 e 8 9 - 5 1 6 e 0 a 6 8 a b 0 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 8 f 3 3 5 e 7 - 2 0 d 1 - 4 b a 7 - a f 3 1 - 3 6 7 b 1 2 0 c 4 9 f 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 c d 5 d e 0 1 - f 4 7 a - 1 1 d a - b 4 7 b - 0 0 0 3 4 7 d 2 4 d 8 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 c d 5 d e 0 9 - f 4 7 a - 1 1 d a - b 4 7 b - 0 0 0 3 4 7 d 2 4 d 8 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f 1 b 2 0 5 3 - 1 8 d c - 4 f c 3 - 8 2 5 4 - 9 c 5 b 6 5 e 2 1 e d d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 f a a a 9 a 0 - 1 b 9 4 - 4 e b 8 - 8 b a 6 - 7 1 2 5 e e c 6 a 9 7 f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 1 0 2 5 d 3 7 - 9 6 e c - 4 7 7 2 - 9 6 6 9 - 5 f f 3 b d 6 c 5 4 d f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 1 f 8 c b 3 9 - 9 4 7 8 - 4 c e e - b 0 e 1 - c 9 8 3 3 c a 1 f 1 e 2 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 5 e 9 1 5 9 e - 3 f 4 5 - 4 f b b - a d 6 d - 6 9 f e a d 7 4 1 8 4 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 6 5 8 e f a a - 5 d 3 0 - 4 0 a 3 - 9 9 4 c - c 3 8 8 9 8 f f 6 1 0 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 6 e d a 2 b 2 - 4 7 b 1 - 4 c 7 9 - 9 8 8 b - 8 3 a 2 5 c f c 6 a 3 e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 8 6 9 3 7 e 9 - 9 4 b 2 - 4 4 c 6 - 8 1 b 9 - 0 f 3 8 8 1 0 6 1 1 d 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 8 9 3 a 0 a 0 - d c f 1 - 4 6 7 e - a c 2 4 - 0 2 0 e 3 f d f e b b b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 8 a 0 6 9 8 e - 8 3 8 f - 4 3 1 2 - 8 9 8 0 - 3 3 0 d c b f 5 c 3 d f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a 9 9 b 7 7 f 2 - a 7 4 b - 4 e 0 b - b a 1 1 - d a 4 7 e 2 5 a 0 9 f 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a e 5 5 e f a d - b f 1 b - 4 3 d 6 - b b 0 a - 7 b 1 b f d 1 f 5 7 e e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 3 f d 2 8 f d - 0 8 b d - 4 4 a 2 - 8 7 f 9 - a 3 1 a c 4 c 3 1 1 c d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 4 f 1 6 3 7 a - 1 4 f a - 4 7 4 b - 9 9 d c - 8 d 6 7 8 2 8 1 7 8 e 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 5 6 a 0 7 5 1 - 2 b 5 a - 4 1 3 e - 9 8 7 e - e b 6 b f c e c 8 5 a e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 6 3 e 6 b 8 3 - 3 2 5 9 - 4 3 4 f - b 3 a 2 - d 3 0 5 d 1 a 5 3 6 a d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 6 5 e 7 4 d 6 - 7 9 8 a - 4 9 0 2 - 9 0 2 c - 7 7 0 3 4 7 f 4 f 8 f 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b d 2 5 2 b 2 6 - 0 3 d 3 - 4 9 1 1 - 9 d 6 1 - d a 6 8 1 3 6 e d 4 b e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b d 3 9 8 7 3 4 - f 5 9 a - 4 6 d a - b f 6 e - 1 e 8 0 f 2 d a 5 a 0 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b e b e d 8 3 7 - 2 9 f b - 4 c 8 4 - 9 5 8 7 - 5 4 1 c 9 9 0 a 6 b 7 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 0 c 5 c a a 5 - 0 b e a - 4 9 e d - a 3 0 0 - 5 9 3 4 6 e 3 1 3 f a 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 2 8 8 7 a 4 d - 5 0 c 7 - 4 5 7 9 - 8 c 9 2 - 8 1 b 2 2 d 5 5 2 b c 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 3 f 2 c b 9 2 - d 9 8 0 - 4 f 3 f - 8 7 4 b - 4 7 f 9 f 7 9 6 2 6 c 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 4 e 7 b 0 e 4 - 0 a a 9 - 4 6 a 3 - a a f 2 - c f 5 1 9 a 9 c 2 6 3 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 7 b 4 b 2 2 1 - 1 3 7 f - 4 8 6 b - 8 d 0 3 - c 1 7 b 0 0 2 0 d 4 f c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c a 3 9 3 6 d 3 - 7 1 0 3 - 4 c a f - a 4 c 0 - 6 f 7 6 4 7 4 8 0 d 1 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c b 2 8 b e 9 6 - 8 e 6 9 - 4 6 9 b - b 2 9 6 - f a 2 2 b e f e 4 8 4 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 1 7 b 9 f 0 1 - b 2 5 a - 4 0 e 9 - b 4 e 7 - 2 2 6 b a d 1 2 9 2 9 f } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 2 e a c 5 d 6 - 0 b 0 d - 4 5 9 2 - b d 1 f - d 2 5 d d e d 3 6 d 7 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 5 5 7 5 2 f b - f 6 0 8 - 4 8 a 5 - a c 7 3 - 6 6 4 5 7 5 3 e 8 e e 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 8 6 a 9 f 0 e - 4 3 b 7 - 4 e 9 4 - a a b 5 - 2 f f 4 e 1 b f a c d 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 8 f c 0 5 0 5 - 2 3 5 1 - 4 7 8 c - 8 b 9 8 - 8 9 8 c f c 7 7 3 5 0 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 9 7 e 9 c c 5 - 1 e b f - 4 4 5 e - a b e 8 - b a 8 0 5 8 4 a c c b c } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d a 7 4 e e 1 e - f 4 7 8 - 1 1 d a - b 4 7 b - 0 0 0 3 4 7 d 2 4 d 8 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 0 5 5 5 d 5 4 - 4 0 2 b - 4 5 a b - b 4 5 d - a c 2 2 8 7 f 5 e 9 d 1 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 0 9 d 1 9 c e - 3 b 9 f - 4 a 1 2 - 9 5 0 8 - 8 6 4 2 0 4 4 8 f c 4 9 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 0 a 8 1 b 2 3 - 3 b 7 d - 4 e 0 1 - a f 8 b - 6 d 8 b b 1 b e f d c 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 c d 5 d d f 4 - f 4 7 a - 1 1 d a - b 4 7 b - 0 0 0 3 4 7 d 2 4 d 8 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 3 f 2 5 2 3 8 - 6 4 1 b - 4 a 1 5 - b a b d - e a e 7 8 4 6 d 3 c c d } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 6 5 9 f 0 0 a - a b b d - 4 c 1 6 - a 1 a 5 - 3 5 f f e 5 c 9 0 4 2 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 9 3 2 5 a d b - 3 6 7 5 - 4 6 0 b - 8 d f 6 - 6 9 5 5 e a 1 1 9 b b b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 9 d c 0 b c 1 - d f d 5 - 4 8 8 0 - 9 2 b b - 7 d 1 8 8 1 3 7 2 7 b 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e a 7 b 9 0 2 5 - 3 9 6 3 - 4 6 6 b - 9 6 f 3 - b 0 7 5 4 c d 1 b 0 3 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e b 9 4 4 f e 8 - 2 4 f 4 - 4 1 0 e - 8 1 4 f - c 0 9 8 3 d 6 8 4 1 f e } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e f 5 c 3 9 5 3 - f 2 7 a - 4 4 c 6 - a c 3 1 - a 8 5 c 0 9 3 9 8 f e 5 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e f c 7 0 6 8 0 - 7 5 b 3 - 4 3 e 9 - 9 f 5 0 - b 9 2 f 9 e a e e a b 4 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 1 6 1 a 4 c 4 - a b 6 1 - 4 2 2 7 - b 6 6 6 - 0 5 3 6 2 6 8 5 5 c f 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 2 b a 9 a 2 d - 4 1 3 8 - 4 1 1 b - 9 8 4 3 - 2 5 b 3 2 4 f 0 8 3 1 7 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 4 c b 3 f 1 2 - 2 2 4 5 - 4 d 6 9 - a 3 0 b - e 0 7 b c e f 5 5 0 d 8 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 4 f 2 7 5 b 8 - 6 6 9 3 - 4 f 8 9 - 8 b 1 1 - 6 a 5 f b 3 9 9 2 7 6 0 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 7 3 9 3 3 1 6 - 1 f 1 6 - 4 6 4 f - 9 9 3 8 - e c c 0 3 8 e 0 1 c 0 b } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 9 4 3 a 9 c 7 - e d 2 d - 4 1 f d - a 8 b d - b 8 9 0 d 1 0 1 9 0 f 6 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f e 0 5 c e d 8 - 0 a c f - 4 d 0 d - 8 1 2 8 - f 3 5 f e 7 1 7 4 e 1 3 } " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f f c a e 2 9 e - 8 0 f e - 4 8 3 3 - 8 d d 6 - a 8 f d 0 e e d e a 6 0 } " ) ! = - 1 )   {   m = 1 ; }        
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 4 6 f 5 1 e 4 - 7 d 9 0 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }        
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 a a 4 0 d c 7 - 1 8 a 9 - 4 1 3 5 - 8 f 0 7 - d 0 0 4 4 5 f 1 2 0 0 0 } " ) ! = - 1 )   {   m = 1 ; }        
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 3 1 3 8 7 d 1 - f 5 8 4 - 4 2 1 9 - a 5 2 c - b c d 7 b d 6 2 c b 7 3 } # { f 3 3 1 3 b 5 d - e a a 7 - 1 1 d c - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 1 ; }        
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 4 0 a c 4 8 7 - f a 5 6 - 4 0 4 d - 8 f c 9 - 6 1 b 0 9 5 f 1 7 5 d 1 } # { e a 9 4 f e 6 d - b e 7 1 - 4 7 9 1 - 8 e e 5 - e e b b 2 d a 4 7 f 3 6 } " ) ! = - 1 )   {   m = 1 ; }        
  
 / /   a d d i n g   p a g e s   m a n u a l l y  
   / /   c a t e g o r i e s  
   i f   ( t e m p s t r . i n d e x O f ( " c o l m a n 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a d v a n c e d s e a r c h r e s u l t s . a s p x " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h i s h t a l m u t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " 6 b s t u d i o _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h u t z . h a i f a " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t a y a r u t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t e l a v i v _ u n i v e r s i t y _ h a r s h a m a " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m e c h i n a . h u j i _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t a f n i t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a s i f a 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " d i a l o g 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m e r a v 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " d i p l o m a 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t a f n i t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a d d a s a - s h i n a i m _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " r g c _ 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t i l t a n 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w i z o c o l l e g e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " e f r a t a 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w i z o e x 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " j c e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " o p t i c a n a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s c e 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a f e k a 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c t s 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " n e t a n y a _ 4 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t e l h a i _ 3 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " k i n e r e t " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " y o s h _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " r u p p i n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s a p i r 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s a p i r 2 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s a p i r 3 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " o n o 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a d a s s a h 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a s h - c o l l e g e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w a g a l i l 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w a g a l i l 2 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h i t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m l a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a r m e l _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a r m e l 5 _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m i s h p a t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " o r a n i m _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w a s h i n g t o n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " w i n c o l 4 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m e d i w i n 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " x - c o o l 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " g o r d o n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h e m d a t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " l e v i n s k i 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " o h a l o _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " b r a u d e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c o l l e g e _ s t u d y " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m e d i c i n 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s e l a - d a a t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c u b i a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " b e i t - z v i 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a m e c h i n a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a v n i 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " i n l i n e 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s t u d i o 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m u z i k 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h e d m u s i c 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " b a r m a s t e r 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " z m a n a m i t i 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c a l a u t o _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m a h u t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s t a t u s c h o o l _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " d a v i s b i t t o n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " e v e c e n t e r 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a c k e r u _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s e r j o 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " n a i l _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " g a l l e r y n a l i s 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m i r y a m 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s t u d i o 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m i n h a l t e c h _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " r e a l t y - e x e c u t i v e s _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " f a s h i o n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h i g h - q _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " z n k _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a k i m a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " o n e x o n e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " b v d _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " p s a g o t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m d y 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t i k v a 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s t u d y a b r o a d _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " z e f a t 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " n i t c 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " e x p o r t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a b u d i 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " r g - l a w 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " p a c 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " p h o t o - w a y _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t h e u n i t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " g a l i t i t a l i a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " g o m e _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h a b e t z e f e r 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " l a n d e r 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " l a n d e r 2 _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m i g v a n _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h i - t e c h _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " i n t e r b i t _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " t a m a l _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m a l t a s h 1 _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " i m s _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h c v a n a " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " e v e n i n g _ s t u d i e s " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a c c o u n t i n g " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " s e c r e t a r y 1 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " h o t e l - m a n a g e m e n t _ 0 " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a r c h e o l o g y " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m e d i a " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m a t h e m a t i c s " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " l i m o d i m _ e n g " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " a r c h i t e c t u r e " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c o m p u t e r - s c i e n c e " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " c o s m e t i c s " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " p r e p a r a t o r y - o n e - t w o " ) ! = - 1 )   {   m = 1 ; }    
   i f   ( t e m p s t r . i n d e x O f ( " m o s d o t l i m u d " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a c c o u n t i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a c c o u n t i n g _ f i r s t _ d " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a c t i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a g r i c u l t u r e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a i r c o n d i t i o n _ e n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a n i m a l - t h e r a p y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a n i m a t i o n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a r c h e o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a r c h i t e c t u r e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a r t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b a k e r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b a n k i n g - f i a n a c i n g 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b a n k i n g - f i n a n c i n g 2 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b a r m a n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b e h a v i o r - s c i e n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b i b l e - t a l m u d " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b i o c h e m i s t r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b i o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b i o - m e d i c i n e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b i o t h e c n o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b o o k k e e p i n g 2 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b o o k k e e p i n g 3 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b o o k k e e p i n g 4 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b u s i n e s s - i n i t i a t i v e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " b u s i n e s s - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c h e m i s t r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c i n e m a - s t u d y i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c i v i l i a n - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c o m p u t e r - a p p l i c a t i o n s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c o m p u t e r i z e d - g r a p h i c " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c o m p u t e r - s c i e n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " o n o 5 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c o p y w r i t i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c o s m e t i c s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c r i m i n o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c u l t u r e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d a n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d e n t i s t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d e s i g n - c o l l e g e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d i r e c t o r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d i s t u r b a n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e c o n o m y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e c o n o m y - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e d i t o r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e l e c t r o - o p t i c s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e n v i r o n m e n t - s c i e n c e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e v a l u a t i o n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " e v e n i n g _ s t u d i e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " f a s h i o n - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " f a s h i o n - m o d e l " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g a r d e n i n g - t h e r a p y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g e o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g i s h u r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g r a p h i c - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g u i d e - a b r o a d - t o u r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " g u i d e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h a i r - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h e a l t h - s y s t e m - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h i s t o r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h o t e l - m a n a g e m e n t _ 0 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h o t e l - m a n a g e m e n t _ 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h o t e l s - e c o n o m y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h u m a n - r e s o u r c e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n d u s t r y - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n f o r m a t i o n - s y s t e m " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n s u r a n c e 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n t e r i o r - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n t e r n a l - a u d i t o r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n t e r n a t i o n a l - r e l a t i o n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i n v e s t i g a t i o n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " i s r a e l - h i s t o r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " j e w i s h - p e o p l e - h i s t o r y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " j o u r n a l i s m " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " j u d a i s m - s c i e n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " j u n i o r - h i g h - s c h o o l " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " k i d u m _ a t a r i m " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l a n d s c a p e - a r c h i t e c t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l a w - s t u d y i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l i f e - s c i e n c e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l i m o d i m _ e n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l i t e r a t u r e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l o g i s t i c s 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l o g i s t i c s 2 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l o g i s t i c s 3 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l o g i s t i c s 4 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l o g i s t i c s 6 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a c h i n s - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a k e u p " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a r k e t i n g - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a r k e t i n g - s a l e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a t e r i a l - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a t h e m a t i c s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m e d a n u t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m e d i a " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m i d d l e - e a s t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m o s d o t l i m u d " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m u s i c " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " n u c l e a r - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " n u t r i t i o n - s c i e n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " o c c u p a t i o n a l - t h e r a p y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " o r g a n i z a t i o n - a d v i s e r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p e n g - s h u i " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p h o t o g r a p h y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p h y s i c s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p h y s i o t h e r a p y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r e p a r a t o r y - o n e - t w o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r e p a r a t o r y - p r o j e c t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r e p a r a t o r y - s t a g e s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r e s c h o o l e r s - e d u c a t i o n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r o d u c t - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r o d u c t i o n - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r o g r a m i n g - e n g i n e e r i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p s y c h o d r a m a " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p s y c h o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p u b l i c - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p u b l i c - r e l a t i o n s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " r a d i o " ) ! = - 1   & &   t e m p s t r . i n d e x O f ( " r a d i o l o g y " ) = = - 1 )   {   m = 1 ; }     / /   c u s t o m   1 c l i c k   s p e c i a l   c a s e  
     i f   ( t e m p s t r . i n d e x O f ( " r e a l - e s t a t e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " r e c e p t i o n - c l e r k " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " r e g i m e - p o l i c y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s c e n a r i o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s e c r e t a r y 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s e c r e t a r y 2 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s e c r e t a r y 3 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s e c r e t a r y 4 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h a s h e f _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s e w i n g " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s o c i a l - s c i e n c e s _ 1 " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s o c i a l - w o r k " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s o c i o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s t a t e - s e i e n c e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s t a t i s t i c s " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t e a m - g u i d e " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t e r m i n o l o g y " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t h e a t e r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t o u r - m a n a g e m e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t r a v e l - a g e n t " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " w e b - d e s i g n " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " w e b - m a s t e r " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m a l t a s h _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d i a n a _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l i f e f o r y o u " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " w i n c o l 5 _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s a m u e l - y _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m s i p _ i n f o " ) ! = - 1 )   {   m = 1 ; }    
  
 / /   r e m o v i n g   p a g e s   m a n u a l l y  
 / /   a d d i t i o n a l   p a g e s   t h e y   a s k e d   t o   r e m o v e ,   m o s t   o f   t h e m   a r e   n o t   a c t i v e   a n y w a y s  
  
 i f   ( t e m p s t r . i n d e x O f ( " b g u 1 1 " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c a c f c 8 5 a - 3 f 4 b - 4 8 b f - 8 7 e 9 - 1 5 e f 7 3 8 5 1 0 8 a } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 b 8 3 a a a 7 - 4 2 6 4 - 4 8 6 7 - b 5 c 0 - d 0 8 d 2 f c 7 8 f e 5 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 e 2 0 9 8 a 0 - 2 6 b 7 - 4 8 5 a - b b 2 9 - 3 2 4 2 9 1 2 c d c a e } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 4 0 c 7 f 5 7 - 5 8 b 2 - 4 e d f - a 9 8 c - 3 1 7 3 7 1 0 7 7 d 1 f } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e f 4 c 4 b 1 9 - 4 7 6 4 - 4 1 9 7 - 8 a e 1 - b 9 5 6 f d 5 b 2 7 c c } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e d c e f a 8 2 - 6 6 5 4 - 4 8 6 3 - 8 b 9 7 - 1 b 6 c 0 9 c 6 f f 6 e } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " h a i f a 1 " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 3 f 2 9 7 5 5 - a 5 f a - 4 0 9 7 - 9 9 8 b - c c 0 f c 8 9 3 d d 9 0 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 a 6 7 2 f 8 4 - 4 4 3 f - 4 6 2 5 - a 1 b b - 9 7 c f f b e b 4 c a 5 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 4 5 1 f c d 8 - f a f 1 - 4 f 3 4 - 9 8 0 d - 6 5 4 d 3 d 1 2 1 5 8 f } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 2 c 8 8 0 2 3 - c 7 0 5 - 4 1 d 6 - b f e 9 - c 4 a 9 1 9 4 c 1 b 0 4 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 2 7 d 1 4 3 a - 5 4 5 5 - 4 6 2 3 - a 7 f c - 4 6 5 8 e 8 a b d 0 6 c } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 b a 4 9 9 8 4 - 9 c 2 8 - 4 0 7 0 - 8 0 e 9 - 9 2 6 4 a f 3 1 4 3 d 7 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " b g u - e i l a t 1 " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 0 8 6 e 0 4 c - 8 e 9 6 - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 6 a 4 6 8 2 d - 9 0 2 2 - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 a 7 7 6 b 9 3 - 0 5 a 0 - 4 b b 9 - 8 7 0 d - 3 1 5 6 e 2 3 c 0 d 9 7 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " h u j i 1 " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 e 9 1 3 f f e - 1 7 5 9 - 4 a c 0 - 9 a d d - 5 1 0 7 2 2 9 a d 7 0 3 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b d 1 0 4 9 f d - 5 3 e 0 - 4 9 5 3 - 9 5 3 d - f 8 7 4 3 c c 0 3 e 0 d } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 6 7 6 3 8 2 2 8 - a e 8 4 - 4 3 a f - b 4 5 d - c d 9 b 4 e 9 f b 8 f 8 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 7 2 2 3 8 3 8 - f e 1 0 - 4 e 2 4 - a 1 e 7 - 2 6 a 8 0 8 f 7 f 2 e 6 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 b b 5 e c f 2 - 1 d c 7 - 4 d 5 0 - 8 9 0 6 - 6 4 0 c 1 d 1 b c 6 9 6 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 f 6 e 0 9 8 c - e 6 4 5 - 4 a 1 8 - 9 4 0 b - 1 d 4 6 d 9 a 8 8 8 d 0 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 d d 6 3 d 5 e - 5 d 9 e - 4 1 6 b - a a 2 b - 8 5 1 3 5 d 4 1 a b 9 6 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b c 2 a b e e 8 - 9 7 5 8 - 4 f d 3 - b a 0 6 - d c c 2 8 4 1 d 9 2 b d } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 c 2 0 c 6 a 8 - 7 d c 3 - 4 7 6 1 - 8 e 4 1 - 2 1 6 d 4 e 4 7 5 4 8 4 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " t e l a v i v _ u n i v e r s i t y _ h a r s h a m a " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 e 0 0 2 8 4 e - 8 2 6 9 - 4 f 5 f - a c f 1 - f 9 5 f 7 9 8 5 2 4 f 3 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 3 0 c f 3 f e - f 4 3 c - 4 3 f a - b 7 7 e - 9 8 1 d 4 9 f a d 7 a e } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 5 7 3 c 3 a 2 - 8 e 8 5 - 4 f a 6 - b a 5 c - 0 c b 7 e c d b e 1 9 e } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 2 9 1 c 5 2 b - 9 c 0 0 - 4 5 7 6 - a b 8 e - f 7 3 d 5 a 3 0 b 6 c d } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 8 c 8 7 9 b d - 4 d 9 b - 4 d 9 9 - 8 c 5 7 - c c f 2 3 e d e 2 1 b 2 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 2 9 c 1 7 0 e - 2 3 7 6 - 4 c d e - a e c 5 - f d 9 0 0 7 9 7 4 0 5 7 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 c e 7 e 1 1 3 - b 6 7 a - 4 8 c 2 - 9 a 7 d - e 8 8 8 9 5 2 9 f 5 2 7 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 8 c 8 0 e d 5 - a 9 c 8 - 4 9 e 5 - a 2 e e - f 7 6 6 7 6 9 f 8 d 2 1 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e d 9 1 d 0 7 0 - c 9 0 0 - 4 2 5 c - a 5 5 7 - 8 4 d f 1 7 8 e 1 c 4 0 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f 3 a a 3 1 8 4 - 8 6 e 0 - 4 8 d e - 8 9 c 5 - d 0 c 9 6 b 9 d 9 3 d 1 } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 e f c a 1 a 1 - 0 4 c 6 - 4 b 7 0 - 8 8 c 0 - 8 d 5 d 0 2 3 1 8 0 5 d } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 0 a 8 0 2 1 2 - c 8 8 0 - 4 6 b 3 - a a f 6 - 5 7 7 7 4 6 a c f d c c } " ) ! = - 1 )   {   m = 0 ; }    
 i f   ( t e m p s t r . i n d e x O f ( " m e l a g o t - m o s a d o t " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 9 b c f 4 f c - 6 0 a f - 4 f d 5 - b 6 3 d - 9 e 8 1 b 1 3 f e 8 2 4 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 0 8 6 e 0 4 c - 8 e 9 6 - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 d 6 1 6 9 8 c - 9 2 3 d - 4 e c a - 9 7 a b - c 7 e c 3 5 4 8 f 8 6 9 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d 0 8 6 e 0 4 7 - 8 e 9 6 - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } # { 5 5 5 2 0 3 3 3 - 8 f 2 d - 1 1 d b - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 4 1 5 7 0 a a - 3 9 c 3 - 4 1 e c - 8 8 e 6 - e 2 c 4 a 3 b 8 4 8 4 0 } # { 9 0 1 9 0 9 6 a - 0 8 9 b - 4 4 f c - 9 f b d - 0 c 2 8 7 6 3 b 6 4 8 f } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 d d 2 7 7 b 3 - 6 0 a 5 - 4 a 4 6 - 9 f 1 e - 1 d 8 6 2 c 3 b 4 6 1 3 } # { 3 5 2 e a 8 1 2 - b 2 c 1 - 4 a 9 7 - 9 3 b 8 - 3 c e a 2 5 a 5 4 5 c 9 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 1 3 c a d 9 0 - 9 a a 3 - 4 8 1 3 - 9 9 c 9 - 9 a 9 2 f b a 2 9 d 1 f } # { a 1 6 3 4 6 6 b - f 8 d a - 4 d 0 f - b 0 6 1 - 1 a e c 3 a d 3 7 b 4 d } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 2 d 5 b 9 c 0 - 7 c b d - 4 7 8 0 - 9 b f 8 - 0 8 2 c 5 7 6 3 2 6 4 b } # { 9 6 4 a 3 d d 3 - f 3 6 0 - 4 4 6 3 - 8 6 f b - e a 7 1 4 0 b 5 7 7 c b } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a g r i - h u j i _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 5 b 9 c 2 c f - 2 5 e f - 4 9 3 3 - b c f b - 0 9 e 0 f 5 0 e 9 9 b 1 } # { b 9 6 2 2 4 9 c - 6 9 2 d - 4 f b d - 8 2 2 f - c 7 3 d d 6 2 3 9 8 0 1 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 5 b 9 c 2 c f - 2 5 e f - 4 9 3 3 - b c f b - 0 9 e 0 f 5 0 e 9 9 b 1 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 e 2 0 9 8 a 0 - 2 6 b 7 - 4 8 5 a - b b 2 9 - 3 2 4 2 9 1 2 c d c a e } # { 1 3 5 9 2 4 e 8 - b 0 7 6 - 1 1 d b - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 e 2 0 9 8 a 0 - 2 6 b 7 - 4 8 5 a - b b 2 9 - 3 2 4 2 9 1 2 c d c a e } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t e c h n i o n 5 _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 9 b 2 9 9 8 f 5 - 5 c 2 d - 4 4 b c - 9 f e 9 - 0 6 d 2 f 9 9 4 a 4 b 2 } # { c 4 7 1 b 5 e d - f 8 6 0 - 4 0 6 5 - 8 c a 8 - 4 b 5 c 3 2 d 9 6 9 4 4 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " t e c h n o l o g y 1 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 8 1 1 7 4 b e 1 - f b e f - 4 b c 3 - 8 b a 0 - 8 1 b 0 9 6 a 2 0 f 2 b } # { e 2 e c 7 7 5 f - b 0 3 a - 1 1 d b - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 a 5 e 4 c c 9 - c e 0 8 - 4 9 e f - 9 a a d - f 3 6 0 b d 5 1 6 1 f 0 } # { 9 4 d a c 9 1 e - 1 8 e 6 - 4 9 f 0 - 9 6 b 5 - 1 e 9 4 f 7 d a d f 1 6 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m o r _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " l e v i n s k i 1 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h e r m e l i n 1 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 0 8 2 2 5 b 1 - d 8 7 b - 4 7 3 d - a 1 9 b - 2 9 0 8 2 0 0 7 b 1 e 3 } # { 4 c 9 1 6 f a e - c 3 2 4 - 1 1 d b - 9 a 8 b - 0 0 1 1 2 f 0 6 0 3 a 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 5 3 a 9 0 d 6 b - a 6 3 f - 1 1 d b - 8 7 e 1 - 0 0 1 5 5 8 6 c d 0 c 3 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " p r a c t i c u _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " s t u d i o 1 6 2 3 _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m o t i e r u b i n _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 7 d 9 0 b 6 6 1 - 7 b 4 d - 4 2 8 0 - 8 6 9 6 - 9 c 0 b f b 8 6 e e 5 5 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m e d i a t e c h c o l l e g e _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " o p a z _ i n f o " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a r t i s t 1 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 c 2 0 c 6 a 8 - 7 d c 3 - 4 7 6 1 - 8 e 4 1 - 2 1 6 d 4 e 4 7 5 4 8 4 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 3 0 c f 3 f e - f 4 3 c - 4 3 f a - b 7 7 e - 9 8 1 d 4 9 f a d 7 a e } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 9 9 f 6 c 3 1 - 5 4 8 c - 4 a b d - 9 4 8 f - 1 2 a 1 f 5 1 b 2 2 4 4 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 a b e 2 a 6 f - d 9 d 0 - 4 8 d 0 - 8 1 6 2 - c 8 a f e 1 9 7 7 8 c c } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 1 3 3 9 a 3 3 6 - 0 b e 0 - 4 d 3 2 - 9 2 f 2 - 6 b 8 8 e 0 a b 5 f 3 5 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d d 6 b 3 f 8 7 - 3 8 4 f - 4 d d 6 - b b e 8 - d 9 6 b f 0 2 0 9 2 e 5 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 6 c 0 f e e e - b 5 4 a - 4 e 2 6 - b 7 c 3 - 7 8 d 0 1 4 5 b 5 6 4 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 3 a 7 0 7 f 4 - 9 b 7 9 - 4 0 c f - 9 0 c f - 6 f e 5 9 e 7 5 3 e 7 e } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 2 d d 2 7 7 b 3 - 6 0 a 5 - 4 a 4 6 - 9 f 1 e - 1 d 8 6 2 c 3 b 4 6 1 3 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { e 1 1 8 c 9 c c - f 4 7 5 - 1 1 d a - b 4 7 b - 0 0 0 3 4 7 d 2 4 d 8 0 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b 8 3 0 3 4 e b - f 2 4 5 - 4 7 a 4 - a 7 c 5 - 0 1 3 7 6 b 6 7 e 1 0 f } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d a 9 c b 1 5 4 - d e 8 8 - 4 8 f 0 - 8 e 7 c - 4 4 4 3 d b 0 a 7 1 f 9 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 3 e 6 5 8 1 d a - c 6 e e - 4 4 e b - 9 8 5 f - 2 e 7 c 9 4 9 8 8 4 e 5 } " ) ! = - 1   & &   t e m p s t r . i n d e x O f ( " 4 8 b 2 b c b e - 7 7 c b - 4 0 0 2 - a e 0 4 - 2 2 9 1 c 5 a f e c d 9 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { f c a f 9 b 4 a - 8 f d c - 4 e 3 2 - 8 3 9 f - 9 6 4 6 6 f 3 d 2 3 c 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { b c 8 3 e f 0 b - 7 d 6 5 - 4 7 8 3 - a 4 1 9 - 1 0 7 3 7 c 9 8 1 5 1 c } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 f 7 e 7 c a 6 - a 9 3 0 - 4 e 7 a - a d 1 b - 7 b f f 5 2 5 8 a c f 0 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " h c h v a n a a l l ? c a t i d = { 9 5 d d 1 7 a 7 - d d 0 e - 4 f d d - a 2 9 2 - d 1 e 3 3 b 7 f e 6 d 9 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " m i c h e l m e r c i e r 1 ? c a t i d = { 5 6 e b 6 8 8 5 - 1 0 2 b - 4 a 7 e - 8 9 6 9 - 0 1 f e 6 4 e 1 e 1 c 4 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { a f 9 4 2 3 7 d - 0 8 4 1 - 4 f 0 b - b 8 3 3 - 8 e d 6 e 3 1 0 f 8 8 e } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " a d v a n c e d s e a r c h r e s u l t s . a s p x ? m c i d = 2 5 & c i d = 1 4 2 % 7 c 1 8 8 & d i d = 2 d 6 0 a 7 1 8 - d d 1 d - 4 8 a b - a 5 9 6 - 4 0 9 9 9 6 6 7 7 0 2 1 & g i d = 4 & e v e = 0 & d o s = 0 " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 0 c 8 b 1 1 6 8 - 9 c b a - 4 2 a a - b 8 a 4 - c 9 3 6 e 8 f 2 7 f 2 3 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " d a n c e - t h e r a p y " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { d d 4 b e b b 1 - 0 4 9 9 - 4 4 9 8 - 8 8 8 7 - 4 0 8 f 1 3 e b 8 0 d 2 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { c 9 6 7 9 4 4 d - d 9 7 8 - 4 c 1 7 - 9 7 1 d - e 0 e a a 8 6 e 8 0 3 1 } " ) ! = - 1 )   {   m = 0 ; }    
     i f   ( t e m p s t r . i n d e x O f ( " c a t i d = { 4 a a 4 0 d c 7 - 1 8 a 9 - 4 1 3 5 - 8 f 0 7 - d 0 0 4 4 5 f 1 2 0 0 0 } " ) ! = - 1 )   {   m = 0 ; }    
  
  
 / /   i f   m = 1  
   i f   ( m = = 1 )   {   a c t i v e p a g e   =   t r u e ;   }  
         / /   i f   ( t e m p s t r . i n d e x O f ( " v i r t u a l s p i r i t s " ) = = - 1 )   {   a c t i v e p a g e   =   f a l s e ; }    
 }  
  
 f u n c t i o n   g e t d o m a i n ( u r l )   {  
         i f   ( u r l   ! =   " " )   {  
                 u r l   =   u r l . s p l i t ( / \ / + / g ) [ 1 ] ;  
         }  
         r e t u r n   u r l ;  
 }  
  
 f u n c t i o n   s t a r t c h a t ( l a u n c h e r )   {  
         c h a t T i m e   =   n e w   D a t e ( ) ;  
         t i m e I n t e r v a l   =   c h a t T i m e   -   l o a d T i m e ;  
         t r y   {  
                 s h o w B u t t o n T i m e r ( ) ;   / /   s h o w   t h e   b u t t o n   c h a t   a s   t i m e r  
                 / /   n e w   d e s i g n   -   r e c u r r i n g   c h a t  
                 c r e a t e C o o k i e ( " v s p i r i t s _ s t a t u s " ,   " i n p r o c e s s " ,   1 ) ;   / /   w r i t e   t h e   c o o k i e   f o r   n e x t   p a g e  
                 a g e n t s t a t u s   =   " h a n d l e d " ;  
                 s e t a c t i v e ( ) ;  
               f i x _ f l a s h ( ) ;  
                 i f   ( l a u n c h e r   = =   " e x i t " )   {  
                         / /   e x i t   c h a t  
                         / /   n e w   d e s i g n   n o   o v e r l a y  
                         / /   c u s t o m   1 c l i c k   r e f i d   g e t s   t h e   v a l u e   p a g e t y p e   f o r   s e r v e r  
                         s h o w P o p W i n ( " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / "   +   v s p i r i t s _ c h a t _ c l i e n t   +   " v s a h e b r e w . a s p x ? r e f i d = " + p a g e t y p e + " & l a u n c h e r = "   +   l a u n c h e r   +   " & l a u n c h e r t i m e = "   +   t i m e I n t e r v a l   +   " & r e f e r r e r = "   +   r e f e r r e r _ p a r a m   +   " & t i t l e = "   +   t i t l e _ p a r a m ,   5 0 0 ,   4 5 0 ,   n u l l ,   f a l s e ) ;  
                 }   e l s e   {  
                         / /   t i m e d   c h a t  
                         / /   c u s t o m   1 c l i c k   r e f i d   g e t s   t h e   v a l u e   p a g e t y p e   f o r   s e r v e r  
                         s h o w P o p W i n ( " h t t p : / / w w w . v i r t u a l s p i r i t s . c o m / v s a / "   +   v s p i r i t s _ c h a t _ c l i e n t   +   " v s a h e b r e w . a s p x ? r e f i d = " + p a g e t y p e + " & l a u n c h e r = "   +   l a u n c h e r   +   " & l a u n c h e r t i m e = "   +   t i m e I n t e r v a l   +   " & r e f e r r e r = "   +   r e f e r r e r _ p a r a m   +   " & t i t l e = "   +   t i t l e _ p a r a m ,   5 0 0 ,   4 5 0 ,   n u l l ,   f a l s e ) ;  
                 }  
         }   c a t c h   ( e )   {  
                 / /   n o t h i n g  
                 / / a l e r t ( e ) ;  
         }  
 }  
  
  
 / * *  
 *   @ a r g u m e n t   w i d t h   -   i n t   i n   p i x e l s  
 *   @ a r g u m e n t   h e i g h t   -   i n t   i n   p i x e l s  
 *   @ a r g u m e n t   u r l   -   u r l   t o   d i s p l a y  
 *   @ a r g u m e n t   r e t u r n F u n c   -   f u n c t i o n   t o   c a l l   w h e n   r e t u r n i n g   t r u e   f r o m   t h e   w i n d o w .  
 *   @ a r g u m e n t   s h o w O v e r l a y   -   s h o w   t h e   b o d y   o v e r l a y  
 * /  
 f u n c t i o n   s h o w P o p W i n ( u r l ,   w i d t h ,   h e i g h t ,   r e t u r n F u n c ,   s h o w O v e r l a y )   {  
         / /   s h o w   o r   h i d e   t h e   w i n d o w   c l o s e   w i d g e t  
         d o c u m e n t . g e t E l e m e n t B y I d ( " p o p C l o s e B o x " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
  
         g P o p u p I s S h o w n   =   t r u e ;  
         d i s a b l e T a b I n d e x e s ( ) ;  
  
         i f   ( s h o w O v e r l a y )   {  
                 g P o p u p M a s k . s t y l e . d i s p l a y   =   " b l o c k " ;  
         }  
  
         g P o p u p C o n t a i n e r . s t y l e . d i s p l a y   =   " b l o c k " ;  
         / /   c a l c u l a t e   w h e r e   t o   p l a c e   t h e   w i n d o w   o n   s c r e e n  
         c e n t e r P o p W i n ( w i d t h ,   h e i g h t ) ;  
         s e t M a s k S i z e ( ) ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " p r o a c t i v e " ) . i n n e r H T M L   =   " < i f r a m e   s r c = "   +   u r l   +   "   s t y l e = \ " w i d t h : 1 ; h e i g h t : 1 ; b a c k g r o u n d - c o l o r : t r a n s p a r e n t ; \ "   s c r o l l i n g = \ " n o \ "   f r a m e b o r d e r = \ " 0 \ "     i d = ' i f r a m e C o n t e n t '   n a m e = ' i f r a m e C o n t e n t "   +   M a t h . r o u n d ( M a t h . r a n d o m ( )   *   1 0 0 0 )   +   " '   a l l o w t r a n s p a r e n c y = \ " t r u e \ "   i d = \ " p o p u p F r a m e \ "   n a m e = \ " p o p u p F r a m e \ "   w i d t h = ' 1 '   h e i g h t = ' 1 '   o n l o a d = ' c u s t o m _ s h o w I f r a m e ( ) ; ' > < / i f r a m e > "  
  
         / /   f o r   I E  
         i f   ( g H i d e S e l e c t s   = =   t r u e )   {  
                 h i d e S e l e c t B o x e s ( ) ;  
         }  
  
 }  
  
 v a r   g i   =   0 ;  
 f u n c t i o n   c e n t e r P o p W i n ( w i d t h ,   h e i g h t )   {  
         i f   ( g P o p u p I s S h o w n   = =   t r u e )   {  
                 i f   ( w i d t h   = =   n u l l   | |   i s N a N ( w i d t h ) )   {  
                         w i d t h   =   g P o p u p C o n t a i n e r . o f f s e t W i d t h ;  
                 }  
                 i f   ( h e i g h t   = =   n u l l )   {  
                         h e i g h t   =   g P o p u p C o n t a i n e r . o f f s e t H e i g h t ;  
                 }  
  
                 / / v a r   t h e B o d y   =   d o c u m e n t . d o c u m e n t E l e m e n t ;  
                 v a r   t h e B o d y   =   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 ( " B O D Y " ) [ 0 ] ;  
                 / / t h e B o d y . s t y l e . o v e r f l o w   =   " h i d d e n " ;  
                 / /   n e w   m o d e l  
                 / / v a r   s c T o p   =   p a r s e I n t ( g e t S c r o l l T o p ( ) , 1 0 ) ;  
                 v a r   s c T o p   =   p a r s e I n t ( g e t S c r o l l T o p ( ) ,   0 ) ;  
                 v a r   s c L e f t   =   p a r s e I n t ( t h e B o d y . s c r o l l L e f t ,   1 0 ) ;  
  
                 s e t M a s k S i z e ( ) ;  
  
                 / / w i n d o w . s t a t u s   =   g P o p u p M a s k . s t y l e . t o p   +   "   "   +   g P o p u p M a s k . s t y l e . l e f t   +   "   "   +   g i + + ;  
  
                 v a r   t i t l e B a r H e i g h t   =   p a r s e I n t ( d o c u m e n t . g e t E l e m e n t B y I d ( " p o p u p T i t l e B a r " ) . o f f s e t H e i g h t ,   1 0 ) ;  
  
                 v a r   f u l l H e i g h t   =   g e t V i e w p o r t H e i g h t ( ) ;  
                 v a r   f u l l W i d t h   =   g e t V i e w p o r t W i d t h ( ) ;  
  
                 / /   n e w   d e s i g n  
                 v a r   t o p t e m p   =   s c T o p   +   ( f u l l H e i g h t   -   ( h e i g h t   +   1 ) ) ;  
                 i f   ( t o p t e m p   <   s c T o p )   {   t o p t e m p   =   s c T o p ;   }  
                 / /   n e w   d e s i g n 	  
                 / /   b o t t o m   l e f t  
                 g P o p u p C o n t a i n e r . s t y l e . t o p   =   t o p t e m p   +   " p x " ;  
                  
                 / / c u s t o m   1 c l i c k  
                 i f   ( a g e n t p l a c e m e n t = = " r i g h t " )   {  
                 / /   b o t t o m   r i g h t  
                   g P o p u p C o n t a i n e r . s t y l e . l e f t   =   ( f u l l W i d t h   -   w i d t h   -   2 0 )   +   " p x " ;  
                 }   e l s e   {  
                 / /   b o t t o m   l e f t  
                 g P o p u p C o n t a i n e r . s t y l e . l e f t   =   ( s c L e f t   +   2 5 )   +   " p x " ;  
                 }  
       }  
 }  
  
 a d d E v e n t ( w i n d o w ,   " r e s i z e " ,   c e n t e r P o p W i n ) ;  
 a d d E v e n t ( w i n d o w ,   " s c r o l l " ,   c e n t e r P o p W i n ) ;  
 w i n d o w . o n s c r o l l   =   c e n t e r P o p W i n ;  
  
  
 / * *  
 *   S e t s   t h e   s i z e   o f   t h e   p o p u p   m a s k .  
 *  
 * /  
 f u n c t i o n   s e t M a s k S i z e ( )   {  
         v a r   t h e B o d y   =   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 ( " B O D Y " ) [ 0 ] ;  
         v a r   f u l l H e i g h t   =   g e t V i e w p o r t H e i g h t ( ) ;  
         v a r   f u l l W i d t h   =   g e t V i e w p o r t W i d t h ( ) ;  
  
         / /   D e t e r m i n e   w h a t ' s   b i g g e r ,   s c r o l l H e i g h t   o r   f u l l H e i g h t   /   w i d t h  
         i f   ( f u l l H e i g h t   >   t h e B o d y . s c r o l l H e i g h t )   {  
                 p o p H e i g h t   =   f u l l H e i g h t ;  
         }   e l s e   {  
                 p o p H e i g h t   =   t h e B o d y . s c r o l l H e i g h t ;  
         }  
  
         i f   ( f u l l W i d t h   >   t h e B o d y . s c r o l l W i d t h )   {  
                 p o p W i d t h   =   f u l l W i d t h ;  
         }   e l s e   {  
                 p o p W i d t h   =   t h e B o d y . s c r o l l W i d t h ;  
         }  
  
         g P o p u p M a s k . s t y l e . h e i g h t   =   p o p H e i g h t   +   " p x " ;  
         g P o p u p M a s k . s t y l e . w i d t h   =   p o p W i d t h   +   " p x " ;  
 }  
  
 / * *  
 *   @ a r g u m e n t   c a l l R e t u r n F u n c   -   b o o l   -   d e t e r m i n e s   i f   w e   c a l l   t h e   r e t u r n   f u n c t i o n   s p e c i f i e d  
 *   @ a r g u m e n t   r e t u r n V a l   -   a n y t h i n g   -   r e t u r n   v a l u e    
 * /  
 f u n c t i o n   h i d e P o p W i n ( c a l l R e t u r n F u n c )   {  
         g P o p u p I s S h o w n   =   f a l s e ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " p r o a c t i v e " ) . i n n e r H T M L   =   " & n b s p ; " ;  
         v a r   t h e B o d y   =   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 ( " B O D Y " ) [ 0 ] ;  
         t h e B o d y . s t y l e . o v e r f l o w   =   " " ;  
         r e s t o r e T a b I n d e x e s ( ) ;  
         i f   ( g P o p u p M a s k   = =   n u l l )   {  
                 r e t u r n ;  
         }  
         g P o p u p M a s k . s t y l e . d i s p l a y   =   " n o n e " ;  
         g P o p u p C o n t a i n e r . s t y l e . d i s p l a y   =   " n o n e " ;  
         i f   ( c a l l R e t u r n F u n c   = =   t r u e   & &   g R e t u r n F u n c   ! =   n u l l )   {  
                 / /   S e t   t h e   r e t u r n   c o d e   t o   r u n   i n   a   t i m e o u t .  
                 / /   W a s   h a v i n g   i s s u e s   u s i n g   w i t h   a n   A j a x . R e q u e s t ( ) ;  
                 g R e t u r n V a l   =   w i n d o w . f r a m e s [ " p o p u p F r a m e " ] . r e t u r n V a l ;  
                 w i n d o w . s e t T i m e o u t ( ' g R e t u r n F u n c ( g R e t u r n V a l ) ; ' ,   1 ) ;  
         }  
  
         / /   d i s p l a y   a l l   s e l e c t   b o x e s  
         i f   ( g H i d e S e l e c t s   = =   t r u e )   {  
                 d i s p l a y S e l e c t B o x e s ( ) ;  
         }  
 }  
  
  
 / /   T a b   k e y   t r a p .   i f f   p o p u p   i s   s h o w n   a n d   k e y   w a s   [ T A B ] ,   s u p p r e s s   i t .  
 / /   @ a r g u m e n t   e   -   e v e n t   -   k e y b o a r d   e v e n t   t h a t   c a u s e d   t h i s   f u n c t i o n   t o   b e   c a l l e d .  
 f u n c t i o n   k e y D o w n H a n d l e r ( e )   {  
         i f   ( g P o p u p I s S h o w n   & &   e . k e y C o d e   = =   9 )   r e t u r n   f a l s e ;  
 }  
  
 / /   F o r   I E .     G o   t h r o u g h   p r e d e f i n e d   t a g s   a n d   d i s a b l e   t a b b i n g   i n t o   t h e m .  
 f u n c t i o n   d i s a b l e T a b I n d e x e s ( )   {  
         i f   ( d o c u m e n t . a l l )   {  
                 v a r   i   =   0 ;  
                 f o r   ( v a r   j   =   0 ;   j   <   g T a b b a b l e T a g s . l e n g t h ;   j + + )   {  
                         v a r   t a g E l e m e n t s   =   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 ( g T a b b a b l e T a g s [ j ] ) ;  
                         f o r   ( v a r   k   =   0 ;   k   <   t a g E l e m e n t s . l e n g t h ;   k + + )   {  
                                 g T a b I n d e x e s [ i ]   =   t a g E l e m e n t s [ k ] . t a b I n d e x ;  
                                 t a g E l e m e n t s [ k ] . t a b I n d e x   =   " - 1 " ;  
                                 i + + ;  
                         }  
                 }  
         }  
 }  
  
 / /   F o r   I E .   R e s t o r e   t a b - i n d e x e s .  
 f u n c t i o n   r e s t o r e T a b I n d e x e s ( )   {  
         i f   ( d o c u m e n t . a l l )   {  
                 v a r   i   =   0 ;  
                 f o r   ( v a r   j   =   0 ;   j   <   g T a b b a b l e T a g s . l e n g t h ;   j + + )   {  
                         v a r   t a g E l e m e n t s   =   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 ( g T a b b a b l e T a g s [ j ] ) ;  
                         f o r   ( v a r   k   =   0 ;   k   <   t a g E l e m e n t s . l e n g t h ;   k + + )   {  
                                 t a g E l e m e n t s [ k ] . t a b I n d e x   =   g T a b I n d e x e s [ i ] ;  
                                 t a g E l e m e n t s [ k ] . t a b E n a b l e d   =   t r u e ;  
                                 i + + ;  
                         }  
                 }  
         }  
 }  
  
  
 / * *  
 *   H i d e s   a l l   d r o p   d o w n   f o r m   s e l e c t   b o x e s   o n   t h e   s c r e e n   s o   t h e y   d o   n o t   a p p e a r   a b o v e   t h e   m a s k   l a y e r .  
 *   I E   h a s   a   p r o b l e m   w i t h   w a n t e d   s e l e c t   f o r m   t a g s   t o   a l w a y s   b e   t h e   t o p m o s t   z - i n d e x   o r   l a y e r  
 *  
 *   T h a n k s   f o r   t h e   c o d e   S c o t t !  
 * /  
 f u n c t i o n   h i d e S e l e c t B o x e s ( )   {  
         v a r   x   =   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 ( " S E L E C T " ) ;  
  
         f o r   ( i   =   0 ;   x   & &   i   <   x . l e n g t h ;   i + + )   {  
                 x [ i ] . s t y l e . v i s i b i l i t y   =   " h i d d e n " ;  
         }  
 }  
  
 / * *  
 *   M a k e s   a l l   d r o p   d o w n   f o r m   s e l e c t   b o x e s   o n   t h e   s c r e e n   v i s i b l e   s o   t h e y   d o   n o t    
 *   r e a p p e a r   a f t e r   t h e   d i a l o g   i s   c l o s e d .  
 *    
 *   I E   h a s   a   p r o b l e m   w i t h   w a n t i n g   s e l e c t   f o r m   t a g s   t o   a l w a y s   b e   t h e    
 *   t o p m o s t   z - i n d e x   o r   l a y e r .  
 * /  
 f u n c t i o n   d i s p l a y S e l e c t B o x e s ( )   {  
         v a r   x   =   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 ( " S E L E C T " ) ;  
  
         f o r   ( i   =   0 ;   x   & &   i   <   x . l e n g t h ;   i + + )   {  
                 x [ i ] . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ;  
         }  
 }  
  
  
 / / h e l p e r   f u n c t i o n s   b e l o w  
 f u n c t i o n   c u s t o m _ s h o w I f r a m e ( )   {  
         / / j Q u e r y ( ' # p r o a c t i v e ' ) . s h o w ( ) ; / / s h o w   w i n d o w  
         / / p r o a c t i v e _ p o s i t i o n ( ) ;   / / p o s i t i o n   t h e   w i n d o w  
         d o c u m e n t . g e t E l e m e n t B y I d ( " i f r a m e C o n t e n t " ) . s t y l e . d i s p l a y   =   " b l o c k " ;  
  
         / /   n e w   d e s i g n  
         d o c u m e n t . g e t E l e m e n t B y I d ( " i f r a m e C o n t e n t " ) . s t y l e . w i d t h   =   " 3 1 0 p x " ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " i f r a m e C o n t e n t " ) . s t y l e . h e i g h t   =   " 4 0 0 p x " ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " p o p u p T i t l e B a r " ) . s t y l e . w i d t h   =   " 3 1 0 p x " ;  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " p o p C l o s e B o x " ) . s t y l e . d i s p l a y   =   " b l o c k " ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " p o p u p T i t l e " ) . i n n e r H T M L   =   s t r T i t l e ;  
         c e n t e r P o p W i n ( ) ;  
         h i d e B u t t o n ( ) ;   / /   h i d e   t h e   b u t t o n  
 }  
  
 f u n c t i o n   c r e a t e C o o k i e ( n a m e ,   v a l u e ,   d a y s )   {  
         i f   ( d a y s )   {  
                 v a r   d a t e   =   n e w   D a t e ( ) ;  
                 d a t e . s e t T i m e ( d a t e . g e t T i m e ( )   +   ( d a y s   *   2 4   *   6 0   *   6 0   *   1 0 0 0 ) ) ;  
                 v a r   e x p i r e s   =   " ;   e x p i r e s = "   +   d a t e . t o G M T S t r i n g ( ) ;  
         }  
         e l s e   v a r   e x p i r e s   =   " " ;  
         d o c u m e n t . c o o k i e   =   n a m e   +   " = "   +   v a l u e   +   e x p i r e s   +   " ;   p a t h = / " ;  
 }  
  
 f u n c t i o n   r e a d C o o k i e ( n a m e )   {  
         v a r   n a m e E Q   =   n a m e   +   " = " ;  
         v a r   c a   =   d o c u m e n t . c o o k i e . s p l i t ( ' ; ' ) ;  
         f o r   ( v a r   i   =   0 ;   i   <   c a . l e n g t h ;   i + + )   {  
                 v a r   c   =   c a [ i ] ;  
                 w h i l e   ( c . c h a r A t ( 0 )   = =   '   ' )   c   =   c . s u b s t r i n g ( 1 ,   c . l e n g t h ) ;  
                 i f   ( c . i n d e x O f ( n a m e E Q )   = =   0 )   r e t u r n   c . s u b s t r i n g ( n a m e E Q . l e n g t h ,   c . l e n g t h ) ;  
         }  
         r e t u r n   n u l l ;  
 }  
  
 f u n c t i o n   e r a s e C o o k i e ( n a m e )   {  
         c r e a t e C o o k i e ( n a m e ,   " " ,   - 1 ) ;  
 }  
  
  
 f u n c t i o n   g e t b r o w s e r ( )   {  
         i f   ( n a v i g a t o r . u s e r A g e n t . i n d e x O f ( ' M S I E ' )   ! =   - 1 )   {  
                 b r o w s e r   =   " M S I E " ;  
         }   e l s e   {  
                 i f   ( n a v i g a t o r . u s e r A g e n t . i n d e x O f ( ' F i r e f o x ' )   ! =   - 1 )   {  
                         b r o w s e r   =   " F F " ;  
                 }   e l s e   {  
                         i f   ( n a v i g a t o r . u s e r A g e n t . i n d e x O f ( ' C h r o m e ' )   ! =   - 1 )   {  
                                 b r o w s e r   =   " C H " ;  
                         }   e l s e   {  
                                 b r o w s e r   =   " o t h e r " ;  
                         }  
                 }    
         }  
         / / a l e r t ( b r o w s e r ) ;  
 }  
  
  
 / /   c u s t o m   1 c l i c k  
 / /   f i x   f l a s h   b a n n e r  
 f u n c t i o n   f i x _ f l a s h ( )   {  
         / /   c u s t o m   f o r   c h r o m e   a n d   f o r   I E   9 . 0  
         i f   ( b r o w s e r   ! =   " C H "   & &   n a v i g a t o r . u s e r A g e n t . i n d e x O f ( ' M S I E   9 . ' )   = =   - 1 )   {  
                 / /   l o o p   t h r o u g h   e v e r y   e m b e d   t a g   o n   t h e   s i t e  
                 v a r   e m b e d s   =   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 ( ' e m b e d ' ) ;  
                 f o r   ( i   =   0 ;   i   <   e m b e d s . l e n g t h ;   i + + )   {  
                         e m b e d   =   e m b e d s [ i ] ;  
                         v a r   n e w _ e m b e d ;  
                         / /   e v e r y t h i n g   b u t   F i r e f o x   &   K o n q u e r o r  
                         i f   ( e m b e d . o u t e r H T M L )   {  
                                 v a r   h t m l   =   e m b e d . o u t e r H T M L ;  
                                 / /   r e p l a c e   a n   e x i s t i n g   w m o d e   p a r a m e t e r  
                                 i f   ( h t m l . m a t c h ( / w m o d e \ s * = \ s * ( ' | " ) [ a - z A - Z ] + ( ' | " ) / i ) )  
                                         n e w _ e m b e d   =   h t m l . r e p l a c e ( / w m o d e \ s * = \ s * ( ' | " ) w i n d o w ( ' | " ) / i ,   " w m o d e = ' o p a q u e ' " ) ;  
                                 / /   a d d   a   n e w   w m o d e   p a r a m e t e r  
                                 e l s e  
                                         n e w _ e m b e d   =   h t m l . r e p l a c e ( / < e m b e d \ s / i ,   " < e m b e d   w m o d e = ' o p a q u e '   " ) ;  
                                 / /   r e p l a c e   t h e   o l d   e m b e d   o b j e c t   w i t h   t h e   f i x e d   v e r s i o n  
                                 e m b e d . i n s e r t A d j a c e n t H T M L ( ' b e f o r e B e g i n ' ,   n e w _ e m b e d ) ;  
                                 e m b e d . p a r e n t N o d e . r e m o v e C h i l d ( e m b e d ) ;  
                         }   e l s e   {  
                                 / /   c l o n e N o d e   i s   b u g g y   i n   s o m e   v e r s i o n s   o f   S a f a r i   &   O p e r a ,   b u t   w o r k s   f i n e   i n   F F  
                                 n e w _ e m b e d   =   e m b e d . c l o n e N o d e ( t r u e ) ;  
                                 i f   ( ! n e w _ e m b e d . g e t A t t r i b u t e ( ' w m o d e ' )   | |   n e w _ e m b e d . g e t A t t r i b u t e ( ' w m o d e ' ) . t o L o w e r C a s e ( )   = =   ' w i n d o w ' )  
                                         n e w _ e m b e d . s e t A t t r i b u t e ( ' w m o d e ' ,   ' o p a q u e ' ) ;  
                                 e m b e d . p a r e n t N o d e . r e p l a c e C h i l d ( n e w _ e m b e d ,   e m b e d ) ;  
                         }  
                 }  
                 / /   l o o p   t h r o u g h   e v e r y   o b j e c t   t a g   o n   t h e   s i t e  
                 v a r   o b j e c t s   =   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 ( ' o b j e c t ' ) ;  
                 f o r   ( i   =   0 ;   i   <   o b j e c t s . l e n g t h ;   i + + )   {  
                         o b j e c t   =   o b j e c t s [ i ] ;  
                         v a r   n e w _ o b j e c t ;  
                         / /   o b j e c t   i s   a n   I E   s p e c i f i c   t a g   s o   w e   c a n   u s e   o u t e r H T M L   h e r e  
                         i f   ( o b j e c t . o u t e r H T M L )   {  
                                 v a r   h t m l   =   o b j e c t . o u t e r H T M L ;  
                                 / /   r e p l a c e   a n   e x i s t i n g   w m o d e   p a r a m e t e r  
                                 i f   ( h t m l . m a t c h ( / < p a r a m \ s + n a m e \ s * = \ s * ( ' | " ) w m o d e ( ' | " ) \ s + v a l u e \ s * = \ s * ( ' | " ) [ a - z A - Z ] + ( ' | " ) \ s * \ / ? \ > / i ) )  
                                         n e w _ o b j e c t   =   h t m l . r e p l a c e ( / < p a r a m \ s + n a m e \ s * = \ s * ( ' | " ) w m o d e ( ' | " ) \ s + v a l u e \ s * = \ s * ( ' | " ) w i n d o w ( ' | " ) \ s * \ / ? \ > / i ,   " < p a r a m   n a m e = ' w m o d e '   v a l u e = ' o p a q u e '   / > " ) ;  
                                 / /   a d d   a   n e w   w m o d e   p a r a m e t e r  
                                 e l s e  
                                         n e w _ o b j e c t   =   h t m l . r e p l a c e ( / < \ / o b j e c t \ > / i ,   " < p a r a m   n a m e = ' w m o d e '   v a l u e = ' o p a q u e '   / > \ n < / o b j e c t > " ) ;  
                                 / /   l o o p   t h r o u g h   e a c h   o f   t h e   p a r a m   t a g s  
                                 v a r   c h i l d r e n   =   o b j e c t . c h i l d N o d e s ;  
                                 f o r   ( j   =   0 ;   j   <   c h i l d r e n . l e n g t h ;   j + + )   {  
                                         i f   ( c h i l d r e n [ j ] . g e t A t t r i b u t e ( ' n a m e ' ) . m a t c h ( / f l a s h v a r s / i ) )   {  
                                                 n e w _ o b j e c t   =   h t m l . r e p l a c e ( / < p a r a m \ s + n a m e \ s * = \ s * ( ' | " ) f l a s h v a r s ( ' | " ) \ s + v a l u e \ s * = \ s * ( ' | " ) [ ^ ' " ] * ( ' | " ) \ s * \ / ? \ > / i ,   " < p a r a m   n a m e = ' f l a s h v a r s '   v a l u e = ' "   +   c h i l d r e n [ j ] . g e t A t t r i b u t e ( ' v a l u e ' )   +   " '   / > " ) ;  
                                         }  
                                 }  
                                 / /   r e p l a c e   t h e   o l d   e m b e d   o b j e c t   w i t h   t h e   f i x e d   v e r s i o n y  
                                 o b j e c t . i n s e r t A d j a c e n t H T M L ( ' b e f o r e B e g i n ' ,   n e w _ o b j e c t ) ;  
                                 o b j e c t . p a r e n t N o d e . r e m o v e C h i l d ( o b j e c t ) ;  
                         }  
                 }  
         }  
 }  
  
  
 / /   c u s t o m   1 c l i c k  
 / /   f i l t e r   f o r   s c h o o l   s p e c i f i c   p a g e s   b y   s p e c i a l   w o r d i n g   i n   p a g e  
 / /   ÔÖÞàê  ÙÓÙâÕß  -   ×ÙàÝ 
  
 f u n c t i o n   f i n d S p e c i a l P a g e s ( )   {  
 t r y   {  
 v a r   a l l c o n t e n t = d o c u m e n t . b o d y . i n n e r H T M L ;  
 v a r   p o s i t i o n ;  
 p o s i t i o n = a l l c o n t e n t . i n d e x O f ( " ÔÖÞàê  ÙÓÙâÕß  -   ×ÙàÝ" ) ;  
 i f   ( p o s i t i o n ! = - 1 )   {    
 p a g e t y p e = " s p e c i a l " ;   / / c u s t o m   1 c l i c k   d e f a u l t  
 }   }   c a t c h   ( e )   {  
 / /   n o t h i n g  
 / / a l e r t ( e ) ;  
 } }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
