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