      $(document).ready(function() {  

    // hides the slickbox as soon as the DOM is ready
      $('#submit-wrapper').hide();

    // hides the slickbox as soon as the DOM is ready
      $('#product-sub').hide();  

    // hides the slickbox as soon as the DOM is ready
      $('#strategy-sub').hide();  

    // hides the slickbox as soon as the DOM is ready
      $('#creative-sub').hide();  

    // hides the slickbox as soon as the DOM is ready
      $('#interactive-sub').hide();
      
    // hides the slickbox as soon as the DOM is ready
      $('#loader').hide();      
   
    // hides the slickbox on clicking the noted link  
      $('#submit-close').click(function() {
        $('#submit-wrapper').fadeOut('slow');
        return false;
      });
      
    // shows the slickbox, then hides it after a delay
     // setTimeout(function() {
    //$('#loader').fadeOut('slow');
//}, 1000); // <-- time in milliseconds

      

    // shows the slickbox on clicking the noted link  
      $('#submit-show').click(function() {
        $('#submit-wrapper').fadeIn('slow');
        return false;
      });

    // Controls the Main Section Sub-Navigation

    // shows the slickbox on clicking the noted link  
      $('#home').click(function() {
        $('#main-sub').slideDown('slow');
        return false;
      });

     // hides the slickbox on clicking the noted link  
      $('#product').click(function() {
        $('#main-sub').fadeOut('slow');
        return false;
      });

   // hides the slickbox on clicking the noted link  
      $('#creative').click(function() {
        $('#main-sub').fadeOut('slow');
        return false;
      });

   // hides the slickbox on clicking the noted link  
      $('#strategy').click(function() {
        $('#main-sub').fadeOut('slow');
        return false;
      });

   // hides the slickbox on clicking the noted link  
      $('#interactive').click(function() {
        $('#main-sub').fadeOut('slow');
        return false;
      });


    // Controls the Product Section Sub-Navigation

    // shows the slickbox on clicking the noted link  
      $('#product').click(function() {
        $('#product-sub').slideDown('slow');
        return false;
      });

     // hides the slickbox on clicking the noted link  
      $('#home').click(function() {
        $('#product-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#strategy').click(function() {
        $('#product-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#creative').click(function() {
        $('#product-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#interactive').click(function() {
        $('#product-sub').fadeOut('slow');
        return false;
      });


    // Controls the Creative Section Sub-Navigation

    // shows the slickbox on clicking the noted link  
      $('#creative').click(function() {
        $('#creative-sub').slideDown('slow');
        return false;
      });

     // hides the slickbox on clicking the noted link  
      $('#home').click(function() {
        $('#creative-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#strategy').click(function() {
        $('#creative-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#product').click(function() {
        $('#creative-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#interactive').click(function() {
        $('#creative-sub').fadeOut('slow');
        return false;
      });


    // Controls the Strategy Section Sub-Navigation

    // shows the slickbox on clicking the noted link  
      $('#strategy').click(function() {
        $('#strategy-sub').slideDown('slow');
        return false;
      });

     // hides the slickbox on clicking the noted link  
      $('#home').click(function() {
        $('#strategy-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#creative').click(function() {
        $('#strategy-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#product').click(function() {
        $('#strategy-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#interactive').click(function() {
        $('#strategy-sub').fadeOut('slow');
        return false;
      });

    // Controls the Interactive Section Sub-Navigation

    // shows the slickbox on clicking the noted link  
      $('#interactive').click(function() {
        $('#interactive-sub').slideDown('slow');
        return false;
      });

     // hides the slickbox on clicking the noted link  
      $('#home').click(function() {
        $('#interactive-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#creative').click(function() {
        $('#interactive-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#product').click(function() {
        $('#interactive-sub').fadeOut('slow');
        return false;
      });

    // hides the slickbox on clicking the noted link  
      $('#strategy').click(function() {
        $('#interactive-sub').fadeOut('slow');
        return false;
      });

   
   
    // ****BIOS START HERE****
    
    
    // Kevin Jones

    // hides the slickbox as soon as the DOM is ready
      $('#kevin').hide(); 

    // shows the slickbox on clicking the noted link  
      $('#kevin-sliver').click(function() {
        $('#kevin').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#kevin-close').click(function() {
        $('#kevin').fadeOut('slow');
        return false;
      });


    // hides the slickbox as soon as the DOM is ready
      $('#kevin-2').hide(); 

    // shows the slickbox on clicking the noted link  
      $('#kevin-sliver-2').click(function() {
        $('#kevin-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#kevin-close-2').click(function() {
        $('#kevin-2').fadeOut('slow');
        return false;
      });
      
      
      // Drew Beamer

    // hides the slickbox as soon as the DOM is ready
      $('#drew').hide(); 

    // shows the slickbox on clicking the noted link  
      $('#drew-sliver').click(function() {
        $('#drew').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#drew-close').click(function() {
        $('#drew').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#drew-2').hide(); 

    // shows the slickbox on clicking the noted link  
      $('#drew-sliver-2').click(function() {
        $('#drew-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#drew-close-2').click(function() {
        $('#drew-2').fadeOut('slow');
        return false;
      });  
      
    
    // Connie Price  

    // hides the slickbox as soon as the DOM is ready
      $('#connie').hide();
      
      // shows the slickbox on clicking the noted link  
      $('#connie-sliver').click(function() {
        $('#connie').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#connie-close').click(function() {
        $('#connie').fadeOut('slow');
        return false;
      });


    // Jean Boggs-Rowe

    // hides the slickbox as soon as the DOM is ready
      $('#jean').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#jean-sliver').click(function() {
        $('#jean').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#jean-close').click(function() {
        $('#jean').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#jean-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#jean-sliver-2').click(function() {
        $('#jean-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#jean-close-2').click(function() {
        $('#jean-2').fadeOut('slow');
        return false;
      });  
      
      
    // Cam Collins  

    // hides the slickbox as soon as the DOM is ready
      $('#cam').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#cam-sliver').click(function() {
        $('#cam').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#cam-close').click(function() {
        $('#cam').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#cam-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#cam-sliver-2').click(function() {
        $('#cam-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#cam-close-2').click(function() {
        $('#cam-2').fadeOut('slow');
        return false;
      });

      
    
    // Allison Harris  
    
    // hides the slickbox as soon as the DOM is ready
      $('#allisonh').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#allisonh-sliver').click(function() {
        $('#allisonh').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#allisonh-close').click(function() {
        $('#allisonh').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#allisonh-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#allisonh-sliver-2').click(function() {
        $('#allisonh-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#allisonh-close-2').click(function() {
        $('#allisonh-2').fadeOut('slow');
        return false;
      });  
      
      
    // Allison Jones    

    // hides the slickbox as soon as the DOM is ready
      $('#allisonj').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#allisonj-sliver').click(function() {
        $('#allisonj').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#allisonj-close').click(function() {
        $('#allisonj').fadeOut('slow');
        return false;
      });  
      

    // Erin Bailey

    // hides the slickbox as soon as the DOM is ready
      $('#erin').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#erin-sliver').click(function() {
        $('#erin').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#erin-close').click(function() {
        $('#erin').fadeOut('slow');
        return false;
      });  
  
  
    // Tara Burns

    // hides the slickbox as soon as the DOM is ready
      $('#tara').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#tara-sliver').click(function() {
        $('#tara').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#tara-close').click(function() {
        $('#tara').fadeOut('slow');
        return false;
      });  
      
    // hides the slickbox as soon as the DOM is ready
      $('#tara-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#tara-sliver-2').click(function() {
        $('#tara-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#tara-close-2').click(function() {
        $('#tara-2').fadeOut('slow');
        return false;
      });  
  
      
      
    // Tori Bowen    

    // hides the slickbox as soon as the DOM is ready
      $('#tori').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#tori-sliver').click(function() {
        $('#tori').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#tori-close').click(function() {
        $('#tori').fadeOut('slow');
        return false;
      });  
      
      
    // Chris Bowen    

    // hides the slickbox as soon as the DOM is ready
      $('#chris').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#chris-sliver').click(function() {
        $('#chris').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#chris-close').click(function() {
        $('#chris').fadeOut('slow');
        return false;
      }); 
      
    // hides the slickbox as soon as the DOM is ready
      $('#chris-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#chris-sliver-2').click(function() {
        $('#chris-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#chris-close-2').click(function() {
        $('#chris-2').fadeOut('slow');
        return false;
      });   
      
    
    // Lindsay Zirkle     

    // hides the slickbox as soon as the DOM is ready
      $('#lindsay').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#lindsay-sliver').click(function() {
        $('#lindsay').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#lindsay-close').click(function() {
        $('#lindsay').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#lindsay-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#lindsay-sliver-2').click(function() {
        $('#lindsay-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#lindsay-close-2').click(function() {
        $('#lindsay-2').fadeOut('slow');
        return false;
      });  
      
    
    //Beth Barnette     

    // hides the slickbox as soon as the DOM is ready
      $('#beth').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#beth-sliver').click(function() {
        $('#beth').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#beth-close').click(function() {
        $('#beth').fadeOut('slow');
        return false;
      });

    // hides the slickbox as soon as the DOM is ready
      $('#beth-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#beth-sliver-2').click(function() {
        $('#beth-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#beth-close-2').click(function() {
        $('#beth-2').fadeOut('slow');
        return false;
      });

      
        
    // Amanda Nichols
    
    // hides the slickbox as soon as the DOM is ready
      $('#amanda').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#amanda-sliver').click(function() {
        $('#amanda').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#amanda-close').click(function() {
        $('#amanda').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#amanda-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#amanda-sliver-2').click(function() {
        $('#amanda-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#amanda-close-2').click(function() {
        $('#amanda-2').fadeOut('slow');
        return false;
      });  
      
      
    // Kellye Smith    

    // hides the slickbox as soon as the DOM is ready
      $('#kellye').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#kellye-sliver').click(function() {
        $('#kellye').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#kellye-close').click(function() {
        $('#kellye').fadeOut('slow');
        return false;
      });
      
    
    // hides the slickbox as soon as the DOM is ready
      $('#kellye-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#kellye-sliver-2').click(function() {
        $('#kellye-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#kellye-close-2').click(function() {
        $('#kellye-2').fadeOut('slow');
        return false;
      });  
      
      
    // Cathy Brownell    

    // hides the slickbox as soon as the DOM is ready
      $('#cathyb').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#cathyb-sliver').click(function() {
        $('#cathyb').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#cathyb-close').click(function() {
        $('#cathyb').fadeOut('slow');
        return false;
      });
      
    // hides the slickbox as soon as the DOM is ready
      $('#cathyb-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#cathyb-sliver-2').click(function() {
        $('#cathyb-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#cathyb-close-2').click(function() {
        $('#cathyb-2').fadeOut('slow');
        return false;
      });
  
  
  
    // Andrea Hoskins

    // hides the slickbox as soon as the DOM is ready
      $('#andrea').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#andrea-sliver').click(function() {
        $('#andrea').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#andrea-close').click(function() {
        $('#andrea').fadeOut('slow');
        return false;
      });

    // hides the slickbox as soon as the DOM is ready
      $('#andrea-2').hide();
      
    // shows the slickbox on clicking the noted link  
      $('#andrea-sliver-2').click(function() {
        $('#andrea-2').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#andrea-close-2').click(function() {
        $('#andrea-2').fadeOut('slow');
        return false;
      });

  

    // Leslie Huff

    // hides the slickbox as soon as the DOM is ready
      $('#leslie').hide();
      
      // shows the slickbox on clicking the noted link  
      $('#leslie-sliver').click(function() {
        $('#leslie').fadeIn('slow');
        return false;
      });
    
    // hides the slickbox on clicking the noted link  
      $('#leslie-close').click(function() {
        $('#leslie').fadeOut('slow');
        return false;
      });

     
    }); 
