//to keep fade effect in highlight's teaser image
 jQuery(document).ready( 
   function(){    
	   jQuery('.image-pool').cycle({
    		timeout: 5000}); 
     });  
