ÿþf u n c t i o n   R u n H e a d ( )  
 {  
       d o c u m e n t . w r i t e ( ' < o b j e c t   t y p e = " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h "   d a t a = " h t t p : / / w w w . b e n j a m i n g u i d e s . c o m / s w f / h e a d b a n n e r . s w f "   w i d t h = " 7 1 2 "   h e i g h t = " 1 4 4 " > \ n ' ) ;  
       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 t t p : / / w w w . b e n j a m i n g u i d e s . c o m / s w f / h e a d b a n n e r . s w f "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " w m o d e "   v a l u e = " t r a n s p a r e n t "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " q u a l i t y "   v a l u e = " h i g h "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " m e n u "   v a l u e = " f a l s e "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < / o b j e c t > \ n ' ) ;  
 }  
  
 f u n c t i o n   R u n F r i e n d s ( )  
 {  
       d o c u m e n t . w r i t e ( ' < o b j e c t   t y p e = " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h "   d a t a = " h t t p : / / w w w . b e n j a m i n g u i d e s . c o m / i m a g e s / b a n n e r s / f r i e n d s . s w f "   w i d t h = " 1 3 0 "   h e i g h t = " 1 3 0 " > \ n ' ) ;  
       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 t t p : / / w w w . b e n j a m i n g u i d e s . c o m / i m a g e s / b a n n e r s / f r i e n d s . s w f "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " w m o d e "   v a l u e = " t r a n s p a r e n t "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " q u a l i t y "   v a l u e = " h i g h "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " m e n u "   v a l u e = " f a l s e "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < / o b j e c t > \ n ' ) ;  
 }  
  
 f u n c t i o n   R u n L o c o ( )  
 {  
       d o c u m e n t . w r i t e ( ' < o b j e c t   t y p e = " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h "   d a t a = " h t t p : / / w w w . b e n j a m i n g u i d e s . c o m / s w f / n e w s 2 . s w f "   w i d t h = " 9 4 0 "   h e i g h t = " 5 0 " > \ n ' ) ;  
       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 t t p : / / w w w . b e n j a m i n g u i d e s . c o m / s w f / n e w s 2 . s w f "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " w m o d e "   v a l u e = " t r a n s p a r e n t "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " q u a l i t y "   v a l u e = " h i g h "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " m e n u "   v a l u e = " f a l s e "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < / o b j e c t > \ n ' ) ;  
 }  
  
 f u n c t i o n   R u n F l a s h ( f l p a t h ,   f l w ,   f l h )  
 {  
       d o c u m e n t . w r i t e ( ' < o b j e c t   t y p e = " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h "   d a t a = " ' + f l p a t h + ' "   w i d t h = " ' + f l w + ' "   h e i g h t = " ' + f l h + ' " > \ n ' ) ;  
       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 l p a t h + ' "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " w m o d e "   v a l u e = " t r a n s p a r e n t "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " q u a l i t y "   v a l u e = " h i g h "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < p a r a m   n a m e = " m e n u "   v a l u e = " f a l s e "   / > \ n ' ) ;  
       d o c u m e n t . w r i t e ( ' < / o b j e c t > \ n ' ) ;  
 } 
