jQuery(document).ready(function(){
	jQuery("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");
	jQuery("input").clearDefault();
	//jQuery('#fone').mask('(99) 9999-9999');
	
	//Caption Sliding (Partially Hidden to Visible)  
    jQuery('.boxgrid.caption').hover(function(){  
        jQuery(".cover", this).stop().animate({top:'0px'},{queue:false,duration:200});  
    }, function() {  
        jQuery(".cover", this).stop().animate({top:'136px'},{queue:false,duration:200});  
    });
});
function heightPadrao(){
	jQuery('#primary, #content').equalHeight();
	jQuery('#prod-caracteristicas, #prod-midia').equalHeight();
}
function heightPadraoHome(){
	jQuery('#block-videos, #block-news').equalHeight();
	jQuery('#block-news, #block-pilotos').equalHeight();
}





