ÿþ$ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
         s e t L i n k I c o n ( " . p d f " ,   " l i n k _ p d f . g i f " ) ;  
         s e t L i n k I c o n ( " . d o c " ,   " l i n k _ w o r d . p n g " ) ;  
         s e t L i n k I c o n ( " . d o c x " ,   " l i n k _ w o r d . p n g " ) ;  
         s e t L i n k I c o n ( " . x l s " ,   " l i n k _ e x c e l . p n g " ) ;  
         s e t L i n k I c o n ( " . x l s x " ,   " l i n k _ e x c e l . p n g " ) ;  
         s e t L i n k I c o n ( " . p p t " ,   " l i n k _ p o w e r p o i n t . p n g " ) ;  
         s e t L i n k I c o n ( " . p p t x " ,   " l i n k _ p o w e r p o i n t . p n g " ) ;  
         s e t L i n k I c o n ( " . z i p " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . r a r " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . b m p " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . j p g " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . p n g " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . g i f " ,   " l i n k _ p i c t u r e . p n g " ) ;  
         s e t L i n k I c o n ( " . i c o " ,   " l i n k _ p i c t u r e . p n g " ) ;  
  
         $ ( " a [ h r e f ^ = ' h t t p : / / ' ] " ) . a t t r ( " t a r g e t " ,   " _ b l a n k " ) ;  
         $ ( " a [ h r e f ^ = ' h t t p s : / / ' ] " ) . a t t r ( " t a r g e t " ,   " _ b l a n k " ) ;  
 } ) ;  
  
 f u n c t i o n   s e t L i n k I c o n ( t y p e ,   i m g )   {  
         $ ( " a [ h r e f $ = ' "   +   t y p e   +   " ' ] [ c l a s s ! = ' n o i c o n ' ] " ) . a t t r ( " s t y l e " ,   " b a c k g r o u n d : u r l ( ' / c o n t e n t / i m a g e s / "   +   i m g   +   " ' )   n o - r e p e a t   l e f t   c e n t e r ; p a d d i n g - l e f t :   2 0 p x ; l i n e - h e i g h t :   1 6 p x ; " ) ;  
 } 
