ÿþ/ *  
 C h a n n e l s _ l 	 =   n e w   A r r a y ( " N e w " ,   " F a s h i o n " ,   " C h i c   N e w s " ,   " L i f e s t y l e " ,   " D i n i n g " ,   " H o m e " ,   " N Y C   G u i d e " ) ;  
 C h a n n e l s _ m 	 =   n e w   A r r a y ( " A p p e t i z e r s " ,   " E n t r é e " ,   " D e s s e r t " ,   " W i n e " ,   " C o c k t a i l s " ,   " C o o k   B o o k " ,   " A u t o s " ,   " H o t e l s " ) ;  
 C h a n n e l s _ s 	 =   n e w   A r r a y ( " F a s h i o n   W e e k " ,   " M o d e l s " ,   " A c c e s s o r i e s " ,   " B e a u t y " ,   " M e n " ,   " A r t " ,   " B o o k s " ,   " D a n c i n g " ) ;  
 C h a n n e l _ l _ H R E F s 	 =   n e w   A r r a y ( 4 0 0 ,   7 7 ,   2 1 3 ,   5 7 ,   1 6 ,   3 6 2 ,   0 ) ;  
 C h a n n e l _ m _ H R E F s 	 =   n e w   A r r a y ( 2 ,   1 ,   3 ,   1 0 ,   4 ,   0 ,   1 7 3 ,   3 2 ) ;  
 C h a n n e l _ s _ H R E F s 	 =   n e w   A r r a y ( 1 4 5 ,   6 2 ,   8 9 ,   7 8 ,   8 7 ,   5 4 ,   2 3 ,   2 0 7 ) ;  
 * /  
  
 C h a n n e l s _ l 	 =   n e w   A r r a y ( " N e w " ,   " F a s h i o n " ,   " B e a u t y " ,   " F a s h i o n W e e k " ,   " M o d e l s " ,   " D i n i n g " ) ;  
 C h a n n e l s _ m 	 =   n e w   A r r a y ( " L i f e s t y l e " ,   " H o m e " ,   " A c c e s s o r i e s " ,   " M e n " ,   " A r t " ,   " A u t o s " ,   " H o t e l s " ,   " D a n c i n g " ) ;  
 C h a n n e l s _ s 	 =   n e w   A r r a y ( " A p p e t i z e r s " ,   " E n t r é e " ,   " D e s s e r t " ,   " W i n e " ,   " C o c k t a i l s " ,   " A r c h i v e " ) ;  
 C h a n n e l _ l _ H R E F s 	 =   n e w   A r r a y ( 4 0 0 ,   7 7 ,   7 8 ,   1 4 5 ,   6 2 ,   1 6 ) ;  
 C h a n n e l _ m _ H R E F s 	 =   n e w   A r r a y ( 5 7 ,   3 6 2 ,   8 9 ,   8 7 ,   5 4 ,   1 7 3 ,   3 2 ,   2 0 7 ) ;  
 C h a n n e l _ s _ H R E F s 	 =   n e w   A r r a y ( 2 ,   1 ,   3 ,   1 0 ,   4 ,   2 1 3 ) ;  
  
 i f   ( n a v i g a t o r . a p p V e r s i o n . i n d e x O f ( " M S I E " )   = =   - 1 )   { h e i g h t _ a d j u s t   =   '   s t y l e = " m a r g i n - t o p :   2 p x " ' ; }   e l s e   { h e i g h t _ a d j u s t   =   '   s t y l e = " m a r g i n - t o p :   3 p x " ' ; }  
  
 f u n c t i o n   d i s p l a y _ c h a n n e l s ( v )  
 {  
 	 S e l e c t e d C h a n n e l 	 =   C h a n n e l N a m e s [ v   -   1 ] ;  
 	 T i t l e N a m e 	 =   T i t l e N a m e s [ v   -   1 ] ;  
 	 P i c t u r e N a m e 	 =   P i c t u r e N a m e s [ v   -   1 ] ;  
 	 P a r t i c i p a n t 	 =   P a r t i c i p a n t s [ v   -   1 ] ;  
 	 R e s t a u r a n t 	 =   R e s t a u r a n t s [ v   -   1 ] ;  
  
 	 C h a n n e l s _ l _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ l " > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ l . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ l [ j ] ;  
 	 	 i f   ( C h a n n e l N a m e   ! =   ' N Y C   G u i d e ' )  
 	 	 { C h a n n e l L i n k   =   ' < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ l _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l L i n k   =   ' < a   h r e f = " / r e s t a u r a n t s " > ' ; }  
  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ l _ l i s t   + =   ' < l i > '   +   C h a n n e l L i n k   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ l _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ l _ l i s t   + =   ' < / u l > ' ;  
  
 	 C h a n n e l s _ m _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ m " '   +   h e i g h t _ a d j u s t   +   ' > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ m . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ m [ j ] ;  
 	 	 s w i t c h   ( C h a n n e l N a m e )  
 	 	 {  
 	 	 	 c a s e   " C o o k   B o o k " :   C h a n n e l L i n k   =   ' < a   h r e f = " / b o o k s " > ' ;   b r e a k ;  
 	 	 	 / / c a s e   " i P o d " :   C h a n n e l L i n k   =   ' < a   h r e f = " / i p o d " > ' ;   b r e a k ;  
 	 	 	 d e f a u l t :   C h a n n e l L i n k   =   ' < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ m _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > ' ;  
 	 	 }  
  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ m _ l i s t   + =   ' < l i > '   +   C h a n n e l L i n k   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ m _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ m _ l i s t   + =   ' < / u l > ' ;  
  
 	 C h a n n e l s _ s _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ s " '   +   h e i g h t _ a d j u s t   +   ' > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ s . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ s [ j ] ;  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ s _ l i s t   + =   ' < l i > < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ s _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ s _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ s _ l i s t   + =   ' < / u l > ' ;  
  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a n n e l s " ) . i n n e r H T M L   =   C h a n n e l s _ l _ l i s t   +   C h a n n e l s _ m _ l i s t   +   C h a n n e l s _ s _ l i s t ;  
  
 	 C l i p s L i s t   =   " \ n \ r "   +   ' < d i v   s t y l e = " c l e a r :   b o t h ;   h e i g h t :   7 5 p x " > < d i v   s t y l e = " h e i g h t :   7 2 p x ;   b o r d e r :   1 p x   s o l i d   # 0 0 0 0 0 0 ;   b a c k g r o u n d - c o l o r :   # B 1 B 1 B 1 " > < d i v   s t y l e = " f l o a t :   l e f t ;   w i d t h :   1 3 6 p x " > < i m g   s r c = " i m a g e s / v i d e o / i c o n _ p l a y _ c l i p . p n g "   w i d t h = " 1 2 8 "   h e i g h t = " 7 2 "   b o r d e r = " 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( \ ' i m a g e s / v i d e o / t h u m b n a i l s / '   +   P i c t u r e N a m e   +   ' \ ' ) ;   b e h a v i o r :   u r l ( \ ' s t y l e s / p n g b e h a v i o r . h t c \ ' ) ; "   a l t = " '   +   T i t l e N a m e   +   ' "   t i t l e = " '   +   T i t l e N a m e   +   ' " > < / d i v > < d i v   c l a s s = " c l i p T h u m b   & &   a r i a l "   s t y l e = " f l o a t :   l e f t ;   w i d t h :   2 2 6 p x " > < h 3 > '   +   T i t l e N a m e   +   ' < / h 3 > '   +   P a r t i c i p a n t   +   '   - -   '   +   R e s t a u r a n t   +   ' < / d i v > < / d i v > < / d i v > '   +   " \ n \ r " ;  
 	 f o r   ( i   =   C h a n n e l N a m e s . l e n g t h ;   i   > =   0 ;   i - - )  
 	 {  
 	 	 i f   ( C h a n n e l N a m e s [ i ]   = =   S e l e c t e d C h a n n e l )  
 	 	 {  
 	 	 	 V i d e o C l i p I D 	 =   V i d e o C l i p I D s [ i ] ;  
 	 	 	 i f   ( V i d e o C l i p I D   ! =   v )  
 	 	 	 {  
 	 	 	 	 T i t l e N a m e 	 =   T i t l e N a m e s [ i ] ;  
 	 	 	 	 P i c t u r e N a m e 	 =   P i c t u r e N a m e s [ i ] ;  
 	 	 	 	 P a r t i c i p a n t 	 =   P a r t i c i p a n t s [ i ] ;  
 	 	 	 	 R e s t a u r a n t 	 =   R e s t a u r a n t s [ i ] ;  
 	 	 	 	 C l i p s L i s t   + =   ' < d i v   s t y l e = " c l e a r :   b o t h ;   h e i g h t :   7 5 p x " > < d i v   c l a s s = " h a n d "   s t y l e = " h e i g h t :   7 2 p x ;   b o r d e r :   1 p x   s o l i d   # 0 0 0 0 0 0 "   o n M o u s e O v e r = " j a v a s c r i p t : t h i s . s t y l e . b a c k g r o u n d C o l o r = \ ' # C C C C C C \ ' "   o n M o u s e O u t = " j a v a s c r i p t : t h i s . s t y l e . b a c k g r o u n d C o l o r = \ ' \ ' "   o n C l i c k = " j a v a s c r i p t : l o c a t i o n . h r e f = \ ' ? v = '   +   V i d e o C l i p I D   +   ' \ ' ; " > < d i v   s t y l e = " f l o a t :   l e f t ;   w i d t h :   1 3 6 p x " > < i m g   s r c = " i m a g e s / v i d e o / i c o n _ p l a y _ c l i p . p n g "   w i d t h = " 1 2 8 "   h e i g h t = " 7 2 "   b o r d e r = " 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( \ ' i m a g e s / v i d e o / t h u m b n a i l s / '   +   P i c t u r e N a m e   +   ' \ ' ) ;   b e h a v i o r :   u r l ( \ ' s t y l e s / p n g b e h a v i o r . h t c \ ' ) ; "   a l t = " '   +   T i t l e N a m e   +   ' "   t i t l e = " '   +   T i t l e N a m e   +   ' " > < / d i v > < d i v   c l a s s = " c l i p T h u m b   & &   a r i a l "   s t y l e = " f l o a t :   l e f t ;   w i d t h :   2 2 6 p x " > < h 3 > '   +   T i t l e N a m e   +   ' < / h 3 > '   +   P a r t i c i p a n t   +   '   - -   '   +   R e s t a u r a n t   +   ' < / d i v > < / d i v > < / d i v > '   +   " \ n \ r " ;  
 	 	 	 }  
 	 	 }  
 	 }  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " l y r 1 " ) . i n n e r H T M L   =   C l i p s L i s t ;  
 }  
  
 f u n c t i o n   b r o w s e _ c h a n n e l s ( v v ,   v )  
 {  
 	 S e l e c t e d C h a n n e l 	 =   C h a n n e l N a m e s [ v v   -   1 ] ;  
 	 T i t l e N a m e 	 =   T i t l e N a m e s [ v v   -   1 ] ;  
 	 P i c t u r e N a m e 	 =   P i c t u r e N a m e s [ v v   -   1 ] ;  
 	 P a r t i c i p a n t 	 =   P a r t i c i p a n t s [ v v   -   1 ] ;  
 	 R e s t a u r a n t 	 =   R e s t a u r a n t s [ v v   -   1 ] ;  
  
 	 C h a n n e l s _ l _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ l " > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ l . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ l [ j ] ;  
 	 	 i f   ( C h a n n e l N a m e   ! =   ' N Y C   G u i d e ' )  
 	 	 { C h a n n e l L i n k   =   ' < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ l _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l L i n k   =   ' < a   h r e f = " / r e s t a u r a n t s " > ' ; }  
  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ l _ l i s t   + =   ' < l i > '   +   C h a n n e l L i n k   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ l _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ l _ l i s t   + =   ' < / u l > ' ;  
  
 	 C h a n n e l s _ m _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ m " '   +   h e i g h t _ a d j u s t   +   ' > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ m . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ m [ j ] ;  
 	 	 s w i t c h   ( C h a n n e l N a m e )  
 	 	 {  
 	 	 	 c a s e   " C o o k   B o o k " :   C h a n n e l L i n k   =   ' < a   h r e f = " / b o o k s " > ' ;   b r e a k ;  
 	 	 	 c a s e   " i P o d " :   C h a n n e l L i n k   =   ' < a   h r e f = " / i p o d " > ' ;   b r e a k ;  
 	 	 	 d e f a u l t :   C h a n n e l L i n k   =   ' < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ m _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > ' ;  
 	 	 }  
  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ m _ l i s t   + =   ' < l i > '   +   C h a n n e l L i n k   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ m _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ m _ l i s t   + =   ' < / u l > ' ;  
  
 	 C h a n n e l s _ s _ l i s t   =   ' < u l   c l a s s = " c h a n n e l s _ s " '   +   h e i g h t _ a d j u s t   +   ' > ' ;  
 	 f o r   ( j   =   0 ;   j   <   C h a n n e l s _ s . l e n g t h ;   j + + )  
 	 {  
 	 	 C h a n n e l N a m e   =   C h a n n e l s _ s [ j ] ;  
 	 	 i f   ( S e l e c t e d C h a n n e l   ! =   C h a n n e l N a m e )  
 	 	 { C h a n n e l s _ s _ l i s t   + =   ' < l i > < a   h r e f = " J a v a S c r i p t : ; "   o n C l i c k = " J a v a S c r i p t :   b r o w s e _ c h a n n e l s ( '   +   C h a n n e l _ s _ H R E F s [ j ]   +   ' ,   '   +   v   +   ' ) ;   i n i t S c r o l l L a y e r ( ) ; " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 	 e l s e  
 	 	 { C h a n n e l s _ s _ l i s t   + =   ' < l i   c l a s s = " a c t i v e _ c h a n n e l " > '   +   C h a n n e l N a m e . t o U p p e r C a s e ( )   +   ' < / a > < / l i > ' ; }  
 	 }  
 	 C h a n n e l s _ s _ l i s t   + =   ' < / u l > ' ;  
  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a n n e l s " ) . i n n e r H T M L   =   C h a n n e l s _ l _ l i s t   +   C h a n n e l s _ m _ l i s t   +   C h a n n e l s _ s _ l i s t ;  
  
 	 C l i p s L i s t   =   ' ' ;  
 	 f o r   ( i   =   C h a n n e l N a m e s . l e n g t h ;   i   > =   0 ;   i - - )  
 	 {  
 	 	 i f   ( C h a n n e l N a m e s [ i ]   = =   S e l e c t e d C h a n n e l )  
 	 	 {  
 	 	 	 V i d e o C l i p I D 	 =   V i d e o C l i p I D s [ i ] ;  
 	 	 	 T i t l e N a m e 	 =   T i t l e N a m e s [ i ] ;  
 	 	 	 P i c t u r e N a m e 	 =   P i c t u r e N a m e s [ i ] ;  
 	 	 	 P a r t i c i p a n t 	 =   P a r t i c i p a n t s [ i ] ;  
 	 	 	 R e s t a u r a n t 	 =   R e s t a u r a n t s [ i ] ;  
  
 	 	 	 i f   ( V i d e o C l i p I D   ! =   v )  
 	 	 	 { C l i p s L i s t   + =   ' < d i v   s t y l e = " c l e a r :   b o t h ;   h e i g h t :   7 5 p x " > < d i v   c l a s s = " h a n d "   s t y l e = " h e i g h t :   7 2 p x ;   b o r d e r :   1 p x   s o l i d   # 0 0 0 0 0 0 "   o n M o u s e O v e r = " j a v a s c r i p t : t h i s . s t y l e . b a c k g r o u n d C o l o r = \ ' # C C C C C C \ ' "   o n M o u s e O u t = " j a v a s c r i p t : t h i s . s t y l e . b a c k g r o u n d C o l o r = \ ' \ ' "   o n C l i c k = " j a v a s c r i p t : l o c a t i o n . h r e f = \ ' ? v = '   +   V i d e o C l i p I D   +   ' \ ' ; " > < d i v   s t y l e = " f l o a t :   l e f t ;   w i d t h :   1 3 6 p x " > < i m g   s r c = " i m a g e s / v i d e o / i c o n _ p l a y _ c l i p . p n g "   w i d t h = " 1 2 8 "   h e i g h t = " 7 2 "   b o r d e r = " 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( \ ' i m a g e s / v i d e o / t h u m b n a i l s / '   +   P i c t u r e N a m e   +   ' \ ' ) ;   b e h a v i o r :   u r l ( \ ' s t y l e s / p n g b e h a v i o r . h t c \ ' ) ; "   a l t = " '   +   T i t l e N a m e   +   ' "   t i t l e = " '   +   T i t l e N a m e   +   ' " > < / d i v > < d i v   c l a s s = " c l i p T h u m b   & &   a r i a l "   s t y l e = " f l o a t :   l e f t ;   w i d t h :   2 2 6 p x " > < h 3 > '   +   T i t l e N a m e   +   ' < / h 3 > '   +   P a r t i c i p a n t   +   '   - -   '   +   R e s t a u r a n t   +   ' < / d i v > < / d i v > < / d i v > '   +   " \ n \ r " ; }  
 	 	 	 e l s e  
 	 	 	 { C l i p s L i s t   + =   " \ n \ r "   +   ' < d i v   s t y l e = " c l e a r :   b o t h ;   h e i g h t :   7 5 p x " > < d i v   s t y l e = " h e i g h t :   7 2 p x ;   b o r d e r :   1 p x   s o l i d   # 0 0 0 0 0 0 ;   b a c k g r o u n d - c o l o r :   # B 1 B 1 B 1 " > < d i v   s t y l e = " f l o a t :   l e f t ;   w i d t h :   1 3 6 p x " > < i m g   s r c = " i m a g e s / v i d e o / i c o n _ p l a y _ c l i p . p n g "   w i d t h = " 1 2 8 "   h e i g h t = " 7 2 "   b o r d e r = " 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( \ ' i m a g e s / v i d e o / t h u m b n a i l s / '   +   P i c t u r e N a m e   +   ' \ ' ) ;   b e h a v i o r :   u r l ( \ ' s t y l e s / p n g b e h a v i o r . h t c \ ' ) ; "   a l t = " '   +   T i t l e N a m e   +   ' "   t i t l e = " '   +   T i t l e N a m e   +   ' " > < / d i v > < d i v   c l a s s = " c l i p T h u m b   & &   a r i a l "   s t y l e = " f l o a t :   l e f t ;   w i d t h :   2 2 6 p x " > < h 3 > '   +   T i t l e N a m e   +   ' < / h 3 > '   +   P a r t i c i p a n t   +   '   - -   '   +   R e s t a u r a n t   +   ' < / d i v > < / d i v > < / d i v > '   +   " \ n \ r " ; }  
 	 	 }  
 	 }  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " l y r 1 " ) . i n n e r H T M L   =   C l i p s L i s t ;  
 }  
 
