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