ÿþ            / / c r e a t i n g   c o o k i e   t o   s t o r e   t h e   u r l   o f   c u r r e n t   p a g e                
                   f u n c t i o n   s h o w c h a n g e ( )  
                       {                                        
                             c r e a t e C o o k i e ( " s h o w c h a n g e " , l o c a t i o n , 1 ) ;  
                             d o c u m e n t . l o c a t i o n .   h r e f = ' / s e / b u t i k / s h o w c h a n g e / ' ;  
                       }  
             / / c r e a t i n g   c o o k i e   t o   s t o r e   t h e   u r l   o f   c u r r e n t   p a g e   f o r   d i r e c t   o r d e r              
                   f u n c t i o n   d i r e c t o r d e r ( )  
                       {                    
                             c r e a t e C o o k i e ( " d i r e c t o r d e r " , l o c a t i o n , 1 ) ;  
                             d o c u m e n t . l o c a t i o n .   h r e f = ' / g o t h i a / s e / b u t i k / d i r e c t o r d e r / ' ;  
                       }  
         / / f u n c t i o n   t o   r e d i r e c t   t o   p r o d u c t   d e t a i l   v i e w   p a g e      
           f u n c t i o n   D e t a i l V i e w ( u r l , s e r i a l )  
             {      
                     u r l = u r l . r e p l a c e ( ' | | ' , ' & ' ) ;  
                     u r l = u r l . r e p l a c e ( ' | | ' , ' & ' ) ;  
                     i f ( u r l . i n d e x O f ( ' ? ' )   >   - 1 ) {  
                         d o c u m e n t . l o c a t i o n .   h r e f = ' / s e / b u t i k / a m n e s o m r a d e n ' + u r l + ' & c o n t e n t = t r u e & s e a r c h p a r a m 1 = s e r i a l = ' + s e r i a l ;  
                     }  
                     e l s e {  
                         d o c u m e n t . l o c a t i o n .   h r e f = ' / s e / b u t i k / a m n e s o m r a d e n ' + u r l + ' ? c o n t e n t = t r u e & s e a r c h p a r a m 1 = s e r i a l = ' + s e r i a l ;  
                     }  
             } 
