ÿþv a r   d e l a y = 2 0 0 0   / / s e t   d e l a y   b e t w e e n   m e s s a g e   c h a n g e   ( i n   m i l i s e c o n d s )  
 v a r   f c o n t e n t = n e w   A r r a y ( )  
 b e g i n t a g = ' < f o n t   f a c e = " t a h o m a "   s i z e = 2 > '   / / s e t   o p e n i n g   t a g ,   s u c h   a s   f o n t   d e c l a r a t i o n s  
 f c o n t e n t [ 0 ] = " < a   h r e f = h t t p : / / w w w . p a y a p a r d a z p a r s . c o m / i n d e x . p h p ? o p t i o n = c o m _ c o n t e n t & v i e w = a r t i c l e & i d = 6 & I t e m i d = 1 6   t a r g e t = _ b l a n k > < s t r o n g > GEÌ'1  .'FG< / s t r o n g > < b r > E,EH9G  F1E  'A2'1Ì  GEÌ'1  .'FG  4'ED  G4*  F1E  'A2'1  EAÌ/  H  ©'1(1/Ì  ,G*  '3*A'/G  /1  EF2D  Ì'  E-D  ©'1"  
 f c o n t e n t [ 1 ] = " < a   h r e f = h t t p : / / w w w . p a y a p a r d a z p a r s . c o m / i n d e x . p h p ? o p t i o n = c o m _ c o n t e n t & v i e w = a r t i c l e & i d = 7 & I t e m i d = 1 4   t a r g e t = _ b l a n k > < s t r o n g > .'71G  F¯'1< / s t r o n g > < b r > E,EH9G  F1E  'A2'1Ì  .'71G  F¯'1  ('  'E©'F  E/Ì1Ì*  +(*  H  F¯G/'1Ì  .'71'*  ,G*  9D'BG  EF/'F  (G  .'71G    FHÌ3Ì"  
 f c o n t e n t [ 2 ] = " < a   h r e f = h t t p : / / w w w . p a y a p a r d a z p a r s . c o m / i n d e x . p h p ? o p t i o n = c o m _ c o n t e n t & v i e w = a r t i c l e & i d = 8 & I t e m i d = 1 5   t a r g e t = _ b l a n k > < s t r o n g > ©*'(.'FG  AÌ2Ì©< / s t r o n g > < b r >   E,EH9G  F1E  'A2'1Ì  ©*'(.'FG  AÌ2Ì©  4'ED  3 2 0   9FH'F  '2  *E'EÌ  E('-+  AÌ2Ì©  (G  2('F  '5DÌ< / a > "  
 c l o s e t a g = ' < / f o n t > '  
  
 v a r   f w i d t h = 1 5 0   / / s e t   s c r o l l e r   w i d t h  
 v a r   f h e i g h t = 1 5 0   / / s e t   s c r o l l e r   h e i g h t  
  
 / / / N o   n e e d   t o   e d i t   b e l o w   t h i s   l i n e / / / / / / / / / / / / / / / / /  
  
 v a r   i e 4 = d o c u m e n t . a l l & & ! d o c u m e n t . g e t E l e m e n t B y I d  
 v a r   n s 4 = d o c u m e n t . l a y e r s  
 v a r   D O M 2 = d o c u m e n t . g e t E l e m e n t B y I d  
 v a r   f a d e r d e l a y = 0  
 v a r   i n d e x = 0  
  
 i f   ( D O M 2 )  
 f a d e r d e l a y = 2 0 0 0  
  
 / / f u n c t i o n   t o   c h a n g e   c o n t e n t  
 f u n c t i o n   c h a n g e c o n t e n t ( ) {  
 i f   ( i n d e x > = f c o n t e n t . l e n g t h )  
 i n d e x = 0  
 i f   ( D O M 2 ) {  
 d o c u m e n t . g e t E l e m e n t B y I d ( " f s c r o l l e r " ) . s t y l e . c o l o r = " r g b ( 2 5 5 , 2 5 5 , 2 5 5 ) "  
 d o c u m e n t . g e t E l e m e n t B y I d ( " f s c r o l l e r " ) . i n n e r H T M L = b e g i n t a g + f c o n t e n t [ i n d e x ] + c l o s e t a g  
 c o l o r f a d e ( )  
 }  
 e l s e   i f   ( i e 4 )  
 d o c u m e n t . a l l . f s c r o l l e r . i n n e r H T M L = b e g i n t a g + f c o n t e n t [ i n d e x ] + c l o s e t a g  
 e l s e   i f   ( n s 4 ) {  
 d o c u m e n t . f s c r o l l e r n s . d o c u m e n t . f s c r o l l e r n s _ s u b . d o c u m e n t . w r i t e ( b e g i n t a g + f c o n t e n t [ i n d e x ] + c l o s e t a g )  
 d o c u m e n t . f s c r o l l e r n s . d o c u m e n t . f s c r o l l e r n s _ s u b . d o c u m e n t . c l o s e ( )  
 }  
  
 i n d e x + +  
 s e t T i m e o u t ( " c h a n g e c o n t e n t ( ) " , d e l a y + f a d e r d e l a y )  
 }  
  
 / /   c o l o r f a d e ( )   p a r t i a l l y   b y   M a r c i o   G a l l i   f o r   N e t s c a p e   C o m m u n i c a t i o n s .     / / / / / / / / / / / /  
 / /   M o d i f i e d   b y   D y n a m i c d r i v e . c o m  
  
 f r a m e = 2 0 ;  
 h e x = 2 5 5     / /   I n i t i a l   c o l o r   v a l u e .  
  
 f u n c t i o n   c o l o r f a d e ( )   { 	                   	  
 / /   2 0   f r a m e s   f a d i n g   p r o c e s s  
 i f ( f r a m e > 0 )   { 	  
 h e x - = 1 2 ;   / /   i n c r e a s e   c o l o r   v a l u e  
 d o c u m e n t . g e t E l e m e n t B y I d ( " f s c r o l l e r " ) . s t y l e . c o l o r = " r g b ( " + h e x + " , " + h e x + " , " + h e x + " ) " ;   / /   S e t   c o l o r   v a l u e .  
 f r a m e - - ;  
 s e t T i m e o u t ( " c o l o r f a d e ( ) " , 2 0 ) ; 	  
 }  
 e 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 ( " f s c r o l l e r " ) . s t y l e . c o l o r = " r g b ( 0 , 0 , 0 ) " ;  
 f r a m e = 2 0 ;  
 h e x = 2 5 5  
 }        
 }  
  
 i f   ( i e 4 | | D O M 2 )  
 d o c u m e n t . w r i t e ( ' < d i v   i d = " f s c r o l l e r "   s t y l e = " b o r d e r : 0 p x   s o l i d   b l a c k ; w i d t h : ' + f w i d t h + ' ; h e i g h t : ' + f h e i g h t + ' ; p a d d i n g : 2 p x " > < / d i v > ' )  
  
 w i n d o w . o n l o a d = c h a n g e c o n t e n t 
