$(document).ready(function(){
    
 $("#about a").each(function(){
   
    var href = $(this).attr("href");
      $(this).attr({ href: "#"});
      $(this).click(function(){
    //
//      var href = $(this).attr("href");
//      $(this).attr({ href: "#"});
//      $(this).click(function(){
        
        //if (href=='/menu'){
            $("#Lista").hide().load(href).fadeIn("Lista");
         //$('#ac').empty();
         //$("#ac").load(href);
          //return false;   
         //alert(href); 
           
        //}else{
         /**
 * $('#right').empty();
 *            $("#right").hide().load(href).fadeIn("#right");
 *            $("#right").load(href);
 *            return false;
 */
 	//window.location='/registro/in';
        return false;
         
 });
 
 });
});

