$(document).ready(function() {         
  
 //TWITTER
  $("#twitter").getTwitter({               
    userName: "astonishTester",               
    numTweets: 1,               
    loaderText: "Loading tweets...",               
    slideIn: true,               
    showHeading: true,               
    headingText: "Follow Us On Twitter",               
    showProfileLink: false         
  });

//SLIDER
 $('#coda-slider-1').codaSlider({
   dynamicArrows: false,
   dynamicTabs: false,
   crossLinking: true,
   autoSlide: true,               
   autoSlideInterval: 10000,              
   autoSlideStopWhenClicked: true });
  
});

