$(document).ready(function(){
		$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
        $(".cadastrar-enquete").attr('src','http://74.52.35.114/~hvm/portal/wp-content/themes/vazm2011/imagens/layout/enviar_newsletter.png'); 
	    $(".votar-enquete").attr('src','http://74.52.35.114/~hvm/portal/wp-content/themes/vazm2011/imagens/layout/votar_enquete.png'); 
	    $("#searchsubmit").attr('src','http://74.52.35.114/~hvm/portal/wp-content/themes/vazm2011/imagens/layout/buscar.png'); 
       $("#s").attr('value','Buscar'); 
	   $("#s").click(function(){
	   	    $("#s").attr('value',''); 
	   }); 
	   
	   
       $(".detalhes-clinico").tipTip({
	   	
		
	   });
	   
	   $('#fecha_pop').click(function() {
			$('.popup-home').hide();

		});

}); 




