(function($){ 
	// If it's the homepage
	if ($('body.page-template-front-page, body.page-template-case-studies').length > 0){
		$.getScript('/wp-content/themes/hybrid-ceiba/js/jquery.cycle.lite.min.js',function(){ 
			$('#clients li').each(function(){
				$('img:first', this).addClass('first');
				$('img:last', this).addClass('last');
			});
			$('#clients ul').cycle({ 
				delay: 2000, 
				speed: 500 
			});
		});
	}
	// Advanced CSS
	$('.sub-nav li.page_item:has(ul), #navigation li.page_item li:has(ul)').addClass('daddy');
})(jQuery);
