ÿþv a r   T w o r d   =   n e w   A r r a y (  
 	 " T e d i o u s " ,  
 	 " T o t a l " ,  
 	 " T y p i c a l   " ,  
 	 " T h e " ,  
 	 " T u r g i d l y " ,  
 	 " T e r r i b l y " ,  
 	 " T a n g i b l e "  
 ) ;  
  
 v a r   C w o r d   =   n e w   A r r a y (  
 	 " C a r r i o n " ,  
 	 " C o l l e g i a t e " ,  
 	 " C o n d e s c e n d i n g " ,  
 	 " C a m b r i d g e " ,  
 	 " C r a p p y " ,  
 	 " C l a m m y " ,  
 	 " C l u s t e r f u c k f u l " ,  
 	 " C r a s s " ,  
 	 " C r i n g e - i n d u c i n g " ,  
 	 " C r u d - f i l l e d "  
 ) ;  
  
 v a r   S w o r d   =   n e w   A r r a y (  
 	 " S h i t f e s t " ,  
 	 " S t e r i l i t y " ,  
 	 " S l i m e " ,  
 	 " S t u d e n t " ,  
 	 " S p u n k g o b l i n " ,  
 	 " S q u i c k b u c k e t " ,  
 	 " S e n i l i t y " ,  
 	 " S t u p i d i t y " ,  
 	 " S h o d - f e s t "  
 ) ;  
  
 v a r   a   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * T w o r d . l e n g t h ) ;  
 v a r   b   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * C w o r d . l e n g t h ) ;  
 v a r   c   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * S w o r d . l e n g t h ) ;  
  
 f u n c t i o n   r a n d o m i s e i t ( )   {  
 	 a   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * T w o r d . l e n g t h ) ;  
 	 b   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * C w o r d . l e n g t h ) ;  
 	 c   =   M a t h . f l o o r ( M a t h . r a n d o m ( ) * S w o r d . l e n g t h ) ;  
 }  
  
 f u n c t i o n   r a n d t e x t ( )   {  
  
 	 v a r   m y s t r i n g   =   T w o r d [ a ]   +   "   "   +   C w o r d [ b ]   +   "   "   +   S w o r d [ c ] ; 	  
 	 r e t u r n   ( m y s t r i n g ) ;  
 	  
 }  
  
  
 f u n c t i o n   n e w _ n a m e ( )   {  
 	 r a n d o m i s e i t ( ) ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' T C S n a m e ' ) . i n n e r H T M L   =   r a n d t e x t ( ) ;  
 	  
 } 
