ÿþf u n c t i o n   c h e c k n a m e ( v a l u e )  
 {  
         $ . a j a x ( {  
                 t y p e :   " P O S T " ,  
                 u r l :   " / a j a x / a a n m e l d e n . p h p " ,  
                 d a t a :   " n a a m = "   +   v a l u e ,  
                 s u c c e s s :   f u n c t i o n ( m s g ) {  
                         $ ( " # u s e r e r r o r " ) . h t m l ( m s g ) ;  
                 }  
         } ) ;  
 }  
  
 f u n c t i o n   c h e c k m a i l ( v a l u e )  
 {  
         $ . a j a x ( {  
                 t y p e :   " P O S T " ,  
                 u r l :   " / a j a x / a a n m e l d e n . p h p " ,  
                 d a t a :   " e m a i l = "   +   v a l u e ,  
                 s u c c e s s :   f u n c t i o n ( m s g ) {  
                         $ ( " # e m a i l e r r o r " ) . h t m l ( m s g ) ;  
                 }  
         } ) ;  
 }  
  
  
 f u n c t i o n   c h e c k l o g i n ( v a l u e )  
 {  
         $ . a j a x ( {  
                 t y p e :   " P O S T " ,  
                 u r l :   " / a j a x / i n l o g g e n . p h p " ,  
                 d a t a :   " n a a m = "   +   v a l u e ,  
                 s u c c e s s :   f u n c t i o n ( m s g ) {  
                         $ ( " # u s e r e r r o r " ) . h t m l ( m s g ) ;  
                 }  
         } ) ;  
 }  
  
 f u n c t i o n   c h e c k u r l ( v a l u e )  
 {  
         $ . a j a x ( {  
                 t y p e :   " P O S T " ,  
                 u r l :   " / a j a x / w e b s i t e s . p h p " ,  
                 d a t a :   " u r l = "   +   v a l u e ,  
                 s u c c e s s :   f u n c t i o n ( m s g ) {  
                         $ ( " # u r l e r r o r " ) . h t m l ( m s g ) ;  
                 }  
         } ) ;  
 }  
  
 f u n c t i o n   c h e c k t i t e l ( v a l u e )  
 {  
         $ . a j a x ( {  
                 t y p e :   " P O S T " ,  
                 u r l :   " / a j a x / w e b s i t e s . p h p " ,  
                 d a t a :   " t i t e l = "   +   v a l u e ,  
                 s u c c e s s :   f u n c t i o n ( m s g ) {  
                         $ ( " # t i t e l e r r o r " ) . h t m l ( m s g ) ;  
                 }  
         } ) ;  
 }  
  
 f u n c t i o n   u p d a t e r ( )  
 {  
 	 $ . a j a x ( {  
 	 	 u r l :   " / a j a x / c h e c k . p h p "  
 	 } ) ;  
 }  
  
 f u n c t i o n   s e t u p d a t e ( )  
 {  
 	 i n t e r v a l   =   s e t I n t e r v a l ( ' u p d a t e r ( ) ; ' ,   6 0 0 0 0 ) ;  
 }  
  
  
 
