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