$(document).ready(function() {         
  
 //TWITTER
  //$("#twitter").getTwitter({               
  //  userName: "HutchingsAgency",               
  //  numTweets: 2,               
  //  loaderText: "Loading tweets...",               
  //  slideIn: false,               
  //  showHeading: true,               
  //  headingText: "Get Social With Us!",               
  //  showProfileLink: false         
  //});
  
  //SLIDER
  $('#coda-slider-1').codaSlider({
    dynamicArrows: false,
    dynamicTabs: false,
    crossLinking: true
  });
  
  //CARRIER SLIDESHOW
  $('.carrierSlideshow').cycle({            
    fx: 'fade'         
  });
  
  
});