ÿþw i n d o w . o n l o a d   =   f u n c t i o n ( )   { 
 	 r e s i z e r ( ) ; 	 
 } 
 f u n c t i o n   r e s i z e r   ( )   { 
 	 v a r   c h e i g h t   =   $ ( ' C o n t e n t ' ) . g e t H e i g h t ( ) ; 
 	 $ ( ' R i g h t b a r ' ) . s t y l e . h e i g h t   =   c h e i g h t + ' p x ' ; 
 	 i f ( $ ( ' L e f t b a r ' ) ) { 
 	 	 $ ( ' L e f t b a r ' ) . s t y l e . h e i g h t   =   c h e i g h t + ' p x ' ; 
 	 	 i f ( $ ( ' s l o g o ' ) ) { 
 	 	 	 $ ( ' s l o g o ' ) . s e t A t t r i b u t e ( ' s t y l e ' ,   ' p o s i t i o n :   a b s o l u t e ; b o t t o m :   1 0 p x ; l e f t : 2 0 p x ; ' ) 
 	 	 } 
 	 } 
 	 / / w i n d o w . r e l o a d ( ) ; 
 } 
