getTwitters('tweet_proxywars', { 
  id: 'proxywars', // replace with the preferred twitter account id
  count: 5, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/"></a>' // if you want to remove the time stamp, please change: >%time%</a>' to />'
});
getTwitters('tweet_greenengage', {
    id: 'greenengage', // replace with the preferred twitter account id
    count: 5,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    template: '%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/"></a>' // if you want to remove the time stamp, please change: >%time%</a>' to />'
});
getTwitters('tweet_megacorp', {
    id: 'megacorp', // replace with the preferred twitter account id
    count: 5,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    template: '%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/"></a>' // if you want to remove the time stamp, please change: >%time%</a>' to />'
});
