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