v a r   p l a y e r s   =   6 2 0 7 ;  
 v a r   t a b l e s   =   1 4 2 1 ;  
  
 v a r   y e a r   =   n e w   D a t e ( ) ;  
 v a r   y e a r   =   y e a r . g e t U T C F u l l Y e a r ( ) ;  
 v a r   c o p y r i g h t = " & c o p y ;   C o p y r i g h t   " + y e a r + "   w w w . R M R o y a l M e d i a . c o m " ;  
  
 v a r   p a t h   =   ' h t t p : / / w w w . r e m i o n l i n e . r o / a s s e t s / U p l o a d s / L a n g u a g e s / ' + l a n g + ' / G e n e r a l / ' ;  
  
 $ ( f u n c t i o n ( ) {  
 	 $ ( " . f o o t e r C o p y r i g h t " ) . h t m l ( c o p y r i g h t ) ;  
 	  
 	 f u n c t i o n   o v e r ( i m g N a m e , e x t , n u m b e r O f I m a g e s , t h i s p a t h ) {  
 	 	 $ ( " i m g [ n a m e = ' " + i m g N a m e + " ' ] " ) . b i n d ( ' m o u s e e n t e r ' , f u n c t i o n ( ) {  
 	 	 	 i f ( t h i s p a t h )   $ ( t h i s ) . a t t r ( ' s r c ' , t h i s p a t h + i m g N a m e + ' . ' + e x t ) ;  
 	 	 	 e l s e   $ ( t h i s ) . a t t r ( ' s r c ' , p a t h + i m g N a m e + ' . ' + e x t ) ;  
 	 	 } ) . b i n d ( ' m o u s e l e a v e ' , f u n c t i o n ( ) {  
 	 	 	 i f ( t h i s p a t h )   $ ( t h i s ) . a t t r ( ' s r c ' , t h i s p a t h + i m g N a m e + ' _ d i s . ' + e x t ) ;  
 	 	 	 e l s e   $ ( t h i s ) . a t t r ( ' s r c ' , p a t h + i m g N a m e + ' _ d i s . ' + e x t ) ;  
 	 	 } ) ;  
 	 	 f o r ( v a r   i = 1   ; i   < =   n u m b e r O f I m a g e s ; i + + )  
 	 	 {  
 	 	 	 ( f u n c t i o n ( A r e a ) {  
 	 	 	 	 $ ( " i m g [ n a m e = ' " + i m g N a m e + A r e a + " ' ] " ) . b i n d ( ' m o u s e e n t e r ' , f u n c t i o n ( ) {  
 	 	 	 	 	 i f ( t h i s p a t h )   $ ( t h i s ) . a t t r ( ' s r c ' , t h i s p a t h + i m g N a m e + A r e a + ' . ' + e x t ) ;  
 	 	 	 	 	 e l s e   $ ( t h i s ) . a t t r ( ' s r c ' , p a t h + i m g N a m e + A r e a + ' . ' + e x t ) ;  
 	 	 	 	 	  
 	 	 	 	 } ) . b i n d ( ' m o u s e l e a v e ' , f u n c t i o n ( ) {  
 	 	 	 	 	 i f ( t h i s p a t h )   $ ( t h i s ) . a t t r ( ' s r c ' , t h i s p a t h + i m g N a m e + A r e a + ' _ d i s . ' + e x t ) ;  
 	 	 	 	 	 e l s e   $ ( t h i s ) . a t t r ( ' s r c ' , p a t h + i m g N a m e + A r e a + ' _ d i s . ' + e x t ) ;  
 	 	 	 	 } ) ;  
 	 	 	 } ) ( i ) ;  
 	 	 }  
 	 }  
 	  
 	 v a r   c l i c k t o p l a y   =   ' c l i c k t o p l a y _ ' + l a n g ;  
 	 o v e r ( c l i c k t o p l a y , ' g i f ' , 1 ) ;  
 } ) ; 
