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