ÿþ/ *  
   + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +  
   |   A d   S i m p l e                                   C o p y r i g h t   w w w . a m i t y i s m a r k e t . c o m       |  
   + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +  
   |   T h i s   p r o g r a m   m a y   b e   u s e d   a n d   h o s t e d   f r e e   o f   c h a r g e   b y       |  
   | a n y o n e   f o r   p e r s o n a l   p u r p o s e   a s   l o n g   a s   t h i s   c o p y r i g h t         |  
   | n o t i c e   r e m a i n s   i n t a c t .                                                                       |  
   + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +  
 * /  
  
 v a r   i m g _ w i d t h   =   " 4 6 8 " ;  
 v a r   i m g _ h e i g h t   =   " 6 0 " ;  
 v a r   i m g _ t i t l e   =   " *(DJ:'*  4E'  'JF,'" ;  
  
  
 v a r   a d = n e w   A r r a y ( )  
 / / i n s e r t   h e r e   y o u r   i m a g e s   s r c  
 a d [ 0 ] = ' b a n n e r s / a d s . j p g ' ;  
  
  
 v a r   l i n k s = n e w   A r r a y ( )  
 / / i n s e r t   h e r e   y o u r   l i n k s  
 l i n k s [ 0 ] = ' h t t p : / / w w w . a m i t i s m a r k e t . c o m / ' ;  
  
  
  
 v a r   x y = M a t h . f l o o r ( M a t h . r a n d o m ( ) * a d . l e n g t h ) ;  
 d o c u m e n t . w r i t e ( ' < a   h r e f = " ' + l i n k s [ x y ] + ' "   t a r g e t = " _ b l a n k " > < i m g   s r c = " ' + a d [ x y ] + ' "   w i d t h = " ' + i m g _ w i d t h + ' "   h e i g h t = " ' + i m g _ h e i g h t + ' "   a l t = " ' + i m g _ t i t l e + ' " > < / a > ' ) ; 