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