ÿþf u n c t i o n   d i s p l a y H e a d e r ( ) {  
 	 d o c u m e n t . w r i t e ( ' < o b j e c t   w i d t h = " 9 9 5 "   h e i g h t = " 1 7 0 " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < p a r a m   n a m e = " m o v i e "   v a l u e = " a t l a n t a b e a u t y a c a d e m y . s w f " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < e m b e d   s r c = " a t l a n t a b e a u t y a c a d e m y _ v 2 . s w f "   w i d t h = " 9 9 5 "   h e i g h t = " 1 7 0 " / > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' < / o b j e c t > ' ) ;  
 }  
  
 f u n c t i o n   d i s p l a y H a i r ( ) {  
 	 d o c u m e n t . w r i t e ( ' < o b j e c t   w i d t h = " 3 3 0 "   h e i g h t = " 4 0 0 " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < p a r a m   n a m e = " m o v i e "   v a l u e = " h a i r _ f l a s h . s w f " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < e m b e d   s r c = " h a i r _ f l a s h . s w f "   w i d t h = " 3 3 0 "   h e i g h t = " 4 0 0 " / > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' < / o b j e c t > ' ) ;  
 }  
  
 f u n c t i o n   d i s p l a y F o o t e r ( ) {  
 	 d o c u m e n t . w r i t e ( ' < o b j e c t   w i d t h = " 9 9 5 "   h e i g h t = " 1 2 0 " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < p a r a m   n a m e = " m o v i e "   v a l u e = " f o o t e r . s w f " > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' 	 < e m b e d   s r c = " f o o t e r . s w f "   w i d t h = " 9 9 5 "   h e i g h t = " 1 2 0 " / > ' ) ;  
 	 d o c u m e n t . w r i t e ( ' < / o b j e c t > ' ) ;  
 } 
