ÿþ< ! - -  
 	  
 N u m b e r O f I m a g e s T o R o t a t e   =   4 ;  
 v a r   r   =   M a t h . c e i l ( M a t h . r a n d o m ( )   *   N u m b e r O f I m a g e s T o R o t a t e ) ;  
  
 F i r s t P a r t   =   ' < a   h r e f = " i n d e x . p h p " > < i m g   s r c = " i m a g e s / b a n n e r ' ;  
 L a s t P a r t   = ' . j p g "   w i d t h = " 7 9 6 "   h e i g h t = " 9 0 "   a l t = " L i n k   t o   I n d e x   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t   +   r   +   L a s t P a r t ) ;  
 }  
  
 F i r s t P a r t S   =   ' < a   h r e f = " s k e t c h e s . h t m l " > < i m g   s r c = " i m a g e s / s k e t c h e s ' ;  
 L a s t P a r t S   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   S k e t c h e s   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e S ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t S   +   r   +   L a s t P a r t S ) ;  
 }  
  
 F i r s t P a r t P   =   ' < a   h r e f = " p a i n t i n g s . h t m l " > < i m g   s r c = " i m a g e s / p a i n t i n g s ' ;  
 L a s t P a r t P   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   P a i n t i n g s   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e P ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t P   +   r   +   L a s t P a r t P ) ;  
 }  
  
 F i r s t P a r t P h   =   ' < a   h r e f = " p h o t o g r a p h s . h t m l " > < i m g   s r c = " i m a g e s / p h o t o g r a p h s ' ;  
 L a s t P a r t P h   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   P h o t o g r a p h s   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e P h ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t P h   +   r   +   L a s t P a r t P h ) ;  
 }  
  
 F i r s t P a r t C   =   ' < a   h r e f = " c h a r a c t e r s . h t m l " > < i m g   s r c = " i m a g e s / c h a r a c t e r s ' ;  
 L a s t P a r t C   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   C h a r a c t e r s   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e C ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t C   +   r   +   L a s t P a r t C ) ;  
 }  
  
 F i r s t P a r t A   =   ' < a   h r e f = " a n i m a t i o n . h t m l " > < i m g   s r c = " i m a g e s / a n i m a t i o n s ' ;  
 L a s t P a r t A   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   A n i m a t i o n   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e A ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t A   +   r   +   L a s t P a r t A ) ;  
 }  
  
 F i r s t P a r t A r   =   ' < a   h r e f = " a r c h i t e c t u r e . h t m l " > < i m g   s r c = " i m a g e s / a r c h i t e c t u r e ' ;  
 L a s t P a r t A r   = ' . j p g "   w i d t h = " 1 3 1 "   h e i g h t = " 3 8 8 "   a l t = " L i n k   t o   A r c h i t e c t u r e   P a g e "   c l a s s = " n o b o r d e r " > < / a > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e A r ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t A r   +   r   +   L a s t P a r t A r ) ;  
 }  
 / / - - >  
 
