ÿþ< ! - -   h i d e   t h i s   s t u f f   f r o m   o t h e r   b r o w s e r s      
 v a r   B r o w s e r D e t e c t   =    
 {  
         i n i t :   f u n c t i o n ( )  
         {  
                 t h i s . b r o w s e r   =   t h i s . s e a r c h S t r i n g ( t h i s . d a t a B r o w s e r )   | |   " A n   u n k n o w n   b r o w s e r " ;  
                 t h i s . v e r s i o n   =   t h i s . s e a r c h V e r s i o n ( n a v i g a t o r . u s e r A g e n t )   | |   t h i s . s e a r c h V e r s i o n ( n a v i g a t o r . a p p V e r s i o n )   | |   " a n   u n k n o w n   v e r s i o n " ;  
                 t h i s . O S   =   t h i s . s e a r c h S t r i n g ( t h i s . d a t a O S )   | |   " a n   u n k n o w n   O S " ;  
         } ,  
  
         s e a r c h S t r i n g :   f u n c t i o n ( d a t a )  
         {  
                 f o r   ( v a r   c   =   0 ;   c   <   d a t a . l e n g t h ;   c + + )  
                 {  
                         v a r   d a t a S t r i n g   =   d a t a [ c ] . s t r i n g ;  
                         v a r   d a t a P r o p   =   d a t a [ c ] . p r o p ;  
                         t h i s . v e r s i o n S e a r c h S t r i n g   =   d a t a [ c ] . v e r s i o n S e a r c h   | |   d a t a [ c ] . i d e n t i t y ;  
                         i f   ( d a t a S t r i n g )  
                         {  
                                 i f   ( d a t a S t r i n g . i n d e x O f ( d a t a [ c ] . s u b S t r i n g )   ! =   - 1 )  
                                         r e t u r n   d a t a [ c ] . i d e n t i t y ;  
                         }  
                         e l s e   i f   ( d a t a P r o p )  
                         {  
                                 r e t u r n   d a t a [ c ] . i d e n t i t y ;  
                         }  
                 }  
         } ,  
  
         s e a r c h V e r s i o n :   f u n c t i o n ( d a t a S t r i n g )  
         {  
                 v a r   i n d e x   =   d a t a S t r i n g . i n d e x O f ( t h i s . v e r s i o n S e a r c h S t r i n g ) ;  
                 i f   ( i n d e x   = =   - 1 )   r e t u r n ;  
                 r e t u r n   p a r s e F l o a t ( d a t a S t r i n g . s u b s t r i n g ( i n d e x   +   t h i s . v e r s i o n S e a r c h S t r i n g . l e n g t h   +   1 ) ) ;  
         } ,  
  
         d a t a B r o w s e r :    
         [  
                 {  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " C h r o m e " ,  
                         i d e n t i t y :   " C h r o m e "  
                 } ,  
                 {   s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " O m n i W e b " ,  
                         v e r s i o n S e a r c h :   " O m n i W e b / " ,  
                         i d e n t i t y :   " O m n i W e b "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . v e n d o r ,  
                         s u b S t r i n g :   " A p p l e " ,  
                         i d e n t i t y :   " S a f a r i " ,  
                         v e r s i o n S e a r c h :   " V e r s i o n "  
                 } ,  
                 {  
                         p r o p :   w i n d o w . o p e r a ,  
                         i d e n t i t y :   " O p e r a "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . v e n d o r ,  
                         s u b S t r i n g :   " i C a b " ,  
                         i d e n t i t y :   " i C a b "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . v e n d o r ,  
                         s u b S t r i n g :   " K D E " ,  
                         i d e n t i t y :   " K o n q u e r o r "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " F i r e f o x " ,  
                         i d e n t i t y :   " F i r e f o x "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . v e n d o r ,  
                         s u b S t r i n g :   " C a m i n o " ,  
                         i d e n t i t y :   " C a m i n o "  
                 } ,  
                 { 	 	 / /   f o r   n e w e r   N e t s c a p e s   ( 6 + )  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " N e t s c a p e " ,  
                         i d e n t i t y :   " N e t s c a p e "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " M S I E " ,  
                         i d e n t i t y :   " E x p l o r e r " ,  
                         v e r s i o n S e a r c h :   " M S I E "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " G e c k o " ,  
                         i d e n t i t y :   " M o z i l l a " ,  
                         v e r s i o n S e a r c h :   " r v "  
                 } ,  
                 {   	 	 / /   f o r   o l d e r   N e t s c a p e s   ( 4 - )  
                         s t r i n g :   n a v i g a t o r . u s e r A g e n t ,  
                         s u b S t r i n g :   " M o z i l l a " ,  
                         i d e n t i t y :   " N e t s c a p e " ,  
                         v e r s i o n S e a r c h :   " M o z i l l a "  
                 }  
         ] ,  
         d a t a O S :    
         [  
                 {  
                         s t r i n g :   n a v i g a t o r . p l a t f o r m ,  
                         s u b S t r i n g :   " W i n " ,  
                         i d e n t i t y :   " W i n d o w s "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . p l a t f o r m ,  
                         s u b S t r i n g :   " M a c " ,  
                         i d e n t i t y :   " M a c "  
                 } ,  
                 {  
                         s t r i n g :   n a v i g a t o r . p l a t f o r m ,  
                         s u b S t r i n g :   " L i n u x " ,  
                         i d e n t i t y :   " L i n u x "  
                 }  
         ]  
 } ;  
  
 B r o w s e r D e t e c t . i n i t ( ) ;  
  
  
 v a r   b r o w s e r   =   " I E " ;  
 i f ( d o c u m e n t . g e t E l e m e n t B y I d )  
 {  
         b r o w s e r   =   " I E " ;  
 	 w i n d o w . o n l o a d   =   o n L o a d F u n c t i o n ;  
 	 w i n d o w . o n r e s i z e   =   o n R e s i z e ;  
 }  
 e l s e   i f ( d o c u m e n t . g e t E l e m e n t B y I d   & &   ! d o c u m e n t . a l l )  
 {  
         b r o w s e r   =   " F i r e F o x " ;  
 	 w i n d o w . a t t a c h E v e n t ( " o n l o a d " ,   o n L o a d F u n c t i o n ) ;  
 	 w i n d o w . a t t a c h E v e n t ( " o n r e s i z e " ,   o n R e s i z e ) ;  
 }  
 e l s e   i f ( w i n d o w . o p e r a   & &   w i n d o w . p r i n t )  
 {  
         b r o w s e r   =   " O p e r a " ;  
 	 w i n d o w . a d d E v e n t L i s t e n e r ( " l o a d " ,   o n L o a d F u n c t i o n ,   f a l s e ) ;  
 	 w i n d o w . a d d E v e n t L i s t e n e r ( " o n r e s i z e " ,   o n R e s i z e ,   f a l s e ) ;  
 }  
  
 v a r   d u m   =   0 ;  
 v a r   c u r r e n t P a g e   =   " " ;  
 v a r   S h o w S i d e F r a m e   =   t r u e ;  
 f u n c t i o n   U n i o n S t a t i o n ( S o u r c e ,   a d d T o A r r a y ,   p a g e N a m e )  
 {  
 / / a l e r t ( 2 0 ) ;  
 	 i f ( a d d T o A r r a y )  
 	 	 P u s h P a g e V i s i t ( S o u r c e ) ;  
  
 	 / / l b l L o a d i n g . i n n e r T e x t   =   " L o a d i n g ,   p l e a s e   w a i t . . . " ;  
  
 	 i f ( S o u r c e . i n d e x O f ( " ? " )   = =   - 1 )  
 	 {  
 	 	 d u m + + ;  
 	 	 S o u r c e   + =   " ? d u m = "   +   d u m ;  
 	 }  
 	 e l s e  
 	 {  
 	 	 d u m + + ;  
 	 	 S o u r c e   + =   " & d u m = "   +   d u m ;  
 	 }  
  
 / / a l e r t ( 2 2 ) ;  
 	 L o a d P a g e ( S o u r c e ,   S o u r c e ) ;  
  
 / / a l e r t ( 2 3 ) ;  
 	 / / l b l L o a d i n g . i n n e r T e x t   =   " " ;  
 	 w i n d o w . s c r o l l T o ( 0 ,   0 ) ;  
 	 c u r r e n t P a g e   =   p a g e N a m e ;  
  
 	 / / w i n d o w . l o c a t i o n . h r e f   =   w i n d o w . l o c a t i o n . h r e f   +   " # t e s t " ;  
 }  
  
 f u n c t i o n   o n R e s i z e ( )  
 {  
 	 v a r   h e i g h t   =   w i n d o w . d o c u m e n t . b o d y . c l i e n t H e i g h t ;  
 	 v a r   w i d t h   =   w i n d o w . d o c u m e n t . b o d y . c l i e n t W i d t h ;  
 	 / / a l e r t ( w i d t h ) ;  
  
 	 / / W r i t e C o o k i e ( " W i d t h " ,   ( w i d t h - 2 0 6 - 3 0 ) ,   1 ) ;  
 	 W r i t e C o o k i e ( " W i d t h " ,   1 0 0 0 ,   1 ) ;  
 	 W r i t e C o o k i e ( " H e i g h t " ,   ( h e i g h t - 3 0 - 1 6 ) ,   1 ) ;  
  
 	 v a r   O r d e r C D s 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t b l O r d e r C D s 1 " ) ;  
 	 v a r   O r d e r C D s 0   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t b l O r d e r C D s 0 " ) ;  
  
         i f ( w i d t h   >   1 0 0 0 )  
         {  
 	         / / a l e r t ( O r d e r C D s 1 . s t y l e . l e f t ) ;  
 	         O r d e r C D s 1 . s t y l e . l e f t   =   ( w i d t h - 1 0 0 0 ) / 2   +   ' p x ' ;  
 	         O r d e r C D s 0 . s t y l e . l e f t   =   ( w i d t h - 1 0 0 0 ) / 2   +   ' p x ' ;  
 	         / / a l e r t ( O r d e r C D s 1 . s t y l e . l e f t ) ;  
 	 }  
 }  
  
 f u n c t i o n   o n L o a d F u n c t i o n ( )  
 {  
         / / a l e r t ( b r o w s e r ) ;  
 	 o n R e s i z e ( ) ;  
 }  
  
 v a r   o b j X M L H T T P ;  
  
 f u n c t i o n   L o a d X M L D o c ( u r l ,   s o u r c e )  
 {  
 	 i f ( w i n d o w . A c t i v e X O b j e c t ) / /   c o d e   f o r   I E  
 	 {  
 	 	 o b j X M L H T T P   =   n e w   A c t i v e X O b j e c t ( " M s x m l 2 . X M L H T T P " ) ;  
 	 	 i f ( o b j X M L H T T P )  
 	 	 {  
 	 	 	 o b j X M L H T T P . o n r e a d y s t a t e c h a n g e   =   X M L H T T P C h a n g e ;  
 	 	 	 o b j X M L H T T P . o p e n ( " G E T " ,   u r l ) ; / / ,   t r u e ) ;  
 	 	 	 o b j X M L H T T P . s e n d ( s o u r c e ) ;  
 	 	 }  
 	 }  
 	 e l s e   i f ( w i n d o w . o b j X M L H T T P R e q u e s t ) / /   c o d e   f o r   M o z i l l a ,   e t c .  
 	 {  
 	 	 o b j X M L H T T P   =   n e w   o b j X M L H T T P R e q u e s t ( ) ;  
 	 	 o b j X M L H T T P . o n r e a d y s t a t e c h a n g e   =   X M L H T T P C h a n g e ;  
 	 	 o b j X M L H T T P . o p e n ( " G E T " ,   u r l ) ; / / ,   t r u e ) ;  
 	 	 o b j X M L H T T P . s e n d ( s o u r c e ) ;  
 	 }  
 }  
  
 f u n c t i o n   L o a d P a g e ( u r l ,   s o u r c e )  
 {  
 / / a l e r t ( 3 0 ) ;  
 	 i f ( w i n d o w . A c t i v e X O b j e c t ) / /   c o d e   f o r   I E  
 	 {  
 / / a l e r t ( 3 1 ) ;  
 	 	 o b j X M L H T T P   =   n e w   A c t i v e X O b j e c t ( " M s x m l 2 . X M L H T T P " ) ;  
 	 }  
 	 e l s e   i f ( w i n d o w . X M L H t t p R e q u e s t ) / /   c o d e   f o r   M o z i l l a ,   e t c .  
 	 {  
 / / a l e r t ( 3 2 ) ;  
                 b r o w s e r   =   " F i r e F o x " ;  
 	 	 o b j X M L H T T P   =   n e w   X M L H t t p R e q u e s t ( ) ;  
 	 }  
 	 e l s e  
 	 {  
 / / a l e r t ( 3 3 ) ;  
 	 	 a l e r t ( " Y o u r   b r o w s e r   d o e s   n o t   s u p p o r t   X M L H T T P . " )  
 	 }  
  
 / / a l e r t ( 3 4 ) ;  
 	 i f ( o b j X M L H T T P )  
 	 {  
 / / a l e r t ( 3 5 ) ;  
 	 	 o b j X M L H T T P . o n r e a d y s t a t e c h a n g e   =   X M L H t t p C h a n g e P a g e ;  
 / / a l e r t ( 3 6 ) ;  
 	 	 o b j X M L H T T P . o p e n ( " G E T " ,   u r l ,   f a l s e ) ;  
 / / a l e r t ( 3 7 ) ;  
 	 	 o b j X M L H T T P . s e n d ( s o u r c e ) ;  
 / / a l e r t ( s o u r c e ) ;  
                 i f ( b r o w s e r   = =   " F i r e F o x " )   X M L H t t p C h a n g e P a g e ( ) ;  
 / / a l e r t ( 3 8 ) ;  
 	 }  
 	 e l s e  
 	 {  
 	 / / a l e r t ( 3 6 0 0 ) ;  
 	 }  
 }  
  
 f u n c t i o n   X M L H t t p C h a n g e P a g e ( )  
 {  
 / / a l e r t ( 4 0 ) ;  
 / / a l e r t ( o b j X M L H T T P . r e a d y S t a t e ) ;  
 	 i f ( o b j X M L H T T P . r e a d y S t a t e   = =   4 )  
 	 {  
 	 	 / / l b l E r r o r . i n n e r T e x t   =   " " ;  
                 v a r   s t r R e s p o n s e   =   o b j X M L H T T P . r e s p o n s e T e x t ;  
  
 / / a l e r t ( 4 1 ) ;  
                 s w i t c h ( o b j X M L H T T P . s t a t u s )    
                 {  
                         / /   P a g e - n o t - f o u n d   e r r o r  
                         c a s e   4 0 4 :  
 / / a l e r t ( 4 2 ) ;  
                                 a l e r t ( ' E r r o r :   N o t   F o u n d .   T h e   r e q u e s t e d   U R L   '   +   "   < s i t e   g o e s   h e r e >   "   +   '   c o u l d   n o t   b e   f o u n d . ' ) ;  
                                 b r e a k ;  
  
                         / /   D i s p l a y   r e s u l t s   i n   a   f u l l   w i n d o w   f o r   s e r v e r - s i d e   e r r o r s  
                         c a s e   5 0 0 :  
 / / a l e r t ( 4 3 ) ;  
                                 H a n d l e E r r F u l l P a g e ( s t r R e s p o n s e ) ;  
                                 b r e a k ;  
  
                         c a s e   2 0 0 :  
 / / a l e r t ( 4 4 ) ;  
                                 / /   C a l l   J S   a l e r t   f o r   c u s t o m   e r r o r   o r   d e b u g   m e s s a g e s  
                                 i f   ( s t r R e s p o n s e . i n d e x O f ( ' E r r o r : ' )   = =   - 1   | |    
                                         s t r R e s p o n s e . i n d e x O f ( ' D e b u g : ' )   = =   - 1 )  
                                 {  
 	 	 	 	 	 v a r   x m l D o c   =   o b j X M L H T T P . r e s p o n s e T e x t ;  
 	 	 	 	 	 D e c o d e H T M L ( x m l D o c ) ;  
                                 }  
                                 e l s e   / /   C a l l   t h e   d e s i r e d   r e s u l t   f u n c t i o n  
                                 {  
 	 	 	 	 	 a l e r t ( " E r r o r   l o a d i n g   p a g e . \ n "   +   s t r R e s p o n s e ) ;  
                                 }  
                                 b r e a k ;  
                                  
                         d e f a u l t :  
 / / a l e r t ( 4 5 ) ;  
                                 / /   C a l l   J S   / / / / a l e r t   f o r   c u s t o m   e r r o r   o r   d e b u g   m e s s a g e s  
                                 i f   ( s t r R e s p o n s e . i n d e x O f ( ' E r r o r : ' )   = =   - 1   | |    
                                         s t r R e s p o n s e . i n d e x O f ( ' D e b u g : ' )   = =   - 1 )  
                                 {  
 / / a l e r t ( 4 6 ) ;  
 	 	 	 	 	 v a r   x m l D o c   =   o b j X M L H T T P . r e s p o n s e T e x t ;  
 	 	 	 	 	 D e c o d e H T M L ( x m l D o c ) ;  
                                 }  
                                 e l s e   / /   C a l l   t h e   d e s i r e d   r e s u l t   f u n c t i o n  
                                 {  
 	 	 	 	 	 a l e r t ( " E r r o r   l o a d i n g   p a g e . \ n "   +   s t r R e s p o n s e ) ;  
                                 }  
                                 b r e a k ;  
                 }  
       }  
 }  
  
 f u n c t i o n   X M L H T T P C h a n g e ( )  
 {  
 / / a l e r t ( 5 0 ) ;  
 	 i f ( o b j X M L H T T P . r e a d y S t a t e   = =   4 )  
 	 {  
 / / a l e r t ( 5 1 ) ;  
                 v a r   s t r R e s p o n s e   =   o b j X M L H T T P . r e s p o n s e T e x t ;  
                 s w i t c h ( o b j X M L H T T P . s t a t u s )    
                 {  
                         / /   P a g e - n o t - f o u n d   e r r o r  
                         c a s e   4 0 4 :  
 / / a l e r t ( 5 2 ) ;  
                                 a l e r t ( ' E r r o r :   N o t   F o u n d .   T h e   r e q u e s t e d   U R L   '   +   s t r U R L   +   '   c o u l d   n o t   b e   f o u n d . ' ) ;  
                                 b r e a k ;  
  
                         / /   D i s p l a y   r e s u l t s   i n   a   f u l l   w i n d o w   f o r   s e r v e r - s i d e   e r r o r s  
                         c a s e   5 0 0 :  
 / / a l e r t ( 5 3 ) ;  
                                 H a n d l e E r r F u l l P a g e ( s t r R e s p o n s e ) ;  
                                 b r e a k ;  
  
                         d e f a u l t :  
 / / a l e r t ( 5 4 ) ;  
                                 / /   C a l l   J S   / / a l e r t   f o r   c u s t o m   e r r o r   o r   d e b u g   m e s s a g e s  
                                 i f   ( s t r R e s p o n s e . i n d e x O f ( ' E r r o r : ' )   = =   - 1   | |    
                                         s t r R e s p o n s e . i n d e x O f ( ' D e b u g : ' )   = =   - 1 )  
                                 {  
 	 	 	 	 	 a l e r t ( s t r R e s p o n s e ) ;  
                                 }  
                                 e l s e   / /   C a l l   t h e   d e s i r e d   r e s u l t   f u n c t i o n  
                                 {  
 / / a l e r t ( 5 5 ) ;  
 	 	 	 	 	 v a r   x m l D o c   =   o b j X M L H T T P . r e s p o n s e T e x t ;  
 	 	 	 	 	 P a n e l B o d y . i n n e r H T M L   =   x m l D o c ;  
                                 }  
                                 b r e a k ;  
                 }  
       }  
 }  
  
 f u n c t i o n   H a n d l e E r r F u l l P a g e ( s t r I n )    
 {  
 	 v a r   e r r o r W i n ;  
  
 	 t r y    
 	 {  
 	 	 e r r o r W i n   =   w i n d o w . o p e n ( ' ' ,   ' e r r o r W i n ' ) ;  
 	 	 e r r o r W i n . d o c u m e n t . b o d y . i n n e r H T M L   =   s t r I n ;  
 	 }  
 	 c a t c h ( e )    
 	 {  
 	 	 a l e r t ( ' A n   e r r o r   o c c u r r e d ,   b u t   t h e   e r r o r   m e s s a g e   c a n n o t   b e '   +  
 	 	 '   d i s p l a y e d   b e c a u s e   o f   y o u r   b r o w s e r \ ' s   p o p - u p   b l o c k e r . \ n '   +  
 	 	 ' P l e a s e   a l l o w   p o p - u p s   f r o m   t h i s   W e b   s i t e . ' ) ;  
 	 }  
 }  
  
 / / v a r   S e n t B y D e f E m a i l   =   f a l s e ;  
 f u n c t i o n   D e c o d e H T M L ( h t m l S t r i n g )  
 {  
 	 h t m l S t r i n g   =   O n l y B e t w e e n D i v H e r e s ( h t m l S t r i n g ) ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y " ) . i n n e r H T M L   =   h t m l S t r i n g ;  
 }  
  
 f u n c t i o n   O n l y B e t w e e n D i v H e r e s ( h t m l S t r i n g )  
 {  
 	 v a r   i n d e x 1   =   - 1 ;  
 	 v a r   i n d e x 2   =   - 1 ;  
  
 	 i n d e x 1   =   h t m l S t r i n g . i n d e x O f ( " < d i v   i d = \ " S t a r t H e r e \ " > " ) ;  
 	 i n d e x 2   =   h t m l S t r i n g . i n d e x O f ( " < d i v   i d = \ " E n d H e r e \ " > " ) ;  
  
 	 i f ( i n d e x 1   ! =   - 1 )  
 	 	 i n d e x 1   =   i n d e x 1 + 2 6 ;  
  
 	 i f ( i n d e x 1   ! =   - 1   & &   i n d e x 2   ! =   - 1 )  
 	 {  
 	 	 h t m l S t r i n g   =   h t m l S t r i n g . s u b s t r i n g ( i n d e x 1 ,   i n d e x 2 ) ;  
 	 }  
  
 	 r e t u r n   h t m l S t r i n g ;  
 }  
  
 f u n c t i o n   R e m o v e H e a d e r ( h t m l S t r i n g )  
 {  
 	 v a r   i n d e x   =   - 1 ;  
 	 i n d e x   =   h t m l S t r i n g . i n d e x O f ( " < i n p u t " ) ;  
 	 i f ( i n d e x   ! =   - 1 )  
 	 	 h t m l S t r i n g   =   h t m l S t r i n g . s u b s t r i n g ( i n d e x ) ;  
  
 	 r e t u r n   h t m l S t r i n g ;  
 }  
  
 f u n c t i o n   R e m o v e F o o t e r ( h t m l S t r i n g )  
 {  
 	 v a r   i n d e x   =   - 1 ;  
 	 i n d e x   =   h t m l S t r i n g . i n d e x O f ( " < / f o r m > " ) ;  
 	 i f ( i n d e x   ! =   - 1 )  
 	 	 h t m l S t r i n g   =   h t m l S t r i n g . s u b s t r i n g ( 0 ,   i n d e x ) ;  
  
 	 r e t u r n   h t m l S t r i n g ;  
 }  
  
 v a r   p a g e s A r r a y   =   n e w   A r r a y ( 2 5 5 ) ;  
 v a r   p a g e s I n d e x   =   - 1 ;  
 f u n c t i o n   P u s h P a g e V i s i t ( p a g e )  
 {  
 	 p a g e s I n d e x   =   p a g e s I n d e x   +   1 ;  
  
 	 i f ( p a g e s I n d e x   > =   2 5 5 )  
 	 {  
 	 	 p a g e s I n d e x   =   2 5 5 ;  
 	 	 f o r ( v a r   c = 0 ; c < = 2 5 4 ; c + + )  
 	 	 {  
 	 	 	 p a g e s A r r a y [ c ]   =   p a g e s A r r a y [ c + 1 ] ;  
 	 	 }  
 	 }  
  
 	 f o r ( v a r   c = 2 5 5 ; c > p a g e s I n d e x ; c - - )  
 	 	 p a g e s A r r a y [ c ]   =   " " ;  
  
 	 p a g e s A r r a y [ p a g e s I n d e x ]   =   p a g e ;  
 }  
  
 f u n c t i o n   P r e v P a g e V i s i t ( )  
 {  
 	 i f ( p a g e s I n d e x   ! =   0 )  
 	 	 p a g e s I n d e x   =   p a g e s I n d e x   -   1 ;  
  
 	 r e t u r n   p a g e s A r r a y [ p a g e s I n d e x ] ;  
 }  
  
 f u n c t i o n   N e x t P a g e V i s i t ( )  
 {  
 	 i f ( p a g e s I n d e x   = =   2 5 5 )  
 	 	 r e t u r n   " " ;  
  
 	 p a g e s I n d e x   =   p a g e s I n d e x   +   1 ;  
  
 	 i f ( p a g e s A r r a y [ p a g e s I n d e x ]   = =   n u l l )  
 	 {  
 	 	 p a g e s I n d e x   =   p a g e s I n d e x   -   1 ;  
 	 	 r e t u r n   " " ;  
 	 }  
  
 	 i f ( p a g e s A r r a y [ p a g e s I n d e x ]   = =   " " )  
 	 {  
 	 	 p a g e s I n d e x   =   p a g e s I n d e x   -   1 ;  
 	 	 r e t u r n   " " ;  
 	 }  
  
 	 r e t u r n   p a g e s A r r a y [ p a g e s I n d e x ] ;  
 }  
  
 f u n c t i o n   b t n B a c k _ C l i c k ( )  
 {  
 	 v a r   g o t o P a g e   =   " " ;  
 	 g o t o P a g e   =   P r e v P a g e V i s i t ( ) ;  
 	  
 	 i f ( g o t o P a g e   ! =   n u l l   & &   g o t o P a g e   ! =   " "   & &   g o t o P a g e   ! =   " n u l l " )  
 	 {  
 	 	 v a r   a d d m e   =   " " ;  
 	 	 i f ( g o t o P a g e . i n d e x O f ( " ? " )   = =   - 1 )    
 	 	 	 a d d m e   =   " ? i s B = 1 " ;  
 	 	 e l s e    
 	 	 	 a d d m e   =   " & i s B = 1 " ;  
  
 	 	 U n i o n S t a t i o n ( g o t o P a g e + a d d m e ,   f a l s e ,   g o t o P a g e ) ;  
 	 }  
 }  
  
 f u n c t i o n   b t n F o r w a r d _ C l i c k ( )  
 {  
 	 v a r   g o t o P a g e   =   " " ;  
 	 g o t o P a g e   =   N e x t P a g e V i s i t ( ) ;  
 	  
 	 i f ( g o t o P a g e   ! =   n u l l   & &   g o t o P a g e   ! =   " "   & &   g o t o P a g e   ! =   " n u l l " )  
 	 	 U n i o n S t a t i o n ( g o t o P a g e ,   f a l s e ,   g o t o P a g e ) ;  
 }  
  
 f u n c t i o n   G e t C o o k i e V a l 2 ( o f f s e t )  
 {  
 	 v a r   e n d s t r   =   d o c u m e n t . c o o k i e . i n d e x O f ( " ; " ,   o f f s e t ) ;  
 	 i f   ( e n d s t r   = =   - 1 )  
 	 	 e n d s t r   =   d o c u m e n t . c o o k i e . l e n g t h ;  
  
 	 r e t u r n   u n e s c a p e ( d o c u m e n t . c o o k i e . s u b s t r i n g ( o f f s e t ,   e n d s t r ) ) ;  
 }  
  
 f u n c t i o n   G e t C o o k i e 2 ( n a m e )    
 {  
 	 v a r   a r g   =   n a m e   +   " = " ;  
 	 v a r   a l e n   =   a r g . l e n g t h ;  
 	 v a r   c l e n   =   d o c u m e n t . c o o k i e . l e n g t h ;  
 	 v a r   x   =   0 ;  
 	 w h i l e   ( x   <   c l e n )    
 	 {  
 	 	 v a r   y   =   x   +   a l e n ;  
 	 	 i f   ( d o c u m e n t . c o o k i e . s u b s t r i n g ( x ,   y )   = =   a r g )  
 	 	 	 r e t u r n   G e t C o o k i e V a l ( y ) ;  
 	 	 x   =   d o c u m e n t . c o o k i e . i n d e x O f ( "   " ,   x )   +   1 ;  
 	 	 i f   ( x   = =   0 )   b r e a k ;  
 	 }  
  
 	 r e t u r n   " " ;  
 }  
  
 f u n c t i o n   W r i t e C o o k i e 2 ( c o o k i e N a m e ,   c o o k i e V a l u e ,   d a y s )    
 {  
 	 v a r   e x p i r e   =   1 0 0 0   *   6 0   *   6 0   *   2 4   *   d a y s  
 	 v a r   e x p D a t e   =   n e w   D a t e ( ) ;  
  
 	 i f ( e x p i r e )  
 	 {  
 	 	 e x p D a t e . s e t T i m e   ( e x p D a t e . g e t T i m e ( )   +   e x p i r e ) ;  
 	 	 d o c u m e n t . c o o k i e   =   c o o k i e N a m e   +   " = "   +   e s c a p e   ( c o o k i e V a l u e )   +   " ; e x p i r e s = "   +   e x p D a t e . t o G M T S t r i n g ( ) ;  
 	 }  
 	 e l s e  
 	 {  
 	 	 d o c u m e n t . c o o k i e   =   c o o k i e N a m e   +   " = "   +   e s c a p e   ( c o o k i e V a l u e ) ;  
 	 }  
 }  
  
 f u n c t i o n   R e p l a c e O d d i t i e s ( v a l )  
 {  
 	 v a r   v a l 2   =   v a l ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   "   " ,   " _ _ _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " & " ,   " _ A _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " ) " ,   " _ C _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " # " ,   " _ D _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " ! " ,   " _ E _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " $ " ,   " _ M _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " / n " , " _ N _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " ( " ,   " _ O _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " + " ,   " _ P _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " = " ,   " _ Q _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " / t " , " _ T _ " ,   2 0 ) ;  
 	 v a l 2   =   r e p l a c e A l l ( v a l 2 ,   " ^ " ,   " _ U _ " ,   2 0 ) ;  
 	 r e t u r n   v a l 2 ;  
 }  
  
 f u n c t i o n   r e p l a c e A l l ( o r i g ,   f n d ,   r e p ,   m a x )  
 {  
 	 v a r   v 2   =   o r i g ;  
 	 v a r   c = 0 ;  
 	 w h i l e ( v 2 . i n d e x O f ( f n d )   ! =   - 1   & &   c < m a x )  
 	 {  
 	 	 v 2   =   v 2 . r e p l a c e ( f n d ,   r e p ) ;  
 	 	 c + + ;  
 	 }  
 	 r e t u r n   v 2 ;  
 }  
  
 f u n c t i o n   P i c C l i c k ( p i c N a m e )  
 {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . v i s i b i l i t y   =   " h i d d e n " ;  
 	 v a r   w   =   G e t C o o k i e 2 ( " W i d t h " ) ;  
 	 v a r   h   =   G e t C o o k i e 2 ( " H e i g h t " ) ;  
 	  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . w i d t h   =   " 1 p x " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . h e i g h t   =   " 1 p x " ;  
  
 	 U n i o n S t a t i o n ( " . / P a g e s / P i c t u r e P o p U p . a s p x ? p i c = "   +   p i c N a m e   +   " & h = "   +   h   +   " & w = "   +   w ,   t r u e ,   " P i c t u r e P o p U p " ) ;  
 }  
  
 f u n c t i o n   G o B a c k P h o t o s ( )  
 {  
 	 v a r   e v I D   =   G e t C o o k i e 2 ( " e v " ) ;  
 	 v a r   m m I D   =   G e t C o o k i e 2 ( " m m " ) ;  
 	 v a r   w   =   G e t C o o k i e 2 ( " W i d t h " ) ;  
 	 v a r   h   =   G e t C o o k i e 2 ( " H e i g h t " ) ;  
 	  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . w i d t h   =   " 5 0 0 p x " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . h e i g h t   =   " 1 2 0 p x " ;  
  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ;  
  
 	 U n i o n S t a t i o n ( " . / P a g e s / P h o t o s . a s p x ? e = "   +   e v I D   +   " & m = "   +   m m I D   +   " & w = "   +   w   +   " & h = "   +   h ,   t r u e ,   " P i c t u r e P o p U p " ) ;  
 }  
  
 f u n c t i o n   R e p o r t C o o k i e s ( )  
 {  
         a l e r t ( G e t C o o k i e ( " W i d t h " ) ) ;  
         a l e r t ( G e t C o o k i e ( " H e i g h t " ) ) ;  
 }  
  
 f u n c t i o n   b t n J a v a L o g i n _ C l i c k ( )  
 {  
         v a r   u   =   w i n d o w . d o c u m e n t . f o r m 1 . t x t U s e r . v a l u e ;  
         v a r   p   =   w i n d o w . d o c u m e n t . f o r m 1 . t x t P a s s . v a l u e ;  
          
 	 U n i o n S t a t i o n ( " . / U s e r I n p u t / M a i n . a s p x ? u = " + u + " & p = " + p ,   t r u e ,   " M a i n " ) ;  
 }  
  
 f u n c t i o n   b t n L o g i n 2 _ C l i c k ( )  
 {  
 	 U n i o n S t a t i o n ( " L o g i n . a s p x " ,   t r u e ,   " M a i n " ) ;  
 }  
  
 v a r   m a p ;  
 v a r   m a p M i n i ;  
 v a r   m a p C o u n t   =   1 ;  
 f u n c t i o n   L o a d M a p s ( )  
 {  
         v a r   m a p G I c o n s   =   [ ] ;  
         v a r   m a p G e o C o d e r   =   n e w   G C l i e n t G e o c o d e r ( ) ;  
  
         m a p C o u n t   =   1 ;  
         i f ( G B r o w s e r I s C o m p a t i b l e ( ) )    
         {  
                 m a p G I c o n s [ 0 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ r e d . p n g " ) ;  
                 m a p G I c o n s [ 1 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ b l u e . p n g " ) ;  
                 m a p G I c o n s [ 2 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ g r e e n . p n g " ) ;  
                 m a p G I c o n s [ 3 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ y e l l o w . p n g " ) ;  
                 m a p G I c o n s [ 4 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ p u r p l e . p n g " ) ;  
                 m a p G I c o n s [ 5 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ o r a n g e . p n g " ) ;  
                 m a p G I c o n s [ 6 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ w h i t e . p n g " ) ;  
                 m a p G I c o n s [ 7 ]   =   n e w   G I c o n ( G _ D E F A U L T _ I C O N ,   " h t t p : / / l a b s . g o o g l e . c o m / r i d e f i n d e r / i m a g e s / m m _ 2 0 _ b l a c k . p n g " ) ;  
  
                 f o r ( v a r   c = 0 ; c < = 7 ; c + + )  
                 {  
                         / / m a p G I c o n s [ c ] . i c o n S i z e   =   n e w   G S i z e ( 1 2 ,   2 0 ) ;  
                         / / m a p G I c o n s [ c ] . i c o n A n c h o r   =   n e w   G P o i n t ( 7 ,   2 8 ) ;  
                         m a p G I c o n s [ c ] . s h a d o w S i z e   =   n e w   G S i z e ( 0 , 0 ) ;  
                 }  
  
                 m a p   =   n e w   G M a p 2 ( d o c u m e n t . g e t E l e m e n t B y I d ( " d i v M a p " ) ) ;  
                 m a p . a d d C o n t r o l ( n e w   G L a r g e M a p C o n t r o l ( ) ) ;  
                 m a p . e n a b l e S c r o l l W h e e l Z o o m ( ) ;  
                 m a p . s e t C e n t e r ( n e w   G L a t L n g ( 4 2 . 0 ,   - 9 1 . 0 ) ,   5 ) ;  
  
                  
                 m a p . a d d C o n t r o l ( n e w   G M a p T y p e C o n t r o l ( ) ) ;  
  
  
  
  
                 / /   R e a d   t h e   d a t a   f r o m   e x a m p l e . x m l  
                 G D o w n l o a d U r l ( " . . / C o d e / g o o g l e l o c . x m l " ,    
                                         f u n c t i o n ( d o c )  
                                         {  
                                                 v a r   x m l D o c   =   G X m l . p a r s e ( d o c ) ;  
                                                 v a r   m a r k e r s   =   x m l D o c . d o c u m e n t E l e m e n t . g e t E l e m e n t s B y T a g N a m e ( " m a r k e r " ) ;  
  
                                                 f o r   ( v a r   c   =   0 ;   c   <   m a r k e r s . l e n g t h ;   c + + )    
                                                 {  
                                                         / /   o b t a i n   t h e   a t t r i b u e s   o f   e a c h   m a r k e r  
                                                         v a r   l a t   =   p a r s e F l o a t ( m a r k e r s [ c ] . g e t A t t r i b u t e ( " l a t " ) ) ;  
                                                         v a r   l n g   =   p a r s e F l o a t ( m a r k e r s [ c ] . g e t A t t r i b u t e ( " l n g " ) ) ;  
                                                         v a r   p o i n t   =   n e w   G L a t L n g ( l a t , l n g ) ;  
                                                         v a r   h t m l   =   m a r k e r s [ c ] . g e t A t t r i b u t e ( " h t m l " ) ;  
                                                         v a r   l a b e l   =   m a r k e r s [ c ] . g e t A t t r i b u t e ( " l a b e l " ) ;  
                                                         / /   c r e a t e   t h e   m a r k e r  
                                                         v a r   m a r k e r   =   c r e a t e M a r k e r ( p o i n t , l a b e l , h t m l ) ;  
                                                         m a p . a d d O v e r l a y ( m a r k e r ) ;  
                                                 }  
                                         } ) ;  
  
  
  
  
  
  
  
  
                 / / m a p G e o C o d e r . g e t L a t L n g ( " M a d i s o n ,   W I " ,   D r a w C e n t e r ) ;  
  
                 / * v a r   l i s t   =   d o c u m e n t . g e t E l e m e n t B y I d ( " l s t A d d r e s s e s " ) ;  
                 v a r   e   =   0 ;  
                 v a r   l n g   =   0 . 0 ;  
                 v a r   l a t   =   0 . 0 ;  
                 v a r   a l e r   =   " " ;  
                 f o r ( v a r   c = 0 ; c < l i s t . l e n g t h ; c + + )  
                 {  
                         l a t   =   p a r s e F l o a t ( l i s t . o p t i o n s [ c ] . t e x t ) ;  
                         l n g   =   p a r s e F l o a t ( l i s t . o p t i o n s [ c ] . v a l u e ) ;  
  
                         e = 0 ;  
                         D r a w M a r k e r ( n e w   G L a t L n g ( l a t ,   l n g ) ) ;  
                         / / m a p G e o C o d e r . g e t L a t L n g ( m a p D i s p l a y ,   D r a w M a r k e r ) ;  
  
                         a l e r   + =   l a t   +   " ,   "   +   l n g   +   " \ n " ;  
                 } * /  
  
               / /   a l e r t ( a l e r   +   " \ n \ n "   +   l i s t . l e n g t h ) ;  
         }  
 }  
  
 / /   a r r a y s   t o   h o l d   c o p i e s   o f   t h e   m a r k e r s   u s e d   b y   t h e   s i d e _ b a r  
 / /   b e c a u s e   t h e   f u n c t i o n   c l o s u r e   t r i c k   d o e s n t   w o r k   t h e r e  
 v a r   g m a r k e r s   =   [ ] ;  
  
 / /   A   f u n c t i o n   t o   c r e a t e   t h e   m a r k e r   a n d   s e t   u p   t h e   e v e n t   w i n d o w  
 f u n c t i o n   c r e a t e M a r k e r ( p o i n t , n a m e , h t m l )    
 {  
         v a r   m a r k e r   =   n e w   G M a r k e r ( p o i n t ) ;  
         G E v e n t . a d d L i s t e n e r ( m a r k e r ,   " c l i c k " ,   f u n c t i o n ( )    
         {  
                 m a r k e r . o p e n I n f o W i n d o w H t m l ( h t m l ) ;  
         } ) ;  
  
         / /   s a v e   t h e   i n f o   w e   n e e d   t o   u s e   l a t e r   f o r   t h e   s i d e _ b a r  
         g m a r k e r s . p u s h ( m a r k e r ) ;  
  
         r e t u r n   m a r k e r ;  
 }  
  
  
 / /   T h i s   f u n c t i o n   p i c k s   u p   t h e   c l i c k   a n d   o p e n s   t h e   c o r r e s p o n d i n g   i n f o   w i n d o w  
 f u n c t i o n   c l i c k M a r k ( c )    
 {  
         G E v e n t . t r i g g e r ( g m a r k e r s [ c ] ,   " c l i c k " ) ;  
 }  
  
  
  
 / * f u n c t i o n   D r a w C e n t e r ( p o i n t )  
 {  
         m a p . s e t C e n t e r ( p o i n t ,   6 ) ;  
 } * /  
  
 f u n c t i o n   D r a w M i n i C e n t e r ( p o i n t )  
 {  
         / / m a p M i n i . s e t C e n t e r ( p o i n t ,   1 2 ) ;  
 }  
  
 f u n c t i o n   D r a w M a r k e r ( p o i n t )  
 {  
         i f ( p o i n t   = =   n u l l )  
         {  
                 r e t u r n   f a l s e ;  
         }  
          
         D r a w M i n i C e n t e r ( p o i n t ) ;  
  
         v a r   u s e C o u n t   =   m a p C o u n t ;  
         i f ( m a p C o u n t   >   7 )  
                 u s e C o u n t   =   0 ;  
  
         / / v a r   m a r k e r   =   C r e a t e M a r k e r ( p o i n t ,   " a " ,   m a p D i s p l a y ,   u s e C o u n t ) ;  
         v a r   m a r k e r   =   C r e a t e M a r k e r ( p o i n t ,   " a " ,   " " ,   u s e C o u n t ) ;  
         / / a l e r t ( p o i n t ) ;  
         m a p C o u n t + + ;  
  
         / / m a p . a d d O v e r l a y ( n e w   G M a r k e r ( p o i n t ,   { t i t l e : " T e s t " } ) ) ;    
         m a p . a d d O v e r l a y ( m a r k e r ) ;  
          
         r e t u r n   t r u e ;  
 }  
  
 f u n c t i o n   D r a w M a r k e r 2 ( p o i n t )  
 {  
         a l e r t ( p o i n t ) ;  
          
         / * i f ( p o i n t   = =   s o m e t h i n g )  
         {  
                 r e t u r n   f a l s e ;  
         } * /  
          
         D r a w M i n i C e n t e r ( p o i n t ) ;  
  
         v a r   u s e C o u n t   =   m a p C o u n t ;  
         i f ( m a p C o u n t   >   7 )  
                 u s e C o u n t   =   0 ;  
  
         v a r   m a r k e r   =   C r e a t e M a r k e r ( p o i n t ,   " a " ,   m a p D i s p l a y ,   u s e C o u n t ) ;  
         / / a l e r t ( p o i n t ) ;  
         m a p C o u n t + + ;  
  
         / / m a p . a d d O v e r l a y ( n e w   G M a r k e r ( p o i n t ,   { t i t l e : " T e s t " } ) ) ;    
         m a p . a d d O v e r l a y ( m a r k e r ) ;  
 }  
  
 f u n c t i o n   C r e a t e M a r k e r ( p o i n t ,   n a m e ,   h t m l ,   c o u n t e r )    
 {  
         v a r   m a r k e r   =   n e w   G M a r k e r ( p o i n t ) ; / / ,   m a p G I c o n s [ c o u n t e r ] ) ;  
  
         / * G E v e n t . a d d L i s t e n e r ( m a r k e r ,   " c l i c k " ,   f u n c t i o n ( )    
                                                                                 {  
                                                                                         / / m a r k e r . o p e n I n f o W i n d o w ( " 1 2 3 " ) ;  
                                                                                 } ) ; * /  
  
         r e t u r n   m a r k e r ;  
 }  
  
 f u n c t i o n   D o N o t h i n g ( )  
 {  
 }  
  
 f u n c t i o n   T o o l T i p L y r i c s ( s t r ,   e s t W i d t h )  
 {  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T i p " ) . s t y l e . v i s i b i l i t y   =   " h i d d e n " ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v L y r i c s " ) . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v L y r i c s " ) . i n n e r H T M L   =   s t r ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l L y r i c s " ) . s t y l e . w i d t h   =   e s t W i d t h ;  
  
         i f ( e s t W i d t h   < =   0 )   e s t W i d t h   =   1 ;  
 	 p o p U p L y r i c s ( e v e n t ,   ' t t L y r i c ' ,   e s t W i d t h ) ;  
 }  
  
 f u n c t i o n   T o o l T i p ( s t r )  
 {  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T i p " ) . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v L y r i c s " ) . s t y l e . v i s i b i l i t y   =   " h i d d e n " ;  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T i p " ) . i n n e r H T M L   =   s t r ;  
  
         v a r   L   =   M a t h . c e i l ( s t r . l e n g t h   /   5 7 ) ;  
          
         v a r   L 2   =   s t r . l e n g t h   *   5 . 5 ;  
         i f ( L 2   >   4 0 0 )   L 2   =   4 0 0 ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T T B a s e " ) . s t y l e . w i d t h   =   L 2 ;  
          
         i f ( L   < =   0 )   L   =   1 ;  
 	 p o p U p ( e v e n t ,   ' t t B a s e ' ,   L ) ;  
 }  
  
 f u n c t i o n   P r i n t E v e n t s ( )  
 {  
         w i n d o w . o p e n ( " . / P a g e s / E v e n t s . a s p x ? b = 0 " ) ;  
 }  
  
 f u n c t i o n   S i z e V i d e o s ( )  
 {  
 	 / * v a r   w   =   G e t C o o k i e 2 ( " W i d t h " ) ;  
 	  
 	 h   =   w / 1 . 2 5 ;  
 	  
 	 i f ( h   >   7 0 0 )  
 	 {  
 	         h   =   7 0 0 ;  
 	         w   =   8 7 5 ;  
 	 }  
 	  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " o b j Y o u T u b e " ) . w i d t h   =   w ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " o b j Y o u T u b e " ) . h e i g h t   =   h ; * /  
 }  
  
 f u n c t i o n   T o g g l e ( o r d e r )  
 {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v C o n t a c t U s " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
  
         i f ( o r d e r   = =   f a l s e )  
         {  
 	         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y " ) . s t y l e . d i s p l a y   =   " i n l i n e " ;  
 	         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y 2 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
  
 	         v a r   d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( " l b l C W " ) ;  
 	         i f ( d i v   ! =   n u l l )  
 	                 d i v . s t y l e . d i s p l a y   =   " i n l i n e " ;  
         }  
         e l s e  
         {  
 	         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y 2 " ) . s t y l e . d i s p l a y   =   " i n l i n e " ;  
  
 	         v a r   d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( " l b l C W " ) ;  
 	         i f ( d i v   ! =   n u l l )  
 	                 d i v . s t y l e . d i s p l a y   =   " n o n e " ;  
         }  
 }  
  
 f u n c t i o n   T a b C l i c k ( n u m b )  
 {  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ 0 ] . c l a s s N a m e = ' T a b I n A c t i v e ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ 2 ] . c l a s s N a m e = ' T a b I n A c t i v e ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ 4 ] . c l a s s N a m e = ' T a b I n A c t i v e ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ 6 ] . c l a s s N a m e = ' T a b I n A c t i v e ' ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ 8 ] . c l a s s N a m e = ' T a b I n A c t i v e ' ;  
          
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l B i o T a b s " ) . r o w s [ 0 ] . c e l l s [ ( n u m b - 1 ) * 2 ] . c l a s s N a m e = ' T a b A c t i v e ' ;  
  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 1 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 2 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 3 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 4 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	 / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 5 " ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 	  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 1 " ) . s t y l e . h e i g h t   =   " 0 p x " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 2 " ) . s t y l e . h e i g h t   =   " 0 p x " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 3 " ) . s t y l e . h e i g h t   =   " 0 p x " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 4 " ) . s t y l e . h e i g h t   =   " 0 p x " ;  
 	 / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o 5 " ) . s t y l e . h e i g h t   =   " 0 p x " ;  
 	  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o " + n u m b ) . s t y l e . d i s p l a y   =   " i n l i n e " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v T a b B i o " + n u m b ) . s t y l e . h e i g h t   =   " " ;  
 }  
  
 f u n c t i o n   t a b O v e r ( t a b )  
 {  
         t a b . s t y l e . c u r s o r   =   ' p o i n t e r ' ;  
         t a b . s t y l e . b a c k g r o u n d C o l o r   =   " # C 2 D F F F " ;  
         t a b . s t y l e . c o l o r   =   " b l a c k " ;  
 }  
  
 f u n c t i o n   t a b O u t ( t a b )  
 {  
         t a b . s t y l e . c u r s o r   =   ' ' ;  
         t a b . s t y l e . b a c k g r o u n d C o l o r   =   " t r a n s p a r e n t " ;  
         t a b . s t y l e . c o l o r   =   " w h i t e " ;  
 }  
  
 f u n c t i o n   L o a d V i s i b l e ( s ,   e )  
 {  
         S t o p S o u n d ( ) ;  
  
         i f ( e   ! =   n u l l )  
         {  
                 s w i t c h ( e . i t e m . n a m e )  
                 {  
                         c a s e   " M y   S p a c e " :  
                         c a s e   " F a c e b o o k " :  
                       / / c a s e   " C o n t a c t   U s " :  
                                 r e t u r n ;  
  
                         d e f a u l t :  
                                 / / v a r   l b l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) ;  
                                 / / l b l . i n n e r H T M L   =   " & n b s p ;   < s t r o n g > L o a d i n g ,   p l e a s e   w a i t . . . < / s t r o n g > " ;  
                                 / / l b l . s t y l e . d i s p l a y   =   " i n l i n e " ;  
  
                                 / / d o c u m e n t . g e t E l e m e n t B y I d ( " i m g B u s y G r i f " ) . s r c   =   " P i c t u r e s / M e n u / B u s y G r i f . g i f " ;  
                                 / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . s t y l e . z I n d e x   =   1 ;  
  
                                 d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . i n n e r H T M L     =   " < i m g   a l t = \ " \ "   i d = \ " i m g B u s y G r i f \ "   s r c = \ " P i c t u r e s / M e n u / G r i f B u s y 1 . j p g \ "   r u n a t = \ " s e r v e r \ "   / > " ;  
                                 / / a l e r t ( d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . i n n e r H T M L   ) ;  
                                 b r e a k ;  
                 }  
  
                 o n R e s i z e ( ) ;  
                 / / C e n t e r B u s y G r i f ( ) ;  
  
                 T o g g l e ( e . i t e m . n a m e   = =   " O r d e r   C D s " ) ;  
         }  
 }  
  
 f u n c t i o n   W e d T a b C l i c k ( n u m b )  
 {  
         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . i n n e r H T M L   =   " < i m g   a l t = \ " \ "   i d = \ " i m g B u s y G r i f \ "   s r c = \ " P i c t u r e s / M e n u / G r i f B u s y 1 . j p g \ "   r u n a t = \ " s e r v e r \ "   / > " ;  
         S t o p S o u n d ( ) ;  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 0 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 1 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 2 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 3 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 4 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 5 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 6 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 7 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 8 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 9 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 1 0 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 1 1 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ 1 2 ] . c l a s s N a m e   =   ' T a b I n A c t i v e 2 ' ;  
 	  
         d o c u m e n t . g e t E l e m e n t B y I d ( " t b l T a b s " ) . r o w s [ 0 ] . c e l l s [ ( n u m b   -   1 ) ] . c l a s s N a m e   =   ' T a b A c t i v e 2 ' ;  
 	  
 	 s w i t c h ( n u m b )  
 	 {  
 	 	 c a s e   1 :  
 	 	 	 G e t P a g e ( " . / P a g e s / H o m e . a s p x " ,   0 ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   2 :    
 	 	 	 G e t P a g e ( " . / P a g e s / A b o u t . a s p x " ,   0 ) ;    
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   3 :    
 	 	 	 G e t P a g e ( " . / P a g e s / E v e n t s . a s p x " ,   0 ) ;  
 	 	 	 L o a d M a p s ( ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   4 :    
 	 	 	 / / G e t P a g e ( " O r d e r " ,   0 ) ;  
 	 	 	 T o g g l e ( t r u e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   5 :    
 	 	 	 G e t P a g e ( " . / P a g e s / B i o s . a s p x " ,   0 ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   6 :  
 	 	 	 G e t P a g e ( " . / P a g e s / P r e s s K i t . a s p x " ,   0 ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;    
 	 	 	 b r e a k ;  
  
 	 	 c a s e   7 :    
 	 	 	 G e t P a g e ( " . / P a g e s / B l o g s . a s p x " ,   0 ) ;    
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   8 :    
 	 	 	 G e t P a g e ( " . / P a g e s / V i d e o s . a s p x " ,   0 ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;    
 	 	 	 b r e a k ;  
  
 	 	 c a s e   9 :    
 	 	 	 G e t P a g e ( " . / D i s c o g r a p h y / D i s c o g r a p h y . a s p x " ,   0 ) ;    
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   1 0 :    
 	 	 	 G e t P a g e ( " . / P a g e s / P h o t o s . a s p x " ,   0 ) ;    
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	  
 	 	 	 v a r   d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v H i d e C B " ) ;  
                         d i v . s t y l e . d i s p l a y   =   " i n l i n e " ;  
                         d i v . s t y l e . h e i g h t   =   " 1 2 0 p x " ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   1 1 :    
 	 	 	 w i n d o w . o p e n ( ' h t t p : / / w w w . m y s p a c e . c o m / r i s i n g g a e l ' , ' _ n e w t a b ' ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   1 2 :    
 	 	 	 w i n d o w . o p e n ( ' h t t p : / / w w w . f a c e b o o k . c o m / r i s i n g g a e l ' , ' _ n e w t a b ' ) ;  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 b r e a k ;  
  
 	 	 c a s e   1 3 :    
 	 	 	 / / G e t P a g e ( " C o n t a c t   U s " ,   0 ) ;    
 	 	 	  
 	 	 	 T o g g l e ( f a l s e ) ;  
 	 	 	 v a r   d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v D i s p l a y " ) ;  
 	 	 	 v a r   d i v c u   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v C o n t a c t U s " ) ;  
                         d i v . I n n e r H t m l   =   " " ;  
                         d i v . s t y l e . d i s p l a y   =   " n o n e " ;  
                         d i v c u . s t y l e . h e i g h t   =   " 3 4 1 p x " ;  
                         d i v c u . s t y l e . d i s p l a y   =   " i n l i n e " ;  
  
 	 	 	 b r e a k ;  
 	 }  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . i n n e r H T M L     =   " " ;  
 }  
  
 f u n c t i o n   G e t P a g e ( k e y ,   n )  
 {      
 	 t r y  
 	 {  
 	 	 U n i o n S t a t i o n ( k e y ,   t r u e ,   k e y ) ;  
 	 }  
 	 c a t c h ( e x )  
 	 {  
 	 }  
 }      
  
 f u n c t i o n   C e n t e r B u s y G r i f ( )  
 {  
         v a r   l b l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) ;  
  
         v a r   w d t h   =   0 ,   h g h t   =   0 ;    
         v a r   s c r O f X   =   0 ,   s c r O f Y   =   0 ;    
          
         i f (   t y p e o f (   w i n d o w . p a g e Y O f f s e t   )   = =   ' n u m b e r '   )    
         {    
                 / / N e t s c a p e   c o m p l i a n t    
                 s c r O f Y   =   w i n d o w . p a g e Y O f f s e t ;    
                 s c r O f X   =   w i n d o w . p a g e X O f f s e t ;    
         }  
         e l s e   i f (   d o c u m e n t . b o d y   & &   (   d o c u m e n t . b o d y . s c r o l l L e f t   | |   d o c u m e n t . b o d y . s c r o l l T o p   )   )    
         {    
                 / / D O M   c o m p l i a n t    
                 s c r O f Y   =   d o c u m e n t . b o d y . s c r o l l T o p ;    
                 s c r O f X   =   d o c u m e n t . b o d y . s c r o l l L e f t ;    
         }    
         e l s e   i f (   d o c u m e n t . d o c u m e n t E l e m e n t   & &   (   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l L e f t   | |   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p   )   )    
         {    
                 / / I E 6   s t a n d a r d s   c o m p l i a n t   m o d e    
                 s c r O f Y   =   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p ;    
                 s c r O f X   =   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l L e f t ;    
         }    
  
         i f (   t y p e o f (   w i n d o w . i n n e r W i d t h   )   = =   ' n u m b e r '   )    
         {    
                 / / N o n - I E    
                 w d t h   =   w i n d o w . i n n e r W i d t h ;    
                 h g h t   =   w i n d o w . i n n e r H e i g h t ;    
         }    
         e l s e   i f (   d o c u m e n t . d o c u m e n t E l e m e n t   & &   (   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h   | |   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t   )   )    
         {    
                 / / I E   6 +   i n   ' s t a n d a r d s   c o m p l i a n t   m o d e '    
                 w d t h   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h ;    
                 h g h t   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ;    
         }  
         e l s e   i f (   d o c u m e n t . b o d y   & &   (   d o c u m e n t . b o d y . c l i e n t W i d t 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   )   )    
         {    
                 / / I E   4   c o m p a t i b l e    
                 w d t h   =   d o c u m e n t . b o d y . c l i e n t W i d t h ;    
                 h g h t   =   d o c u m e n t . b o d y . c l i e n t H e i g h t ;    
         }    
  
 	 v a r   o b j L e f t   =   w d t h   /   2 ;    
         v a r   o b j T o p   =   h g h t   /   2 ;    
         o b j L e f t   =   o b j L e f t   +   s c r O f X ;    
         o b j T o p   =   o b j T o p ;   / /   +   s c r O f Y ;    
  
         / /   P o s i t i o n   o b j e c t    
         l b l . s t y l e . p o s i t i o n   =   " a b s o l u t e " ;  
         l b l . s t y l e . t o p   =   o b j T o p   +   ' p x ' ;  
         l b l . s t y l e . l e f t   =   o b j L e f t   +   ' p x ' ;    
 }  
  
 f u n c t i o n   B l o g C l i c k ( s t a r t )  
 {  
         L o a d V i s i b l e ( ) ;  
 	 v a r   w   =   G e t C o o k i e 2 ( " W i d t h " ) ;  
 	 v a r   h   =   G e t C o o k i e 2 ( " H e i g h t " ) ;  
 	 U n i o n S t a t i o n ( " . / P a g e s / B l o g s . a s p x ? s t a r t = "   +   s t a r t   +   " & h = "   +   h   +   " & w = "   +   w ,   t r u e ,   " B l o g s " ) ;  
  
         / / v a r   l b l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) ;  
         / / l b l . i n n e r H T M L   =   " " ;  
         / / l b l . s t y l e . d i s p l a y   =   " n o n e " ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " i m g B u s y G r i f " ) . s r c   =   " " ;  
         / / d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . s t y l e . z I n d e x   =   - 1 ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " d i v B u s y G r i f " ) . i n n e r H T M L     =   " " ;  
 }  
  
 v a r   s o u n d   =   n e w   S o u n d ( ) ;  
 v a r   p l a y i n g   =   f a l s e ;  
 v a r   s o n g p l a y i n g   =   " " ;  
 f u n c t i o n   P l a y C l i p ( m p 3 )  
 {  
         i f ( s o n g p l a y i n g   = =   m p 3 )  
         {  
                 i f ( p l a y i n g )  
                 {  
                         s o u n d . s t o p ( ) ;  
                         p l a y i n g   =   f a l s e ;  
                         d o c u m e n t . g e t E l e m e n t B y I d ( ' b t n ' + s o n g p l a y i n g ) . v a l u e   =   ' º%' ;  
                         s o n g p l a y i n g   =   " " ;  
                         r e t u r n ;  
                 }  
                 d o c u m e n t . g e t E l e m e n t B y I d ( ' b t n ' + m p 3 ) . v a l u e   =   '  %' ;  
         }  
         e l s e   i f ( s o n g p l a y i n g   ! =   " " )  
         {  
                 d o c u m e n t . g e t E l e m e n t B y I d ( ' b t n ' + s o n g p l a y i n g ) . v a l u e   =   ' º%' ;  
                 s o u n d . s t o p ( ) ;  
                 p l a y i n g   =   f a l s e ;  
         }  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( ' b t n ' + m p 3 ) . v a l u e   =   '  %' ;  
  
         s o n g p l a y i n g   =   m p 3 ;  
         p l a y i n g   =   t r u e ;  
         v a r   b a s e   =   " . \ \ D i s c o g r a p h y \ \ C l i p s \ \ " ;  
  
         s w i t c h ( m p 3 )  
         {  
                 c a s e   ' A p r i l ' : s o u n d . l o a d S o u n d ( b a s e + ' A p r i l C l i p . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' B e l l e ' : s o u n d . l o a d S o u n d ( b a s e + ' B e l l e O f B e l f a s t M e d l e y . m p 3 ' ,   t r u e ) ;   b r e a k ;  
                 c a s e   ' C a l l s ' : s o u n d . l o a d S o u n d ( b a s e + ' C a l l s O n H e r A n g e l s . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' D o n a l d ' : s o u n d . l o a d S o u n d ( b a s e + ' D o n a l d M c G i l l a v r y . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' E s c a p e ' : s o u n d . l o a d S o u n d ( b a s e + ' E s c a p e F r o m S t e r l i n g . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' Q u e e n ' : s o u n d . l o a d S o u n d ( b a s e + ' Q u e e n O f A r g y l e . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' S h e s ' : s o u n d . l o a d S o u n d ( b a s e + ' S h e s G o n e D o w n . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' S t a r ' : s o u n d . l o a d S o u n d ( b a s e + ' S t a r O f T h e C o u n t y D o w n . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' S t i l l ' : s o u n d . l o a d S o u n d ( b a s e + ' S t i l l H a v e n t F o u n d . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' W i l l i a m ' : s o u n d . l o a d S o u n d ( b a s e + ' W i l l i a m s G h o s t . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' B o l d R i l e y ' : s o u n d . l o a d S o u n d ( b a s e + ' B o l d R i l e y . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' F i e r c e ' : s o u n d . l o a d S o u n d ( b a s e + ' F i e r c e . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' N e v e r K n o w ' : s o u n d . l o a d S o u n d ( b a s e + ' N e v e r K n o w . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' N o v a S c o t i a ' : s o u n d . l o a d S o u n d ( b a s e + ' N o v a S c o t i a . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' O n e M o r e D a y ' : s o u n d . l o a d S o u n d ( b a s e + ' O n e M o r e D a y . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' S o m e d a y ' : s o u n d . l o a d S o u n d ( b a s e + ' S o m e d a y . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' S t r e t c h e d O n Y o u r G r a v e ' : s o u n d . l o a d S o u n d ( b a s e + ' S t r e t c h e d O n Y o u r G r a v e . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' W e a t h e r m a n ' : s o u n d . l o a d S o u n d ( b a s e + ' W e a t h e r m a n . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' B l a c k M o u n t a i n s i d e ' : s o u n d . l o a d S o u n d ( b a s e + ' B l a c k M o u n t a i n s i d e . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' M a r y S o l d i e r ' : s o u n d . l o a d S o u n d ( b a s e + ' M a r y S o l d i e r . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' H o m e A g a i n ' : s o u n d . l o a d S o u n d ( b a s e + ' H o m e A g a i n . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' L e t t e r s ' : s o u n d . l o a d S o u n d ( b a s e + ' L e t t e r s . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' P o s t s c r i p t ' : s o u n d . l o a d S o u n d ( b a s e + ' P o s t s c r i p t . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' B l a c k C o l o r ' : s o u n d . l o a d S o u n d ( b a s e + ' B l a c k C o l o r . m p 3 ' ,   t r u e ) ; b r e a k ;  
                 c a s e   ' D M a c ' : s o u n d . l o a d S o u n d ( b a s e + ' D M a c . m p 3 ' ,   t r u e ) ; b r e a k ;  
         }  
 }  
  
 f u n c t i o n   L o a d L y r i c s ( l y ,   w i d t h )  
 {  
         v a r   t   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' t d L y r i c ' ) ;  
         t . i n n e r H T M L   =   l y ;  
 }  
  
 f u n c t i o n   G e t L y r i c s N e v e r K n o w ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > N e v e r   K n o w < / u > < b r   / > " ;  
         l y   + =   " M u s i c   a n d   l y r i c s :   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C i t y   L i g h t s   a r e   b u r n i n g   l o w . < b r   / > " ;  
         l y   + =   " N o t h i n g   l e f t   b u t   a m b e r   g l o w < b r   / > " ;  
         l y   + =   " S h i n i n g   l i k e   a   l i g h t h o u s e   n e v e r   k n o w < b r   / > " ;  
         l y   + =   " T h e y  l l   p a s s   y o u   b y   i f   y o u   l e t   t h e m   g o , < b r   / > " ;  
         l y   + =   " F i r e   d i e s   b u t   i t   b u r n s   s o   s l o w < b r   / > " ;  
         l y   + =   " S h i n e s   l i k e   a   l i g h t h o u s e   n e v e r   k n o w < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H o l d i n g   a   F e a t h e r   w o n  t   h e l p   y o u   f l y ; < b r   / > " ;  
         l y   + =   " T o   r i s e   a b o v e   y o u r s e l f   a n d   t o u c h   t h e   s k y < b r   / > " ;  
         l y   + =   " S t a n d i n g   l i k e   a   l i g h t h o u s e ,   o h   h o w   i t   s h i n e s < b r   / > " ;  
         l y   + =   " T h e   l i g h t   i s   s h a d o w i n g   t h e   d a r k e r   s i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " R a i n   i t   f a l l s   b u t   i t  s   o h   s o   c o l d , < b r   / > " ;  
         l y   + =   " S e e m s   s o   s m a l l   b u t   i t   m a k e s   r i v e r s   f l o w < b r   / > " ;  
         l y   + =   " F a l l i n g   l i k e   t e a r   d r o p s ,   b u t   y o u  l l   n e v e r   k n o w < b r   / > " ;  
         l y   + =   " O c e a n   w a v e s   c r a s h i n g   s o , < b r   / > " ;  
         l y   + =   " T h e   r o c k s   c r u m b l e   a n d   g o   b e l o w < b r   / > " ;  
         l y   + =   " F a l l i n g   l i k e   t e a r   d r o p s ,   b u t   y o u  l l   n e v e r   k n o w < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H o l d i n g   a   f e a t h e r   w o n  t   h e l p   y o u   f l y ; < b r   / > " ;  
         l y   + =   " T o   r i s e   a b o v e   y o u r s e l f   a n d   t o u c h   t h e   s k y   < b r   / > " ;  
         l y   + =   " T e a r   d r o p s   f a l l i n g   f r o m   y o u r   e y e s , < b r   / > " ;  
         l y   + =   " T a k e s   a w a y   t h e   p a i n ,   t h a t  s   w h y   w e   c r y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " N e v e r   k n o w   i t  s   a l l   t h e   s a m e ,   F i r e   a n d   r a i n < b r   / > " ;  
         l y   + =   " D o n  t   t r y   t o   h i d e ,   w o n  t   u n d e r s t a n d   p e o p l e   c a n < b r   / > " ;  
         l y   + =   " B e   t h e   s a m e ,   o n   t h e   i n s i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H o l d i n g   a   f e a t h e r   w o n  t   h e l p   y o u   f l y ; < b r   / > " ;  
         l y   + =   " T o   r i s e   a b o v e   y o u r s e l f   a n d   t o u c h   t h e   s k y < b r   / > " ;  
         l y   + =   " W e  l l   n e v e r   k n o w   e x a c t l y   w h y < b r   / > " ;  
         l y   + =   " W e   a r e   n o t   t h e   s a m e   i n   t h e r e   e y e s   ( 2 x ) < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s N o v a S c o t i a ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > N o v a   S c o t i a   F a r e w e l l < / u > < b r   / > " ;  
         l y   + =   " T r a d   a n d   O r i g .   l y r i c s ,   m u s i c   b y   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " F a r e w e l l   t o   N o v a   S c o t i a , < b r   / > " ;  
         l y   + =   " A n d   t o   t h e   c o a s t   b o u n d   s e a , < b r   / > " ;  
         l y   + =   " W i l l   y o u   e v e r   h e a v e   a   s i g h , < b r   / > " ;  
         l y   + =   " O r   h a v e   a   w i s h   f o r   m e ? < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   s u n   i s   s e t t i n g   i n   t h e   w e s t ,   < b r   / > " ;  
         l y   + =   " T h e   b i r d s   t h e y   s i n g   o n   e v e r y   t r e e , < b r   / > " ;  
         l y   + =   " A l l   n a t u r e   s e e m e d   c o n t e n t   t o   r e s t ,   < b r   / > " ;  
         l y   + =   " B u t   t h e r e   i s   s t i l l   n o   r e s t   f o r   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   g r i e v e   t o   l e a v e   m y   l a n d < b r   / > " ;  
         l y   + =   " T o   l e a v e   m y   f a m i l y ; < b r   / > " ;  
         l y   + =   " I   g r i e v e   t o   l e a v e   m y   m a n ,   < b r   / > " ;  
         l y   + =   " T o   m y   h e a r t   h e   h o l d s   t h e   k e y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   h a v e   t h r e e   b r o t h e r s   d e a d , < b r   / > " ;  
         l y   + =   " T h e i r   a r m s   f o l d e d   o r e   t h e i r   c h e s t ; < b r   / > " ;  
         l y   + =   " T h e y   f e l l   o r e   t h e   d e e p   b l u e   s e a , < b r   / > " ;  
         l y   + =   " T h a t   o c e a n   p u t   t h e m   t o   t h e i r   r e s t . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O   ( 2 x ) < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s O n e M o r e D a y ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > O n e   M o r e   D a y < / u > < b r   / > " ;  
         l y   + =   " M u s i c   a n d   L y r i c s :   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   t r i p p e d   o v e r   l u c k   a n d   b u m p e d   i n t o   y o u , < b r   / > " ;  
         l y   + =   " Y o u   s a i d   y o u   w e r e   f e e l i n g   l u c k y   t o o < b r   / > " ;  
         l y   + =   " D o n e   i s   t h i s   s u m m e r   n i g h t   a n d   d a y   i s   o n   i t s   w a y , < b r   / > " ;  
         l y   + =   " I f   y o u   l e a v e   t h e r e  s   o n e   t h i n g   l e f t   t o   s a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " G i v e   m e   o n e   m o r e   d a y ,   a   d a y   j u s t   l i k e   t o d a y < b r   / > " ;  
         l y   + =   " G i v e   m e   o n e   m o r e   d a y ,   a   d a y   j u s t   l i k e   t o d a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T a k e   l i f e   a s   i t   c o m e s   t h e   g o o d   w i t h   b a d , < b r   / > " ;  
         l y   + =   " a   g o o d   l i k e   y o u   I  v e   n e v e r   h a d < b r   / > " ;  
         l y   + =   " N o w   t h a t   y o u  v e   b e e n   w i t h   m e   I   c a n  t   h e l p   b u t   s e e   t h a t   t h i s   d a y   w e   s h a r e d   w a s   m e a n t   t o   b e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " L o o k   i n t o   y o u r   e y e s   y o u   h o l d   m y   h e a r t ,   o u r   f u t u r e   w a s   f o r e t o l d   i n   t h e   s t a r s < b r   / > " ;  
         l y   + =   " L o o k i n g   d o w n   t h e   r o a d   t h e r e  s   b o u n d   t o   b e   s o r r o w ,   s o   w o n  t   y o u   j o i n   m e   f o r   t o m o r r o w < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s   ( 3 x ) < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s S o m e d a y ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > S o m e   D a y < / u > < b r   / > " ;  
         l y   + =   " M u s i c   a n d   L y r i c s :   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " S a i l i n g   o u t   o f   t h e   h a r b o r , < b r   / > " ;  
         l y   + =   " P a c k e d   d o w n   i n   t h e   h o l d < b r   / > " ;  
         l y   + =   " B o u n d   f o r   l a n d   a n d   f r e e d o m , < b r   / > " ;  
         l y   + =   " A t   l e a s t   t h a t  s   w h a t   w e  v e   b e e n   t o l d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " L o o k i n g   a t   l i f e   b e f o r e   m e , < b r   / > " ;  
         l y   + =   " S o   m a n y   t h i n g s   I   m u s t   d o < b r   / > " ;  
         l y   + =   " B u t   h o w   w i l l   I   e v e r   b r e a k   f r e e , < b r   / > " ;  
         l y   + =   " W h e n   w h a t  s   s t o p p i n g   m e   i s   y o u < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   a   s o n g   a n d   p r a y e r   s t i l l   h a u n t   m e , < b r   / > " ;  
         l y   + =   " A s   I   s l o w l y   s a i l   a w a y < b r   / > " ;  
         l y   + =   " D r i v e n   b y   l i f e   n o w   w e a r y , < b r   / > " ;  
         l y   + =   " W i l l   I   e v e r   r e t u r n   t o   s t a y ? < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " S o m e d a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " G o d   u p   i n   h i s   h e a v e n s , < b r   / > " ;  
         l y   + =   " D e v i l   d o w n   b e l o w < b r   / > " ;  
         l y   + =   " I  m   o u t   o n   t h e   w i l d   o c e a n , < b r   / > " ;  
         l y   + =   " W o n d e r i n g   w h e r e   I  l l   g o < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B r i d g e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   t h e   w e i g h t   o f   t h e   w o r l d   p u l l s   m e   c l o s e r < b r   / > " ;  
         l y   + =   " H o w   l o n g   c a n   I   f i g h t , < b r   / > " ;  
         l y   + =   " K e e p i n g   m y   h e a d   a b o v e   w a t e r < b r   / > " ;  
         l y   + =   " T i l l   m y   w i n g s   t a k e   f l i g h t < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s   2 x < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " N a   n a   n a ,   n a   n a   n a n a   n a ,   n a   n a   n a   n a n a   n a   < b r   / > " ;  
         l y   + =   " N a   n a   n a ,   n a   n a   n a n a   n a ,   n a   n a   n a   n a n a   n a < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s J o u r n e y M a n ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > J o u r n e y   M a n < / u > < b r   / > " ;  
         l y   + =   " M u s i c   a n d   L y r i c s :   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " J o u r n e y m a n   c a m e   u p   o n e   n i g h t   < b r   / > " ;  
         l y   + =   " W i t h   w a l k i n g   h e   w a s   w e a r y < b r   / > " ;  
         l y   + =   " A   j o u r n e y m a n   c a m e   u p   o n e   n i g h t < b r   / > " ;  
         l y   + =   " W h e n   t h e   m o o n   s h o n e   b r i g h t   a n d   c l e a r l y < b r   / > " ;  
         l y   + =   " H e   s p i e d   a   f o x   u p o n   t h e   r o a d < b r   / > " ;  
         l y   + =   " R u n n i n g   t h r o u g h   t h e   h e a t h e r < b r   / > " ;  
         l y   + =   " H e   c a u g h t   t h a t   f o x   u p o n   t h e   r o a d < b r   / > " ;  
         l y   + =   " W h o s e   e y e s   w h e r e   q u i c k   a n d   c l e v e r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " J o h n n y  s   g o n e   t h i s   n i g h t   t o   t o w n < b r   / > " ;  
         l y   + =   " H e  s   o n   h i s   w a y   t o n i g h t < b r   / > " ;  
         l y   + =   " W h e n   m o r n i n g   c o m e s   n o   n e e d   t o   w o r k < b r   / > " ;  
         l y   + =   " F o r   g o l d   a n d   s i l v e r   b r i g h t < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   f o x   s a i d   s i r   l e t   m e   f r e e < b r   / > " ;  
         l y   + =   " A n d   k e e p   m e   f r o m   t h e   t o w n - o < b r   / > " ;  
         l y   + =   " T h e   f o x   s a i d   s i r   w i s h e s   t h r e e < b r   / > " ;  
         l y   + =   " I  l l   g r a n t   b e f o r e   t h e   d a w n - o < b r   / > " ;  
         l y   + =   " T h e   f i r s t   o n e   s a i d   t h e   j o u r n e y m a n < b r   / > " ;  
         l y   + =   " P o i n t i n g   t o   h i s   w h i s k e y < b r   / > " ;  
         l y   + =   " M y   f i r s t   w i s h   t o   y o u   i s   t h a t < b r   / > " ;  
         l y   + =   " M y   b o t t l e  l l   n e v e r   b e   e m p t y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T o   t e s t   h i s   w i s h   t h e   y o u n g   m a n   d r a n k < b r   / > " ;  
         l y   + =   " B u t   c o u l d   n o t   d r a i n   t h e   b o t t l e < b r   / > " ;  
         l y   + =   " B e f o r e   t o o   l o n g   t h e   y o u n g   m a n   s a n k < b r   / > " ;  
         l y   + =   " A n d   t h e   f o x   b e g a n   t o   s m i l e < b r   / > " ;  
         l y   + =   " W h e n   m o r n  s   f i r s t   l i g h t   c r e p t   o  e r   t h e   b r i n k < b r   / > " ;  
         l y   + =   " A n d   s t i l l   t h e   y o u n g   m a n   s l u m b e r e d < b r   / > " ;  
         l y   + =   " T h e   f o x   h e   h i d   t h e   y o u n g   m a n s   d r i n k < b r   / > " ;  
         l y   + =   " A n d   l e f t   h i m   t h e r e   b e w i l d e r e d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   ( 2 x ) < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s B o l d R i l e y ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > B o l d   R i l e y < / u > < b r   / > " ;  
         l y   + =   " T r a d .   a n d   O r i g i n a l   l y r i c s ,   M u s i c   b y   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h   t h e   r a i n   i t   r a i n s   a l l   d a y   l o n g < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " A n d   t h e   n o r t h e r n   w i n d s   b l o w   s o   s t r o n g < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " C o m e   o n   M a r y   d o n  t   l o o k   s o   g l u m < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " C o m e   S u n d a y   y o u  l l   b e   d r i n k i n g   r u m < b r   / > " ;  
         l y   + =   " B o l d   R i l e y ,   o - h a s   g o n e   a w a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W e r e   o u t w a r d   b o u n d   f o r   t h e   B e n g a l   B a y < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " G e t   b e n d i n g   i t  s   a   h e l l - o f - a   w a y < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " W h e n   t h e   w i n d s   b l o w   h e l m  s   a - l e e < b r   / > " ;  
         l y   + =   " B o l d   R i l e y < b r   / > " ;  
         l y   + =   " I   l o n g   f o r   t h e   d a y   y o u  l l   s a i l   b a c k   t o   m e < b r   / > " ;  
         l y   + =   " B o l d   R i l e y   h a s   g o n e   a w a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " G o o d b y e   m y   s w e e t h e a r t < b r   / > " ;  
         l y   + =   " G o o d b y e   m y   d e a r - o < b r   / > " ;  
         l y   + =   " B o l d   R i l e y   B o l d   R i l e y < b r   / > " ;  
         l y   + =   " G o o d b y e   m y   d a r l i n g < b r   / > " ;  
         l y   + =   " G o o d b y e   m y   d e a r - o < b r   / > " ;  
         l y   + =   " B o l d   R i l e y   h a s   g o n e   a w a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B r i d g e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s H e M o v e d T h r o u g h t h e F a i r ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > H e   M o v e d   T h r o u g h   T h e   F a i r < / u > < b r   / > " ;  
         l y   + =   " T r a d .   L y r i c s ,   A r r .   b y   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M y   y o u n g   l o v e   s a i d   t o   m e < b r   / > " ;  
         l y   + =   " M y   m o t h e r   w o n  t   m i n d < b r   / > " ;  
         l y   + =   " A n d   m y   f a t h e r   w o n  t   s l i g h t   y o u < b r   / > " ;  
         l y   + =   " F o r   y o u r   l a c k   o f   k i n d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   h e   s t e p p e d   a w a y   f o r m   m e < b r   / > " ;  
         l y   + =   " A n d   t h i s   h e   d i d   s a y < b r   / > " ;  
         l y   + =   " I t   w i l l   n o t   b e   l o n g   l o v e < b r   / > " ;  
         l y   + =   " T i l l   o u r   w e d d i n g   d a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " A n d   h e   s t e p p e d   a w a y   f r o m   m e < b r   / > " ;  
         l y   + =   " A n d   h e   m o v e d   t h r o u g h   t h e   f a i r < b r   / > " ;  
         l y   + =   " A n d   f o n d l y   I   w a t c h e d   h i m < b r   / > " ;  
         l y   + =   " M o v e   h e r e   a n d   m o v e   t h e r e < b r   / > " ;  
         l y   + =   " A n d   h e   m a d e   h i s   w a y   h o m e w a r d < b r   / > " ;  
         l y   + =   " W i t h   o n e   s t a r   a w a k e < b r   / > " ;  
         l y   + =   " A s   t h e   s w a n   i n   t h e   e v e n i n g < b r   / > " ;  
         l y   + =   " M o v e s   o v e r   t h e   l a k e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   p e o p l e   w e r e   s a y i n g < b r   / > " ;  
         l y   + =   " N o   t w o   w e r e   a - w e d < b r   / > " ;  
         l y   + =   " B u t   t h a t   o n e   h a d   a   s o r r o w < b r   / > " ;  
         l y   + =   " T h a t   n e v e r   w a s   s a i d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   I   s m i l e d   a s   h e   p a s s e d   m e   < b r   / > " ;  
         l y   + =   " W i t h   h i s   g o o d s   a n d   h i s   g e a r < b r   / > " ;  
         l y   + =   " A n d   t h a t   w a s   t h e   l a s t < b r   / > " ;  
         l y   + =   " I   s a w   o f   m y   d e a r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " A n d   h e   s t e p p e d   a w a y   f r o m   m e < b r   / > " ;  
         l y   + =   " A n d   h e   m o v e d   t h r o u g h   t h e   f a i r < b r   / > " ;  
         l y   + =   " A n d   f o n d l y   I   w a t c h e d   h i m < b r   / > " ;  
         l y   + =   " M o v e   h e r e   a n d   m o v e   t h e r e < b r   / > " ;  
         l y   + =   " A n d   h e   m a d e   h i s   w a y   h o m e w a r d < b r   / > " ;  
         l y   + =   " W i t h   o n e   s t a r   a w a k e < b r   / > " ;  
         l y   + =   " A s   t h e   s w a n   i n   t h e   e v e n i n g < b r   / > " ;  
         l y   + =   " M o v e s   o v e r   t h e   l a k e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   d r e a m t   l a s t   n i g h t < b r   / > " ;  
         l y   + =   " T h a t   m y   t r u e   l o v e   c a m e   i n < b r   / > " ;  
         l y   + =   " H e   c a m e   i n   s o   s o f t l y < b r   / > " ;  
         l y   + =   " H i s   f e e t   m a d e   n o   d i n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   h e   c a m e   c l o s e   b e s i d e   m e < b r   / > " ;  
         l y   + =   " A n d   t h i s   h e   d i d   s a y < b r   / > " ;  
         l y   + =   " I t   w i l l   n o t   b e   l o n g   l o v e < b r   / > " ;  
         l y   + =   " T i l l   o u r   w e d d i n g   d a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O < b r   / > " ;  
         l y   + =   " A n d   h e   s t e p p e d   a w a y   f r o m   m e < b r   / > " ;  
         l y   + =   " A n d   h e   m o v e d   t h r o u g h   t h e   f a i r < b r   / > " ;  
         l y   + =   " A n d   f o n d l y   I   w a t c h e d   h i m < b r   / > " ;  
         l y   + =   " M o v e   h e r e   a n d   m o v e   t h e r e < b r   / > " ;  
         l y   + =   " A n d   h e   c a m e   c l o s e   b e s i d e   m e < b r   / > " ;  
         l y   + =   " A n d   t h i s   h e   d i d   s a y < b r   / > " ;  
         l y   + =   " I t   w i l l   n o t   b e   l o n g   l o v e < b r   / > " ;  
         l y   + =   " T i l l   o u r   w e d d i n g   d a y   ( 2 x ) < b r   / > " ;  
          
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s S t r e t c h e d O n Y o u r G r a v e ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > S t r e t c h e d   o n   Y o u r   G r a v e < / u > < b r   / > " ;  
         l y   + =   " T r a d .   l y r i c s ,   m u s i c   R i s i n g   G a e l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   a m   s t r e t c h e d   o n   y o u r   g r a v e   < b r   / > " ;  
         l y   + =   " A n d   I ' l l   l i e   h e r e   f o r e v e r < b r   / > " ;  
         l y   + =   " I f   y o u   h a n d s   w e r e   i n   m i n e < b r   / > " ;  
         l y   + =   " I ' d   b e   s u r e   t h e y   w o u l d   n o t   s e v e r < b r   / > " ;  
         l y   + =   " M y   a p p l e   t r e e ,   m y   b r i g h t n e s s , < b r   / > " ;  
         l y   + =   " I t ' s   t i m e   w e   w e r e   t o g e t h e r < b r   / > " ;  
         l y   + =   " F o r   I   s m e l l   b y   t h e   E a r t h < b r   / > " ;  
         l y   + =   " A n d   I ' m   w o r n   b y   t h e   w e a t h e r . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h e n   m y   f a m i l y   t h i n k < b r   / > " ;  
         l y   + =   " T h a t   I ' m   s a f e l y   i n   m y   b e d < b r   / > " ;  
         l y   + =   " O h ,   f r o m   m o r n   u n t i l   n i g h t < b r   / > " ;  
         l y   + =   " I   a m   s t r e t c h e d   o u t   a t   y o u r   h e a d < b r   / > " ;  
         l y   + =   " C a l l i n g   o u t   u n t o   t h e   e a r t h < b r   / > " ;  
         l y   + =   " W i t h   t e a r s   h o t   a n d   w i l d < b r   / > " ;  
         l y   + =   " F o r   t h e   l o s s   o f   a   g i r l < b r   / > " ;  
         l y   + =   " T h a t   I   l o v e d   a s   a   c h i l d . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o   y o u   r e m e m b e r   t h e   n i g h t < b r   / > " ;  
         l y   + =   " O h ,   t h e   n i g h t   w h e n   w e   w e r e   l o s t < b r   / > " ;  
         l y   + =   " I n   t h e   s h a d e   o f   t h e   b l a c k t h o r n < b r   / > " ;  
         l y   + =   " A n d   t h e   t o u c h   o f   t h e   f r o s t ? < b r   / > " ;  
         l y   + =   " O h ,   a n d   t h a n k s   b e   t o   J e s u s < b r   / > " ;  
         l y   + =   " W e   d i d   a l l   t h a t   w a s   r i g h t < b r   / > " ;  
         l y   + =   " A n d   y o u r   m a i d e n h e a d   s t i l l < b r   / > " ;  
         l y   + =   " I s   y o u r   p i l l a r   o f   l i g h t . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h ,   t h e   p r i e s t s   a n d   t h e   f r i a r s < b r   / > " ;  
         l y   + =   " T h e y   a p p r o a c h   m e   i n   d r e a d < b r   / > " ;  
         l y   + =   " O h ,   f o r   I   l o v e   y o u   s t i l l < b r   / > " ;  
         l y   + =   " O h ,   m y   l i f e ,   a n d   y o u ' r e   d e a d < b r   / > " ;  
         l y   + =   " I   s t i l l   w i l l   b e   y o u r   s h e l t e r < b r   / > " ;  
         l y   + =   " T h r o u g h   r a i n   a n d   t h r o u g h   s t o r m < b r   / > " ;  
         l y   + =   " A n d   w i t h   y o u   i n   y o u r   c o l d   g r a v e < b r   / > " ;  
         l y   + =   " I   c a n n o t   s l e e p   w a r m < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   a m   s t r e t c h e d   o n   y o u r   g r a v e < b r   / > " ;  
         l y   + =   " A n d   I ' l l   l i e   h e r e   f o r e v e r < b r   / > " ;  
         l y   + =   " I f   y o u   h a n d s   w e r e   i n   m i n e < b r   / > " ;  
         l y   + =   " I ' d   b e   s u r e   t h e y   w o u l d   n o t   s e v e r < b r   / > " ;  
         l y   + =   " M y   a p p l e   t r e e ,   m y   b r i g h t n e s s , < b r   / > " ;  
         l y   + =   " I t ' s   t i m e   w e   w e r e   t o g e t h e r < b r   / > " ;  
         l y   + =   " F o r   I   s m e l l   b y   t h e   E a r t h < b r   / > " ;  
         l y   + =   " A n d   I ' m   w o r n   b y   t h e   w e a t h e r . < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s A p r i l ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > A p r i l   c o m e   h e   w i l l < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A p r i l   c o m e   h e   w i l l < b r   / > " ;  
         l y   + =   " W h e n   s t r e a m s   a r e   r i p e   a n d   s w e l l e d   w i t h   r a i n ; < b r   / > " ;  
         l y   + =   " M a y ,   h e   w i l l   s t a y , < b r   / > " ;  
         l y   + =   " R e s t i n g   i n   m y   a r m s   a g a i n . < b r   / > " ;  
         l y   + =   " J u n e ,   h e ' l l   c h a n g e   h e r   t u n e , < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I n   r e s t l e s s   w a l k s   h e ' l l   p r o w l   t h e   n i g h t ; < b r   / > " ;  
         l y   + =   " J u l y ,   h e   w i l l   f l y < b r   / > " ;  
         l y   + =   " A n d   g i v e   n o   w a r n i n g   t o   h i s   f l i g h t . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A u g u s t ,   d i e   h e   m u s t , < b r   / > " ;  
         l y   + =   " T h e   a u t u m n   w i n d s   b l o w   c h i l l y   a n d   c o l d ; < b r   / > " ;  
         l y   + =   " S e p t e m b e r   I l l   r e m e m b e r < b r   / > " ;  
         l y   + =   " A   l o v e   o n c e   n e w   h a s   n o w   g r o w n   o l d . < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s W i l l i a m ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > W i l l i a m ' s   G h o s t < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M y   t r u e   l o v e ,   m y   o w n   t r u e   W i l l i a m   W h e r e   t h o u   e v e r   m a y   b e < b r   / > " ;  
         l y   + =   " T h i s   d a r k   n i g h t   I   l o n g   t o   b e   w i t h   y o u ,   w h y   h a v e   y o u   g o n e   f r o m   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h o u g h   t h e   n i g h t   b e   d a r k   a s   a   d u n g e o n ,   n o   l i g h t   t h r o u g h   t h e   w i n d o w   p a i n < b r   / > " ;  
         l y   + =   " I ' l l   b e   g u i d e d   w i t h o u t   a   s t u m b l e   i n t o   m y   t r u e   l o v e ' s   a r m s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   w e n t   t o   m y   t r u e   l o v e ' s   g a r d e n ,   o n   a l l   H o l l o w ' s   e v e < b r   / > " ;  
         l y   + =   " T h r o u g h   a   w i n d o w   p a i n   w h i s p e r e d   s o f t l y ,   r i s e   m y   l o v e   w i t h   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h o ' s   t h a t   w h o ' s   t h a t   a t   m y   w i n d o w   d i s t u r b i n g   m y   l o n g   n i g h t s   r e s t < b r   / > " ;  
         l y   + =   " T i s   I   y o u r   l o v e r   d o n ' t   b e   d i s c o v e r e d ,   o p e n   a n d   l e t   m e   i n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H e   r o s e   o f f   h i s   s o f t   d o w n   p i l l o w ,   o p e n e d   a n d   l e t   m e   i n < b r   / > " ;  
         l y   + =   " B o t h   s h o o k   h a n d s   a n d   e m b r a c e d   e a c h   o t h e r ,   o h   W i l l i e ' s   b a c k   a g a i n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h e n   t h e   n i g h t   w a s   p a s t   a n d   o v e r ,   c o c k s   b e g a n   t o   c r o w < b r   / > " ;  
         l y   + =   " W e   b o t h   s h o o k   h a n d s   a n d   c r i e d   a n d   k i s s e d ,   d a r l i n g   I   m u s t   g o < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h   W i l l i e   W i l l i e   w h e r e   a r e   y o u r   b l u s h e s   o f   l o n g   a g o < b r   / > " ;  
         l y   + =   " M a r y   M a r y   h o l d   m e   a n d   p r a y ,   M a r y   I ' m   a   g h o s t < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M y   t r u e   l o v e ,   m y   o w n   t r u e   W i l l i a m   W h e r e   t h o u   e v e r   m a y   b e < b r   / > " ;  
         l y   + =   " T h i s   d a r k   n i g h t   I   l o n g   t o   b e   w i t h   y o u ,   w h y   h a v e   y o u   g o n e   f r o m   m e < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   3 5 0 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s D o n a l d ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > D o n a l d   M c G i l l a v r y < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d ' s   g a n e   u p   t h e   h i l l   h a r d   a n d   h u n g r y , < b r   / > " ;  
         l y   + =   " D o n a l d   c o m e s   d o w n   t h e   h i l l   w i l d   a n d   a n g r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   w i l l   c l e a r   t h e   g o u k ' s   n e s t   c l e v e r l y , < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   t h e   k i n g   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e i g h b a u k ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e i g h b a u k ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " B a l a n c e   t h e m   f a i r ,   a n d   b a l a n c e   t h e m   c l e v e r l y : < b r   / > " ;  
         l y   + =   " O f f   w i ' t h e   c o u n t e r f e i t ,   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d ' s   r u n   o ' e r   t h e   h i l l   b u t   h i s   t e t h e r ,   m a n , < b r   / > " ;  
         l y   + =   " A s   h e   w e r e   w u d ,   o r   s t a n g ' d   w i '   a n   e t h e r ,   m a n ; < b r   / > " ;  
         l y   + =   " W h e n   h e   c o m e s   b a c k ,   t h e r e ' s   s o m e   w i l l   l o o k   m e r r i l y : < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e a v e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e a v e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " P a c k   o n   y o u r   b a c k ,   a n d   e l w a n d   s a e   c l e v e r l y ; < b r   / > " ;  
         l y   + =   " G i e   t h e m   f u l l   m e a s u r e ,   m y   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d   h a s   f o u g h t e n   w i '   r i e f   a n d   r o g u e r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   h a s   d i n n e r ' d   w i   b a n e s   a n d   b e g g a r y , < b r   / > " ;  
         l y   + =   " B e t t e r   i t   w e r e   f o r   W h i g s   a n d   W h i g g e r y < b r   / > " ;  
         l y   + =   " M e e t i n g   t h e   d e v i l   t h a n   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   t a i l o r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   t a i l o r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " P u s h   a b o u t ,   i n   a n d   o u t ,   t h i m b l e   t h e m   c l e v e r l y , < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d ' s   t h e   c a l l a n   t h a t   b r o o k s   n a e   t a n g l e n e s s ; < b r   / > " ;  
         l y   + =   " W h i g g i n g   a n d   p r i g g i n g   a n d   a ' n e w f a n g l e n e s s , < b r   / > " ;  
         l y   + =   " T h e y   m a u n   b e   g a n e :   h e   w i n n a   b e   b a u k i t ,   m a n : < b r   / > " ;  
         l y   + =   " H e   m a u n   h a e   j u s t i c e ,   o r   f a i t h   h e ' l l   t a k   i t ,   m a n . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   c o b l e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   c o b l e r ,   D o n a l d   M a c g i l l a v r y ; < b r   / > " ;  
         l y   + =   " B e a t   t h e m ,   a n d   b o r e   t h e m ,   a n d   l i n g e l   t h e m   c l e v e r l y , < b r   / > " ;  
         l y   + =   " U p   w i '   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d   w a s   m u m p i t   w i   m i r d s   a n d   m o c k e r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   w a s   b l i n d e d   w i '   b l a d s   o '   p r o p e r t y ; < b r   / > " ;  
         l y   + =   " A r l e s   r a n   h i g h ,   b u t   m a k i n g s   w e r e   n a e t h i n g ,   m a n , < b r   / > " ;  
         l y   + =   " L o r d ,   h o w   D o n a l d   i s   f l y t i n g   a n d   f r e t t i n g ,   m a n . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   t h e   d e v i l ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   t h e   d e v i l ,   D o n a l d   M a c g i l l a v r y ; < b r   / > " ;  
         l y   + =   " S k e l p   t h e m   a n d   s c a u d   t h e m   t h a t   p r o v e d   s a e   u n b r i t h e r l y , < b r   / > " ;  
         l y   + =   " U p   w i   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y ! < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   3 0 0 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s S t i l l ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > S t i l l   H a v e n ' t   F o u n d < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   h a v e   c l i m b e d   t h e   h i g h e s t   m o u n t a i n s   < b r   / > " ;  
         l y   + =   " I   h a v e   r u n   t h r o u g h   t h e   f i e l d s   < b r   / > " ;  
         l y   + =   " O n l y   t o   b e   w i t h   y o u   < b r   / > " ;  
         l y   + =   " O n l y   t o   b e   w i t h   y o u   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   h a v e   r u n   I   h a v e   c r a w l e d   < b r   / > " ;  
         l y   + =   " I   h a v e   s c a l e d   t h e s e   c i t y   w a l l s   < b r   / > " ;  
         l y   + =   " O n l y   t o   b e   w i t h   y o u   < b r   / > " ;  
         l y   + =   " B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r   < b r   / > " ;  
         l y   + =   " B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   h a v e   k i s s e d   p a r t e d   l i p s   < b r   / > " ;  
         l y   + =   " F e l t   t h e   h e a l i n g   i n   y o u r   f i n g e r t i p s   < b r   / > " ;  
         l y   + =   " I t   b u r n e d   l i k e   f i r e   < b r   / > " ;  
         l y   + =   " T h i s   b u r n i n g   d e s i r e < b r   / > " ;  
         l y   + =   "   B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r   < b r   / > " ;  
         l y   + =   " B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   b e l i e v e   i n   t h e   K i n g d o m   C o m e   < b r   / > " ;  
         l y   + =   " T h e n   a l l   t h e   c o l o r s   w i l l   b l e e d   i n t o   o n e < b r   / > " ;  
         l y   + =   " B l e e d   i n t o   o n e < b r   / > " ;  
         l y   + =   " Y e s   I ' m   s t i l l   r u n n i n g . < b r   / > " ;  
         l y   + =   " B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r   < b r   / > " ;  
         l y   + =   " B u t   I   s t i l l   h a v e n ' t   f o u n d   < b r   / > " ;  
         l y   + =   " W h a t   I ' m   l o o k i n g   f o r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s F u r t h e r ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > F u r t h e r   I   G o < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A s   I   r o w ,   r o w ,   r o w < b r   / > " ;  
         l y   + =   " G o i n g   s o   s l o w ,   s l o w ,   s l o w < b r   / > " ;  
         l y   + =   " J u s t   d o w n   b e l o w   m e   i s   t h e   o l d   s e a < b r   / > " ;  
         l y   + =   " J u s t   d o w n   b e l o w   m e   i s   t h e   o l d   s e a < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " N o b o d y   k n o w s ,   k n o w s ,   k n o w s < b r   / > " ;  
         l y   + =   " S o   m a n y   t h i n g s ,   t h i n g s ,   s o < b r   / > " ;  
         l y   + =   " S o   o u t   o f   r a n g e < b r   / > " ;  
         l y   + =   " S o m e t i m e s   s o   s t r a n g e < b r   / > " ;  
         l y   + =   " S o m e t i m e s   s o   s w e e t < b r   / > " ;  
         l y   + =   " S o m e t i m e s   s o   l o n e l y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   f u r t h e r   I   g o < b r   / > " ;  
         l y   + =   " M o r e   l e t t e r s   f r o m   h o m e   n e v e r   a r r i v e < b r   / > " ;  
         l y   + =   " A n d   I ' m   a l o n e   A l l   o f   t h e   w a y < b r   / > " ;  
         l y   + =   " A l l   o f   t h e   w a y   A l o n e   a n d   a l i v e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " Y o u   j u s t   h a v e   t o   g o ,   g o ,   g o < b r   / > " ;  
         l y   + =   " W h e r e   I   d o n ' t   k n o w ,   k n o w ,   k n o w < b r   / > " ;  
         l y   + =   " T h i s   i s   t h e   t h i n g < b r   / > " ;  
         l y   + =   " S o m e b o d y   t o l d   m e < b r   / > " ;  
         l y   + =   " A   l o n g   t i m e   a g o < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s C a l l s ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > C a l l s   o n   h e r   A n g l e s < / u >   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " S h e   i s   2 5   y e a r s   o l d < b r   / > " ;  
         l y   + =   " T h e   w e i g h t   o f   t h e   w o r l d   i s   p u l l i n g   o n   h e r   s o u l < b r   / > " ;  
         l y   + =   " S h e   g r a b s   h e r   b o y   a n d   h o l d s   h i m   t i g h t < b r   / > " ;  
         l y   + =   " M a s k   t h e   p a i n   g r o w i n g   i n   h e r   s i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " S h e   c a l l s   o n   h e r   A n g l e s < b r   / > " ;  
         l y   + =   " W h e n   w i l l   t h e y   b r i n g   h e r   a i d ? < b r   / > " ;  
         l y   + =   " I s   t h i s   w h a t   s h e   d e s e r v e s < b r   / > " ;  
         l y   + =   " I s   t h i s   t h e   l i f e   s h e ' s   m a d e ? < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H e ' s   h u n g r y   t o   i s   h e l p l e s s   f r a m e < b r   / > " ;  
         l y   + =   " R e f l e c t s   h e r   o w n   t h i n k s   s h e ' s   t h e   o n e   t o   b l a m e < b r   / > " ;  
         l y   + =   " T h e   b a b y   c r i e s   s h e   w i p e s   a w a y   h i s   t e a r s < b r   / > " ;  
         l y   + =   " A n d   w i s h e s   s o m e o n e   w a s   t h e r e   t o   c a l m   h i s   f e a r s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T i m e s   a r e   h a r d   h u n g e r   i n   h e r   f r i e n d < b r   / > " ;  
         l y   + =   " H e r   g i r l i s h   h o p e s   h a v e   m e t   t h e i r   e n d < b r   / > " ;  
         l y   + =   " S h e   h i d e s   h e r   h a n d s   i n   h e r   f r a i l   h a n d s < b r   / > " ;  
         l y   + =   " A n d   p o u r s   o u t   t h e   h e a r t   s h e   c a n n o t   m e n d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s   2 x < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s S h e s G o n e ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > S h e ' s   G o n e   D o w n < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B y   t h e   s t o r m - t o r n   s h o r e l i n e ,   a   w o m a n   i s   s t a n d i n g < b r   / > " ;  
         l y   + =   " T h e   s p r a y   s t r u n g   l i k e   j e w e l s   i n   h e r   h a i r < b r   / > " ;  
         l y   + =   " A n d   t h e   s e a   t o r e   t h e   r o c k s   n e a r   t h a t   d e s o l a t e   l a n d i n g < b r   / > " ;  
         l y   + =   " A s   t h o u g h   i t   h a d   k n o w n   s h e   s t o o d   t h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " F o r   s h e   h a s   c o m e   d o w n   t o   c o n d e m n   t h a t   w i l d   o c e a n < b r   / > " ;  
         l y   + =   " F o r   t h e   m u r d e r o u s   l o s s   o f   h e r   m a n < b r   / > " ;  
         l y   + =   " H i s   s h i p   s a i l e d   o u t   o n   S u n d a y   m o r n i n g < b r   / > " ;  
         l y   + =   " A n d   i t ' s   f e a r e d   s h e ' s   g o n e   d o w n   w i t h   a l l   h a n d s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   i t ' s   w h i t e   w e r e   t h e   w a v e - c a p s   a n d   w i l d   w a s   t h e i r   p a r t i n g < b r   / > " ;  
         l y   + =   " S o   f i e r c e   i s   t h e   w a r r i n g   o f   l o v e < b r   / > " ;  
         l y   + =   " B u t   s h e   p r a y e d   t o   t h e   g o d s ,   b o t h   o f   m e n   a n d   o f   s a i l o r s < b r   / > " ;  
         l y   + =   " N o t   t o   c a s t   t h e i r   c r u e l   n e t s   o ' e r   h e r   l o v e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e r e ' s   a   s c h o o l   o n   t h e   h i l l   w h e r e   t h e   s o n ' s   o f   d e a d   f a t h e r s < b r   / > " ;  
         l y   + =   " A r e   l e d   t o w a r d   t e m p e s t s   a n d   g a l e s < b r   / > " ;  
         l y   + =   " W h e r e   t h e i r   G o d - g i v e n   w i n g s   a r e   c l i p p e d   c l o s e   t o   t h e i r   b o d i e s < b r   / > " ;  
         l y   + =   " A n d   t h e i r   e y e s   a r e   b o u n d   r o u n d   w i t h   s h i p s '   s a i l s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s U n c h a i n e d ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > U n c h a i n e d   M e l o d y < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h ,   m y   l o v e ,   m y   d a r l i n g , < b r   / > " ;  
         l y   + =   " I ' v e   h u n g e r e d   f o r   y o u r   t o u c h < b r   / > " ;  
         l y   + =   " a   l o n g ,   l o n e l y   t i m e . < b r   / > " ;  
         l y   + =   " A n d   t i m e   g o e s   b y   s o   s l o w l y < b r   / > " ;  
         l y   + =   " a n d   t i m e   c a n   d o   s o   m u c h , < b r   / > " ;  
         l y   + =   " a r e   y o u   s t i l l   m i n e ? < b r   / > " ;  
         l y   + =   " I   n e e d   y o u r   l o v e , < b r   / > " ;  
         l y   + =   " I   n e e d   y o u r   l o v e , < b r   / > " ;  
         l y   + =   " G o d   s p e e d   y o u r   l o v e   . . . . .   t o   m e ! < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " L o n e l y   r i v e r s   f l o w < b r   / > " ;  
         l y   + =   " t o   t h e   s e a ,   t o   t h e   s e a , < b r   / > " ;  
         l y   + =   " T o   t h e   o p e n   a r m s   o f   t h e   s e a . < b r   / > " ;  
         l y   + =   " L o n e l y   r i v e r s   s i g h , < b r   / > " ;  
         l y   + =   " \ " W a i t   f o r   m e ,   w a i t   f o r   m e ! \ " < b r   / > " ;  
         l y   + =   " I ' l l   b e   c o m i n g   h o m e ,   w a i t   f o r   m e ! < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h ,   m y   l o v e ,   m y   d a r l i n g , < b r   / > " ;  
         l y   + =   " I ' v e   h u n g e r e d ,   f o r   y o u r   t o u c h < b r   / > " ;  
         l y   + =   " a   l o n g ,   l o n e l y   t i m e . < b r   / > " ;  
         l y   + =   " A n d   t i m e   g o e s   b y   s o   s l o w l y < b r   / > " ;  
         l y   + =   " a n d   t i m e   c a n   d o   s o   m u c h , < b r   / > " ;  
         l y   + =   " a r e   y o u   s t i l l   m i n e ? < b r   / > " ;  
         l y   + =   " I   n e e d   y o u r   l o v e < b r   / > " ;  
         l y   + =   " I   n e e d   y o u r   l o v e , < b r   / > " ;  
         l y   + =   " G o d   s p e e d   y o u r   l o v e . . . . . .   t o   m e ! < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s T h i s L o v e ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > T h i s   L o v e   W i l l   C a r r y < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I t ' s   a   t h i n   l i n e   t h a t   l e a d s   u s   a n d   k e e p s   a   m a n   f r o m   s h a m e < b r   / > " ;  
         l y   + =   " A n d   d a r k   c l o u d s   q u i c k l y   g a t h e r   a l o n g   t h e   w a y   h e   c a m e < b r   / > " ;  
         l y   + =   " T h e r e ' s   f e a r   o u t   o n   t h e   m o u n t a i n   a n d   d e a t h   o u t   o n   t h e   p l a i n < b r   / > " ;  
         l y   + =   " T h e r e ' s   h e a r t b r e a k   a n d   h e a r t - a c h e   i n   t h e   s h a d o w   o f   t h e   f l a m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " [ B u t ] t h i s   l o v e   w i l l   c a r r y ,   t h i s   l o v e   w i l l   c a r r y   m e < b r   / > " ;  
         l y   + =   " I   k n o w   t h i s   l o v e   w i l l   c a r r y   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   s t r o n g e s t   w e b   w i l l   t a n g l e ,   t h e   s w e e t e s t   b l o o m   w i l l   f a l l < b r   / > " ;  
         l y   + =   " A n d   s o m e w h e r e   i n   t h e   d i s t a n c e   w e   t r y   a n d   c a t c h   i t   a l l < b r   / > " ;  
         l y   + =   " S u c c e s s   l a s t s   f o r   a   m o m e n t   a n d   f a i l u r e ' s   a l w a y s   n e a r < b r   / > " ;  
         l y   + =   " A n d   y o u   l o o k   d o w n   a t   y o u r   b l i s t e r e d   h a n d s   a s   t u r n s   a n o t h e r   y e a r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e s e   d a y s   a r e   g o l d e n ,   t h e y   m u s t   n o t   w a s t e   a w a y < b r   / > " ;  
         l y   + =   " F o r   o u r   t i m e   i s   l i k e   t h a t   f l o w e r   a n d   s o o n   i t   w i l l   d e c a y < b r   / > " ;  
         l y   + =   " A n d   t h o u g h   b y   s t o r m s   w e ' r e   w e a k e n e d ,   u n c e r t a i n t y   i s   s u r e < b r   / > " ;  
         l y   + =   " A n d   l i k e   t h e   c o m i n g   o f   t h e   d a w n   i t ' s   o u r s   f o r   e v e r m o r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s T o L o v e ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > T o   L o v e   a   M a n < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   l o v e   a   m a n   w h o   m a k e s   m e   s m i l e < b r   / > " ;  
         l y   + =   " H e ' l l   w i n   y o u   o v e r   w i t h   h i s   c h a r m   a n d   s t y l e < b r   / > " ;  
         l y   + =   " H e   s a y s   t h e   s w e e t e s t   t h i n g s   y o u   e v e r   h e a r d < b r   / > " ;  
         l y   + =   " W o u l d   b e   m u c h   s w e e t e r   i f   h e   m e a n t   o n e   w o r d < b r   / > " ;  
         l y   + =   " W o u l d   b e   m u c h   s w e e t e r   i f   h e   m e a n t   o n e   w o r d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   l o v e   a   m a n   w i t h   m a n y   f r i e n d s < b r   / > " ;  
         l y   + =   " H e   e n t e r t a i n s   t h e m   t i l l   t h e   e v e n i n g   e n d s < b r   / > " ;  
         l y   + =   " T h e y   s a y   h e   h a s   t h e   f r i e n d l y   t o u c h < b r   / > " ;  
         l y   + =   " A n d   w i t h   t h e   l a s s i e s   a   b i t   t o o   m u c h < b r   / > " ;  
         l y   + =   " A n d   w i t h   t h e   l a s s i e s   a   b i t   t o o   m u c h < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   l o v e   a   m a n   a n d   h e   l o v e s   m e < b r   / > " ;  
         l y   + =   " F o r   m a n y   y e a r s   w e ' v e   h e l d   c o m p a n y < b r   / > " ;  
         l y   + =   " H e   p r o m i s e d   m e   w e ' d   w e d   o n e   d a y < b r   / > " ;  
         l y   + =   " P e r h a p s   h e   m e a n t   w h e n   w e   w e r e   o l d   a n d   g r e y < b r   / > " ;  
         l y   + =   " P e r h a p s   h e   m e a n t   w h e n   w e   w e r e   o l d   a n d   g r e y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h e n   w i l l   h e   m a r r y   m e   a n d   m a k e   m e   a   p r o p e r   w i f e < b r   / > " ;  
         l y   + =   " W h e n   w i l l   h e   c a r r y   m e   t h r o u g h   t h e   d o o r w a y   o f   o u r   h o m e < b r   / > " ;  
         l y   + =   " W h e n   w i l l   h e   s e t t l e   d o w n   a n d   s t a r t   t o   l i v e   a   p r o p e r   l i f e < b r   / > " ;  
         l y   + =   " W h e n   w i l l   I   e v e r   s e e   i t ' s   t h e   m a n   h e   i s   i t s   a l l   h e ' l l   e v e r   b e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   l o v e   a   m a n   m y   h e a r t   i s   h i s < b r   / > " ;  
         l y   + =   " I   l o v e   t h a t   m a n   a n d   t h a t ' s   t h e   w a y   i t   i s < b r   / > " ;  
         l y   + =   " A   w o m a n ' s   f a t e   s e e m s   m e a n   a n d   c r u e l < b r   / > " ;  
         l y   + =   " F o r   t o   l o v e   a   m a n   i s   t o   b e   a   f o o l < b r   / > " ;  
         l y   + =   " T o   l o v e   a   m a n   i s   t o   b e   a   f o o l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s W o n d e r ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > I   w o n d e r   w h a t   i s   k e e p i n g   m y   t r u e   l o v e   t h i s   n i g h t < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   W o n d e r   W h a t   i s   k e e p i n g   m y   t r u e   l o v e   t h i s   n i g h t < b r   / > " ;  
         l y   + =   " I   w o n d e r   w h a t   i s   k e e p i n g   h i m   o u t   o f   m y   s i g h t < b r   / > " ;  
         l y   + =   " I   w o n d e r   i f   h e   k n o w s   o f   t h e   p a i n   I   e n d u r e < b r   / > " ;  
         l y   + =   " A n d   s t a y s   f r o m   m e   t h i s   n i g h t   I ' m   n o t   s u r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h   l o v e   a r e   y o u   c o m i n g   y o u r   c a u s e   t o   a d v a n c e < b r   / > " ;  
         l y   + =   " O r   y e t   a r e   y o u   w a i t i n g   f o r   a   f a r   f a r   b e t t e r   c h a n c e < b r   / > " ;  
         l y   + =   " A r e   y o u   c o m i n g   f o r   t o   t e l l   m e   y o u ' v e   a   n e w   l o v e   i n   s t o r e < b r   / > " ;  
         l y   + =   " O r   a r e   y o u   c o m i n g   f o r   t o   t e l l   m e   y o u   l o v e   m e   n o   m o r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " F o r   I   c a n   l o v e   l i g h t l y   a n d   I   c a n   l o v e   s t r o n g < b r   / > " ;  
         l y   + =   " I   c a n   l o v e   t h e   o l d   l o v e   t i l l   t h e   n e w   l o v e   c o m e s   o n < b r   / > " ;  
         l y   + =   " I   o n l y   s a i d   I   l o v e d   y o u   f o r   t o   g i v e   y o u r   h e a r t   e a s e < b r   / > " ;  
         l y   + =   " A n d   w h e n   I ' m   n o t   w i t h   y o u   I ' l l   l o v e   w h o m   I   p l e a s e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e r e ' s   g o l d   i n   m y   p o c k e t   a n d   p a i n   i n   m y   h e a r t < b r   / > " ;  
         l y   + =   " F o r   I   c a n ' t   l o v e   a   m a n   w i t h   t o o   m a n y   s w e e t h e a r t s < b r   / > " ;  
         l y   + =   " Y o u ' r e   m y   f i r s t   a n d   o n l y   f a l s e   l o v e   b u t   i t ' s   l a t e l y   I   k n e w < b r   / > " ;  
         l y   + =   " T h a t   t h e   s t r o n g e r   I   l o v e d   y o u   t h e   f a l s e r   y o u   g r e w < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   s p r i n g   g r a s s   g r o w s   t h e   g r e e n e s t   a n d   s p r i n g   w a t e r   r u n s   c l e a r < b r   / > " ;  
         l y   + =   " I ' m   s o r r y   a n d   t o r m e n t e d   f o r   t h e   l o v e   o f   m y   d e a r < b r   / > " ;  
         l y   + =   " Y o u r   l o v e   i t   l i e s   s o   l i g h t l y   a s   t h e   d e w   o n   t h e   t h o r n < b r   / > " ;  
         l y   + =   " T h a t ' s   t h e r e   i n   t h e   e v e n i n g   a n d   a w a y   w i t h   t h e   d a w n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s B l a c k b i r d ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > B l a c k b i r d < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   a m   a   y o u n g   m a i d e n ,   m y   s t o r y   i s   s a d < b r   / > " ;  
         l y   + =   " F o r   o n c e   I   w a s   c a r e f r e e   a n d   i n   l o v e   w i t h   a   l a d < b r   / > " ;  
         l y   + =   " H e   c o u r t e d   m e   s w e e t l y   b y   n i g h t   a n d   b y   d a y < b r   / > " ;  
         l y   + =   " B u t   n o w   h e   h a s   l e f t   m e   a n d   g o n e   f a r   a w a y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " O h   i f   I   w a s   a   b l a c k b i r d ,   c o u l d   w h i s t l e   a n d   s i n g < b r   / > " ;  
         l y   + =   " I ' d   f o l l o w   t h e   v e s s e l   m y   t r u e   l o v e   s a i l s   i n < b r   / > " ;  
         l y   + =   " A n d   i n   t h e   t o p   r i g g i n g   I   w o u l d   t h e r e   b u i l d   m y   n e s t < b r   / > " ;  
         l y   + =   " A n d   I ' d   f l u t t e r   m y   w i n g s   o ' e r   h i s   b r o a d   g o l d e n   c h e s t < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H e   s a i l e d   o ' e r   t h e   o c e a n ,   h i s   f o r t u n e   t o   s e e k < b r   / > " ;  
         l y   + =   " I   m i s s e d   h i s   c a r e s s e s   a n d   h i s   k i s s   o n   m y   c h e e k < b r   / > " ;  
         l y   + =   " H e   r e t u r n e d   a n d   I   t o l d   h i m   m y   l o v e   w a s   s t i l l   w a r m < b r   / > " ;  
         l y   + =   " H e   t u r n e d   a w a y   l i g h t l y   a n d   g r e a t   w a s   h i s   s c o r n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H e   o f f e r e d   t o   t a k e   m e   t o   D o n n y b r o o k   F a i r < b r   / > " ;  
         l y   + =   " T o   b u y   m e   f i n e   r i b b o n s ,   t i e   t h e m   u p   i n   m y   h a i r < b r   / > " ;  
         l y   + =   " H e   o f f e r e d   t o   m a r r y   a n d   t o   s t a y   b y   m y   s i d e < b r   / > " ;  
         l y   + =   " B u t   t h e n   i n   t h e   m o r n i n g   h e   s a i l e d   w i t h   t h e   t i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M y   p a r e n t s   t h e y   c h i d e   m e ,   a n d   w i l l   n o t   a g r e e < b r   / > " ;  
         l y   + =   " S a y i n g   t h a t   m e   a n d   m y   t r u e   l o v e   m a r r i e d   s h o u l d   n e v e r   b e < b r   / > " ;  
         l y   + =   " A h   b u t   l e t   t h e m   d e p r i v e   m e ,   o r   l e t   t h e m   d o   w h a t   t h e y   w i l l < b r   / > " ;  
         l y   + =   " W h i l e   t h e r e ' s   b r e a t h   i n   m y   b o d y ,   h e ' s   t h e   o n e   t h a t   I   l o v e   s t i l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s B e l l e ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > B e l l e   o f   B e l f a s t   M e d l e y < / u > < b r   / > " ;  
         l y   + =   " ( a b b r e v i a t e d )   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I ' l l   t e l l   m e   m a   w h e n   I   g e t   h o m e / T h e   b o y s   w o n ' t   l e a v e   t h e   g i r l s   a l o n e < b r   / > " ;  
         l y   + =   " T h e y   p u l l   m y   h a i r ,   t h e y   s t e a l   m y   c o m b / B u t   t h a t ' s   a l l   r i g h t   t i l l   I   g e t   h o m e < b r   / > " ;  
         l y   + =   " S h e   i s   h a n d s o m e ,   s h e   i s   p r e t t y / S h e   i s   t h e   b e l l e   o f   B e l f a s t   c i t y < b r   / > " ;  
         l y   + =   " S h e   i s   c o u r t i n g   o n e ,   t w o ,   t h r e e / H e y ,   w o n ' t   y o u   t e l l   m e ,   w h o   i s   h e ? < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A l b e r t   M o o n e y   s a y s   h e   l o v e s   h e r / A l l   t h e   b o y s   a r e   f i g h t i n g   f o r   h e r < b r   / > " ;  
         l y   + =   " K n o c k   a t   t h e   d o o r   a n d   r i n g   t h e   b e l l / H e y ,   m y   t r u e   l o v e ,   a r e   y o u   w e l l < b r   / > " ;  
         l y   + =   " O u t   s h e   c o m e s   a s   w h i t e   a s   s n o w / R i n g s   o n   h e r   f i n g e r s ,   b e l l s   o n   h e r   t o e s < b r   / > " ;  
         l y   + =   " O l d   J e n n y   M u r r y   s a y s   s h e ' l l   d i e / I f   s h e   d o e s n ' t   g e t   t h e   f e l l o w   w i t h   t h e   r o v i n g   e y e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " L e t   t h e   w i n d   b l o w   h i g h   l e t   t h e   w i n d   b l o w   l o w < b r   / > " ;  
         l y   + =   " T h r o u g h   t h e   s t r e e t s   i n   m y   k i l t   I   g o < b r   / > " ;  
         l y   + =   " A l l   t h e   l a s s i e s   s a y   h e l l o < b r   / > " ;  
         l y   + =   " D o n a l d   w h e r e ' s   y o u r   t r o u s e r s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   j u s t   c o m e   d o w n   f r o m   t h e   I s l e   o f   S k y e < b r   / > " ;  
         l y   + =   " I   n o   v e r y   b i g   a n d   I ' m   a w f u l l y   s h y < b r   / > " ;  
         l y   + =   " A l l   t h e   l a s s i e s   s a y   I   g o   b y < b r   / > " ;  
         l y   + =   " D o n a l d   w h e r e ' s   y o u r   t r o u s e r s < b r   / > " ;  
         l y   + =   "   < b r   / > " ;  
         l y   + =   " L e t   t h e   w i n d   a n d   t h e   r a i n   a n d   t h e   h a i l   g o   h i g h / S n o w   c o m e   t u m b l i n g   f r o m   t h e   s k y < b r   / > " ;  
         l y   + =   " S h e ' s   a s   n i c e   a s   a p p l e   p i e / S h e ' l l   g e t   a   f e l l o w   b y   a n d   b y < b r   / > " ;  
         l y   + =   " W h e n   s h e   g e t s   a   l a d   o f   h e r   o w n / S h e   w o n ' t   t e l l   h e r   m a   w h e n   s h e   g e t s   h o m e < b r   / > " ;  
         l y   + =   " L e t   t h e m   a l l   c o m e   a s   t h e y   w i l l / I t ' s   A l b e r t   M o o n e y   s h e   l o v e s   s t i l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " S t e p   w e   g a i l y   o n   w e   g o ,   H e e l   a n d   h e e l   A n d   t o e   f o r   t o e , < b r   / > " ;  
         l y   + =   " A r m   a n d   a r m   A n d   r o w   a n d   r o w ,   A l l   f o r   M a r i e ' s   w e d d i n g . < b r   / > " ;  
         l y   + =   " O v e r   h i l l w a y s ,   u p   a n d   d o w n ,   M y r t l e   g r e e n   a n d   b r a c k e n   b r o w n , < b r   / > " ;  
         l y   + =   " P a s t   t h e   s h e i l i n g s   t h r o u g h   t h e   t o w n   A l l   f o r   t h e   s a k e   o f   M a r i e . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " R e d   h e r   c h e e k s   a s   R o w a n ' s   a r e ,   B r i g h t   h e r   e y e s   a s   a n y   s t a r . < b r   / > " ;  
         l y   + =   " F a i r e s t   o f   t h e m   a l l   b y   f a r ,   I s   o u r   d a r l i n '   M a r i e . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I ' l l   t e l l   m e   m a   w h e n   I   g e t   h o m e / T h e   b o y s   w o n ' t   l e a v e   t h e   g i r l s   a l o n e < b r   / > " ;  
         l y   + =   " T h e y   p u l l   m y   h a i r ,   t h e y   s t e a l   m y   c o m b / B u t   t h a t ' s   a l l   r i g h t   t i l l   I   g e t   h o m e < b r   / > " ;  
         l y   + =   " S h e   i s   h a n d s o m e ,   s h e   i s   p r e t t y / S h e   i s   t h e   b e l l e   o f   B e l f a s t   c i t y < b r   / > " ;  
         l y   + =   " S h e   i s   c o u r t i n g   o n e ,   t w o ,   t h r e e / H e y ,   w o n ' t   y o u   t e l l   m e ,   w h o   i s   h e ? < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s Q u e e n ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > Q u e e n   o f   A l l   A r g y l l < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " G e n t l e m e n   i t   i s   m y   d u t y   t o   i n f o r m   y o u   o f   o n e   b e a u t y < b r   / > " ;  
         l y   + =   " T h o u g h   I ' d   a s k   y o u   o f   a   f a v o r ,   n o   t o   s e e k   h e r   f o r   a   w h i l e < b r   / > " ;  
         l y   + =   " T h o u g h   I   o w n   s h e   i s   a   c r e a t u r e   o f   c h a r a c t e r   a n d   f e a t u r e < b r   / > " ;  
         l y   + =   " N o   w o r d s   c a n   p a i n t   t h e   p i c t u r e   o f   t h e   Q u e e n   o f   a l l   A r g y l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   i f   y o u   c o u l d   h a v e   s e e n   h e r   t h e r e ,   b o y s   i f   y o u   h a d   j u s t   b e e n   t h e r e < b r   / > " ;  
         l y   + =   " T h e   s w a n   w a s   i n   h e r   m o v e m e n t ,   a n d   t h e ' m a r v e l   i n   h e r   s m i l e < b r   / > " ;  
         l y   + =   " A l l   t h e   r o s e s   i n   t h e   g a r d e n ,   t h e y   b o w   a n d   a s k   h e r   p a r d o n < b r   / > " ;  
         l y   + =   " F o r   n o t   o n e   c o u l d   m a t c h   t h e   b e a u t y   o f   t h e   q u e e n   o f   a l l   A r g y l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O n   t h a t   e v e n i n g   t h a t   I   m e n t i o n ,   I   p a s s e d   w i t h   l i g h t   i n t e n t i o n < b r   / > " ;  
         l y   + =   " T h r o u g h   a   p a r t   o f   o u r   d e a r   c o u n t r y   k n o w n   f o r   b e a u t y   a n d   f o r   s t y l e < b r   / > " ;  
         l y   + =   " B e i n '   a   p l a c e   o f   n o b l e   t h i n k e r s ,   o f   s c h o l a r s   a n d   g r e a t   d r i n k e r s < b r   / > " ;  
         l y   + =   " B u t   a b o v e   t h e m   a l l   f o r   s p l e n d o r   s h o n e   t h e   Q u e e n   o f   a l l   A r g y l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " S o   m y   l a d s   m y   n e e d s   m u s t   l e a v e   y o u ,   m y   i n t e n t i o n   n o   t o   g r i e v e   y o u < b r   / > " ;  
         l y   + =   " N o r   i n d e e d   w o u l d   I   d e c e i v e   y o u ,   o h   I ' l l   s e e   y o u   i n   a w h i l e < b r   / > " ;  
         l y   + =   " I   m u s t   f i n d   s o m e   w a y   t o   g a i n   h e r ,   t o   c o u r t   h e r   a n d   t o   t a m e   h e r < b r   / > " ;  
         l y   + =   " I   f e a r   m y   h e a r t ' s   i n   d a n g e r   f r o m   t h e   Q u e e n   o f   a l l   A r g y l l < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s S t a r ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > S t a r   o f   t h e   C o u n t y   D o w n   < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " N e a r   B a n   b r i d g e   t o w n ,   i n   t h e   C o u n t y   D o w n /   O n e   m o r n i n g   i n   J u l y < b r   / > " ;  
         l y   + =   " D o w n   a   b o r e e n   g r e e n   c a m e   a   s w e e t   c o l l e e n / A n d   s h e   s m i l e d   a s   s h e   p a s s e d   m e   b y . < b r   / > " ;  
         l y   + =   " S h e   l o o k e d   s o   s w e e t   f r o m   h e r   t w o   w h i t e   f e e t / T o   t h e   s h e e n   o f   h e r   n u t - b r o w n   h a i r < b r   / > " ;  
         l y   + =   " S u c h   a   c o a x i n g   e l f ,   I ' d   t o   s h a k e   m y s e l f / T o   m a k e   s u r e   I   w a s   s t a n d i n g   t h e r e . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " F r o m   B a n t r y   B a y   u p   t o   D e r r y   Q u a y < b r   / > " ;  
         l y   + =   " A n d   f r o m   G a l w a y   t o   D u b l i n   t o w n < b r   / > " ;  
         l y   + =   " N o   m a i d   I ' v e   s e e n   l i k e   t h e   s w e e t   c o l l e e n < b r   / > " ;  
         l y   + =   " T h a t   I   m e t   i n   t h e   C o u n t y   D o w n . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A s   s h e   o n w a r d   s p e d   I   s h o o k   m y   h e a d < b r   / > " ;  
         l y   + =   " A n d   I   g a z e d   w i t h   a   f e e l i n g   q u a r e < b r   / > " ;  
         l y   + =   " A n d   I   s a i d ,   s a y s   I ,   t o   a   p a s s e r b y < b r   / > " ;  
         l y   + =   " \ " W h o ' s   t h e   m a i d   w i t h   t h e   n u t - b r o w n   h a i r ? \ " < b r   / > " ;  
         l y   + =   " H e   s m i l e d   a t   m e ,   a n d   w i t h   p r i d e   s a y s   h e , < b r   / > " ;  
         l y   + =   " \ " T h a t ' s   t h e   g e m   o f   I r e l a n d ' s   c r o w n . < b r   / > " ;  
         l y   + =   " S h e ' s   y o u n g   R o s i e   M c C a n n   f r o m   t h e   b a n k s   o f   t h e   B a n n < b r   / > " ;  
         l y   + =   " S h e ' s   t h e   s t a r   o f   t h e   C o u n t y   D o w n . \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " c h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A t   t h e ' h a r v e s t   f a i r ' s h e ' l l   b e   s u r e l y   t h e r e < b r   / > " ;  
         l y   + =   " S o ' I ' l l   d r e s s   i n   m y   S u n d a y   c l o t h e s < b r   / > " ;  
         l y   + =   " A n d   I ' l l   t r y   s h e e p ' s   e y e s ,   a n d   d e l u d h e r i n g   l i e s < b r   / > " ;  
         l y   + =   " O n   t h e   h e a r t   o f   t h e   n u t - b r o w n   r o s e . < b r   / > " ;  
         l y   + =   " N o   p i p e   I ' l l   s m o k e ,   n o   h o r s e   I ' l l   y o k e < b r   / > " ;  
         l y   + =   " T i l l ' m y   p l o w   w i t h ' r u s t ' t u r n s   b r o w n < b r   / > " ;  
         l y   + =   " T i l l   a   s m i l i n g   b r i d e   b y   m y   o w n   f i r e s i d e < b r   / > " ;  
         l y   + =   " S i t s   t h e   s t a r   o f   t h e   C o u n t y   D o w n . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s F i e l d s ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > F i e l d s   o f   A t h e n r y   < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B y   a   l o n e l y   p r i s o n   w a l l ,   I   h e a r d   a   y o u n g   g i r l   c a l l i n g / \ " M i c h a e l ,   t h e y   h a v e   t a k e n   y o u   a w a y < b r   / > " ;  
         l y   + =   " F o r   y o u   s t o l e   T r e v e l y a n ' s   c o r n / S o   t h e   y o u n g   m i g h t   s e e   t h e   m o r n . < b r   / > " ;  
         l y   + =   " N o w   a   p r i s o n   s h i p   l i e s   w a i t i n g   i n   t h e   b a y . \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " L o w   l i e   t h e   f i e l d s   o f   A t h e n r y / W h e r e   o n c e   w e   w a t c h e d   t h e   s m a l l   f r e e   b i r d s   f l y < b r   / > " ;  
         l y   + =   " O u r   l o v e   w a s   o n   t h e   w i n g .   W e   h a d   d r e a m s   a n d   s o n g s   t o   s i n g < b r   / > " ;  
         l y   + =   " I t ' s   s o   l o n e l y   r o u n d   t h e   f i e l d s   o f   A t h e n r y . < b r   / > " ;  
         l y   + =   " B y   a   l o n e l y   p r i s o n   w a l l ,   I   h e a r d   a   y o u n g   m a n   c a l l i n g .   \ " N o t h i n g   m a t t e r s ,   M a r y ,   w h e n   y o u ' r e   f r e e   A g a i n s t   t h e   f a m i n e   a n d   t h e   c r o w n ,   I   r e b e l l e d ,   t h e y   c u t   m e   d o w n .   N o w   y o u   m u s t   r a i s e   o u r   c h i l d   w i t h   d i g n i t y . \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B y   a   l o n e l y   h a r b o r   w a l l ,   s h e   w a t c h e d   t h e   l a s t   s t a r   f a l l i n g .   A s   t h e   p r i s o n   s h i p   s a i l e d   o u t   a g a i n s t   t h e   s k y .   F o r   s h e   l i v e d   t o   h o p e   a n d   p r a y   f o r   h e r   l o v e   i n   B o t a n y   B a y .   I t ' s   s o   l o n e l y   r o u n d   t h e   f i e l d s   o f   A t h e n r y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s F a r e ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > F a r e   T h e e   W e l l < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " F a r e   t h e e   w e l l / M y   o w n   t r u e   l o v e < b r   / > " ;  
         l y   + =   " F a r e w e l l   f o r   a   w h i l e / I ' m   g o i n g   a w a y < b r   / > " ;  
         l y   + =   " B u t   I ' l l   r e t u r n / I f   I   g o   1 0 , 0 0 0   m i l e s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " 1 0 , 0 0 0   m i l e s / M y   o w n   t r u e   l o v e < b r   / > " ;  
         l y   + =   " 1 0 , 0 0 0   m i l e s   o r   m o r e / A n d   t h e   r o c k s   m a y   m e l t < b r   / > " ;  
         l y   + =   " A n d   t h e   s e a s   m a y   b u r n / I f   I   n o   m o r e   r e t u r n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   y o u   s e e / Y o n   l o n e s o m e   d o v e < b r   / > " ;  
         l y   + =   " S i t t i n g   o n   a n   i v y   t r e e / S h e ' s   w e e p i n g   f o r < b r   / > " ;  
         l y   + =   " H e r   o w n   t r u e   l o v e / A s   I   w i l l   w e e p   f o r   m i n e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h   c o m e   b a c k / M y   o w n   t r u e   l o v e < b r   / > " ;  
         l y   + =   " S t a y   a   w h i l e   w i t h   m e / F o r   i f   I   h a d   a   f r i e n d < b r   / > " ;  
         l y   + =   " A l l   o n   t h i s   e a r t h / T h e n   y o u ' l l   b e   a   f r i e n d   t o   m e ,   m y   d e a r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " O h   c o m e   b a c k / M y   o w n   t r u e   l o v e < b r   / > " ;  
         l y   + =   " S t a y   a   w h i l e   w i t h   m e / F o r   i f   I   h a d   a   f r i e n d < b r   / > " ;  
         l y   + =   " A l l   o n   t h i s   e a r t h < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e n   y o u ' l l   b e   t h a t   f r i e n d   t o   m e ,   m y   d e a r < b r   / > " ;  
         l y   + =   " Y o u ' l l   b e   t h a t   f r i e n d   t o   m e < b r   / > " ;  
         l y   + =   " T h e n   y o u ' l l   b e   t h a t   f r i e n d   t o   m e ,   m y   d e a r .   Y o u ' l l   b e   t h a t   f r i e n d   t o   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
  
 f u n c t i o n   G e t L y r i c s J o u r n e y m a n ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > J o u r n e y m a n < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A   J o u r n e y m a n   c a m e   u p   o n e   n i g h t , < b r   / > " ;  
         l y   + =   " W i t h   w a l k i n g   h e   w a s   w e a r y . < b r   / > " ;  
         l y   + =   " A   J o u r n e y m a n   c a m e   u p   o n e   n i g h t , < b r   / > " ;  
         l y   + =   " W h e n   t h e   m o o n   s h o n e   b r i g h t   a n d   c l e a r l y . < b r   / > " ;  
         l y   + =   " H e   m e t   a   f o x   u p o n   t h e   r o a d , < b r   / > " ;  
         l y   + =   " A - r u n n i n g   t h r o u g h   t h e   h e a t h e r . < b r   / > " ;  
         l y   + =   " H e   c a u g h t   t h a t   f o x   u p o n   t h e   r o a d , < b r   / > " ;  
         l y   + =   " W h o s e   e y e s   w e r e   q u i c k   a n d   c l e v e r . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o r u s : < b r   / > " ;  
         l y   + =   " J o h n n y  s   g o n e   t h i s   n i g h t   t o   t o w n , < b r   / > " ;  
         l y   + =   " H e  s   o n   h i s   w a y   t o n i g h t . < b r   / > " ;  
         l y   + =   " W h e n   m o r n i n g   c o m e s   n o   n e e d   t o   w o r k , < b r   / > " ;  
         l y   + =   " F o r   g o l d   o r   s i l v e r   b r i g h t . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e   f o x   s a i d   ' s i r ,   l e t   m e   f r e e , < b r   / > " ;  
         l y   + =   " A n d   k e e p   m e   f r o m   t h i s   t o w n - o . ' < b r   / > " ;  
         l y   + =   " T h e   f o x   s a i d   ' s i r ,   w i s h e s   t h r e e , < b r   / > " ;  
         l y   + =   " I  l l   g r a n t   b e f o r e   t h e   d a w n - o . ' < b r   / > " ;  
         l y   + =   " ' M y   f i r s t   w i s h , '   s a i d   t h e   J o u r n e y m a n , < b r   / > " ;  
         l y   + =   " a - p o i n t i n g   t o   h i s   w h i s k e y , < b r   / > " ;  
         l y   + =   " ' M y   f i r s t   w i s h   t o   y o u   i s   t h a t < b r   / > " ;  
         l y   + =   " m y   b o t t l e   n e v e r   b e   e m p t y . ' < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T o   t e s t   h i s   w i s h ,   t h e   y o u n g   m a n   d r a n k < b r   / > " ;  
         l y   + =   " B u t   c o u l d   n o t   d r a i n   t h e   b o t t l e . < b r   / > " ;  
         l y   + =   " B e f o r e   t o o   l o n g ,   t h e   y o u n g   m a n   s a n k < b r   / > " ;  
         l y   + =   " A n d   t h e   f o x   b e g a n   t o   s m i l e . < b r   / > " ;  
         l y   + =   " W h e n   m o r n  s   f i r s t   l i g h t   c r e p t   o  e r   t h e   b r i n k < b r   / > " ;  
         l y   + =   " A n d   s t i l l   t h e   y o u n g   m a n   s l u m b e r e d , < b r   / > " ;  
         l y   + =   " T h e   f o x   h e   h i d   t h a t   y o u n g   m a n  s   d r i n k < b r   / > " ;  
         l y   + =   " A n d   l e f t   h i m   t h e r e   b e w i l d e r e d . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C h o   x 2 < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s W e a t h e r m a n ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > W e a t h e r m a n < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D e s p i t e   w h a t   t h e   w e a t h e r m a n   s a i d < b r   / > " ;  
         l y   + =   " I   f e e l   c l o u d s   o v e r   m y   h e a d < b r   / > " ;  
         l y   + =   " C a n  t   s e e   t h e   s u n   i n   y o u r   s m i l e < b r   / > " ;  
         l y   + =   " B u t   I  m   l o o k i n g   f o r   a   s i g n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " T h e s e   s t o r m y   d a y s   w i l l   s u r l y   p a s s < b r   / > " ;  
         l y   + =   " J u s t   l i k e   t h e   s u n   i s   g o n e   t o o   f a s t < b r   / > " ;  
         l y   + =   " I   h e a r   t h u n d e r   a n d   t h e   p o u r i n g   r a i n < b r   / > " ;  
         l y   + =   " S o   c o m e   t a k e   s h e l t e r   t i l l   i t  s   c l e a r   a g a i n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h e s e   s t o r m y   d a y s   w o n  t   s t a y   l o n g < b r   / > " ;  
         l y   + =   "  c a u s e   s u n s h i n e   s u n s h i n e  s   c o m i n g   o n < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   h o p e   o u r   t i m e   h a s   n o t   c o m e   a n d   g o n e < b r   / > " ;  
         l y   + =   " B u t   t h i s   t r a i n   f e e l s   l i k e   i t  s   r o l l i n g   o n < b r   / > " ;  
         l y   + =   " C a n  t   h e l p   f r o m   l o o k i n g   b a c k < b r   / > " ;  
         l y   + =   " T i m e   s l i p s   b y   a n d   I  m   l o s i n g   t r a c k < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I  m   n o t   w o r r i e d < b r   / > " ;  
         l y   + =   " T h a t   t h e   r o a d   i s   w i n d i n g < b r   / > " ;  
         l y   + =   " I t  s   m u c h   b e t t e r < b r   / > " ;  
         l y   + =   " W h e n   t h e   s u n   i s   s h i n i n g   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s B l a c k M o u n t a i n s i d e ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > B l a c k   M o u n t a i n s i d e < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   m o u n t a i n s i d e ,   I  l l   n e v e r   g r i e v e   y o u < b r   / > " ;  
         l y   + =   " Y o u r   l o n e s o m e   d a y s   a n d   l o n e l y   n i g h t s < b r   / > " ;  
         l y   + =   " W o n  t   l o o k   b a c k   o n c e   I   l e a v e   h e r e < b r   / > " ;  
         l y   + =   " W o n  t   l o o k   b a c k   w h e n   I  m   g o n e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   m o u n t a i n s i d e ,   b e e n   h e r e   t o o   l o n g < b r   / > " ;  
         l y   + =   " B o r n   o n   y o u r   b a c k ,   n o   w h e r e   t o   g o < b r   / > " ;  
         l y   + =   " B u t   n o w   i t    s   t i m e ,   I  m   g o i n g   o v e r < b r   / > " ;  
         l y   + =   " O v e r   a n d   g o n e ,   i s   w h e r e   I  m   b o u n d < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " L o r d   I  l l   n o t   s e e   y o u   a g a i n < b r   / > " ;  
         l y   + =   " O h   n o   I   a i n  t   c o m i n g   b a c k < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   m o u n t a i n s i d e   l e a v e   m e   b e < b r   / > " ;  
         l y   + =   " H a u n t   m e   n o   m o r e ,   i n   m y   d r e a m s < b r   / > " ;  
         l y   + =   " F o r   e v e r y   n i g h t ,   i t  s   t h e r e   w a n d e r   < b r   / > " ;  
         l y   + =   " E v e r y   n i g h t ,   n e v e r   f r e e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B R I D G E   ( h o l d   o u t    m o u n t a i n s i d e    w i t h   s p a c e   b e t w e e n   t h e   l i n e s ) < b r   / > " ;  
         l y   + =   " B l a c k   m o u n t a i n s i d e < b r   / > " ;  
         l y   + =   " B l a c k   m o u n t a i n s i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   +   i n s t r u m e n t a l < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s M a r y S o l d i e r ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > M a r y   a n d   t h e   S o l d i e r < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C o m e   a l l   y o u   l a d s   o f   h i g h   r e n o w n   t h a t   w i l l   h e a r   o f   a   f a i r   y o u n g   m a i d e n < b r   / > " ;  
         l y   + =   " A n d   s h e   r o v e d   o u t   o n   a   s u m m e r ' s   d a y   t o   v i e w   t h e   s o l d i e r ' s   p a r a d i n g < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
                         l y   + =   " T h e y   m a r c h   s o   b o l d   a n d   t h e y   l o o k   s o   g a y < b r   / > " ;  
                         l y   + =   " T h e   d r u m s   d i d   b e a t   a n d   t h e   b a n d s   d i d   p l a y < b r   / > " ;  
                         l y   + =   " A n d   i t   c a u s e d   y o u n g   M a r y   f o r   t o   s a y < b r   / > " ;  
                         l y   + =   " \ " I ' l l   w e d   y o u   m y   g a l l a n t   s o l d i e r \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M a r y   w a t c h e d   a s   t h e y   d i d   p a r a d e   a n d   a s   t h e y   s t o o d   a t   l e i s u r e < b r   / > " ;  
         l y   + =   " A n d   M a r y   t o   h e r s e l f   d i d   s a y :   \ " A t   l a s t   I   f i n d   m y   t r e a s u r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
                         l y   + =   " B u t   o h   h o w   c r u e l   m y   p a r e n t s   b e < b r   / > " ;  
                         l y   + =   " T o   s e n d   m y   t r u e   l o v e   a w a y   f r o m   m e < b r   / > " ;  
                         l y   + =   " W e l l   I ' l l   l e a v e   t h e m   a l l   a n d   I ' l l   g o   w i t h   t h e e < b r   / > " ;  
                         l y   + =   " M y   b o l d   a n d   u n d a u n t e d   s o l d i e r \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " \ " O h   M a r y   d e a r ,   y o u r   p a r e n t s '   l o v e   I   p r a y   d o n ' t   b e   u n r u l y < b r   / > " ;  
         l y   + =   " F o r   w h e n   y o u ' r e   i n   a   f o r e i g n   l a n d ,   b e l i e v e   y o u   r u e   i t   s u r e l y < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
                         l y   + =   " P e r h a p s   i n   b a t t l e   I   m i g h t   f a l l < b r   / > " ;  
                         l y   + =   " F r o m   a   s h o t   f r o m   a n   a n g r y   c a n n o n b a l l < b r   / > " ;  
                         l y   + =   " A n d   y o u   s o   f a r   f r o m   y o u r   d a d d y ' s   h a l l < b r   / > " ;  
                         l y   + =   " B e   a d v i s e d   b y   a   g a l l a n t   s o l d i e r . \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " \ " O h   I   h a v e   f i f t y   g u i n e a s   i n   r i g h t   g o l d ,   l i k e w i s e   a   h e a r t   t h a t ' s   b o l d e r < b r   / > " ;  
         l y   + =   " I ' d   l e a v e   t h e m   a l l   a n d   I ' d   g o   w i t h   y o u   m y   b o l d   u n d a u n t e d   s o l d i e r < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
                         l y   + =   " S o   d o n ' t   s a y   n o   b u t   l e t   m e   g o < b r   / > " ;  
                         l y   + =   " A n d   I  l l   f a c e   t h e   d a y s   a s   t h e y   u n f o l d < b r   / > " ;  
                         l y   + =   " A n d   w e ' l l   m a r c h   t o g e t h e r   t o   a n d   f r o < b r   / > " ;  
                         l y   + =   " A n d   I ' l l   w e d   y o u ,   m y   g a l l a n t   s o l d i e r \ " < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " A n d   w h e n   h e   s a w   h e r   l o y a l t y   a n d   M a r y   s o   t r u e - h e a r t e d < b r   / > " ;  
         l y   + =   " H e   s a i d :   \ " M y   d a r l i n g ,   m a r r i e d   w e ' l l   b e   a n d   n o t h i n g   b u t   d e a t h   w i l l   p a r t   u s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
                         l y   + =   " A n d   w h e n   w e ' r e   i n   a   f o r e i g n   l a n d < b r   / > " ;  
                         l y   + =   " I ' l l   g u a r d   y o u ,   d a r l i n g ,   w i t h   m y   r i g h t   h a n d < b r   / > " ;  
                         l y   + =   " I n   h o p e s   t h a t   G o d   m i g h t   s t a n d   a   f r i e n d < b r   / > " ;  
                         l y   + =   " t o   M a r y   a n d   h e r   g a l l a n t   s o l d i e r \ " < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s H o m e A g a i n ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > H o m e   A g a i n < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h y   h a v e   y o u   g o n e   f r o m   m e < b r   / > " ;  
         l y   + =   " W h e r e   i s   t h i s   f o r t u n e   y o u   s e e k < b r   / > " ;  
         l y   + =   " W h e r e   d o   m y   d r e a m s   n o w   l i e < b r   / > " ;  
         l y   + =   " H o w   l o n g   t i l l   y o u  r e   b y   m y   s i d e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h e n   y o u   l e a v e , < b r   / > " ;  
         l y   + =   " T h e r e  s   a l w a y s   s o m e o n e   l e f t   b e h i n d < b r   / > " ;  
         l y   + =   " W i t h   s o   m a n y   q u e s t i o n s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " W o n  t   y o u   c o m e   h o m e   a g a i n < b r   / > " ;  
         l y   + =   " M y   d a r l i n g   w h e r e   h a v e   y o u   b e e n < b r   / > " ;  
         l y   + =   " W o n  t   y o u   c o m e   h o m e   a g a i n < b r   / > " ;  
         l y   + =   " O h   p l e a s e   c o m e   h o m e ,   t o   m e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " H o l d   y o u r   o l d   p h o t o g r a p h s < b r   / > " ;  
         l y   + =   " H o l d   m e m o r i e s   y o u   l e f t < b r   / > " ;  
         l y   + =   " H o l d   o n   t o   y e a r s   g o n e   b y < b r   / > " ;  
         l y   + =   " F o r   i t   f e e l s   o h   s o   l o n g < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " W h e n   y o u   l e a v e < b r   / > " ;  
         l y   + =   " T h e r e  s   a l w a y s   s o m e o n e   l e f t   b e h i n d < b r   / > " ;  
         l y   + =   " W i t h   s o   m a n y   q u e s t i o n s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " L e a v e   t h e   d u s t   f r o m   y o u r   b o o t s   i n   t h e   r o a d < b r   / > " ;  
         l y   + =   " L e a v e   t h o s e   c a r e s   a n d   l e a v e   t h o s e   t r o u b l e s   y o u   h o l d < b r   / > " ;  
         l y   + =   " L e a v e   y o u r   j a c k e t   t o   h a n g   b y   t h e   d o o r < b r   / > " ;  
         l y   + =   " T h e r e  s   n o   r e a s o n   t o   l e a v e   a n y m o r e   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S   ( 2 x ) < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s L e t t e r s ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > L e t t e r s < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h a n k s   f o r   t h e   l e t t e r s < b r   / > " ;  
         l y   + =   " T h a t   y o u   l e f t   f o r   m e < b r   / > " ;  
         l y   + =   " T o   t e l l   m e   y o u   w e r e   t h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " Y o u   s a i d   i t  d   b e   b e t t e r < b r   / > " ;  
         l y   + =   " Y o u   s a i d   y o u   w i l l   s e e < b r   / > " ;  
         l y   + =   " I f   y o u   w e r e   t h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   d o n  t   n e e d   t h e s e < b r   / > " ;  
         l y   + =   " W o r d s   I   s e e < b r   / > " ;  
         l y   + =   " A n y m o r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h a n k s   f o r   t h e   l e t t e r s < b r   / > " ;  
         l y   + =   " Y o u   g a v e   t o   m e < b r   / > " ;  
         l y   + =   " W h e n   y o u   w e r e n  t   t h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " M a y b e   i t s   b e t t e r < b r   / > " ;  
         l y   + =   " I   c a n  t   s e e < b r   / > " ;  
         l y   + =   " Y o u r   b r o k e n   e m p t y   s t a r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " Y o u   m a y   b e l i e v e   < b r   / > " ;  
         l y   + =   " T h a t   I   c o u l d n  t   s e e < b r   / > " ;  
         l y   + =   " T h a t   y o u r   g o n e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   d o n  t   n e e d   t h e s e   l e t t e r s < b r   / > " ;  
         l y   + =   " I   d o n  t   n e e d   t h e s e   l e t t e r s < b r   / > " ;  
         l y   + =   " I   d o n  t   n e e d   y o u r   w o r d s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " T h a n k s   f o r   t h e   l e t t e r s < b r   / > " ;  
         l y   + =   " T h a t   y o u  v e   w r i t t e n   m e < b r   / > " ;  
         l y   + =   " B u t   y o u   c a n   k e e p   t h e m   t h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I t   d o e s n  t   m a t t e r < b r   / > " ;  
         l y   + =   " C a u s e   I   h a v e   s e e n   < b r   / > " ;  
         l y   + =   " T h a t   I   d o n  t   n e e d   y o u   h e r e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " C H O R U S < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s B l a c k C o l o r ( )  
 {  
         v a r   l y   =   " " ;  
          
         l y   + =   " < u > B l a c k   i s   t h e   C o l o r < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         l y   + =   " B l a c k   i s   t h e   c o l o r   o f   m y   t r u e   l o v e ' s   h a i r < b r   / > " ;  
         l y   + =   " H e r   l i p s   a r e   l i k e   s o m e   r o s e s   f a i r < b r   / > " ;  
         l y   + =   " T h e   s w e e t e s t   s m i l e   a n d   t h e   s o f t e s t   h a n d s < b r   / > " ;  
         l y   + =   " I   l o v e   t h e   g r o u n d   w h e r e o n   s h e   s t a n d s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   g o   t o   t h e   C l y d e   f o r   t o   m o u r n   a n d   w e e p < b r   / > " ;  
         l y   + =   " B u t   s a t i s f i e d   I   n e v e r   s l e e p < b r   / > " ;  
         l y   + =   " I ' l l   w r i t e   t o   y o u   i n   a   f e w   s h o r t   l i n e s < b r   / > " ;  
         l y   + =   " I ' l l   s u f f e r   d e a t h   t e n   t h o u s a n d   t i m e s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   i s   t h e   c o l o r   o f   m y   t r u e   l o v e ' s   h a i r < b r   / > " ;  
         l y   + =   " H e r   l i p s   a r e   l i k e   s o m e   r o s e s   f a i r < b r   / > " ;  
         l y   + =   " T h e   s w e e t e s t   s m i l e   a n d   t h e   s o f t e s t   h a n d s < b r   / > " ;  
         l y   + =   " I   l o v e   t h e   g r o u n d   w h e r e o n   s h e   s t a n d s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I N S T R U M E N T A L < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   i s   t h e   c o l o r   o f   m y   t r u e   l o v e ' s   h a i r < b r   / > " ;  
         l y   + =   " H e r   l i p s   a r e   l i k e   s o m e   r o s e s   f a i r < b r   / > " ;  
         l y   + =   " T h e   s w e e t e s t   s m i l e   a n d   t h e   s o f t e s t   h a n d s < b r   / > " ;  
         l y   + =   " I   l o v e   t h e   g r o u n d   w h e r e o n   s h e   s t a n d s < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " I   k n o w   m y   l o v e   a n d   w e l l   s h e   k n o w s < b r   / > " ;  
         l y   + =   " I   l o v e   t h e   g r a s s   w h e r e o n   s h e   g o e s < b r   / > " ;  
         l y   + =   " I   w i s h   t h e   d a y   t h a t   s o o n   w i l l   c o m e < b r   / > " ;  
         l y   + =   " W h e n   s h e   a n d   I   m i g h t   b e   a s   o n e < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " B l a c k   i s   t h e   c o l o r   o f   m y   t r u e   l o v e ' s   h a i r < b r   / > " ;  
         l y   + =   " H e r   l i p s   a r e   l i k e   s o m e   r o s e s   f a i r < b r   / > " ;  
         l y   + =   " T h e   s w e e t e s t   s m i l e   a n d   t h e   s o f t e s t   h a n d s < b r   / > " ;  
         l y   + =   " I   l o v e   t h e   g r o u n d   w h e r e o n   s h e   s t a n d s < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   G e t L y r i c s D M a c ( )  
 {  
         v a r   l y   =   " " ;  
  
         l y   + =   " < u > D   M a c < / u > < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
  
         l y   + =   " D o n a l d ' s   g o n e   u p   t h e   h i l l   h a r d   a n d   h u n g r y , < b r   / > " ;  
         l y   + =   " D o n a l d   g o n e   d o w n   t h e   h i l l   w i l d   a n d   a n g r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   w i l l   c l e a r   t h e   g o u k ' s   n e s t   c l e v e r l y , < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   k i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e i g h b a u k ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e i g h b a u k ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " B a l a n c e   t h e m   f a i r ,   a n d   b a l a n c e   t h e m   c l e v e r l y : < b r   / > " ;  
         l y   + =   " O f f   w i ' t h e   c o u n t e r f e i t ,   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d ' s   r u n   o ' e r   t h e   h i l l   b u t   h i s   t e t h e r ,   m a n , < b r   / > " ;  
         l y   + =   " A s   h e   w e r e   w u d ,   o r   s t a n g ' d   w i '   a n   e t h e r ,   m a n ; < b r   / > " ;  
         l y   + =   " W h e n   h e   c o m e s   b a c k ,   t h e r e ' s   s o m e   w i l l   l o o k   m e r r i l y : < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e a v e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   w e a v e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " P u s h   a b o u t ,   i n   a n d   o u t ,   t h i m b l e   t h e m   c l e v e r l y , < b r   / > " ;  
         l y   + =   " H e r e  s   t o   k i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d   h a s   f o u g h t e n   w i '   r i e f   a n d   r o g u e r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   h a s   d i n n e r ' d   w i   b a n e s   a n d   b e g g a r y , < b r   / > " ;  
         l y   + =   " B e t t e r   i t   w e r e   f o r   W h i g s   a n d   W h i g g e r y < b r   / > " ;  
         l y   + =   " M e e t i n g   t h e   d e v i l   t h a n   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   t a i l o r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   t a i l o r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " P u s h   a b o u t ,   i n   a n d   o u t ,   t h i m b l e   t h e m   c l e v e r l y , < b r   / > " ;  
         l y   + =   " H e r e ' s   t o   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d ' s   t h e   c a l l a n   t h a t   b r o o k s   n a e   t a n g l e n e s s ; < b r   / > " ;  
         l y   + =   " W h i g g i n g   a n d   p r i g g i n g   a n d   a ' n e w f a n g l e n e s s , < b r   / > " ;  
         l y   + =   " T h e y   m a u n   b e   g a n e :   h e   w i n n a   b e   b a u k i t ,   m a n : < b r   / > " ;  
         l y   + =   " H e   m a u n   h a e   j u s t i c e ,   o r   f a i t h   h e ' l l   t a k   i t ,   m a n . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   c o b l e r ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   a   c o b l e r ,   D o n a l d   M a c g i l l a v r y ; < b r   / > " ;  
         l y   + =   " B e a t   t h e m ,   a n d   b o r e   t h e m ,   a n d   p r o f f   t h e m   c l e v e r l y , < b r   / > " ;  
         l y   + =   " U p   w i '   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y . < b r   / > " ;  
         l y   + =   " < b r   / > " ;  
         l y   + =   " D o n a l d   w a s   m u m p i t   w i   m i r d s   a n d   m o c k e r y ; < b r   / > " ;  
         l y   + =   " D o n a l d   w a s   b l i n d e d   w i '   b l a d s   o '   p r o p e r t y ; < b r   / > " ;  
         l y   + =   " T h e y   m a u n   b e   g a n e :   h e   w i n n a   b e   b a u k i t ,   m a n : < b r   / > " ;  
         l y   + =   " L o r d ,   h o w   D o n a l d   i s   f l y t i n g   a n d   f r e t t i n g ,   m a n . < b r   / > " ;  
         l y   + =   " C o m e   l i k e   t h e   d e v i l ,   D o n a l d   M a c g i l l a v r y , < b r   / > " ;  
         l y   + =   " C o m e   l i k e   t h e   d e v i l ,   D o n a l d   M a c g i l l a v r y ; < b r   / > " ;  
         l y   + =   " S k e l p   t h e m   a n d   s c a u d   t h e m   t h a t   p r o v e d   s a e   u n b r i t h e r l y , < b r   / > " ;  
         l y   + =   " U p   w i   K i n g   J a m e s   a n d   D o n a l d   M a c g i l l a v r y ! < b r   / > " ;  
  
         L o a d L y r i c s ( l y ,   2 2 5 ) ;  
 }  
  
 f u n c t i o n   S t o p S o u n d ( )  
 {  
         i f ( p l a y i n g )  
         {  
                 p l a y i n g   =   f a l s e ;  
                 s o u n d . s t o p ( ) ;  
                 s o n g p l a y i n g   =   " " ;  
         }  
 }  
  
 f u n c t i o n   B r e a k S o u n d ( )  
 {  
         s o u n d . s t o p ( ) ;  
         / / s o u n d . _ _ c a l l ( ' S t o p P l a y ' ,   s o u n d . o b j e c t _ i d ) ;  
         s o u n d . o b j e c t _ i d   =   n u l l ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( ' d i v M o v i e ' ) . i n n e r H T M L   =   " " ;  
         s o u n d   =   n u l l ;  
 }  
  
 f u n c t i o n   L a t e s t N e w s C l i c k ( )  
 {  
         U n i o n S t a t i o n ( " . / P a g e s / B l o g s . a s p x " ,   t r u e ,   " " ) ;  
         v a r   i m g   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' i m g H e a d ' ) ;  
         / / a l e r t ( i m g . s r c ) ;  
         i m g . s r c   =   " . / P i c t u r e s / M e n u / H e a d S h o t B a n n e r 2 . p n g " ;  
         / / a l e r t ( i m g . s r c ) ;  
 }  
  
 f u n c t i o n   U p c o m i n g E v e n t s C l i c k ( )  
 {  
         U n i o n S t a t i o n ( " . / P a g e s / E v e n t s . a s p x " ,   t r u e ,   " " ) ;  
         L o a d M a p s ( ) ;  
         v a r   i m g   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' i m g H e a d ' ) ;  
       / /   a l e r t ( i m g . s r c ) ;  
         i m g . s r c   =   " . / P i c t u r e s / M e n u / H e a d S h o t B a n n e r 2 . p n g " ;  
         / / a l e r t ( i m g . s r c ) ;  
 }  
  
 f u n c t i o n   R e c a l c T o t a l s ( )  
 {  
         v a r   q 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 2 " ) . v a l u e ;  
         v a r   q 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 3 " ) . v a l u e ;  
         v a r   q 4   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 4 " ) . v a l u e ;  
  
         v a r   t 2   =   N u m b e r ( q 2 ) * 1 0 . 0 ;  
         v a r   t 3   =   N u m b e r ( q 3 ) * 1 5 . 0 ;  
         v a r   t 4   =   N u m b e r ( q 4 ) * 1 0 . 0 ;  
  
         d i s p 2   =   M o n e y D i s p l a y ( t 2 ) ;  
         d i s p 3   =   M o n e y D i s p l a y ( t 3 ) ;  
         d i s p 4   =   M o n e y D i s p l a y ( t 4 ) ;  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " l b l T o t a l 2 " ) . i n n e r H T M L   =   d i s p 2 ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " l b l T o t a l 3 " ) . i n n e r H T M L   =   d i s p 3 ;  
         d o c u m e n t . g e t E l e m e n t B y I d ( " l b l T o t a l 4 " ) . i n n e r H T M L   =   d i s p 4 ;  
  
         v a r   s u m   =   t 2   +   t 3   +   t 4   +   4 . 5 ;  
          
         d i s p   =   M o n e y D i s p l a y ( s u m ) ;  
  
         d o c u m e n t . g e t E l e m e n t B y I d ( " l b l O r d e r T o t a l " ) . i n n e r H T M L   =   d i s p ;  
 }  
  
 f u n c t i o n   M o n e y D i s p l a y ( s u m )  
 {  
         v a r   d i s p   =   " $ "   +   M a t h . f l o o r ( s u m )   +   " . " ;  
         v a r   r e m a i n   =   s u m   -   M a t h . f l o o r ( s u m ) ;  
  
         i f ( r e m a i n   <   0 . 1 0 )  
                 d i s p   =   d i s p   +   " 0 " ;  
  
         d i s p   =   d i s p   +   M a t h . r o u n d ( r e m a i n * 1 0 0 ) ;  
         r e t u r n   d i s p ;  
 }  
  
 f u n c t i o n   S u b m i t F o r m ( )  
 {  
         v a r   q 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 2 " ) . v a l u e ;  
         v a r   q 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 3 " ) . v a l u e ;  
         v a r   q 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t x t C D 4 " ) . v a l u e ;  
  
         v a r   g o o g 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ q u a n t i t y _ 1 " ) ;  
         v a r   g o o g 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ q u a n t i t y _ 2 " ) ;  
         v a r   g o o g 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ q u a n t i t y _ 3 " ) ;  
  
         g o o g 1 . v a l u e   =   q 1 ;  
         g o o g 2 . v a l u e   =   q 2 ;  
         g o o g 3 . v a l u e   =   q 3 ;  
  
         v a r   n a m e _ 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ n a m e _ 1 " ) ;  
         v a r   n a m e _ 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ n a m e _ 2 " ) ;  
         v a r   n a m e _ 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ n a m e _ 3 " ) ;  
  
         v a r   d e s c r i p t i o n _ 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ d e s c r i p t i o n _ 1 " ) ;  
         v a r   d e s c r i p t i o n _ 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ d e s c r i p t i o n _ 2 " ) ;  
         v a r   d e s c r i p t i o n _ 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ d e s c r i p t i o n _ 3 " ) ;  
  
         v a r   p r i c e _ 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ p r i c e _ 1 " ) ;  
         v a r   p r i c e _ 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ p r i c e _ 2 " ) ;  
         v a r   p r i c e _ 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( " i t e m _ p r i c e _ 3 " ) ;  
  
         v a r   f r m   =   d o c u m e n t . g e t E l e m e n t B y I d ( " f o r m S u b m i t " ) ;  
  
         i f ( q 1   = =   0   & &   q 2   = =   0   & &   q 3   = =   0 )    
         {  
                 f r m . a c t i o n   =   " " ;  
                 r e t u r n ;  
         }  
         e l s e  
         {  
                 f r m . a c t i o n   =   " h t t p s : / / c h e c k o u t . g o o g l e . c o m / c w s / v 2 / M e r c h a n t / 3 0 5 6 5 3 4 0 5 1 1 5 2 9 1 / c h e c k o u t F o r m " ;  
                 / / f r m . a c t i o n   =   " h t t p s : / / s a n d b o x . g o o g l e . c o m / c h e c k o u t / a p i / c h e c k o u t / v 2 / c h e c k o u t F o r m / M e r c h a n t / 1 6 7 1 5 9 2 6 5 2 2 5 8 0 2 " ;  
         }  
  
         v a r   t b l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " t b l D a t a " ) ;  
  
         / * 0 0 0  
         0 0 1  
         0 1 0  
         0 1 1  
         1 0 0  
         1 0 1  
         1 1 0  
         1 1 1 * /  
  
         f r m . a c t i o n   =   " h t t p s : / / c h e c k o u t . g o o g l e . c o m / c w s / v 2 / M e r c h a n t / 3 0 5 6 5 3 4 0 5 1 1 5 2 9 1 / c h e c k o u t F o r m " ;  
         / / f r m . a c t i o n   =   " h t t p s : / / s a n d b o x . g o o g l e . c o m / c h e c k o u t / a p i / c h e c k o u t / v 2 / c h e c k o u t F o r m / M e r c h a n t / 1 6 7 1 5 9 2 6 5 2 2 5 8 0 2 " ;  
  
         i f ( q 1   = =   0   & &   q 2   = =   0   & &   q 3   = =   0 )  
         {  
                 / / n o n e  
                 f r m . a c t i o n   =   " " ;  
                 r e t u r n ;  
         }  
         e l s e   i f ( q 1   = =   0   & &   q 2   = =   0   & &   q 3   ! =   0 )  
         {  
                 / / n o   r o w   1   o r   2  
  
                 g o o g 3 . i d   =   " i t e m _ q u a n t i t y _ 1 " ;  
                 g o o g 3 . n a m e   =   " i t e m _ q u a n t i t y _ 1 " ;  
  
                 n a m e _ 3 . i d   =   " i t e m _ n a m e _ 1 " ;  
                 n a m e _ 3 . n a m e   =   " i t e m _ n a m e _ 1 " ;  
  
                 d e s c r i p t i o n _ 3 . i d   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
                 d e s c r i p t i o n _ 3 . n a m e   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
  
                 p r i c e _ 3 . n a m e   =   " i t e m _ p r i c e _ 1 " ;  
                 p r i c e _ 3 . i d   =   " i t e m _ p r i c e _ 1 " ;  
  
                 t b l . d e l e t e R o w ( 1 ) ;  
                 t b l . d e l e t e R o w ( 0 ) ;  
         }  
         e l s e   i f ( q 1   = =   0   & &   q 2   ! =   0   & &   q 3   = =   0 )  
         {  
                 / / n o   r o w   1   o r   3  
  
                 g o o g 2 . i d   =   " i t e m _ q u a n t i t y _ 1 " ;  
                 g o o g 2 . n a m e   =   " i t e m _ q u a n t i t y _ 1 " ;  
  
                 n a m e _ 2 . i d   =   " i t e m _ n a m e _ 1 " ;  
                 n a m e _ 2 . n a m e   =   " i t e m _ n a m e _ 1 " ;  
  
                 d e s c r i p t i o n _ 2 . i d   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
                 d e s c r i p t i o n _ 2 . n a m e   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
  
                 p r i c e _ 2 . n a m e   =   " i t e m _ p r i c e _ 1 " ;  
                 p r i c e _ 2 . i d   =   " i t e m _ p r i c e _ 1 " ;  
  
                 t b l . d e l e t e R o w ( 2 ) ;  
                 t b l . d e l e t e R o w ( 0 ) ;  
         }  
         e l s e   i f ( q 1   = =   0   & &   q 2   ! =   0   & &   q 3   ! =   0 )  
         {  
                 / / n o   r o w   1  
  
                 g o o g 3 . i d   =   " i t e m _ q u a n t i t y _ 1 " ;  
                 g o o g 3 . n a m e   =   " i t e m _ q u a n t i t y _ 1 " ;  
  
                 n a m e _ 3 . i d   =   " i t e m _ n a m e _ 1 " ;  
                 n a m e _ 3 . n a m e   =   " i t e m _ n a m e _ 1 " ;  
  
                 d e s c r i p t i o n _ 3 . i d   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
                 d e s c r i p t i o n _ 3 . n a m e   =   " i t e m _ d e s c r i p t i o n _ 1 " ;  
  
                 p r i c e _ 3 . n a m e   =   " i t e m _ p r i c e _ 1 " ;  
                 p r i c e _ 3 . i d   =   " i t e m _ p r i c e _ 1 " ;  
  
                 t b l . d e l e t e R o w ( 0 ) ;  
         }  
         e l s e   i f ( q 1   ! =   0   & &   q 2   = =   0   & &   q 3   = =   0 )  
         {  
                 / / o n l y   R i s i n g   G a e l ,   s o l d   o u t  
                 t b l . d e l e t e R o w ( 2 ) ;  
                 t b l . d e l e t e R o w ( 1 ) ;  
         }  
         e l s e   i f ( q 1   ! =   0   & &   q 2   = =   0   & &   q 3   ! =   0 )  
         {  
                 / / n o   r o w   2  
  
                 g o o g 3 . i d   =   " i t e m _ q u a n t i t y _ 2 " ;  
                 g o o g 3 . n a m e   =   " i t e m _ q u a n t i t y _ 2 " ;  
  
                 n a m e _ 3 . i d   =   " i t e m _ n a m e _ 2 " ;  
                 n a m e _ 3 . n a m e   =   " i t e m _ n a m e _ 2 " ;  
  
                 d e s c r i p t i o n _ 3 . i d   =   " i t e m _ d e s c r i p t i o n _ 2 " ;  
                 d e s c r i p t i o n _ 3 . n a m e   =   " i t e m _ d e s c r i p t i o n _ 2 " ;  
  
                 p r i c e _ 3 . n a m e   =   " i t e m _ p r i c e _ 2 " ;  
                 p r i c e _ 3 . i d   =   " i t e m _ p r i c e _ 2 " ;  
  
                 t b l . d e l e t e R o w ( 1 ) ;  
         }  
         e l s e   i f ( q 1   ! =   0   & &   q 2   ! =   0   & &   q 3   = =   0 )  
         {  
                 / / n o   r o w   3  
                 t b l . d e l e t e R o w ( 2 ) ;  
         }  
         e l s e   i f ( q 1   ! =   0   & &   q 2   ! =   0   & &   q 3   ! =   0 )  
         {  
                 / / a l l  
         }  
 }  
  
  
 / /   s t o p   h i d i n g   f r o m   m e   - - - >    
 
