ÿþf u n c t i o n   c h a n g e S i z e ( e l m ,   _ s i z e ,   c l a s s _ 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 ( e l m ) . c l a s s N a m e   =   c l a s s _ n a m e   +   '   '   +   c l a s s _ n a m e   +   ' _ '   +   _ s i z e ;  
 	 S e t _ C o o k i e ( ' t e x t _ s i z e ' ,   _ s i z e ,   3 0 ,   ' ' ,   ' ' ,   ' ' ) ;  
 }  
 f u n c t i o n   a u t h o r C h a n g e ( a u t h o r _ i d ,   a r t i c l e _ i d ,   _ t i t l e )  
 {  
 	 d o c u m e n t . a l l [ " a u t h o r _ i m g " ] . s r c   =   ' y a z a r / '   +   a u t h o r _ i d   +   " " ;  
 	 d o c u m e n t . a l l [ " a u t h o r _ a r t i c l e _ t i t l e " ] . i n n e r H T M L   =   ' < a   h r e f = " h a b e r d e t a y . a s p ? b o l u m = '   +   a r t i c l e _ i d   +   ' " > '   +   _ t i t l e   +   " < / a > " ;  
 }  
 f u n c t i o n   a u t h o r S e l e c t C h a n g e d ( a u t h o r I d )  
 {  
 	 i f ( a u t h o r I d   ! =   " " )  
 	 	 w i n d o w . l o c a t i o n   =   " y a z a r . a s p ? a u t h o r I d = "   +   a u t h o r I d ;  
 	 r e t u r n   f a l s e ;  
 }  
 f u n c t i o n   g e t S W F ( s w W i d t h ,   s w H e i g h t ,   s w F i l e ,   s w W m o d e )  
 {  
 	 v a r   s t r   =   ' < o b j e c t   c l a s s i d = " c l s i d : D 2 7 C D B 6 E - A E 6 D - 1 1 c f - 9 6 B 8 - 4 4 4 5 5 3 5 4 0 0 0 0 "   c o d e b a s e = " h t t p : / / d o w n l o a d . m a c r o m e d i a . c o m / p u b / s h o c k w a v e / c a b s / f l a s h / s w f l a s h . c a b # v e r s i o n = 7 , 0 , 1 9 , 0 "   w i d t h = ' + s w W i d t h + '     h e i g h t = ' + s w H e i g h t + ' > ' ;  
 	 s t r   + =   '   < p a r a m   n a m e = " m o v i e "   v a l u e = " ' + s w F i l e + ' "   / >   ' ;  
 	 s t r   + =   '   < 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 "   / >   ' ;  
 	 s t r   + =   '   < p a r a m   n a m e = " w m o d e "   v a l u e = " ' + s w W m o d e + ' "   / >   ' ;  
 	 s t r   + =   '   < e m b e d   s r c = ' + s w F i l e + '   w i d t h = ' + s w W i d t h + '   h e i g h t = ' + s w H e i g h t + '   q u a l i t y = " h i g h "   p l u g i n s p a g e = " h t t p : / / w w w   . m a c r o m e d i a . c o m / g o / g e t f l a s h p l a y e r "   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 "   w m o d e = " t r a n s p a r e n t " > < / e m b e d >   ' ;  
 	 s t r   + =   '   < / o b j e c t >   ' ;  
 	 d o c u m e n t . w r i t e ( s t r ) ;  
 }  
 
