ÿþf u n c t i o n   S h o w F o r e x R a t e ( )  
 {  
 	 f u n c t i o n   A d d C u r r e n c y R a t e ( C u r r e n c y ,   R a t e )  
 	 { 	          
 	         d o c u m e n t . w r i t e l n ( ' < t r   > < t d   s t y l e = " h e i g h t : 2 2 p x ; w i d t h : 9 0 p x ;     t e x t - a l i g n : l e f t ;   p a d d i n g - l e f t : 0 p x ; " >   1 $   =   ' ,   R a t e ,   '   v n d < / t d > < t d > < / t d > < / t r > ' ) ;  
 	 }  
 	 i f   ( ! A d d H e a d e r ( ' F o r e x ' ,   ' ' ,   0 ,   P a g e H o s t . c o n c a t ( ' ' ) ) )  
 	 	 r e t u r n ;  
 	 i f   ( t y p e o f ( v F o r e x s [ 0 ] ) 	 ! = ' u n d e f i n e d '   & &   t y p e o f ( v C o s t s [ 0 ] ) ! = ' u n d e f i n e d ' )   A d d C u r r e n c y R a t e ( v F o r e x s [ 0 ] ,   v C o s t s [ 0 ] ) ; 	  
 	  
 	 A d d F o o t e r ( ) ;  
 }  
 S h o w F o r e x R a t e ( ) ; 
