ÿþ 
 / *   T h e   s c r i p t   m u s t   b e   i n s i d e   t h e   b o d y   t a g s   -   t h e r e   i s   n o   b o d y   i n   t h e   h e a d   o f   t h e   d o c u m e n t   * /  
       w   =   d o c u m e n t . b o d y . c l i e n t W i d t h ;  
       h   =   d o c u m e n t . b o d y . c l i e n t H e i g h t ;  
  
 / /   a l e r t ( w + ' x ' + h ) ;  
  
 / *   Y o u   m i g h t   w a n t   t o   t a k e   5 %   o f f   t h e   h e i g h t   a n d   w i d t h   t o   c a t e r   f o r   s c r o l l   b a r s   * /  
 v a r   w i   =   w ;  
  
 v a r   m w i   =   0 ;  
 v a r   m h i   =   0 ;  
 v a r   m u r l   =   m u r l ;  
 i f   ( ! m u r l )   { m u r l   =   " " ; }  
 i f   ( w i   >   8 4 0 )   {  
 / / 	 m w i   =   9 0 0 ;  
 / / 	 m h i   =   5 2 5 ;  
 	 m w i   =   9 6 0 ;  
 	 m h i   =   9 6 0 * 5 2 5 / 9 0 0 ;  
 }  
  
  
  
 e l s e   {  
 	 m w i   =   7 8 0 ;  
 	 m h i   =   4 5 5 ;  
 }  
  
 / / s e t   m a p   p o s i t i o n   a n d   z o o m   l e v e l  
 v a r   u r l s   =   d o c u m e n t . l o c a t i o n +   ' ' ;  
 v a r   p o s i t s   =   u r l s . s p l i t ( " ? " ) ;  
 v a r   n p o s   =   p o s i t s [ 1 ] ;  
 i f   ( ! m u r l )   { v a r   n p o s   =   ' ? '   +   p o s i t s [ 1 ] ; }  
 e l s e   { v a r   n p o s   =   ' & '   +   p o s i t s [ 1 ] ; }  
  
  
  
 T e x t   =   ' < e m b e d   s r c = \ " / '   +   m u r l   +   ' ? m w = ' +   m w i   +   n p o s   +   ' " \ "   w m o d e = \ " o p a q u e \ "   q u a l i t y = \ " h i g h \ "   b g c o l o r = \ " # 9 9 C C F F \ "   w i d t h = \ " ' +   m w i   + ' \ "   h e i g h t = \ " ' +   m h i   + ' \ "   n a m e = \ " m a p \ "   a l i g n = \ " m i d d l e \ "   a l l o w S c r i p t A c c e s s = \ " s a m e D o m a i n \ "   t y p e = \ " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h \ "   p l u g i n s p a g e = \ " h t t p : / / w w w . m a c r o m e d i a . c o m / g o / g e t f l a s h p l a y e r \ "   / > ' ;  
  
 / / T e x t   + =   ' \ n < / t d > ' ;  
  
  
 d o c u m e n t . w r i t e ( T e x t ) ;  
  
  
  
 
