function indicarSite(){
   $.post('includes/indiqueSite.php', 
    	 
    	function(retorno){  
    	$('body').append(retorno);
    });
}
