ÿþf u n c t i o n   e c h e c k ( s t r )   {  
  
 	 	 v a r   a t = " @ "  
 	 	 v a r   d o t = " . "  
 	 	 v a r   l a t = s t r . i n d e x O f ( a t )  
 	 	 v a r   l s t r = s t r . l e n g t h  
 	 	 v a r   l d o t = s t r . i n d e x O f ( d o t )  
 	 	 i f   ( s t r . i n d e x O f ( a t ) = = - 1 ) {  
 	 	        
 	 	       r e t u r n   f a l s e  
 	 	 }  
  
 	 	 i f   ( s t r . i n d e x O f ( a t ) = = - 1   | |   s t r . i n d e x O f ( a t ) = = 0   | |   s t r . i n d e x O f ( a t ) = = l s t r ) {  
  
 	 	       r e t u r n   f a l s e  
 	 	 }  
  
 	 	 i f   ( s t r . i n d e x O f ( d o t ) = = - 1   | |   s t r . i n d e x O f ( d o t ) = = 0   | |   s t r . i n d e x O f ( d o t ) = = l s t r ) {  
 	 	        
 	 	         r e t u r n   f a l s e  
 	 	 }  
  
 	 	   i f   ( s t r . i n d e x O f ( a t , ( l a t + 1 ) ) ! = - 1 ) {  
 	 	          
 	 	         r e t u r n   f a l s e  
 	 	   }  
  
 	 	   i f   ( s t r . s u b s t r i n g ( l a t - 1 , l a t ) = = d o t   | |   s t r . s u b s t r i n g ( l a t + 1 , l a t + 2 ) = = d o t ) {  
 	 	        
 	 	         r e t u r n   f a l s e  
 	 	   }  
  
 	 	   i f   ( s t r . i n d e x O f ( d o t , ( l a t + 2 ) ) = = - 1 ) {  
 	 	          
 	 	         r e t u r n   f a l s e  
 	 	   }  
 	 	  
 	 	   i f   ( s t r . i n d e x O f ( "   " ) ! = - 1 ) {  
 	 	        
 	 	         r e t u r n   f a l s e  
 	 	   }  
  
   	 	   r e t u r n   t r u e 	 	 	 	 	  
 	 }  
 	  
 	  
 	 f u n c t i o n   V F ( )  
 {  
 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' N a m e ' )   & &   d o c u m e n t . g e t E l e m e n t B y I d ( ' N a m e ' ) . v a l u e = = " " )  
 	 {  
 	 	 w i n d o w . a l e r t ( " L ü t f e n   A d 1n 1z 1  G i r i n i z . " ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	  
 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' E m a i l 2 ' )   & &   d o c u m e n t . g e t E l e m e n t B y I d ( ' E m a i l 2 ' ) . v a l u e = = " " )  
 	 {  
 	 	 w i n d o w . a l e r t ( " L ü t f e n   E p o s t a   A d r e s i n i z i   G i r i n i z . " ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	  
 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' E m a i l 2 ' )   & &   e c h e c k ( d o c u m e n t . g e t E l e m e n t B y I d ( ' E m a i l 2 ' ) . v a l u e )   = =   f a l s e )  
 	 {  
 	 	 w i n d o w . a l e r t ( " L ü t f e n   U y g u n   E p o s t a   A d r e s i n i z i   G i r i n i z . " ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	  
 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' M s g ' )   & &   d o c u m e n t . g e t E l e m e n t B y I d ( ' M s g ' ) . v a l u e = = " " )  
 	 {  
 	 	 w i n d o w . a l e r t ( " L ü t f e n   M e s a j 1n 1z 1  G i r i n i z . " ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	  
 	 r e t u r n   t r u e ;  
 }  
 f u n c t i o n   V F R P ( )  
 {  
 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' E m a i l ' ) . v a l u e = = " " )  
 	 {  
 	 	 w i n d o w . a l e r t ( " L ü t f e n   E p o s t a   A d r e s i n i z i   G i r i n i z . " ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
  
 	 r e t u r n   t r u e ;  
 } 
