getTwitters('tweets-cc', { 
  id: 'ccchurches',
  count: 3, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<div class="tweet-wrap"><img src="%user_profile_image_url%" width="50" height="50" alt="%user_screen_name%" title="Cross Current" /><div class="tweet-bod"><p>%text%</p></div> <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="tweet-link">CC &mdash; %time%</a></div>'
});