ÿþ< ! - -   B e g i n 
 
 / /   S e t   u p   t h e   i m a g e   f i l e s   t o   b e   u s e d . 
 
 v a r   t h e I m a g e s   =   n e w   A r r a y ( )   / /   d o   n o t   c h a n g e   t h i s 
 
 
 
 t h e I m a g e s [ 0 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 1 . j p g ' 
 
 t h e I m a g e s [ 1 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 2 . j p g ' 
 
 t h e I m a g e s [ 2 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 3 . j p g ' 
 
 t h e I m a g e s [ 3 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 4 . j p g ' 
 
 t h e I m a g e s [ 4 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 5 . j p g ' 
 
 t h e I m a g e s [ 5 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 6 . j p g ' 
 
 t h e I m a g e s [ 6 ]   =   ' h t t p : / / w w w . a l l a n i m a l s . o r g / i m a g e s / h e a d e r _ p i c 7 . j p g ' 
 
 
 
 / /   d o   n o t   e d i t   a n y t h i n g   b e l o w   t h i s   l i n e 
 
 
 
 v a r   j   =   0 
 
 v a r   p   =   t h e I m a g e s . l e n g t h ; 
 
 v a r   p r e B u f f e r   =   n e w   A r r a y ( ) 
 
 f o r   ( i   =   0 ;   i   <   p ;   i + + ) { 
 
       p r e B u f f e r [ i ]   =   n e w   I m a g e ( ) 
 
       p r e B u f f e r [ i ] . s r c   =   t h e I m a g e s [ i ] 
 
 } 
 
 v a r   w h i c h I m a g e   =   M a t h . r o u n d ( M a t h . r a n d o m ( ) * ( p - 1 ) ) ; 
 
 f u n c t i o n   s h o w I m a g e ( ) { 
 
 d o c u m e n t . w r i t e ( ' < i m g   s r c = " ' + t h e I m a g e s [ w h i c h I m a g e ] + ' " > ' ) ; 
 
 } 
 
 / /     E n d   - - > 
