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