Skip to the content
        
                
        
      
      
          
      
        
            
              
              
         
        
                  
                    John Barnes
                    Womens Softball Coach
       
                    
                        
                      - Email
 - jbarnes@kaskaskia.edu
 
                      
                        
                      
                      
                        
                      
                      
                      
                 - Location
 
                 - Main Campus
 
                      
                 
                   
                      
                        
                      
                    
                  
                  
                    
                
                
          
        
                        
        
          
							
         			 
	
        
            
            
            
            
        
		
			We can help you take the first step
			
	     
	 
           
                      
/*Campus Alerts*/
var alertMessage = $(".SmartBoard_Message").html();
$("#alert-notification .detail").html(alertMessage).promise().done(function(){
        $("#alert-notification").slideDown();
    });