| dom. | 
                  seg. | 
                  ter. | 
                  qua. | 
                  qui. | 
                  sex. | 
                  sab. | 
                
              
              
                
                  | 
                    
                   | 
                  
                    1
                   | 
                  
                    2
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                
                
                  | 
                    
                   | 
                  
                    8
                   | 
                  
                    9
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                
                
                  | 
                    
                   | 
                  
                    15
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                
                
                  | 
                    
                   | 
                  
                    22
                   | 
                  
                    23
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                
                
                  
                    28
                   | 
                  
                    29
                   | 
                  
                    30
                   | 
                  
                    31
                   | 
                  
                    
                   | 
                  
                    
                   | 
                  
                    
                   | 
                
              
            
            
          
          
            10.10.2012
            
              - 
                
                
                  
                  
                    R$20 a R$50
                    Show da banda goiana Black Drawing Chalks com abertura do Vespas Mandarinas.
                   
                  
                    Praça Carlos Gomes, 82
                    São Paulo, SP
                    
                    
                   
                 
               
              - 
                
                
                  
                  
                    R$35
                    Show do grupo Passo Torto formado por Kiko Dinucci, Rodrigo Campos, Marcelo Cabral e Romulo Fróes.
                   
                  
                    Rua José Maria Lisboa, 190 Cerqueira César
                    São Paulo, SP
                    
                    
                   
                 
               
            
          
           
          
 ').fadeIn();
                    console.info(htmlTooltip);
                },
                function () {
                    $(this).parent().find('.ct_tooltip').hide();
                    $('.tooltip').remove();
                }
            );*/
          });
          function inShow(event) {
            $(this).parent().find('.ct_tooltip').show();
          }
          function inOut(event) {
            $(this).parent().find('.ct_tooltip').hide();
          }
          $(function () {
            $("#my-list li a").hover(inShow, inOut);
          });