ÿþ/ /   J a v a S c r i p t   F i l e  
  
 f u n c t i o n   L o a d T e s t i m o n i a l ( )  
 {  
 v a r   t _ t e x t   =   n e w   A r r a y   ( ) ;  
 v a r   p _ t e x t   =   n e w   A r r a y   ( ) ;  
  
 t _ t e x t [ 0 ]   =   ' E x c e l l e n t   s t a r t   a n d   f o r   m e   a   f a s c i n a t i n g   s u b j e c t ' ;  
 p _ t e x t [ 0 ]   =   ' E d i n b u r g h :   T h e   N e x t   5   Y e a r s ' ;  
  
 t _ t e x t [ 1 ]   =   ' I t   w a s   a   v e r y   i n t e r e s t i n g   s e s s i o n   o v e r a l l ' ;  
 p _ t e x t [ 1 ]   =   ' E d i n b u r g h :   T h e   N e x t   5   Y e a r s ' ;  
  
 t _ t e x t [ 2 ]   =   ' I   t h o r o u g h l y   e n j o y e d   t h e   e x p e r i e n c e   -   I   w a s   a b l e   t o   n e t w o r k   o n   a   s m a l l   s c a l e ' ;  
 p _ t e x t [ 2 ]   =   ' E d i n b u r g h :   T h e   N e x t   5   Y e a r s ' ;  
  
 t _ t e x t [ 3 ]   =   ' E n j o y a b l e   a n d   i n f o r m a t i v e ' ;  
 p _ t e x t [ 3 ]   =   ' C a n   t h e   G r e e n   E c o n o m y   D e l i v e r   f o r   S c o t l a n d ? ' ;  
  
 t _ t e x t [ 4 ]   =   ' I   g o t   a n   e x c e l l e n t   o v e r v i e w   a b o u t   S c o t l a n d  s   r e n e w a b l e   e n e r g y   f u t u r e ' ;  
 p _ t e x t [ 4 ]   =   ' C a n   t h e   G r e e n   E c o n o m y   D e l i v e r   f o r   S c o t l a n d ? ' ;  
  
 t _ t e x t [ 5 ]   =   ' O b v i o u s l y   p o p u l a r   a n d   g r a t e f u l   t o   h a v e   b e e n   p i c k e d   f r o m   t h e   B a l l o t ' ;  
 p _ t e x t [ 5 ]   =   ' G r o w t h   S u m m i t   2 0 1 0 ' ;  
  
 t _ t e x t [ 6 ]   =   ' I n t e r e s t i n g   p a n e l   s e l e c t i o n   -   o f f e r i n g   a   g o o d   m i x   o f   c o n t r i b u t o r s ' ;  
 p _ t e x t [ 6 ]   =   ' G r o w t h   S u m m i t   2 0 1 0 ' ;  
  
 t _ t e x t [ 7 ]   =   ' B i l l   J a m i e s o n   w a s   a   v e r y   i n s i g h t f u l   c h a i r ' ;  
 p _ t e x t [ 7 ]   =   ' G r o w t h   S u m m i t   2 0 1 0 ' ;  
  
 t _ t e x t [ 8 ]   =   ' E x c e l l e n t   s p e a k e r   i n   J a c k   P e r r y ' ;  
 p _ t e x t [ 8 ]   =   ' G r o w t h   S u m m i t   2 0 1 0 ' ;  
  
 v a r   i   =   M a t h . f l o o r ( ( t _ t e x t . l e n g t h ) * M a t h . r a n d o m ( ) ) ;  
  
 d o c u m e n t . w r i t e ( ' < p   c l a s s = " q u o t e m a d e " > & l d q u o ; '   +   t _ t e x t [ i ]   +   ' & r d q u o ; < / p > < p   c l a s s = " q u o t e b y " > '   +   p _ t e x t [ i ]   +   ' < / p > '   ) ;  
 } 
