ÿþ/ * *  
   * 	 S c r i p t   p a r a   c r i a r   u m   p o p u n d e r   e m   t o d o s   o s   l i n k s   d a   h o m e   d e   S i t e s   P o r   M a r c u s   °  
 * * /  
 v a r   q b u r l   =   " h t t p : / / w w w . f i l m e s b l u r a y . o r g " ;  
 v a r   j a C l i c o u   =   f a l s e ;  
 v a r   v l r C o o k i e   =   r e a d C o o k i e ( " q b p o p u n d e r " ) ;  
 i f ( v l r C o o k i e   = =   n u l l ) {  
 	 f o r ( i = 0 ; i < d o c u m e n t . l i n k s . l e n g t h ; i + + )   {  
 	 	 v a r   b f _ a = d o c u m e n t . l i n k s [ i ] ;  
 	 	 b o o l   =   b f _ a . o n c l i c k   ?   t r u e   :   f a l s e ;  
 	 	  
 	 	 	 b f _ a . o n c l i c k   =   f u n c t i o n ( )   {  
 	 	 	     i f ( ! j a C l i c o u ) {  
 	 	 	 	 c r e a t e C o o k i e ( " q b p o p u n d e r " , " 1 " , " . h t t p : / / w w w . f i l m e s b l u r a y . o r g " , 3 0 ) ;  
 	 	 	 	 q b _ n e w w i n =   w i n d o w . o p e n ( q b u r l , ' q b p o p u n d e r ' , ' t o o l b a r = y e s , l o c a t i o n = y e s , d i r e c t o r i e s = n o , s t a t u s = y e s , m e n u b a r = y e s , s c r o l l b a r s = y e s , r e s i z a b l e = y e s , c o p y h i s t o r y = y e s ' ) ;  
 	 	 	 	 j a C l i c o u   =   t r u e ;  
 	 	 	 	 q b _ n e w w i n . b l u r ( ) ;  
 	 	 	 	 w i n d o w . f o c u s ( ) ;  
 	 	 	 	 }  
 	 	 	 	 r e t u r n   t r u e ;  
 	 	 	 } ;  
 	 }  
 }  
 f u n c t i o n   c r e a t e C o o k i e ( n a m e ,   v a l u e ,   d o m a i n N a m e ,   d a y s )   {  
 	 i f   ( d a y s )   {  
 	 	 v a r   d a t e   =   n e w   D a t e ( ) ;  
 	 	 d a t e . s e t T i m e ( d a t e . g e t T i m e ( )   +   ( d a y s * 2 4 * 6 0 * 6 0 * 1 0 0 0 ) ) ;  
 	 	 v a r   e x p i r e s   =   " ;   e x p i r e s = "   +   d a t e . t o G M T S t r i n g ( ) ;  
 	 	 v a r   d o m a i n   =   " ;   d o m a i n = "   +   d o m a i n N a m e ;  
 	 }  
 	 e l s e   v a r   e x p i r e s   =   " " ;  
 	 d o c u m e n t . c o o k i e   =   n a m e   +   " = "   +   v a l u e   +   e x p i r e s   +   d o m a i n   +   " ;   p a t h = / " ;  
 }  
  
 f u n c t i o n   r e a d C o o k i e ( n a m e )   {  
 	 v a r   n a m e E Q   =   n a m e   +   " = " ;  
 	 v a r   c a   =   d o c u m e n t . c o o k i e . s p l i t ( ' ; ' ) ;  
 	 f o r ( v a r   i = 0 ; i   <   c a . l e n g t h ; i + + )   {  
 	 	 v a r   c   =   c a [ i ] ;  
 	 	 w h i l e   ( c . c h a r A t ( 0 ) = = '   ' )   c   =   c . s u b s t r i n g ( 1 , c . l e n g t h ) ;  
 	 	 i f   ( c . i n d e x O f ( n a m e E Q )   = =   0 )   r e t u r n   c . s u b s t r i n g ( n a m e E Q . l e n g t h , c . l e n g t h ) ;  
 	 }  
 	 r e t u r n   n u l l ;  
 }  
  
 f u n c t i o n   e r a s e C o o k i e ( n a m e )   {  
 	 c r e a t e C o o k i e ( n a m e ,   " " ,   - 1 ) ;  
 } 