ÿþ< ! - -  
  
 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 B   =   ' < d i v   i d = " d i v 1 " > < 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 / p h b a n n e r ' ;  
 L a s t P a r t B   = ' . 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 > < / d i v > ' ;  
 	  
 f u n c t i o n   p r i n t I m a g e P h B ( )   {  
 d o c u m e n t . w r i t e ( F i r s t P a r t B   +   r   +   L a s t P a r t B ) ;  
 }  
  
 F i r s t P a r t P h =   ' < d i v   i d = " d i v 5 " > < a   h r e f = " p h o t o g r a p h s _ 0 1 . 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 _ t i t l e ' ;  
 L a s t P a r t P h   = ' . j p g "   w i d t h = " 6 6 3 "   h e i g h t = " 6 0 "   a l t = " P h o t o g r a p h s   T i t l e "   c l a s s = " n o b o r d e r " > < / a > < / d i v > ' ;  
 	  
 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 ) ;  
 }  
 / / - - >  
 
