		jQuery(document).ready(function(){
										
			FLIR.init( { path: '/facelift/' } );
			
			jQuery('ul#things li#blog ul').cycle({ 
			    fx: 'scrollLeft' 
			});
			jQuery('li#parcerias div#logos').cycle();
			
				jQuery("#welcome h2, ul#things li h3, ul#things li small, #content h1, #sidebar h3, #footer-um h3, #footer-um h5, a.graylink, ul#servicos li h2").each( function() { FLIR.replace(this); });
				
		/* hovers jquery */		
       jQuery('#footer-um ul li').hover(  
 		 function() { $(this).addClass('hover'); },  
 		 function() { $(this).removeClass('hover'); }  
	 ); 
	   
	   jQuery('ul#listaclientes li').hover(  
 		 function() { $(this).addClass('hover'); },  
 		 function() { $(this).removeClass('hover'); }  
	 ); 
	
	   jQuery('#content a img').css({opacity:.8});
	   jQuery("#content a img").hover(function(){
                 jQuery(this).css({opacity:1});
               },function(){
                 jQuery(this).css({opacity:.8});
               });
   
//    jQuery('a[href*="/blog/"]').attr("target","_blank");
	jQuery("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");
	   
});
